chain-registry 1.69.135 → 1.69.137
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/axelar/ibc.js +29 -0
- package/esm/mainnet/kopi/assets.js +5 -5
- package/esm/mainnet/kopi/ibc.js +5 -5
- package/esm/mainnet/noble/ibc.js +5 -5
- package/esm/mainnet/nomic/chain.js +0 -5
- package/esm/mainnet/sidechain/ibc.js +29 -0
- package/esm/testnet/cosmosicsprovidertestnet/ibc.js +30 -0
- package/esm/testnet/cosmosicsprovidertestnet/index.js +2 -0
- package/esm/testnet/ibc.js +4 -0
- package/esm/testnet/mantrachaintestnet2/assets.js +178 -2
- package/esm/testnet/mantrachaintestnet2/ibc.js +90 -0
- package/esm/testnet/mantrachaintestnet2/index.js +2 -0
- package/esm/testnet/nobletestnet/ibc.js +29 -0
- package/esm/testnet/osmosistestnet/ibc.js +29 -0
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/kopi/assets.js +5 -5
- package/mainnet/kopi/ibc.js +5 -5
- package/mainnet/noble/ibc.js +5 -5
- package/mainnet/nomic/chain.js +0 -5
- package/mainnet/sidechain/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/ibc.d.ts +3 -0
- package/testnet/cosmosicsprovidertestnet/ibc.js +32 -0
- package/testnet/cosmosicsprovidertestnet/index.d.ts +1 -0
- package/testnet/cosmosicsprovidertestnet/index.js +3 -1
- package/testnet/ibc.js +4 -0
- package/testnet/mantrachaintestnet2/assets.js +178 -2
- package/testnet/mantrachaintestnet2/ibc.d.ts +3 -0
- package/testnet/mantrachaintestnet2/ibc.js +92 -0
- package/testnet/mantrachaintestnet2/index.d.ts +1 -0
- package/testnet/mantrachaintestnet2/index.js +3 -1
- package/testnet/nobletestnet/ibc.js +29 -0
- package/testnet/osmosistestnet/ibc.js +29 -0
- package/testnet/zenrocktestnet/chain.js +1 -1
package/mainnet/kopi/assets.js
CHANGED
|
@@ -147,13 +147,13 @@ const info = {
|
|
|
147
147
|
{
|
|
148
148
|
description: 'USDC from Noble Chain',
|
|
149
149
|
denom_units: [{
|
|
150
|
-
denom: 'ibc/
|
|
150
|
+
denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
|
|
151
151
|
exponent: 0
|
|
152
152
|
}, {
|
|
153
153
|
denom: 'USDC',
|
|
154
154
|
exponent: 6
|
|
155
155
|
}],
|
|
156
|
-
base: 'ibc/
|
|
156
|
+
base: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
|
|
157
157
|
name: 'USDC',
|
|
158
158
|
display: 'USDC',
|
|
159
159
|
symbol: 'USDC',
|
|
@@ -170,11 +170,11 @@ const info = {
|
|
|
170
170
|
counterparty: {
|
|
171
171
|
chain_name: 'noble',
|
|
172
172
|
base_denom: 'uusdc',
|
|
173
|
-
channel_id: 'channel-
|
|
173
|
+
channel_id: 'channel-122'
|
|
174
174
|
},
|
|
175
175
|
chain: {
|
|
176
|
-
channel_id: 'channel-
|
|
177
|
-
path: 'transfer/channel-
|
|
176
|
+
channel_id: 'channel-9',
|
|
177
|
+
path: 'transfer/channel-9/uusdc'
|
|
178
178
|
}
|
|
179
179
|
}],
|
|
180
180
|
coingecko_id: 'usd-coin'
|
package/mainnet/kopi/ibc.js
CHANGED
|
@@ -64,20 +64,20 @@ const info = [
|
|
|
64
64
|
chain_1: {
|
|
65
65
|
chain_name: 'kopi',
|
|
66
66
|
client_id: '07-tendermint-0',
|
|
67
|
-
connection_id: 'connection-
|
|
67
|
+
connection_id: 'connection-1'
|
|
68
68
|
},
|
|
69
69
|
chain_2: {
|
|
70
70
|
chain_name: 'noble',
|
|
71
|
-
client_id: '07-tendermint-
|
|
72
|
-
connection_id: 'connection-
|
|
71
|
+
client_id: '07-tendermint-140',
|
|
72
|
+
connection_id: 'connection-135'
|
|
73
73
|
},
|
|
74
74
|
channels: [{
|
|
75
75
|
chain_1: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-9',
|
|
77
77
|
port_id: 'transfer'
|
|
78
78
|
},
|
|
79
79
|
chain_2: {
|
|
80
|
-
channel_id: 'channel-
|
|
80
|
+
channel_id: 'channel-122',
|
|
81
81
|
port_id: 'transfer'
|
|
82
82
|
},
|
|
83
83
|
ordering: 'unordered',
|
package/mainnet/noble/ibc.js
CHANGED
|
@@ -557,20 +557,20 @@ const info = [
|
|
|
557
557
|
chain_1: {
|
|
558
558
|
chain_name: 'kopi',
|
|
559
559
|
client_id: '07-tendermint-0',
|
|
560
|
-
connection_id: 'connection-
|
|
560
|
+
connection_id: 'connection-1'
|
|
561
561
|
},
|
|
562
562
|
chain_2: {
|
|
563
563
|
chain_name: 'noble',
|
|
564
|
-
client_id: '07-tendermint-
|
|
565
|
-
connection_id: 'connection-
|
|
564
|
+
client_id: '07-tendermint-140',
|
|
565
|
+
connection_id: 'connection-135'
|
|
566
566
|
},
|
|
567
567
|
channels: [{
|
|
568
568
|
chain_1: {
|
|
569
|
-
channel_id: 'channel-
|
|
569
|
+
channel_id: 'channel-9',
|
|
570
570
|
port_id: 'transfer'
|
|
571
571
|
},
|
|
572
572
|
chain_2: {
|
|
573
|
-
channel_id: 'channel-
|
|
573
|
+
channel_id: 'channel-122',
|
|
574
574
|
port_id: 'transfer'
|
|
575
575
|
},
|
|
576
576
|
ordering: 'unordered',
|
package/mainnet/nomic/chain.js
CHANGED
package/mainnet/sidechain/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-241',
|
|
9
|
+
connection_id: 'connection-231'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'sidechain',
|
|
13
|
+
client_id: '07-tendermint-18',
|
|
14
|
+
connection_id: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-173',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-5',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.137",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.83",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.83"
|
|
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": "f9d9e5f467e17b2de115b6761b758021a47c0323"
|
|
47
47
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
7
|
+
client_id: '07-tendermint-159',
|
|
8
|
+
connection_id: 'connection-107'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'mantrachaintestnet2',
|
|
12
|
+
client_id: '07-tendermint-3',
|
|
13
|
+
connection_id: 'connection-3'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-241',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-3',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/testnet/ibc.js
CHANGED
|
@@ -31,6 +31,7 @@ const _chain4energytestnet = __importStar(require("./chain4energytestnet"));
|
|
|
31
31
|
const _composabletestnet = __importStar(require("./composabletestnet"));
|
|
32
32
|
const _coreumtestnet = __importStar(require("./coreumtestnet"));
|
|
33
33
|
const _cosmoshubtestnet = __importStar(require("./cosmoshubtestnet"));
|
|
34
|
+
const _cosmosicsprovidertestnet = __importStar(require("./cosmosicsprovidertestnet"));
|
|
34
35
|
const _doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
35
36
|
const _dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
36
37
|
const _elystestnet = __importStar(require("./elystestnet"));
|
|
@@ -46,6 +47,7 @@ const _lavatestnet = __importStar(require("./lavatestnet"));
|
|
|
46
47
|
const _likecointestnet = __importStar(require("./likecointestnet"));
|
|
47
48
|
const _manifesttestnet = __importStar(require("./manifesttestnet"));
|
|
48
49
|
const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
|
|
50
|
+
const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
|
|
49
51
|
const _marstestnet = __importStar(require("./marstestnet"));
|
|
50
52
|
const _neutrontestnet = __importStar(require("./neutrontestnet"));
|
|
51
53
|
const _nobletestnet = __importStar(require("./nobletestnet"));
|
|
@@ -75,6 +77,7 @@ const ibc = [
|
|
|
75
77
|
..._composabletestnet.ibc,
|
|
76
78
|
..._coreumtestnet.ibc,
|
|
77
79
|
..._cosmoshubtestnet.ibc,
|
|
80
|
+
..._cosmosicsprovidertestnet.ibc,
|
|
78
81
|
..._doravotatestnet.ibc,
|
|
79
82
|
..._dydxtestnet.ibc,
|
|
80
83
|
..._elystestnet.ibc,
|
|
@@ -90,6 +93,7 @@ const ibc = [
|
|
|
90
93
|
..._likecointestnet.ibc,
|
|
91
94
|
..._manifesttestnet.ibc,
|
|
92
95
|
..._mantrachaintestnet.ibc,
|
|
96
|
+
..._mantrachaintestnet2.ibc,
|
|
93
97
|
..._marstestnet.ibc,
|
|
94
98
|
..._neutrontestnet.ibc,
|
|
95
99
|
..._nobletestnet.ibc,
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'mantrachaintestnet2',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of MANTRA',
|
|
8
9
|
extended_description: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
|
|
9
10
|
denom_units: [{
|
|
@@ -60,6 +61,181 @@ const info = {
|
|
|
60
61
|
website: 'https://www.mantrachain.io/',
|
|
61
62
|
twitter: 'https://x.com/MANTRA_Chain'
|
|
62
63
|
}
|
|
63
|
-
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, with Circle as the first issuer.',
|
|
67
|
+
denom_units: [{
|
|
68
|
+
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
69
|
+
exponent: 0,
|
|
70
|
+
aliases: ['microusdc', 'uusdc']
|
|
71
|
+
}, {
|
|
72
|
+
denom: 'usdc',
|
|
73
|
+
exponent: 6
|
|
74
|
+
}],
|
|
75
|
+
type_asset: 'ics20',
|
|
76
|
+
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
77
|
+
name: 'USDC',
|
|
78
|
+
display: 'usdc',
|
|
79
|
+
symbol: 'USDC',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
chain_name: 'nobletestnet',
|
|
84
|
+
base_denom: 'uusdc',
|
|
85
|
+
channel_id: 'channel-237'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-2',
|
|
89
|
+
path: 'transfer/channel-2/uusdc'
|
|
90
|
+
}
|
|
91
|
+
}],
|
|
92
|
+
logo_URIs: {
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
95
|
+
},
|
|
96
|
+
images: [{
|
|
97
|
+
image_sync: {
|
|
98
|
+
chain_name: 'ethereum',
|
|
99
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
100
|
+
},
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
103
|
+
theme: {
|
|
104
|
+
circle: true,
|
|
105
|
+
primary_color_hex: '#2775CA'
|
|
106
|
+
}
|
|
107
|
+
}]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
description: 'Ondo US Dollar Yield',
|
|
111
|
+
denom_units: [{
|
|
112
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
113
|
+
exponent: 0,
|
|
114
|
+
aliases: ['attousdy', 'ausdy']
|
|
115
|
+
}, {
|
|
116
|
+
denom: 'usdy',
|
|
117
|
+
exponent: 18
|
|
118
|
+
}],
|
|
119
|
+
type_asset: 'ics20',
|
|
120
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
121
|
+
name: 'Ondo US Dollar Yield',
|
|
122
|
+
display: 'usdy',
|
|
123
|
+
symbol: 'USDY',
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
chain_name: 'nobletestnet',
|
|
128
|
+
base_denom: 'ausdy',
|
|
129
|
+
channel_id: 'channel-237'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-2',
|
|
133
|
+
path: 'transfer/channel-2/ausdy'
|
|
134
|
+
}
|
|
135
|
+
}],
|
|
136
|
+
logo_URIs: {
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
139
|
+
},
|
|
140
|
+
images: [{
|
|
141
|
+
image_sync: {
|
|
142
|
+
chain_name: 'noble',
|
|
143
|
+
base_denom: 'ausdy'
|
|
144
|
+
},
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
147
|
+
theme: {
|
|
148
|
+
primary_color_hex: '#142c5c'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
description: 'OSMO from Osmosis',
|
|
154
|
+
denom_units: [{
|
|
155
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
156
|
+
exponent: 0,
|
|
157
|
+
aliases: ['uosmo']
|
|
158
|
+
}, {
|
|
159
|
+
denom: 'osmo',
|
|
160
|
+
exponent: 6,
|
|
161
|
+
aliases: []
|
|
162
|
+
}],
|
|
163
|
+
type_asset: 'ics20',
|
|
164
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
165
|
+
name: 'Osmosis',
|
|
166
|
+
display: 'osmo',
|
|
167
|
+
symbol: 'OSMO',
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
chain_name: 'osmosistestnet',
|
|
172
|
+
base_denom: 'uosmo',
|
|
173
|
+
channel_id: 'channel-9126'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0',
|
|
177
|
+
path: 'transfer/channel-0/uosmo'
|
|
178
|
+
}
|
|
179
|
+
}],
|
|
180
|
+
images: [{
|
|
181
|
+
image_sync: {
|
|
182
|
+
chain_name: 'osmosis',
|
|
183
|
+
base_denom: 'uosmo'
|
|
184
|
+
},
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
187
|
+
theme: {
|
|
188
|
+
primary_color_hex: '#760dbb'
|
|
189
|
+
}
|
|
190
|
+
}],
|
|
191
|
+
logo_URIs: {
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
198
|
+
denom_units: [{
|
|
199
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
200
|
+
exponent: 0,
|
|
201
|
+
aliases: ['uatom']
|
|
202
|
+
}, {
|
|
203
|
+
denom: 'atom',
|
|
204
|
+
exponent: 6
|
|
205
|
+
}],
|
|
206
|
+
type_asset: 'ics20',
|
|
207
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
208
|
+
name: 'Cosmos Hub',
|
|
209
|
+
display: 'atom',
|
|
210
|
+
symbol: 'ATOM',
|
|
211
|
+
traces: [{
|
|
212
|
+
type: 'ibc',
|
|
213
|
+
counterparty: {
|
|
214
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
215
|
+
base_denom: 'uatom',
|
|
216
|
+
channel_id: 'channel-241'
|
|
217
|
+
},
|
|
218
|
+
chain: {
|
|
219
|
+
channel_id: 'channel-3',
|
|
220
|
+
path: 'transfer/channel-3/uatom'
|
|
221
|
+
}
|
|
222
|
+
}],
|
|
223
|
+
logo_URIs: {
|
|
224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
226
|
+
},
|
|
227
|
+
images: [{
|
|
228
|
+
image_sync: {
|
|
229
|
+
chain_name: 'cosmoshub',
|
|
230
|
+
base_denom: 'uatom'
|
|
231
|
+
},
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
234
|
+
theme: {
|
|
235
|
+
primary_color_hex: '#272d45'
|
|
236
|
+
}
|
|
237
|
+
}]
|
|
238
|
+
}
|
|
239
|
+
]
|
|
64
240
|
};
|
|
65
241
|
exports.default = info;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
8
|
+
client_id: '07-tendermint-159',
|
|
9
|
+
connection_id: 'connection-107'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'mantrachaintestnet2',
|
|
13
|
+
client_id: '07-tendermint-3',
|
|
14
|
+
connection_id: 'connection-3'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-241',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-3',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'mantrachaintestnet2',
|
|
37
|
+
client_id: '07-tendermint-2',
|
|
38
|
+
connection_id: 'connection-2'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'nobletestnet',
|
|
42
|
+
client_id: '07-tendermint-341',
|
|
43
|
+
connection_id: 'connection-290'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-2',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-237',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'mantrachaintestnet2',
|
|
66
|
+
client_id: '07-tendermint-0',
|
|
67
|
+
connection_id: 'connection-0'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'osmosistestnet',
|
|
71
|
+
client_id: '07-tendermint-4086',
|
|
72
|
+
connection_id: 'connection-3531'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-0',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-9126',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
}
|
|
91
|
+
];
|
|
92
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
|
@@ -58,6 +58,35 @@ const info = [
|
|
|
58
58
|
}
|
|
59
59
|
}]
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
$schema: '../../ibc_data.schema.json',
|
|
63
|
+
chain_1: {
|
|
64
|
+
chain_name: 'mantrachaintestnet2',
|
|
65
|
+
client_id: '07-tendermint-2',
|
|
66
|
+
connection_id: 'connection-2'
|
|
67
|
+
},
|
|
68
|
+
chain_2: {
|
|
69
|
+
chain_name: 'nobletestnet',
|
|
70
|
+
client_id: '07-tendermint-341',
|
|
71
|
+
connection_id: 'connection-290'
|
|
72
|
+
},
|
|
73
|
+
channels: [{
|
|
74
|
+
chain_1: {
|
|
75
|
+
channel_id: 'channel-2',
|
|
76
|
+
port_id: 'transfer'
|
|
77
|
+
},
|
|
78
|
+
chain_2: {
|
|
79
|
+
channel_id: 'channel-237',
|
|
80
|
+
port_id: 'transfer'
|
|
81
|
+
},
|
|
82
|
+
ordering: 'unordered',
|
|
83
|
+
version: 'ics20-1',
|
|
84
|
+
tags: {
|
|
85
|
+
status: 'live',
|
|
86
|
+
preferred: true
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
61
90
|
{
|
|
62
91
|
$schema: '../../ibc_data.schema.json',
|
|
63
92
|
chain_1: {
|
|
@@ -623,6 +623,35 @@ const info = [
|
|
|
623
623
|
}
|
|
624
624
|
}]
|
|
625
625
|
},
|
|
626
|
+
{
|
|
627
|
+
$schema: '../../ibc_data.schema.json',
|
|
628
|
+
chain_1: {
|
|
629
|
+
chain_name: 'mantrachaintestnet2',
|
|
630
|
+
client_id: '07-tendermint-0',
|
|
631
|
+
connection_id: 'connection-0'
|
|
632
|
+
},
|
|
633
|
+
chain_2: {
|
|
634
|
+
chain_name: 'osmosistestnet',
|
|
635
|
+
client_id: '07-tendermint-4086',
|
|
636
|
+
connection_id: 'connection-3531'
|
|
637
|
+
},
|
|
638
|
+
channels: [{
|
|
639
|
+
chain_1: {
|
|
640
|
+
channel_id: 'channel-0',
|
|
641
|
+
port_id: 'transfer'
|
|
642
|
+
},
|
|
643
|
+
chain_2: {
|
|
644
|
+
channel_id: 'channel-9126',
|
|
645
|
+
port_id: 'transfer'
|
|
646
|
+
},
|
|
647
|
+
ordering: 'unordered',
|
|
648
|
+
version: 'ics20-1',
|
|
649
|
+
tags: {
|
|
650
|
+
status: 'live',
|
|
651
|
+
preferred: true
|
|
652
|
+
}
|
|
653
|
+
}]
|
|
654
|
+
},
|
|
626
655
|
{
|
|
627
656
|
$schema: '../../ibc_data.schema.json',
|
|
628
657
|
chain_1: {
|