Skip to content

Commit

Permalink
add fee configuration to btc testnet;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <tcar121293@gmail.com>
  • Loading branch information
tcar121293 committed Jul 16, 2024
1 parent d1b08a0 commit 93b26d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@
"nativeTokenDecimals": 8,
"blockConfirmations": 2,
"startBlock": 2822263,
"feeAddress": "tb1pnlurz40h4qgrt89dz66wsxe2m8ulank43f9xffeejqqe2ggtmd9q2y045l",
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000700",
Expand All @@ -657,7 +658,8 @@
"symbol": "BTC",
"decimals": 8,
"tweak": "213bff3f86006c010482ba7cb1fb9080f395407cb0a9cd2afcfbd861cb8ff759",
"script": "5120f28ceec9cd33537df28d0c4b0b9e4dc6b709e44fef860aa2d4967217d998c4e0"
"script": "5120f28ceec9cd33537df28d0c4b0b9e4dc6b709e44fef860aa2d4967217d998c4e0",
"feeAmount": "100000"
}
]
},
Expand Down

0 comments on commit 93b26d0

Please sign in to comment.