Skip to content

Commit

Permalink
feat: add default set fees, closes #5930
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Nov 21, 2024
1 parent 41d75da commit 3c0d209
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 14 deletions.
1 change: 1 addition & 0 deletions config/wallet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"minValues": [2500, 3000, 3500],
"minValuesEnabled": true
},
"tokenTransferFeeEstimations": [200, 400, 800],
"nftMetadataEnabled": true,
"ordinalsbot": {
"integrationEnabled": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"@leather.io/bitcoin": "0.16.4",
"@leather.io/constants": "0.13.2",
"@leather.io/crypto": "1.6.11",
"@leather.io/models": "0.19.1",
"@leather.io/query": "2.22.3",
"@leather.io/models": "0.21.0",
"@leather.io/query": "2.23.0",
"@leather.io/stacks": "1.3.4",
"@leather.io/tokens": "0.12.1",
"@leather.io/ui": "1.36.0",
Expand Down
94 changes: 82 additions & 12 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 3c0d209

Please sign in to comment.