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 720fa86 commit e5fb4a8
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 683 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.5",
"@leather.io/constants": "0.13.3",
"@leather.io/crypto": "1.6.12",
"@leather.io/models": "0.20.0",
"@leather.io/query": "2.22.4",
"@leather.io/models": "0.21.0",
"@leather.io/query": "2.23.0",
"@leather.io/stacks": "1.3.5",
"@leather.io/tokens": "0.12.1",
"@leather.io/ui": "1.36.1",
Expand Down
Loading

0 comments on commit e5fb4a8

Please sign in to comment.