forked from chandanthundercore/thunder_bridge
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.json.example
More file actions
34 lines (34 loc) · 1.08 KB
/
Copy pathconfig.json.example
File metadata and controls
34 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"USDT" : {
"HOME_RPC_URL":"https://rinkeby.infura.io/",
"FOREIGN_RPC_URL":"https://kovan.infura.io/",
"HOME_BRIDGE_ADDRESS":"0x8E..b5",
"FOREIGN_BRIDGE_ADDRESS":"0xd1..5F",
"HOME_DEPLOYMENT_BLOCK":0,
"FOREIGN_DEPLOYMENT_BLOCK":0,
"GAS_PRICE_SPEED_TYPE":"standard",
"GAS_LIMIT":300000,
"GAS_PRICE_FALLBACK":21,
"UPDATE_PERIOD":120000,
"TOKEN_PRICE_RPC_URL": "https://mainnet.infura.io/",
"UNISWAP_PAIR_ADDRESS": "0xb20..05",
"TOKEN_ADDRESS": "0x6b..0f",
"STABLE_TOKEN_ADDRESS": "0xda..c7"
},
"DAI" : {
"HOME_RPC_URL":"https://rinkeby.infura.io/",
"FOREIGN_RPC_URL":"https://kovan.infura.io/",
"HOME_BRIDGE_ADDRESS":"0x8E..b5",
"FOREIGN_BRIDGE_ADDRESS":"0xd1..5F",
"HOME_DEPLOYMENT_BLOCK":0,
"FOREIGN_DEPLOYMENT_BLOCK":0,
"GAS_PRICE_SPEED_TYPE":"standard",
"GAS_LIMIT":300000,
"GAS_PRICE_FALLBACK":21,
"UPDATE_PERIOD":120000,
"TOKEN_PRICE_RPC_URL": "https://mainnet.infura.io/",
"UNISWAP_PAIR_ADDRESS": "0xb20..05",
"TOKEN_ADDRESS": "0x6b..0f",
"STABLE_TOKEN_ADDRESS": "0xda..c7"
}
}