-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchains.json
More file actions
75 lines (75 loc) · 2.19 KB
/
chains.json
File metadata and controls
75 lines (75 loc) · 2.19 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
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
[
{
"name": "Sepolia Testnet",
"chainId": 11155111,
"rpcEnv": "SEPOLIA_RPC",
"defaultRpc": "https://ethereum-sepolia-rpc.publicnode.com",
"explorer": "https://sepolia.etherscan.io",
"contractEnv": "SEPOLIA_VAULT_V2",
"contract": "0x3D1f9d1cEaf350885A91f7Fb05c99a78Bc544ED8",
"testnet": true
},
{
"name": "Ethereum",
"chainId": 1,
"rpcEnv": "ETHEREUM_RPC",
"defaultRpc": "https://ethereum-rpc.publicnode.com",
"explorer": "https://etherscan.io",
"contractEnv": "ETHEREUM_VAULT",
"contract": "0x31ec8EeeCb341c7cefAefA6BC0Dd84BE9Bd11085"
},
{
"name": "Arbitrum",
"chainId": 42161,
"rpcEnv": "ARBITRUM_RPC",
"defaultRpc": "https://arb1.arbitrum.io/rpc",
"explorer": "https://arbiscan.io",
"contractEnv": "ARBITRUM_VAULT",
"contract": "0x6Ec438bEfE7f956d115c4Aa2B9eB80996df4d322"
},
{
"name": "Base",
"chainId": 8453,
"rpcEnv": "BASE_RPC",
"defaultRpc": "https://mainnet.base.org",
"explorer": "https://basescan.org",
"contractEnv": "BASE_VAULT",
"contract": "0x1610DA56f09555a388AB8a095F180A2069FDA4F1"
},
{
"name": "Optimism",
"chainId": 10,
"rpcEnv": "OPTIMISM_RPC",
"defaultRpc": "https://mainnet.optimism.io",
"explorer": "https://optimistic.etherscan.io",
"contractEnv": "OPTIMISM_VAULT",
"contract": "0x6Ec438bEfE7f956d115c4Aa2B9eB80996df4d322"
},
{
"name": "Polygon",
"chainId": 137,
"rpcEnv": "POLYGON_RPC",
"defaultRpc": "https://polygon-bor-rpc.publicnode.com",
"explorer": "https://polygonscan.com",
"contractEnv": "POLYGON_VAULT",
"contract": "0x6Ec438bEfE7f956d115c4Aa2B9eB80996df4d322"
},
{
"name": "BSC",
"chainId": 56,
"rpcEnv": "BSC_RPC",
"defaultRpc": "https://bsc-dataseed.binance.org",
"explorer": "https://bscscan.com",
"contractEnv": "BSC_VAULT",
"contract": "0x6Ec438bEfE7f956d115c4Aa2B9eB80996df4d322"
},
{
"name": "Avalanche",
"chainId": 43114,
"rpcEnv": "AVALANCHE_RPC",
"defaultRpc": "https://api.avax.network/ext/bc/C/rpc",
"explorer": "https://snowtrace.io",
"contractEnv": "AVALANCHE_VAULT",
"contract": "0x6Ec438bEfE7f956d115c4Aa2B9eB80996df4d322"
}
]