mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-04 22:43:08 +00:00
Prepare release
This commit is contained in:
parent
c94d7a1257
commit
6a890262cc
@ -149,9 +149,9 @@ Example:
|
||||
|
||||
```js
|
||||
const response = await marketplace.createAvailability({
|
||||
maxCollateral: 1,
|
||||
totalCollateral: 1,
|
||||
totalSize: 3000,
|
||||
minPrice: 100,
|
||||
minPricePerBytePerSecond: 100,
|
||||
duration: 100,
|
||||
});
|
||||
```
|
||||
@ -168,9 +168,9 @@ Example:
|
||||
```js
|
||||
const response = await marketplace.updateAvailability({
|
||||
id: "0x.....................",
|
||||
maxCollateral: 1,
|
||||
totalCollateral: 1,
|
||||
totalSize: 3000,
|
||||
minPrice: 100,
|
||||
minPricePerBytePerSecond: 100,
|
||||
duration: 100,
|
||||
});
|
||||
```
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"valibot": "^0.32.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@codex-storage/sdk-js",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"description": "Codex SDK to interact with the Codex decentralized storage network.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user