83 lines
2.5 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",
2018-07-19 12:55:00 -04:00
"port": 8545
2018-05-03 10:59:28 -04:00
},
2018-04-20 20:48:09 -04:00
"blockchain": {
2018-07-19 16:20:38 -04:00
"account": "0x47B9F15c410E2f254E5e065ca515379b090c63e1"
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
},
"heartbeat": {
"enabled": true,
"symKey": "0xd0d905c1c62b810b787141430417caf2b3f54cffadb395b7bb39fdeb8f17266b"
},
2018-04-11 09:56:25 -04:00
"tokens": {
"0x0000000000000000000000000000000000000000": {
2018-04-11 09:56:25 -04:00
"name": "Ethereum",
"symbol": "ETH",
"minAccepted":{
"value": 1,
"currency": "USD"
}
2018-04-11 09:56:25 -04:00
},
2018-05-03 15:41:25 -04:00
"0xD10e6dAe987Dcc0B3ADaA375C9f59690a4C97a27": {
2018-05-21 11:36:26 -04:00
"name": "Status Network Token",
"symbol": "SNT",
"minAccepted":{
"value": 1,
"currency": "USD"
},
"pricePlugin": "../plugins/token-utils.js"
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-07-19 16:20:38 -04:00
"factoryAddress": "0x9AA17f02d8f6Bc2553d06c60f99Bcc97Cd5E5A89",
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)",
2018-07-19 12:55:00 -04:00
"isToken": true
2018-04-10 11:42:36 -04:00
},
{
"function": "callGasRelayed(address,uint256,bytes,uint256,uint256,uint256,address,bytes)",
"isToken": false
}
2018-07-19 12:55:00 -04:00
],
"strategy": "../src/strategy/IdentityGasRelay.js"
2018-04-10 11:42:36 -04:00
},
"SNTController": {
"abiFile": "../abi/SNTController.json",
2018-04-10 11:42:36 -04:00
"isIdentity": false,
"address": "0x96f0811c6484c59c2674da1f64e725c01d82c1b5",
"allowedFunctions": [
{
2018-07-19 12:55:00 -04:00
"function":"transferSNT(address,uint256,uint256,uint256,bytes)"
2018-04-10 11:42:36 -04:00
},
{
2018-07-19 12:55:00 -04:00
"function":"executeGasRelayed(address,bytes,uint256,uint256,uint256,bytes)"
2018-04-10 11:42:36 -04:00
}
]
}
}
}