forked from terra-money/assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chains.json
32 lines (32 loc) · 871 Bytes
/
chains.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
{
"mainnet": {
"name": "mainnet",
"chainID": "phoenix-1",
"lcd": "https://phoenix-lcd.terra.dev",
"api": "https://phoenix-api.terra.dev",
"hive": "https://phoenix-hive.terra.dev/graphql",
"walletconnectID": 1
},
"classic": {
"name": "classic",
"chainID": "columbus-5",
"lcd": "https://terra-classic-lcd.publicnode.com",
"api": "https://columbus-api.terra.dev",
"mantle": "https://columbus-mantle.terra.dev",
"walletconnectID": 2
},
"testnet": {
"name": "testnet",
"chainID": "pisco-1",
"lcd": "https://pisco-lcd.terra.dev",
"api": "https://pisco-api.terra.dev",
"hive": "https://pisco-hive.terra.dev/graphql",
"walletconnectID": 0
},
"localterra": {
"name": "localterra",
"chainID": "localterra",
"lcd": "http://localhost:1317",
"mantle": "http://localhost:1337"
}
}