-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 1020 Bytes
/
config.json
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
35
36
37
{
"managementWallet": {
"ledger": {
"enabled": true,
"bip32path": "m/44'/60'/0'/0"
},
"hotWallet": {
"enabled": false,
"publicKey": "",
"privateKey": ""
}
},
"minimumWithdrawalAmount": 2,
"blockchain": {
"polygon": {
"chainId": 137,
"ticker": "MATIC",
"hubContractAddress": "0xe5FC9F71F8e378448c0BD0Fb8E1fb879654E3fbb",
"gasStation": "https://gasstation-mainnet.matic.network/v2",
"rpc": ""
},
"gnosis": {
"chainId": 100,
"ticker": "xDai",
"hubContractAddress": "0xB4Cf5D3876FA929706A87F3B4042C741dcb3d688",
"gasStation": "https://blockscout.com/xdai/mainnet/api/v1/gas-price-oracle",
"rpc": ""
},
"ethereum": {
"chainId": 1,
"ticker": "ETH",
"hubContractAddress": "0x89777F4D16F0a263F47EaD07cbCAb9497861aa79",
"gasStation": "https://api.etherscan.io/api?module=gastracker&action=gasoracle&apikey=B42615CQP1KPFM6CV558XVPGYKPUURDX4P",
"rpc": ""
}
}
}