mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-29 15:45:55 +00:00
Added extra config values for price logic
This commit is contained in:
parent
dbd7b36c1c
commit
3200865294
@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"gasPrice": 20,
|
"gasPrice": 5000000000,
|
||||||
"node": {
|
"node": {
|
||||||
"local":{
|
"local":{
|
||||||
"protocol": "ws",
|
"protocol": "ws",
|
||||||
@ -26,18 +26,12 @@ module.exports = {
|
|||||||
"0x0000000000000000000000000000000000000000": {
|
"0x0000000000000000000000000000000000000000": {
|
||||||
"name": "Ethereum",
|
"name": "Ethereum",
|
||||||
"symbol": "ETH",
|
"symbol": "ETH",
|
||||||
"minAccepted":{
|
"minAcceptedRate": 1
|
||||||
"value": 1,
|
|
||||||
"currency": "USD"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"%STTAddress%": {
|
"%STTAddress%": {
|
||||||
"name": "Status Test Token",
|
"name": "Status Test Token",
|
||||||
"symbol": "SNT",
|
"symbol": "SNT",
|
||||||
"minAccepted":{
|
"minAcceptedRate": 0.0001500,
|
||||||
"value": 1,
|
|
||||||
"currency": "USD"
|
|
||||||
},
|
|
||||||
"pricePlugin": "../plugins/token-utils.js"
|
"pricePlugin": "../plugins/token-utils.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user