Skip to content

Commit

Permalink
chore: Update tx fee
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 22, 2022
1 parent 1f24dcc commit 5dcb774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervina-labs/cota-sdk",
"version": "0.5.6",
"version": "0.5.7",
"description": "The SDK of CoTA",
"repository": "[email protected]:nervina-labs/cota-sdk-js.git",
"author": "duanyytop <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const FEE = BigInt(160000)
export const FEE = BigInt(30000)
export const MIN_CAPACITY = BigInt(61) * BigInt(100000000)

const TestnetInfo = {
Expand Down

0 comments on commit 5dcb774

Please sign in to comment.