github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-london/wireconnection.json (about) 1 { 2 "initGenesis": { 3 "isBering" : true, 4 "isIceland" : true, 5 "isLondon" : true 6 }, 7 "initBalances": [{ 8 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 9 "rawBalance": "1000000000000000000000000000" 10 }], 11 "deployments": [{ 12 "rawByteCode": "608060405234801561001057600080fd5b5060ca8061001f6000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c8063dba7ab6c146041578063df11c2ac14605d578063ebaa833714606f575b600080fd5b646d69616f7760d81b5b60405190815260200160405180910390f35b606d6068366004607c565b600055565b005b646d69616f7760d81b604b565b600060208284031215608d57600080fd5b503591905056fea2646970667358221220c064a12b90076472ef76304dee377a60987f8737847349e4cda6f48b073c488364736f6c634300080e0033", 13 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 14 "rawAmount": "0", 15 "rawGasLimit": 5000000, 16 "rawGasPrice": "0", 17 "rawExpectedGasConsumed": 73793, 18 "expectedStatus": 1, 19 "expectedBalances": [], 20 "comment": "deploy proposal contract" 21 }], 22 "executions": [{ 23 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 24 "rawByteCode": "dba7ab6c", 25 "rawAmount": "0", 26 "rawGasLimit": 1000000, 27 "rawGasPrice": "0", 28 "rawAccessList": [], 29 "rawExpectedGasConsumed": 10553, 30 "expectedStatus": 1, 31 "hasReturnValue": true, 32 "rawReturnValue": "miaow", 33 "comment": "call utterance()" 34 },{ 35 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 36 "rawByteCode": "ebaa8337", 37 "rawAmount": "0", 38 "rawGasLimit": 1000000, 39 "rawGasPrice": "0", 40 "rawAccessList": [], 41 "rawExpectedGasConsumed": 10608, 42 "expectedStatus": 1, 43 "hasReturnValue": true, 44 "rawReturnValue": "miaow", 45 "comment": "call Utterance()" 46 }] 47 }