Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 3d84dc5

Browse files
authored
chore: update pnpm-lock.yml (#22)
1 parent 9c6a8a9 commit 3d84dc5

File tree

8 files changed

+20
-21
lines changed

8 files changed

+20
-21
lines changed

.changeset/hungry-swans-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/greenfield-uploadkit': patch
3+
---
4+
5+
chore: update pnpm-lock.yml

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"uploadkit-with-vite-walletkit": "0.0.1",
99
"@node-real/greenfield-uploadkit": "0.0.4"
1010
},
11-
"changesets": ["tall-years-judge"]
11+
"changesets": [
12+
"hungry-swans-attend",
13+
"tall-years-judge"
14+
]
1215
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@totejs/uikit": "^2.54.2",
1919
"@totejs/walletkit": "^1.0.8",
2020
"@node-real/greenfield-uploadkit": "workspace:*",
21-
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.30",
21+
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
2222
"@bnb-chain/greenfield-js-sdk": "1.2.0",
2323
"@bnb-chain/reed-solomon": "^1.1.3",
2424
"prism-react-renderer": "~1.3.5",

docs/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm i wagmi viem @bnb-chain/greenfield-js-sdk @bnb-chain/greenfield-cosmos-types
1010
- viem > 1.0.0
1111
- @bnb-chain/greenfield-js-sdk >= 1.2.0
1212
- @bnb-chain/reed-solomon >= 1.1.3
13-
- @bnb-chain/greenfield-cosmos-types >= 0.4.0-alpha.30
13+
- @bnb-chain/greenfield-cosmos-types >= 0.4.0
1414

1515
## Examples
1616

packages/uploadkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @node-real/greenfield-uploadkit
22

3+
## 0.0.5-alpha.0
4+
5+
### Patch Changes
6+
7+
- chore: update pnpm-lock.yml
8+
39
## 0.0.4
410

511
### Patch Changes

packages/uploadkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-real/greenfield-uploadkit",
3-
"version": "0.0.4",
3+
"version": "0.0.5-alpha.0",
44
"author": "node-real",
55
"description": "Greenfield UploadKit is a React component library for easily uploading objects to BNB Greenfield.",
66
"homepage": "https://node-real.github.io/greenfield-toolkit/packages/uploadkit",

packages/uploadkit/src/facade/payment.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,6 @@ export const getCreateTmpAccountTx = async ({
9797
return [data, null];
9898
};
9999

100-
export const getGasFees = async (client: Client) => {
101-
return await client.gashub
102-
.getMsgGasParams({
103-
msgTypeUrls: [],
104-
pagination: {
105-
countTotal: true,
106-
key: Uint8Array.from([]),
107-
limit: Long.fromInt(1000),
108-
offset: Long.fromInt(0),
109-
reverse: false,
110-
},
111-
})
112-
.then(resolve, commonFault);
113-
};
114-
115100
export const getStoreFeeParams = async (client: Client) => {
116101
const now = getTimestampInSeconds();
117102
const [globalSpStoragePrice, { params: storageParams }, { params: paymentParams }] =

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)