Skip to content

Commit e5fb4a8

Browse files
committed
feat: add default set fees, closes #5930
1 parent 720fa86 commit e5fb4a8

File tree

4 files changed

+735
-683
lines changed

4 files changed

+735
-683
lines changed

config/wallet-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"minValues": [2500, 3000, 3500],
8484
"minValuesEnabled": true
8585
},
86+
"tokenTransferFeeEstimations": [200, 400, 800],
8687
"nftMetadataEnabled": true,
8788
"ordinalsbot": {
8889
"integrationEnabled": true,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"@leather.io/bitcoin": "0.16.5",
150150
"@leather.io/constants": "0.13.3",
151151
"@leather.io/crypto": "1.6.12",
152-
"@leather.io/models": "0.20.0",
153-
"@leather.io/query": "2.22.4",
152+
"@leather.io/models": "0.21.0",
153+
"@leather.io/query": "2.23.0",
154154
"@leather.io/stacks": "1.3.5",
155155
"@leather.io/tokens": "0.12.1",
156156
"@leather.io/ui": "1.36.1",

0 commit comments

Comments
 (0)