forked from hexxagon-io/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
axelar.js
39 lines (39 loc) · 774 Bytes
/
axelar.js
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
module.exports = {
mainnet: [
{
chainID: 'phoenix-1',
fromAxelar: 'channel-11',
toAxelar: 'channel-6',
},
{
chainID: 'kaiyo-1',
fromAxelar: 'channel-14',
toAxelar: 'channel-9',
},
{
chainID: 'crescent-1',
fromAxelar: 'channel-7',
toAxelar: 'channel-4',
},
{
chainID: 'juno-1',
fromAxelar: 'channel-4',
toAxelar: 'channel-71',
},
{
chainID: 'osmosis-1',
fromAxelar: 'channel-3',
toAxelar: 'channel-208',
},
{
chainID: 'stargaze-1',
fromAxelar: 'channel-18',
toAxelar: 'channel-50',
},
],
testnet: [
// TODO: add testnet chains https://docs.axelar.dev/resources/testnet
],
classic: [],
localterra: [],
}