chain-registry 1.63.59 → 1.63.61
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/haqq/assets.js +35 -0
- package/esm/mainnet/injective/assets.js +20 -0
- package/esm/mainnet/kujira/assets.js +22 -0
- package/esm/mainnet/mars/chain.js +3 -3
- package/esm/mainnet/osmosis/assets.js +6 -15
- package/esm/mainnet/teritori/chain.js +14 -0
- 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/chain.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/haqq/assets.js +35 -0
- package/mainnet/injective/assets.js +20 -0
- package/mainnet/kujira/assets.js +22 -0
- package/mainnet/mars/chain.js +3 -3
- package/mainnet/osmosis/assets.js +6 -15
- package/mainnet/teritori/chain.js +14 -0
- 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/chain.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',
|
|
@@ -26,6 +26,41 @@ const info = {
|
|
|
26
26
|
primary_color_hex: '#04cd80'
|
|
27
27
|
}
|
|
28
28
|
}]
|
|
29
|
+
}, {
|
|
30
|
+
description: 'Deenar gold-backed stablecoin',
|
|
31
|
+
denom_units: [{
|
|
32
|
+
denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
33
|
+
exponent: 0
|
|
34
|
+
}, {
|
|
35
|
+
denom: 'DEEN',
|
|
36
|
+
exponent: 6
|
|
37
|
+
}],
|
|
38
|
+
base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
39
|
+
name: 'Deenar',
|
|
40
|
+
display: 'DEEN',
|
|
41
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
42
|
+
symbol: 'DEEN',
|
|
43
|
+
type_asset: 'erc20',
|
|
44
|
+
traces: [{
|
|
45
|
+
type: 'synthetic',
|
|
46
|
+
counterparty: {
|
|
47
|
+
chain_name: 'comex',
|
|
48
|
+
base_denom: 'XAU'
|
|
49
|
+
},
|
|
50
|
+
provider: 'Deenar'
|
|
51
|
+
}],
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
55
|
+
},
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
59
|
+
theme: {
|
|
60
|
+
primary_color_hex: '#ffbc05',
|
|
61
|
+
circle: true
|
|
62
|
+
}
|
|
63
|
+
}]
|
|
29
64
|
}]
|
|
30
65
|
};
|
|
31
66
|
export default info;
|
|
@@ -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
|
};
|
|
@@ -2092,6 +2092,28 @@ const info = {
|
|
|
2092
2092
|
images: [{
|
|
2093
2093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
|
|
2094
2094
|
}]
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
description: 'The Kujira Recovery Token',
|
|
2098
|
+
denom_units: [{
|
|
2099
|
+
denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2100
|
+
exponent: 0
|
|
2101
|
+
}, {
|
|
2102
|
+
denom: 'rkuji',
|
|
2103
|
+
exponent: 6
|
|
2104
|
+
}],
|
|
2105
|
+
base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2106
|
+
name: 'rKUJI',
|
|
2107
|
+
display: 'rkuji',
|
|
2108
|
+
symbol: 'rKUJI',
|
|
2109
|
+
logo_URIs: {
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2112
|
+
},
|
|
2113
|
+
images: [{
|
|
2114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2116
|
+
}]
|
|
2095
2117
|
}
|
|
2096
2118
|
]
|
|
2097
2119
|
};
|
|
@@ -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',
|
|
@@ -17866,8 +17866,7 @@ const info = {
|
|
|
17866
17866
|
description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
|
|
17867
17867
|
denom_units: [{
|
|
17868
17868
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
|
|
17869
|
-
exponent: 0
|
|
17870
|
-
aliases: ['sun']
|
|
17869
|
+
exponent: 0
|
|
17871
17870
|
}, {
|
|
17872
17871
|
denom: 'trx',
|
|
17873
17872
|
exponent: 6
|
|
@@ -17901,11 +17900,10 @@ const info = {
|
|
|
17901
17900
|
}]
|
|
17902
17901
|
},
|
|
17903
17902
|
{
|
|
17904
|
-
description: '
|
|
17903
|
+
description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
|
|
17905
17904
|
denom_units: [{
|
|
17906
17905
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
|
|
17907
|
-
exponent: 0
|
|
17908
|
-
aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
|
|
17906
|
+
exponent: 0
|
|
17909
17907
|
}, {
|
|
17910
17908
|
denom: 'usdt',
|
|
17911
17909
|
exponent: 6
|
|
@@ -17917,24 +17915,17 @@ const info = {
|
|
|
17917
17915
|
display: 'usdt',
|
|
17918
17916
|
symbol: 'USDT',
|
|
17919
17917
|
traces: [{
|
|
17920
|
-
type: '
|
|
17918
|
+
type: 'synthetic',
|
|
17921
17919
|
counterparty: {
|
|
17922
17920
|
chain_name: 'ethereum',
|
|
17923
17921
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17924
17922
|
},
|
|
17925
|
-
provider: 'Tether'
|
|
17926
|
-
}, {
|
|
17927
|
-
type: 'bridge',
|
|
17928
|
-
counterparty: {
|
|
17929
|
-
chain_name: 'tron',
|
|
17930
|
-
base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
|
|
17931
|
-
},
|
|
17932
17923
|
provider: 'Router'
|
|
17933
17924
|
}],
|
|
17934
17925
|
images: [{
|
|
17935
17926
|
image_sync: {
|
|
17936
|
-
chain_name: '
|
|
17937
|
-
base_denom: '
|
|
17927
|
+
chain_name: 'ethereum',
|
|
17928
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17938
17929
|
},
|
|
17939
17930
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17940
17931
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://teritori-rpc.bluestake.net:443',
|
|
92
92
|
provider: 'BlueStake 🚀'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
96
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -144,6 +148,10 @@ const info = {
|
|
|
144
148
|
{
|
|
145
149
|
address: 'https://teritori-api.bluestake.net',
|
|
146
150
|
provider: 'BlueStake 🚀'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
154
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
147
155
|
}
|
|
148
156
|
],
|
|
149
157
|
grpc: [
|
|
@@ -229,6 +237,12 @@ const info = {
|
|
|
229
237
|
url: 'https://atomscan.com/teritori',
|
|
230
238
|
tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
|
|
231
239
|
account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
243
|
+
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
244
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
245
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
232
246
|
}
|
|
233
247
|
],
|
|
234
248
|
images: [{
|
|
@@ -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: {
|
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
network_type: 'testnet',
|
|
6
6
|
pretty_name: 'Symphony Testnet',
|
|
7
7
|
chain_type: 'cosmos',
|
|
8
|
-
chain_id: 'symphony-testnet-
|
|
8
|
+
chain_id: 'symphony-testnet-3',
|
|
9
9
|
bech32_prefix: 'symphony',
|
|
10
10
|
daemon_name: 'symphonyd',
|
|
11
11
|
node_home: '$HOME/.symphonyd',
|
|
@@ -32,16 +32,16 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [{
|
|
35
|
-
address: 'https://symphony
|
|
36
|
-
provider: '
|
|
35
|
+
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
36
|
+
provider: 'Nodes Hub'
|
|
37
37
|
}],
|
|
38
38
|
rest: [{
|
|
39
|
-
address: 'https://symphony
|
|
40
|
-
provider: '
|
|
39
|
+
address: 'https://symphony.test.api.nodeshub.online/',
|
|
40
|
+
provider: 'Nodes Hub'
|
|
41
41
|
}],
|
|
42
42
|
grpc: [{
|
|
43
|
-
address: 'symphony
|
|
44
|
-
provider: '
|
|
43
|
+
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
44
|
+
provider: 'Nodes Hub'
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
47
|
logo_URIs: {
|
|
@@ -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',
|
package/mainnet/haqq/assets.js
CHANGED
|
@@ -28,6 +28,41 @@ const info = {
|
|
|
28
28
|
primary_color_hex: '#04cd80'
|
|
29
29
|
}
|
|
30
30
|
}]
|
|
31
|
+
}, {
|
|
32
|
+
description: 'Deenar gold-backed stablecoin',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
35
|
+
exponent: 0
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'DEEN',
|
|
38
|
+
exponent: 6
|
|
39
|
+
}],
|
|
40
|
+
base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
41
|
+
name: 'Deenar',
|
|
42
|
+
display: 'DEEN',
|
|
43
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
44
|
+
symbol: 'DEEN',
|
|
45
|
+
type_asset: 'erc20',
|
|
46
|
+
traces: [{
|
|
47
|
+
type: 'synthetic',
|
|
48
|
+
counterparty: {
|
|
49
|
+
chain_name: 'comex',
|
|
50
|
+
base_denom: 'XAU'
|
|
51
|
+
},
|
|
52
|
+
provider: 'Deenar'
|
|
53
|
+
}],
|
|
54
|
+
logo_URIs: {
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
57
|
+
},
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
primary_color_hex: '#ffbc05',
|
|
63
|
+
circle: true
|
|
64
|
+
}
|
|
65
|
+
}]
|
|
31
66
|
}]
|
|
32
67
|
};
|
|
33
68
|
exports.default = info;
|
|
@@ -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/kujira/assets.js
CHANGED
|
@@ -2094,6 +2094,28 @@ const info = {
|
|
|
2094
2094
|
images: [{
|
|
2095
2095
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
|
|
2096
2096
|
}]
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
description: 'The Kujira Recovery Token',
|
|
2100
|
+
denom_units: [{
|
|
2101
|
+
denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2102
|
+
exponent: 0
|
|
2103
|
+
}, {
|
|
2104
|
+
denom: 'rkuji',
|
|
2105
|
+
exponent: 6
|
|
2106
|
+
}],
|
|
2107
|
+
base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2108
|
+
name: 'rKUJI',
|
|
2109
|
+
display: 'rkuji',
|
|
2110
|
+
symbol: 'rKUJI',
|
|
2111
|
+
logo_URIs: {
|
|
2112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2114
|
+
},
|
|
2115
|
+
images: [{
|
|
2116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2118
|
+
}]
|
|
2097
2119
|
}
|
|
2098
2120
|
]
|
|
2099
2121
|
};
|
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',
|
|
@@ -17868,8 +17868,7 @@ const info = {
|
|
|
17868
17868
|
description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
|
|
17869
17869
|
denom_units: [{
|
|
17870
17870
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
|
|
17871
|
-
exponent: 0
|
|
17872
|
-
aliases: ['sun']
|
|
17871
|
+
exponent: 0
|
|
17873
17872
|
}, {
|
|
17874
17873
|
denom: 'trx',
|
|
17875
17874
|
exponent: 6
|
|
@@ -17903,11 +17902,10 @@ const info = {
|
|
|
17903
17902
|
}]
|
|
17904
17903
|
},
|
|
17905
17904
|
{
|
|
17906
|
-
description: '
|
|
17905
|
+
description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
|
|
17907
17906
|
denom_units: [{
|
|
17908
17907
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
|
|
17909
|
-
exponent: 0
|
|
17910
|
-
aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
|
|
17908
|
+
exponent: 0
|
|
17911
17909
|
}, {
|
|
17912
17910
|
denom: 'usdt',
|
|
17913
17911
|
exponent: 6
|
|
@@ -17919,24 +17917,17 @@ const info = {
|
|
|
17919
17917
|
display: 'usdt',
|
|
17920
17918
|
symbol: 'USDT',
|
|
17921
17919
|
traces: [{
|
|
17922
|
-
type: '
|
|
17920
|
+
type: 'synthetic',
|
|
17923
17921
|
counterparty: {
|
|
17924
17922
|
chain_name: 'ethereum',
|
|
17925
17923
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17926
17924
|
},
|
|
17927
|
-
provider: 'Tether'
|
|
17928
|
-
}, {
|
|
17929
|
-
type: 'bridge',
|
|
17930
|
-
counterparty: {
|
|
17931
|
-
chain_name: 'tron',
|
|
17932
|
-
base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
|
|
17933
|
-
},
|
|
17934
17925
|
provider: 'Router'
|
|
17935
17926
|
}],
|
|
17936
17927
|
images: [{
|
|
17937
17928
|
image_sync: {
|
|
17938
|
-
chain_name: '
|
|
17939
|
-
base_denom: '
|
|
17929
|
+
chain_name: 'ethereum',
|
|
17930
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17940
17931
|
},
|
|
17941
17932
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17942
17933
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://teritori-rpc.bluestake.net:443',
|
|
94
94
|
provider: 'BlueStake 🚀'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
98
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://teritori-api.bluestake.net',
|
|
148
152
|
provider: 'BlueStake 🚀'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
156
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -231,6 +239,12 @@ const info = {
|
|
|
231
239
|
url: 'https://atomscan.com/teritori',
|
|
232
240
|
tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
|
|
233
241
|
account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
245
|
+
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
246
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
247
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
234
248
|
}
|
|
235
249
|
],
|
|
236
250
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.61",
|
|
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.51",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.51"
|
|
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": "c50a4b484aeab470c69ded4f85168948a203aa17"
|
|
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: {
|
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
network_type: 'testnet',
|
|
8
8
|
pretty_name: 'Symphony Testnet',
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'symphony-testnet-
|
|
10
|
+
chain_id: 'symphony-testnet-3',
|
|
11
11
|
bech32_prefix: 'symphony',
|
|
12
12
|
daemon_name: 'symphonyd',
|
|
13
13
|
node_home: '$HOME/.symphonyd',
|
|
@@ -34,16 +34,16 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [{
|
|
37
|
-
address: 'https://symphony
|
|
38
|
-
provider: '
|
|
37
|
+
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
38
|
+
provider: 'Nodes Hub'
|
|
39
39
|
}],
|
|
40
40
|
rest: [{
|
|
41
|
-
address: 'https://symphony
|
|
42
|
-
provider: '
|
|
41
|
+
address: 'https://symphony.test.api.nodeshub.online/',
|
|
42
|
+
provider: 'Nodes Hub'
|
|
43
43
|
}],
|
|
44
44
|
grpc: [{
|
|
45
|
-
address: 'symphony
|
|
46
|
-
provider: '
|
|
45
|
+
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
46
|
+
provider: 'Nodes Hub'
|
|
47
47
|
}]
|
|
48
48
|
},
|
|
49
49
|
logo_URIs: {
|