Created
January 3, 2024 15:32
-
-
Save michielmulders/f8ae878431d3d551ecf5e478e9e96ea5 to your computer and use it in GitHub Desktop.
state download example
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
{ | |
"accounts": { | |
"bert": { | |
"network": "testnet", | |
"alias": "bert", | |
"accountId": "0.0.7426198", | |
"type": "ecdsa", | |
"publicKey": "302d300706052b8104000a03220003732a9daae40e2a41ccd10dd35b521cbcafdd4bf906a66e37d0a65512a1d7db23", | |
"evmAddress": "a5accb5010ad3ee50c66a433d5b8fdfe0d0eab59", | |
"solidityAddress": "0000000000000000000000000000000000715096", | |
"solidityAddressFull": "0x0000000000000000000000000000000000715096", | |
"privateKey": "3030020100300706052b8104000a042204201f6d5e143e086a38035aa8033d14d3b8f0fd0e30fcbc442c38ec892bee18dd75" | |
} | |
}, | |
"scripts": { | |
"script-script1": { | |
"name": "script1", | |
"commands": [ | |
"account create -a alice", | |
"account create -a bob" | |
] | |
} | |
}, | |
"tokens": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment