Skip to content

Commit

Permalink
chore: update pnpm-lock.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl authored Jan 15, 2024
1 parent 9c6a8a9 commit 3d84dc5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-swans-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

chore: update pnpm-lock.yml
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"uploadkit-with-vite-walletkit": "0.0.1",
"@node-real/greenfield-uploadkit": "0.0.4"
},
"changesets": ["tall-years-judge"]
"changesets": [
"hungry-swans-attend",
"tall-years-judge"
]
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@totejs/uikit": "^2.54.2",
"@totejs/walletkit": "^1.0.8",
"@node-real/greenfield-uploadkit": "workspace:*",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.30",
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "^1.1.3",
"prism-react-renderer": "~1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm i wagmi viem @bnb-chain/greenfield-js-sdk @bnb-chain/greenfield-cosmos-types
- viem > 1.0.0
- @bnb-chain/greenfield-js-sdk >= 1.2.0
- @bnb-chain/reed-solomon >= 1.1.3
- @bnb-chain/greenfield-cosmos-types >= 0.4.0-alpha.30
- @bnb-chain/greenfield-cosmos-types >= 0.4.0

## Examples

Expand Down
6 changes: 6 additions & 0 deletions packages/uploadkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @node-real/greenfield-uploadkit

## 0.0.5-alpha.0

### Patch Changes

- chore: update pnpm-lock.yml

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploadkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/greenfield-uploadkit",
"version": "0.0.4",
"version": "0.0.5-alpha.0",
"author": "node-real",
"description": "Greenfield UploadKit is a React component library for easily uploading objects to BNB Greenfield.",
"homepage": "https://node-real.github.io/greenfield-toolkit/packages/uploadkit",
Expand Down
15 changes: 0 additions & 15 deletions packages/uploadkit/src/facade/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ export const getCreateTmpAccountTx = async ({
return [data, null];
};

export const getGasFees = async (client: Client) => {
return await client.gashub
.getMsgGasParams({
msgTypeUrls: [],
pagination: {
countTotal: true,
key: Uint8Array.from([]),
limit: Long.fromInt(1000),
offset: Long.fromInt(0),
reverse: false,
},
})
.then(resolve, commonFault);
};

export const getStoreFeeParams = async (client: Client) => {
const now = getTimestampInSeconds();
const [globalSpStoragePrice, { params: storageParams }, { params: paymentParams }] =
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d84dc5

Please sign in to comment.