forked from getwax/bls-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.release.json
79 lines (79 loc) · 2.5 KB
/
config.release.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"defaultNetwork": "arbitrum-goerli",
"builtinNetworks": {
"mainnet": {
"blockExplorerUrl": "http://etherscan.io/",
"chainId": "0x1",
"displayName": "Mainnet",
"logo": "",
"rpcTarget": "https://mainnet.infura.io/v3/d0f317090d6645b6b494ddc6f1cce5ad",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "https://mainnet.blswallet.org",
"networkKey": "mainnet",
"hidden": true
},
"local": {
"blockExplorerUrl": "N/A",
"chainId": "0x7a69",
"displayName": "Local Network",
"logo": "",
"rpcTarget": "http://127.0.0.1:8545",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "http://localhost:3000",
"networkKey": "local"
},
"arbitrum-goerli": {
"blockExplorerUrl": "https://goerli-rollup-explorer.arbitrum.io",
"chainId": "0x66EED",
"displayName": "Arbitrum Goerli",
"logo": "",
"rpcTarget": "https://goerli-rollup.arbitrum.io/rpc",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "https://arbitrum-goerli.blswallet.org",
"networkKey": "arbitrum-goerli"
},
"arbitrum": {
"blockExplorerUrl": "https://explorer.arbitrum.io",
"chainId": "0xa4b1",
"displayName": "Arbitrum One",
"logo": "",
"rpcTarget": "https://arb1.arbitrum.io/rpc",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "https://arbitrum.blswallet.org",
"networkKey": "arbitrum",
"hidden": true
},
"optimism-goerli": {
"blockExplorerUrl": "https://blockscout.com/optimism/goerli/",
"chainId": "0x1a4",
"displayName": "Optimism Goerli",
"logo": "",
"rpcTarget": "https://goerli.optimism.io",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "https://optimism-goerli.blswallet.org",
"networkKey": "optimism-goerli"
},
"optimism": {
"blockExplorerUrl": "https://optimistic.etherscan.io",
"chainId": "0xa",
"displayName": "Optimism",
"logo": "",
"rpcTarget": "https://mainnet.optimism.io",
"chainCurrencyName": "Ether",
"chainCurrency": "ETH",
"aggregatorUrl": "https://optimism.blswallet.org",
"networkKey": "optimism",
"hidden": true
}
},
"currencyConversion": {
"api": "https://min-api.cryptocompare.com/data/price",
"apiKey": "${CRYPTO_COMPARE_API_KEY}",
"pollInterval": 30000
}
}