Created
September 8, 2023 20:30
-
-
Save EmbeddedAndroid/a68bf5d4c54d65c3f45fe527a562a749 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"state_directory": "./state", | |
"wif": "YOUR_WIF_CREDENTIALS", | |
"bitcoin_node_url": "http://devnet:devnet@localhost:8001/api", | |
"stacks_node_url": "http://localhost:3999", | |
"stacks_transaction_fee": 2000, | |
"bitcoin_transaction_fee": 2000, | |
"contract": "../asset-contract/contracts/asset.clar", | |
"contract_name": "sbtc-alpha-romeo-testing" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment