Skip to content

Commit

Permalink
Merge pull request #130 from sygmaprotocol/tcar/add-feeCollect-proper…
Browse files Browse the repository at this point in the history
…ties

chore: add feeAmount and feeAddress to btc config
  • Loading branch information
nmlinaric authored Jun 26, 2024
2 parents 922d03b + 6b2f2ae commit d8a241d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"nativeTokenDecimals": 8,
"blockConfirmations": 5,
"startBlock": 2817394,
"feeAddress": "tb1p0r2w3ugreaggd7nakw2wd04up6rl8k0cce8eetxwmhnrelgqx87s4zdkd7",
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
Expand All @@ -138,7 +139,8 @@
"symbol": "BTC",
"decimals": 8,
"script": "5120b391eed9d2ec7387c6510d9e54ed746d0a83f4d8a6c9d8a02b3375cee1808d39",
"tweak": "dbeea926f9229e7c80d0ed242df23027c084df3987b2cadf7b5c6b3035eb0dc7"
"tweak": "dbeea926f9229e7c80d0ed242df23027c084df3987b2cadf7b5c6b3035eb0dc7",
"feeAmount": "1000000"
}
]
}
Expand Down

0 comments on commit d8a241d

Please sign in to comment.