chain-registry 1.63.59 → 1.63.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/cnhostables/chain.js +11 -0
- package/esm/mainnet/cryptoorgchain/chain.js +3 -3
- package/esm/mainnet/injective/assets.js +20 -0
- package/esm/mainnet/mars/chain.js +3 -3
- package/esm/testnet/axelartestnet/ibc.js +6 -6
- package/esm/testnet/mantrachaintestnet/ibc.js +18 -18
- package/esm/testnet/nobletestnet/ibc.js +6 -6
- package/esm/testnet/osmosistestnet/ibc.js +7 -7
- package/esm/testnet/symphonytestnet/ibc.js +1 -1
- package/mainnet/cnhostables/chain.js +11 -0
- package/mainnet/cryptoorgchain/chain.js +3 -3
- package/mainnet/injective/assets.js +20 -0
- package/mainnet/mars/chain.js +3 -3
- package/package.json +4 -4
- package/testnet/axelartestnet/ibc.js +6 -6
- package/testnet/mantrachaintestnet/ibc.js +18 -18
- package/testnet/nobletestnet/ibc.js +6 -6
- package/testnet/osmosistestnet/ibc.js +7 -7
- package/testnet/symphonytestnet/ibc.js +1 -1
|
@@ -38,10 +38,16 @@ const info = {
|
|
|
38
38
|
rpc: [{
|
|
39
39
|
address: 'https://rpc.cnho.io',
|
|
40
40
|
provider: 'CNHO Stables'
|
|
41
|
+
}, {
|
|
42
|
+
address: 'https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
43
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
41
44
|
}],
|
|
42
45
|
rest: [{
|
|
43
46
|
address: 'https://api.cnho.io',
|
|
44
47
|
provider: 'CNHO Stables'
|
|
48
|
+
}, {
|
|
49
|
+
address: 'https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
50
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
45
51
|
}],
|
|
46
52
|
grpc: [{
|
|
47
53
|
address: '159.138.232.248:9090',
|
|
@@ -52,6 +58,11 @@ const info = {
|
|
|
52
58
|
url: 'https://explorer.cnho.io',
|
|
53
59
|
tx_page: 'https://explorer.cnho.io/transaction/${txHash}',
|
|
54
60
|
account_page: 'https://explorer.cnho.io/account/${accountAddress}'
|
|
61
|
+
}, {
|
|
62
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
63
|
+
url: 'https://explorer.whenmoonwhenlambo.money/cnhostables',
|
|
64
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}',
|
|
65
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}'
|
|
55
66
|
}],
|
|
56
67
|
keywords: ['CNHO'],
|
|
57
68
|
images: [{
|
|
@@ -127,9 +127,9 @@ const info = {
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
kind: 'ezstaking',
|
|
130
|
-
url: 'https://ezstaking.app/
|
|
131
|
-
tx_page: 'https://ezstaking.app/
|
|
132
|
-
account_page: 'https://ezstaking.app/
|
|
130
|
+
url: 'https://ezstaking.app/crypto-org',
|
|
131
|
+
tx_page: 'https://ezstaking.app/crypto-org/txs/${txHash}',
|
|
132
|
+
account_page: 'https://ezstaking.app/crypto-org/account/${accountAddress}'
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
kind: 'cronos.org',
|
|
@@ -839,6 +839,26 @@ const info = {
|
|
|
839
839
|
logo_URIs: {
|
|
840
840
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
841
841
|
}
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
description: 'DRUGS meme coin',
|
|
845
|
+
denom_units: [{
|
|
846
|
+
denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
847
|
+
exponent: 0
|
|
848
|
+
}, {
|
|
849
|
+
denom: 'DRUGS',
|
|
850
|
+
exponent: 6
|
|
851
|
+
}],
|
|
852
|
+
base: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
853
|
+
name: 'DRUGS',
|
|
854
|
+
display: 'DRUGS',
|
|
855
|
+
symbol: 'DRUGS',
|
|
856
|
+
logo_URIs: {
|
|
857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
858
|
+
},
|
|
859
|
+
images: [{
|
|
860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
861
|
+
}]
|
|
842
862
|
}
|
|
843
863
|
]
|
|
844
864
|
};
|
|
@@ -152,9 +152,9 @@ const info = {
|
|
|
152
152
|
explorers: [
|
|
153
153
|
{
|
|
154
154
|
kind: 'ezstaking',
|
|
155
|
-
url: 'https://ezstaking.app/mars',
|
|
156
|
-
tx_page: 'https://ezstaking.app/mars/txs/${txHash}',
|
|
157
|
-
account_page: 'https://ezstaking.app/mars/account/${accountAddress}'
|
|
155
|
+
url: 'https://ezstaking.app/mars-protocol',
|
|
156
|
+
tx_page: 'https://ezstaking.app/mars-protocol/txs/${txHash}',
|
|
157
|
+
account_page: 'https://ezstaking.app/mars-protocol/account/${accountAddress}'
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
kind: 'BigDipper',
|
|
@@ -89,21 +89,21 @@ const info = [
|
|
|
89
89
|
$schema: '../ibc_data.schema.json',
|
|
90
90
|
chain_1: {
|
|
91
91
|
chain_name: 'axelartestnet',
|
|
92
|
-
client_id: '07-tendermint-
|
|
93
|
-
connection_id: 'connection-
|
|
92
|
+
client_id: '07-tendermint-1009',
|
|
93
|
+
connection_id: 'connection-783'
|
|
94
94
|
},
|
|
95
95
|
chain_2: {
|
|
96
96
|
chain_name: 'mantrachaintestnet',
|
|
97
|
-
client_id: '07-tendermint-
|
|
98
|
-
connection_id: 'connection-
|
|
97
|
+
client_id: '07-tendermint-7',
|
|
98
|
+
connection_id: 'connection-7'
|
|
99
99
|
},
|
|
100
100
|
channels: [{
|
|
101
101
|
chain_1: {
|
|
102
|
-
channel_id: 'channel-
|
|
102
|
+
channel_id: 'channel-540',
|
|
103
103
|
port_id: 'transfer'
|
|
104
104
|
},
|
|
105
105
|
chain_2: {
|
|
106
|
-
channel_id: 'channel-
|
|
106
|
+
channel_id: 'channel-7',
|
|
107
107
|
port_id: 'transfer'
|
|
108
108
|
},
|
|
109
109
|
ordering: 'unordered',
|
|
@@ -3,21 +3,21 @@ const info = [
|
|
|
3
3
|
$schema: '../ibc_data.schema.json',
|
|
4
4
|
chain_1: {
|
|
5
5
|
chain_name: 'axelartestnet',
|
|
6
|
-
client_id: '07-tendermint-
|
|
7
|
-
connection_id: 'connection-
|
|
6
|
+
client_id: '07-tendermint-1009',
|
|
7
|
+
connection_id: 'connection-783'
|
|
8
8
|
},
|
|
9
9
|
chain_2: {
|
|
10
10
|
chain_name: 'mantrachaintestnet',
|
|
11
|
-
client_id: '07-tendermint-
|
|
12
|
-
connection_id: 'connection-
|
|
11
|
+
client_id: '07-tendermint-7',
|
|
12
|
+
connection_id: 'connection-7'
|
|
13
13
|
},
|
|
14
14
|
channels: [{
|
|
15
15
|
chain_1: {
|
|
16
|
-
channel_id: 'channel-
|
|
16
|
+
channel_id: 'channel-540',
|
|
17
17
|
port_id: 'transfer'
|
|
18
18
|
},
|
|
19
19
|
chain_2: {
|
|
20
|
-
channel_id: 'channel-
|
|
20
|
+
channel_id: 'channel-7',
|
|
21
21
|
port_id: 'transfer'
|
|
22
22
|
},
|
|
23
23
|
ordering: 'unordered',
|
|
@@ -32,21 +32,21 @@ const info = [
|
|
|
32
32
|
$schema: '../ibc_data.schema.json',
|
|
33
33
|
chain_1: {
|
|
34
34
|
chain_name: 'mantrachaintestnet',
|
|
35
|
-
client_id: '07-tendermint-
|
|
36
|
-
connection_id: 'connection-
|
|
35
|
+
client_id: '07-tendermint-6',
|
|
36
|
+
connection_id: 'connection-6'
|
|
37
37
|
},
|
|
38
38
|
chain_2: {
|
|
39
39
|
chain_name: 'nobletestnet',
|
|
40
|
-
client_id: '07-tendermint-
|
|
41
|
-
connection_id: 'connection-
|
|
40
|
+
client_id: '07-tendermint-294',
|
|
41
|
+
connection_id: 'connection-247'
|
|
42
42
|
},
|
|
43
43
|
channels: [{
|
|
44
44
|
chain_1: {
|
|
45
|
-
channel_id: 'channel-
|
|
45
|
+
channel_id: 'channel-6',
|
|
46
46
|
port_id: 'transfer'
|
|
47
47
|
},
|
|
48
48
|
chain_2: {
|
|
49
|
-
channel_id: 'channel-
|
|
49
|
+
channel_id: 'channel-209',
|
|
50
50
|
port_id: 'transfer'
|
|
51
51
|
},
|
|
52
52
|
ordering: 'unordered',
|
|
@@ -61,21 +61,21 @@ const info = [
|
|
|
61
61
|
$schema: '../ibc_data.schema.json',
|
|
62
62
|
chain_1: {
|
|
63
63
|
chain_name: 'mantrachaintestnet',
|
|
64
|
-
client_id: '07-tendermint-
|
|
65
|
-
connection_id: 'connection-
|
|
64
|
+
client_id: '07-tendermint-5',
|
|
65
|
+
connection_id: 'connection-5'
|
|
66
66
|
},
|
|
67
67
|
chain_2: {
|
|
68
68
|
chain_name: 'osmosistestnet',
|
|
69
|
-
client_id: '07-tendermint-
|
|
70
|
-
connection_id: 'connection-
|
|
69
|
+
client_id: '07-tendermint-3930',
|
|
70
|
+
connection_id: 'connection-3411'
|
|
71
71
|
},
|
|
72
72
|
channels: [{
|
|
73
73
|
chain_1: {
|
|
74
|
-
channel_id: 'channel-
|
|
74
|
+
channel_id: 'channel-5',
|
|
75
75
|
port_id: 'transfer'
|
|
76
76
|
},
|
|
77
77
|
chain_2: {
|
|
78
|
-
channel_id: 'channel-
|
|
78
|
+
channel_id: 'channel-8734',
|
|
79
79
|
port_id: 'transfer'
|
|
80
80
|
},
|
|
81
81
|
ordering: 'unordered',
|
|
@@ -31,21 +31,21 @@ const info = [
|
|
|
31
31
|
$schema: '../ibc_data.schema.json',
|
|
32
32
|
chain_1: {
|
|
33
33
|
chain_name: 'mantrachaintestnet',
|
|
34
|
-
client_id: '07-tendermint-
|
|
35
|
-
connection_id: 'connection-
|
|
34
|
+
client_id: '07-tendermint-6',
|
|
35
|
+
connection_id: 'connection-6'
|
|
36
36
|
},
|
|
37
37
|
chain_2: {
|
|
38
38
|
chain_name: 'nobletestnet',
|
|
39
|
-
client_id: '07-tendermint-
|
|
40
|
-
connection_id: 'connection-
|
|
39
|
+
client_id: '07-tendermint-294',
|
|
40
|
+
connection_id: 'connection-247'
|
|
41
41
|
},
|
|
42
42
|
channels: [{
|
|
43
43
|
chain_1: {
|
|
44
|
-
channel_id: 'channel-
|
|
44
|
+
channel_id: 'channel-6',
|
|
45
45
|
port_id: 'transfer'
|
|
46
46
|
},
|
|
47
47
|
chain_2: {
|
|
48
|
-
channel_id: 'channel-
|
|
48
|
+
channel_id: 'channel-209',
|
|
49
49
|
port_id: 'transfer'
|
|
50
50
|
},
|
|
51
51
|
ordering: 'unordered',
|
|
@@ -538,21 +538,21 @@ const info = [
|
|
|
538
538
|
$schema: '../ibc_data.schema.json',
|
|
539
539
|
chain_1: {
|
|
540
540
|
chain_name: 'mantrachaintestnet',
|
|
541
|
-
client_id: '07-tendermint-
|
|
542
|
-
connection_id: 'connection-
|
|
541
|
+
client_id: '07-tendermint-5',
|
|
542
|
+
connection_id: 'connection-5'
|
|
543
543
|
},
|
|
544
544
|
chain_2: {
|
|
545
545
|
chain_name: 'osmosistestnet',
|
|
546
|
-
client_id: '07-tendermint-
|
|
547
|
-
connection_id: 'connection-
|
|
546
|
+
client_id: '07-tendermint-3930',
|
|
547
|
+
connection_id: 'connection-3411'
|
|
548
548
|
},
|
|
549
549
|
channels: [{
|
|
550
550
|
chain_1: {
|
|
551
|
-
channel_id: 'channel-
|
|
551
|
+
channel_id: 'channel-5',
|
|
552
552
|
port_id: 'transfer'
|
|
553
553
|
},
|
|
554
554
|
chain_2: {
|
|
555
|
-
channel_id: 'channel-
|
|
555
|
+
channel_id: 'channel-8734',
|
|
556
556
|
port_id: 'transfer'
|
|
557
557
|
},
|
|
558
558
|
ordering: 'unordered',
|
|
@@ -875,7 +875,7 @@ const info = [
|
|
|
875
875
|
},
|
|
876
876
|
channels: [{
|
|
877
877
|
chain_1: {
|
|
878
|
-
channel_id: '
|
|
878
|
+
channel_id: 'channel-8686',
|
|
879
879
|
port_id: 'transfer'
|
|
880
880
|
},
|
|
881
881
|
chain_2: {
|
|
@@ -40,10 +40,16 @@ const info = {
|
|
|
40
40
|
rpc: [{
|
|
41
41
|
address: 'https://rpc.cnho.io',
|
|
42
42
|
provider: 'CNHO Stables'
|
|
43
|
+
}, {
|
|
44
|
+
address: 'https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
45
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
43
46
|
}],
|
|
44
47
|
rest: [{
|
|
45
48
|
address: 'https://api.cnho.io',
|
|
46
49
|
provider: 'CNHO Stables'
|
|
50
|
+
}, {
|
|
51
|
+
address: 'https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
52
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
47
53
|
}],
|
|
48
54
|
grpc: [{
|
|
49
55
|
address: '159.138.232.248:9090',
|
|
@@ -54,6 +60,11 @@ const info = {
|
|
|
54
60
|
url: 'https://explorer.cnho.io',
|
|
55
61
|
tx_page: 'https://explorer.cnho.io/transaction/${txHash}',
|
|
56
62
|
account_page: 'https://explorer.cnho.io/account/${accountAddress}'
|
|
63
|
+
}, {
|
|
64
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
65
|
+
url: 'https://explorer.whenmoonwhenlambo.money/cnhostables',
|
|
66
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}',
|
|
67
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}'
|
|
57
68
|
}],
|
|
58
69
|
keywords: ['CNHO'],
|
|
59
70
|
images: [{
|
|
@@ -129,9 +129,9 @@ const info = {
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
kind: 'ezstaking',
|
|
132
|
-
url: 'https://ezstaking.app/
|
|
133
|
-
tx_page: 'https://ezstaking.app/
|
|
134
|
-
account_page: 'https://ezstaking.app/
|
|
132
|
+
url: 'https://ezstaking.app/crypto-org',
|
|
133
|
+
tx_page: 'https://ezstaking.app/crypto-org/txs/${txHash}',
|
|
134
|
+
account_page: 'https://ezstaking.app/crypto-org/account/${accountAddress}'
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
kind: 'cronos.org',
|
|
@@ -841,6 +841,26 @@ const info = {
|
|
|
841
841
|
logo_URIs: {
|
|
842
842
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
843
843
|
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
description: 'DRUGS meme coin',
|
|
847
|
+
denom_units: [{
|
|
848
|
+
denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
849
|
+
exponent: 0
|
|
850
|
+
}, {
|
|
851
|
+
denom: 'DRUGS',
|
|
852
|
+
exponent: 6
|
|
853
|
+
}],
|
|
854
|
+
base: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
855
|
+
name: 'DRUGS',
|
|
856
|
+
display: 'DRUGS',
|
|
857
|
+
symbol: 'DRUGS',
|
|
858
|
+
logo_URIs: {
|
|
859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
860
|
+
},
|
|
861
|
+
images: [{
|
|
862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
863
|
+
}]
|
|
844
864
|
}
|
|
845
865
|
]
|
|
846
866
|
};
|
package/mainnet/mars/chain.js
CHANGED
|
@@ -154,9 +154,9 @@ const info = {
|
|
|
154
154
|
explorers: [
|
|
155
155
|
{
|
|
156
156
|
kind: 'ezstaking',
|
|
157
|
-
url: 'https://ezstaking.app/mars',
|
|
158
|
-
tx_page: 'https://ezstaking.app/mars/txs/${txHash}',
|
|
159
|
-
account_page: 'https://ezstaking.app/mars/account/${accountAddress}'
|
|
157
|
+
url: 'https://ezstaking.app/mars-protocol',
|
|
158
|
+
tx_page: 'https://ezstaking.app/mars-protocol/txs/${txHash}',
|
|
159
|
+
account_page: 'https://ezstaking.app/mars-protocol/account/${accountAddress}'
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
kind: 'BigDipper',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.60",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.50",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.50"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "97762adebdaccfc5492bcc7e112990ebafc2e97b"
|
|
47
47
|
}
|
|
@@ -91,21 +91,21 @@ const info = [
|
|
|
91
91
|
$schema: '../ibc_data.schema.json',
|
|
92
92
|
chain_1: {
|
|
93
93
|
chain_name: 'axelartestnet',
|
|
94
|
-
client_id: '07-tendermint-
|
|
95
|
-
connection_id: 'connection-
|
|
94
|
+
client_id: '07-tendermint-1009',
|
|
95
|
+
connection_id: 'connection-783'
|
|
96
96
|
},
|
|
97
97
|
chain_2: {
|
|
98
98
|
chain_name: 'mantrachaintestnet',
|
|
99
|
-
client_id: '07-tendermint-
|
|
100
|
-
connection_id: 'connection-
|
|
99
|
+
client_id: '07-tendermint-7',
|
|
100
|
+
connection_id: 'connection-7'
|
|
101
101
|
},
|
|
102
102
|
channels: [{
|
|
103
103
|
chain_1: {
|
|
104
|
-
channel_id: 'channel-
|
|
104
|
+
channel_id: 'channel-540',
|
|
105
105
|
port_id: 'transfer'
|
|
106
106
|
},
|
|
107
107
|
chain_2: {
|
|
108
|
-
channel_id: 'channel-
|
|
108
|
+
channel_id: 'channel-7',
|
|
109
109
|
port_id: 'transfer'
|
|
110
110
|
},
|
|
111
111
|
ordering: 'unordered',
|
|
@@ -5,21 +5,21 @@ const info = [
|
|
|
5
5
|
$schema: '../ibc_data.schema.json',
|
|
6
6
|
chain_1: {
|
|
7
7
|
chain_name: 'axelartestnet',
|
|
8
|
-
client_id: '07-tendermint-
|
|
9
|
-
connection_id: 'connection-
|
|
8
|
+
client_id: '07-tendermint-1009',
|
|
9
|
+
connection_id: 'connection-783'
|
|
10
10
|
},
|
|
11
11
|
chain_2: {
|
|
12
12
|
chain_name: 'mantrachaintestnet',
|
|
13
|
-
client_id: '07-tendermint-
|
|
14
|
-
connection_id: 'connection-
|
|
13
|
+
client_id: '07-tendermint-7',
|
|
14
|
+
connection_id: 'connection-7'
|
|
15
15
|
},
|
|
16
16
|
channels: [{
|
|
17
17
|
chain_1: {
|
|
18
|
-
channel_id: 'channel-
|
|
18
|
+
channel_id: 'channel-540',
|
|
19
19
|
port_id: 'transfer'
|
|
20
20
|
},
|
|
21
21
|
chain_2: {
|
|
22
|
-
channel_id: 'channel-
|
|
22
|
+
channel_id: 'channel-7',
|
|
23
23
|
port_id: 'transfer'
|
|
24
24
|
},
|
|
25
25
|
ordering: 'unordered',
|
|
@@ -34,21 +34,21 @@ const info = [
|
|
|
34
34
|
$schema: '../ibc_data.schema.json',
|
|
35
35
|
chain_1: {
|
|
36
36
|
chain_name: 'mantrachaintestnet',
|
|
37
|
-
client_id: '07-tendermint-
|
|
38
|
-
connection_id: 'connection-
|
|
37
|
+
client_id: '07-tendermint-6',
|
|
38
|
+
connection_id: 'connection-6'
|
|
39
39
|
},
|
|
40
40
|
chain_2: {
|
|
41
41
|
chain_name: 'nobletestnet',
|
|
42
|
-
client_id: '07-tendermint-
|
|
43
|
-
connection_id: 'connection-
|
|
42
|
+
client_id: '07-tendermint-294',
|
|
43
|
+
connection_id: 'connection-247'
|
|
44
44
|
},
|
|
45
45
|
channels: [{
|
|
46
46
|
chain_1: {
|
|
47
|
-
channel_id: 'channel-
|
|
47
|
+
channel_id: 'channel-6',
|
|
48
48
|
port_id: 'transfer'
|
|
49
49
|
},
|
|
50
50
|
chain_2: {
|
|
51
|
-
channel_id: 'channel-
|
|
51
|
+
channel_id: 'channel-209',
|
|
52
52
|
port_id: 'transfer'
|
|
53
53
|
},
|
|
54
54
|
ordering: 'unordered',
|
|
@@ -63,21 +63,21 @@ const info = [
|
|
|
63
63
|
$schema: '../ibc_data.schema.json',
|
|
64
64
|
chain_1: {
|
|
65
65
|
chain_name: 'mantrachaintestnet',
|
|
66
|
-
client_id: '07-tendermint-
|
|
67
|
-
connection_id: 'connection-
|
|
66
|
+
client_id: '07-tendermint-5',
|
|
67
|
+
connection_id: 'connection-5'
|
|
68
68
|
},
|
|
69
69
|
chain_2: {
|
|
70
70
|
chain_name: 'osmosistestnet',
|
|
71
|
-
client_id: '07-tendermint-
|
|
72
|
-
connection_id: 'connection-
|
|
71
|
+
client_id: '07-tendermint-3930',
|
|
72
|
+
connection_id: 'connection-3411'
|
|
73
73
|
},
|
|
74
74
|
channels: [{
|
|
75
75
|
chain_1: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-5',
|
|
77
77
|
port_id: 'transfer'
|
|
78
78
|
},
|
|
79
79
|
chain_2: {
|
|
80
|
-
channel_id: 'channel-
|
|
80
|
+
channel_id: 'channel-8734',
|
|
81
81
|
port_id: 'transfer'
|
|
82
82
|
},
|
|
83
83
|
ordering: 'unordered',
|
|
@@ -33,21 +33,21 @@ const info = [
|
|
|
33
33
|
$schema: '../ibc_data.schema.json',
|
|
34
34
|
chain_1: {
|
|
35
35
|
chain_name: 'mantrachaintestnet',
|
|
36
|
-
client_id: '07-tendermint-
|
|
37
|
-
connection_id: 'connection-
|
|
36
|
+
client_id: '07-tendermint-6',
|
|
37
|
+
connection_id: 'connection-6'
|
|
38
38
|
},
|
|
39
39
|
chain_2: {
|
|
40
40
|
chain_name: 'nobletestnet',
|
|
41
|
-
client_id: '07-tendermint-
|
|
42
|
-
connection_id: 'connection-
|
|
41
|
+
client_id: '07-tendermint-294',
|
|
42
|
+
connection_id: 'connection-247'
|
|
43
43
|
},
|
|
44
44
|
channels: [{
|
|
45
45
|
chain_1: {
|
|
46
|
-
channel_id: 'channel-
|
|
46
|
+
channel_id: 'channel-6',
|
|
47
47
|
port_id: 'transfer'
|
|
48
48
|
},
|
|
49
49
|
chain_2: {
|
|
50
|
-
channel_id: 'channel-
|
|
50
|
+
channel_id: 'channel-209',
|
|
51
51
|
port_id: 'transfer'
|
|
52
52
|
},
|
|
53
53
|
ordering: 'unordered',
|
|
@@ -540,21 +540,21 @@ const info = [
|
|
|
540
540
|
$schema: '../ibc_data.schema.json',
|
|
541
541
|
chain_1: {
|
|
542
542
|
chain_name: 'mantrachaintestnet',
|
|
543
|
-
client_id: '07-tendermint-
|
|
544
|
-
connection_id: 'connection-
|
|
543
|
+
client_id: '07-tendermint-5',
|
|
544
|
+
connection_id: 'connection-5'
|
|
545
545
|
},
|
|
546
546
|
chain_2: {
|
|
547
547
|
chain_name: 'osmosistestnet',
|
|
548
|
-
client_id: '07-tendermint-
|
|
549
|
-
connection_id: 'connection-
|
|
548
|
+
client_id: '07-tendermint-3930',
|
|
549
|
+
connection_id: 'connection-3411'
|
|
550
550
|
},
|
|
551
551
|
channels: [{
|
|
552
552
|
chain_1: {
|
|
553
|
-
channel_id: 'channel-
|
|
553
|
+
channel_id: 'channel-5',
|
|
554
554
|
port_id: 'transfer'
|
|
555
555
|
},
|
|
556
556
|
chain_2: {
|
|
557
|
-
channel_id: 'channel-
|
|
557
|
+
channel_id: 'channel-8734',
|
|
558
558
|
port_id: 'transfer'
|
|
559
559
|
},
|
|
560
560
|
ordering: 'unordered',
|
|
@@ -877,7 +877,7 @@ const info = [
|
|
|
877
877
|
},
|
|
878
878
|
channels: [{
|
|
879
879
|
chain_1: {
|
|
880
|
-
channel_id: '
|
|
880
|
+
channel_id: 'channel-8686',
|
|
881
881
|
port_id: 'transfer'
|
|
882
882
|
},
|
|
883
883
|
chain_2: {
|