85 lines
2.7 KiB
JSON
Raw Normal View History

2018-04-10 11:42:36 -04:00
{
2018-05-14 10:58:22 -04:00
"gasPrice": 20,
2018-04-20 20:48:09 -04:00
"node": {
2018-05-14 10:58:22 -04:00
"local":{
"protocol": "ws",
"host": "localhost",
"port": 8546
},
2018-05-03 10:59:28 -04:00
"ganache": {
"protocol": "http",
"host": "localhost",
"port": "8545"
},
2018-04-20 20:48:09 -04:00
"blockchain": {
2018-05-03 10:59:28 -04:00
"account": "0x1847ab5a71eaa95315c3fc2d3dfb53b7e6e8f313"
2018-04-20 20:48:09 -04:00
},
"whisper": {
"symKey": "0xd0d905c1c62b810b787141430417caf2b3f54cffadb395b7bb39fdeb8f17266b",
"ttl": 20,
"minPow": 0.8,
"powTime": 1000
}
2018-04-10 11:42:36 -04:00
},
2018-04-11 09:56:25 -04:00
"tokens": {
"0x0000000000000000000000000000000000000000": {
2018-04-11 09:56:25 -04:00
"name": "Ethereum",
"symbol": "ETH"
},
2018-05-03 15:41:25 -04:00
"0xD10e6dAe987Dcc0B3ADaA375C9f59690a4C97a27": {
2018-05-21 11:36:26 -04:00
"name": "Status Network Token",
"symbol": "SNT"
2018-04-11 09:56:25 -04:00
}
},
2018-04-10 11:42:36 -04:00
"contracts":{
"IdentityGasRelay": {
"abiFile": "../abi/IdentityGasRelay.json",
2018-04-10 11:42:36 -04:00
"isIdentity": true,
2018-05-08 09:46:03 -04:00
"factoryAddress": "0x6202a2b202Ccf859fd93Ecee33C2D20f20462836",
2018-05-03 15:41:25 -04:00
"kernelVerification": "isKernel(bytes32)",
2018-04-10 11:42:36 -04:00
"allowedFunctions": [
{
"function": "approveAndCallGasRelayed(address,address,uint256,bytes,uint256,uint256,uint256,address,bytes)",
"to": "_to",
"value": "_value",
"data": "_data",
2018-04-11 09:56:25 -04:00
"gasPrice": "_gasPrice",
2018-04-11 15:31:14 -04:00
"gasToken": "_gasToken",
2018-04-17 13:25:25 -04:00
"gasLimit": "_gasLimit",
2018-04-10 11:42:36 -04:00
"isToken": true,
"token": "_baseToken"
},
{
"function": "callGasRelayed(address,uint256,bytes,uint256,uint256,uint256,address,bytes)",
"to": "_to",
"value": "_value",
"data": "_data",
2018-04-11 09:56:25 -04:00
"gasPrice": "_gasPrice",
2018-04-11 15:31:14 -04:00
"gasToken": "_gasToken",
2018-04-17 13:25:25 -04:00
"gasLimit": "_gasLimit",
2018-04-10 11:42:36 -04:00
"isToken": false
}
]
},
"SNTController": {
"abiFile": "../abi/SNTController.json",
2018-04-10 11:42:36 -04:00
"isIdentity": false,
"address": "0x96f0811c6484c59c2674da1f64e725c01d82c1b5",
"allowedFunctions": [
{
"function":"transferSNT(address,uint256,uint256,uint256,bytes)",
"to": "_to",
"value": "_amount"
},
{
"function":"executeGasRelayed(address,bytes,uint256,uint256,uint256,bytes)",
"to": "_to",
"value": "_amount"
}
]
}
}
}