chain-registry 1.69.106 → 1.69.108
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/README.md +15 -12
- package/esm/mainnet/agoric/ibc.js +29 -0
- package/esm/mainnet/archway/ibc.js +2 -1
- package/esm/mainnet/axelar/ibc.js +6 -6
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/cosmoshub/ibc.js +5 -1
- package/esm/mainnet/dydx/ibc.js +29 -0
- package/esm/mainnet/fetchhub/chain.js +12 -0
- package/esm/mainnet/injective/assets.js +113 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/int3face/ibc.js +28 -0
- package/esm/mainnet/jackal/ibc.js +6 -6
- package/esm/mainnet/juno/ibc.js +5 -1
- package/esm/mainnet/kopi/assets.js +12 -12
- package/esm/mainnet/milkyway/assets.js +74 -0
- package/esm/mainnet/milkyway/chain.js +24 -17
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/omniflixhub/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +599 -8
- package/esm/mainnet/quicksilver/assets.js +224 -8
- package/esm/mainnet/quicksilver/chain.js +31 -163
- package/esm/mainnet/quicksilver/ibc.js +293 -7
- package/esm/mainnet/regen/ibc.js +5 -1
- package/esm/mainnet/saga/ibc.js +29 -0
- package/esm/mainnet/secretnetwork/ibc.js +5 -1
- package/esm/mainnet/sommelier/ibc.js +29 -0
- package/esm/mainnet/stargaze/ibc.js +5 -1
- package/esm/mainnet/terra2/assets.js +19 -0
- package/esm/mainnet/terra2/ibc.js +29 -0
- package/esm/mainnet/umee/ibc.js +5 -1
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/axelartestnet/assets.js +39 -0
- package/esm/testnet/axelartestnet/ibc.js +28 -0
- package/esm/testnet/manifesttestnet/ibc.js +27 -0
- package/mainnet/agoric/ibc.js +29 -0
- package/mainnet/archway/ibc.js +2 -1
- package/mainnet/axelar/ibc.js +6 -6
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/cosmoshub/ibc.js +5 -1
- package/mainnet/dydx/ibc.js +29 -0
- package/mainnet/fetchhub/chain.js +12 -0
- package/mainnet/injective/assets.js +113 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/int3face/ibc.js +28 -0
- package/mainnet/jackal/ibc.js +6 -6
- package/mainnet/juno/ibc.js +5 -1
- package/mainnet/kopi/assets.js +12 -12
- package/mainnet/milkyway/assets.js +74 -0
- package/mainnet/milkyway/chain.js +24 -17
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/omniflixhub/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +599 -8
- package/mainnet/quicksilver/assets.js +224 -8
- package/mainnet/quicksilver/chain.js +31 -163
- package/mainnet/quicksilver/ibc.js +293 -7
- package/mainnet/regen/ibc.js +5 -1
- package/mainnet/saga/ibc.js +29 -0
- package/mainnet/secretnetwork/ibc.js +5 -1
- package/mainnet/sommelier/ibc.js +29 -0
- package/mainnet/stargaze/ibc.js +5 -1
- package/mainnet/terra2/assets.js +19 -0
- package/mainnet/terra2/ibc.js +29 -0
- package/mainnet/umee/ibc.js +5 -1
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/axelartestnet/assets.js +39 -0
- package/testnet/axelartestnet/ibc.js +28 -0
- package/testnet/manifesttestnet/ibc.js +27 -0
package/README.md
CHANGED
|
@@ -252,23 +252,26 @@ make update-registry
|
|
|
252
252
|
make update-fixtures
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
##
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
255
|
+
## Interchain JavaScript Stack ⚛️
|
|
256
|
+
|
|
257
|
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|
|
258
|
+
|
|
259
|
+
| Category | Tools | Description |
|
|
260
|
+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
|
|
261
|
+
| **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
|
|
262
|
+
| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit) | Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. |
|
|
263
|
+
| **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |
|
|
264
|
+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
|
|
265
|
+
| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. |
|
|
266
|
+
| **UI Kits** | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
|
|
267
|
+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
|
|
268
|
+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
|
|
269
|
+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
|
|
266
270
|
|
|
267
271
|
## Credits
|
|
268
272
|
|
|
269
273
|
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
|
|
270
274
|
|
|
271
|
-
|
|
272
275
|
## Disclaimer
|
|
273
276
|
|
|
274
277
|
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
|
|
@@ -404,6 +404,35 @@ const info = [
|
|
|
404
404
|
}
|
|
405
405
|
}]
|
|
406
406
|
},
|
|
407
|
+
{
|
|
408
|
+
$schema: '../ibc_data.schema.json',
|
|
409
|
+
chain_1: {
|
|
410
|
+
chain_name: 'agoric',
|
|
411
|
+
client_id: '07-tendermint-85',
|
|
412
|
+
connection_id: 'connection-85'
|
|
413
|
+
},
|
|
414
|
+
chain_2: {
|
|
415
|
+
chain_name: 'quicksilver',
|
|
416
|
+
client_id: '07-tendermint-84',
|
|
417
|
+
connection_id: 'connection-60'
|
|
418
|
+
},
|
|
419
|
+
channels: [{
|
|
420
|
+
chain_1: {
|
|
421
|
+
channel_id: 'channel-68',
|
|
422
|
+
port_id: 'transfer'
|
|
423
|
+
},
|
|
424
|
+
chain_2: {
|
|
425
|
+
channel_id: 'channel-125',
|
|
426
|
+
port_id: 'transfer'
|
|
427
|
+
},
|
|
428
|
+
ordering: 'unordered',
|
|
429
|
+
version: 'ics20-1',
|
|
430
|
+
tags: {
|
|
431
|
+
status: 'live',
|
|
432
|
+
preferred: true
|
|
433
|
+
}
|
|
434
|
+
}]
|
|
435
|
+
},
|
|
407
436
|
{
|
|
408
437
|
$schema: '../ibc_data.schema.json',
|
|
409
438
|
chain_1: {
|
|
@@ -556,21 +556,21 @@ const info = [
|
|
|
556
556
|
$schema: '../ibc_data.schema.json',
|
|
557
557
|
chain_1: {
|
|
558
558
|
chain_name: 'axelar',
|
|
559
|
-
client_id: '07-tendermint-
|
|
560
|
-
connection_id: 'connection-
|
|
559
|
+
client_id: '07-tendermint-235',
|
|
560
|
+
connection_id: 'connection-225'
|
|
561
561
|
},
|
|
562
562
|
chain_2: {
|
|
563
563
|
chain_name: 'jackal',
|
|
564
|
-
client_id: '07-tendermint-
|
|
565
|
-
connection_id: 'connection-
|
|
564
|
+
client_id: '07-tendermint-80',
|
|
565
|
+
connection_id: 'connection-66'
|
|
566
566
|
},
|
|
567
567
|
channels: [{
|
|
568
568
|
chain_1: {
|
|
569
|
-
channel_id: 'channel-
|
|
569
|
+
channel_id: 'channel-168',
|
|
570
570
|
port_id: 'transfer'
|
|
571
571
|
},
|
|
572
572
|
chain_2: {
|
|
573
|
-
channel_id: 'channel-
|
|
573
|
+
channel_id: 'channel-153',
|
|
574
574
|
port_id: 'transfer'
|
|
575
575
|
},
|
|
576
576
|
ordering: 'unordered',
|
|
@@ -318,6 +318,35 @@ const info = [
|
|
|
318
318
|
}
|
|
319
319
|
}]
|
|
320
320
|
},
|
|
321
|
+
{
|
|
322
|
+
$schema: '../ibc_data.schema.json',
|
|
323
|
+
chain_1: {
|
|
324
|
+
chain_name: 'celestia',
|
|
325
|
+
client_id: '07-tendermint-92',
|
|
326
|
+
connection_id: 'connection-60'
|
|
327
|
+
},
|
|
328
|
+
chain_2: {
|
|
329
|
+
chain_name: 'quicksilver',
|
|
330
|
+
client_id: '07-tendermint-97',
|
|
331
|
+
connection_id: 'connection-65'
|
|
332
|
+
},
|
|
333
|
+
channels: [{
|
|
334
|
+
chain_1: {
|
|
335
|
+
channel_id: 'channel-36',
|
|
336
|
+
port_id: 'transfer'
|
|
337
|
+
},
|
|
338
|
+
chain_2: {
|
|
339
|
+
channel_id: 'channel-207',
|
|
340
|
+
port_id: 'transfer'
|
|
341
|
+
},
|
|
342
|
+
ordering: 'unordered',
|
|
343
|
+
version: 'ics20-1',
|
|
344
|
+
tags: {
|
|
345
|
+
status: 'live',
|
|
346
|
+
preferred: true
|
|
347
|
+
}
|
|
348
|
+
}]
|
|
349
|
+
},
|
|
321
350
|
{
|
|
322
351
|
$schema: '../ibc_data.schema.json',
|
|
323
352
|
chain_1: {
|
package/esm/mainnet/dydx/ibc.js
CHANGED
|
@@ -291,6 +291,35 @@ const info = [
|
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
},
|
|
294
|
+
{
|
|
295
|
+
$schema: '../ibc_data.schema.json',
|
|
296
|
+
chain_1: {
|
|
297
|
+
chain_name: 'dydx',
|
|
298
|
+
client_id: '07-tendermint-20',
|
|
299
|
+
connection_id: 'connection-25'
|
|
300
|
+
},
|
|
301
|
+
chain_2: {
|
|
302
|
+
chain_name: 'quicksilver',
|
|
303
|
+
client_id: '07-tendermint-90',
|
|
304
|
+
connection_id: 'connection-62'
|
|
305
|
+
},
|
|
306
|
+
channels: [{
|
|
307
|
+
chain_1: {
|
|
308
|
+
channel_id: 'channel-32',
|
|
309
|
+
port_id: 'transfer'
|
|
310
|
+
},
|
|
311
|
+
chain_2: {
|
|
312
|
+
channel_id: 'channel-164',
|
|
313
|
+
port_id: 'transfer'
|
|
314
|
+
},
|
|
315
|
+
ordering: 'unordered',
|
|
316
|
+
version: 'ics20-1',
|
|
317
|
+
tags: {
|
|
318
|
+
status: 'live',
|
|
319
|
+
preferred: true
|
|
320
|
+
}
|
|
321
|
+
}]
|
|
322
|
+
},
|
|
294
323
|
{
|
|
295
324
|
$schema: '../ibc_data.schema.json',
|
|
296
325
|
chain_1: {
|
|
@@ -100,6 +100,10 @@ const info = {
|
|
|
100
100
|
{
|
|
101
101
|
address: 'https://fetchai-rpc.bluestake.net:443',
|
|
102
102
|
provider: 'BlueStake 🚀'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'https://fetch-rpc.panthea.eu:443',
|
|
106
|
+
provider: 'Panthea EU'
|
|
103
107
|
}
|
|
104
108
|
],
|
|
105
109
|
rest: [
|
|
@@ -166,6 +170,10 @@ const info = {
|
|
|
166
170
|
{
|
|
167
171
|
address: 'https://fetchai-api.bluestake.net',
|
|
168
172
|
provider: 'BlueStake 🚀'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://fetch-api.panthea.eu:443',
|
|
176
|
+
provider: 'Panthea EU'
|
|
169
177
|
}
|
|
170
178
|
],
|
|
171
179
|
grpc: [
|
|
@@ -212,6 +220,10 @@ const info = {
|
|
|
212
220
|
{
|
|
213
221
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
214
222
|
provider: 'AVIAONE 🟢'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
address: 'fetch-grpc.panthea.eu:16710',
|
|
226
|
+
provider: 'Panthea EU'
|
|
215
227
|
}
|
|
216
228
|
]
|
|
217
229
|
},
|
|
@@ -1107,6 +1107,119 @@ const info = {
|
|
|
1107
1107
|
twitter: 'https://x.com/neptune_finance'
|
|
1108
1108
|
},
|
|
1109
1109
|
type_asset: 'sdk.coin'
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
description: 'Cosmos Bitcoin',
|
|
1113
|
+
denom_units: [{
|
|
1114
|
+
denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN',
|
|
1115
|
+
exponent: 0
|
|
1116
|
+
}, {
|
|
1117
|
+
denom: 'BITCOIN',
|
|
1118
|
+
exponent: 6
|
|
1119
|
+
}],
|
|
1120
|
+
base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN',
|
|
1121
|
+
name: 'Cosmos Bitcoin',
|
|
1122
|
+
display: 'BITCOIN',
|
|
1123
|
+
symbol: 'BITCOIN',
|
|
1124
|
+
coingecko_id: ' ',
|
|
1125
|
+
logo_URIs: {
|
|
1126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
|
|
1127
|
+
},
|
|
1128
|
+
images: [{
|
|
1129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png',
|
|
1130
|
+
theme: {
|
|
1131
|
+
primary_color_hex: '#1DB5E1'
|
|
1132
|
+
}
|
|
1133
|
+
}],
|
|
1134
|
+
socials: {
|
|
1135
|
+
website: 'https://getbitcoinmeme.com',
|
|
1136
|
+
twitter: 'https://getbitcoinmeme'
|
|
1137
|
+
},
|
|
1138
|
+
type_asset: 'sdk.coin'
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
description: 'Crypto',
|
|
1142
|
+
denom_units: [{
|
|
1143
|
+
denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO',
|
|
1144
|
+
exponent: 0
|
|
1145
|
+
}, {
|
|
1146
|
+
denom: 'CRYPTO',
|
|
1147
|
+
exponent: 6
|
|
1148
|
+
}],
|
|
1149
|
+
base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO',
|
|
1150
|
+
name: 'Crypto',
|
|
1151
|
+
display: 'CRYPTO',
|
|
1152
|
+
symbol: 'CRYPTO',
|
|
1153
|
+
logo_URIs: {
|
|
1154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
|
|
1155
|
+
},
|
|
1156
|
+
images: [{
|
|
1157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png',
|
|
1158
|
+
theme: {
|
|
1159
|
+
primary_color_hex: '#F79017'
|
|
1160
|
+
}
|
|
1161
|
+
}],
|
|
1162
|
+
socials: {
|
|
1163
|
+
website: 'https://getcryptomeme.com',
|
|
1164
|
+
twitter: 'https://x.com/getcryptomeme'
|
|
1165
|
+
},
|
|
1166
|
+
type_asset: 'sdk.coin'
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
description: 'Bricscoin',
|
|
1170
|
+
denom_units: [{
|
|
1171
|
+
denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS',
|
|
1172
|
+
exponent: 0
|
|
1173
|
+
}, {
|
|
1174
|
+
denom: 'BRICS',
|
|
1175
|
+
exponent: 6
|
|
1176
|
+
}],
|
|
1177
|
+
base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS',
|
|
1178
|
+
name: 'Bricscoin',
|
|
1179
|
+
display: 'BRICS',
|
|
1180
|
+
symbol: 'BRICS',
|
|
1181
|
+
logo_URIs: {
|
|
1182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
|
|
1183
|
+
},
|
|
1184
|
+
images: [{
|
|
1185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png',
|
|
1186
|
+
theme: {
|
|
1187
|
+
primary_color_hex: '#F79017'
|
|
1188
|
+
}
|
|
1189
|
+
}],
|
|
1190
|
+
socials: {
|
|
1191
|
+
website: 'https://bricscoin.cash',
|
|
1192
|
+
twitter: 'https://x.com/bricscoincash'
|
|
1193
|
+
},
|
|
1194
|
+
type_asset: 'sdk.coin'
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
description: 'Instant Noodles Coin',
|
|
1198
|
+
denom_units: [{
|
|
1199
|
+
denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC',
|
|
1200
|
+
exponent: 0
|
|
1201
|
+
}, {
|
|
1202
|
+
denom: 'INC',
|
|
1203
|
+
exponent: 6
|
|
1204
|
+
}],
|
|
1205
|
+
base: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC',
|
|
1206
|
+
name: 'Instant Noodles Coin',
|
|
1207
|
+
display: 'INC',
|
|
1208
|
+
symbol: 'INC',
|
|
1209
|
+
logo_URIs: {
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
|
|
1211
|
+
},
|
|
1212
|
+
images: [{
|
|
1213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png',
|
|
1214
|
+
theme: {
|
|
1215
|
+
primary_color_hex: '#37BEFF'
|
|
1216
|
+
}
|
|
1217
|
+
}],
|
|
1218
|
+
socials: {
|
|
1219
|
+
website: 'https://instantnoodles.xyz',
|
|
1220
|
+
twitter: 'https://x.com/instantnoodlesinc'
|
|
1221
|
+
},
|
|
1222
|
+
type_asset: 'sdk.coin'
|
|
1110
1223
|
}
|
|
1111
1224
|
]
|
|
1112
1225
|
};
|
|
@@ -709,6 +709,35 @@ const info = [
|
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
711
|
},
|
|
712
|
+
{
|
|
713
|
+
$schema: '../ibc_data.schema.json',
|
|
714
|
+
chain_1: {
|
|
715
|
+
chain_name: 'injective',
|
|
716
|
+
client_id: '07-tendermint-282',
|
|
717
|
+
connection_id: 'connection-286'
|
|
718
|
+
},
|
|
719
|
+
chain_2: {
|
|
720
|
+
chain_name: 'quicksilver',
|
|
721
|
+
client_id: '07-tendermint-105',
|
|
722
|
+
connection_id: 'connection-68'
|
|
723
|
+
},
|
|
724
|
+
channels: [{
|
|
725
|
+
chain_1: {
|
|
726
|
+
channel_id: 'channel-394',
|
|
727
|
+
port_id: 'transfer'
|
|
728
|
+
},
|
|
729
|
+
chain_2: {
|
|
730
|
+
channel_id: 'channel-234',
|
|
731
|
+
port_id: 'transfer'
|
|
732
|
+
},
|
|
733
|
+
ordering: 'unordered',
|
|
734
|
+
version: 'ics20-1',
|
|
735
|
+
tags: {
|
|
736
|
+
status: 'live',
|
|
737
|
+
preferred: true
|
|
738
|
+
}
|
|
739
|
+
}]
|
|
740
|
+
},
|
|
712
741
|
{
|
|
713
742
|
$schema: '../ibc_data.schema.json',
|
|
714
743
|
chain_1: {
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'int3face',
|
|
5
|
+
client_id: '07-tendermint-3',
|
|
6
|
+
connection_id: 'connection-1'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'neutron',
|
|
10
|
+
client_id: '07-tendermint-151',
|
|
11
|
+
connection_id: 'connection-111'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-6455',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../ibc_data.schema.json',
|
|
3
31
|
chain_1: {
|
|
4
32
|
chain_name: 'int3face',
|
|
@@ -52,21 +52,21 @@ const info = [
|
|
|
52
52
|
$schema: '../ibc_data.schema.json',
|
|
53
53
|
chain_1: {
|
|
54
54
|
chain_name: 'axelar',
|
|
55
|
-
client_id: '07-tendermint-
|
|
56
|
-
connection_id: 'connection-
|
|
55
|
+
client_id: '07-tendermint-235',
|
|
56
|
+
connection_id: 'connection-225'
|
|
57
57
|
},
|
|
58
58
|
chain_2: {
|
|
59
59
|
chain_name: 'jackal',
|
|
60
|
-
client_id: '07-tendermint-
|
|
61
|
-
connection_id: 'connection-
|
|
60
|
+
client_id: '07-tendermint-80',
|
|
61
|
+
connection_id: 'connection-66'
|
|
62
62
|
},
|
|
63
63
|
channels: [{
|
|
64
64
|
chain_1: {
|
|
65
|
-
channel_id: 'channel-
|
|
65
|
+
channel_id: 'channel-168',
|
|
66
66
|
port_id: 'transfer'
|
|
67
67
|
},
|
|
68
68
|
chain_2: {
|
|
69
|
-
channel_id: 'channel-
|
|
69
|
+
channel_id: 'channel-153',
|
|
70
70
|
port_id: 'transfer'
|
|
71
71
|
},
|
|
72
72
|
ordering: 'unordered',
|
package/esm/mainnet/juno/ibc.js
CHANGED
|
@@ -86,10 +86,10 @@ const info = {
|
|
|
86
86
|
display: 'ckUSD',
|
|
87
87
|
symbol: 'CKUSD',
|
|
88
88
|
logo_URIs: {
|
|
89
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
90
90
|
},
|
|
91
91
|
images: [{
|
|
92
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/
|
|
92
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
|
|
93
93
|
}],
|
|
94
94
|
keywords: ['dex', 'mm'],
|
|
95
95
|
socials: {
|
|
@@ -112,10 +112,10 @@ const info = {
|
|
|
112
112
|
display: 'cUSDC',
|
|
113
113
|
symbol: 'CUSDC',
|
|
114
114
|
logo_URIs: {
|
|
115
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
116
116
|
},
|
|
117
117
|
images: [{
|
|
118
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
|
|
119
119
|
}],
|
|
120
120
|
keywords: ['dex', 'mm'],
|
|
121
121
|
type_asset: 'sdk.coin'
|
|
@@ -132,12 +132,12 @@ const info = {
|
|
|
132
132
|
base: 'ucusdtinj',
|
|
133
133
|
name: 'cUSDT.inj',
|
|
134
134
|
display: 'cUSDT.inj',
|
|
135
|
-
symbol: '
|
|
135
|
+
symbol: 'cUSDT.inj',
|
|
136
136
|
logo_URIs: {
|
|
137
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
138
138
|
},
|
|
139
139
|
images: [{
|
|
140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
|
|
141
141
|
}],
|
|
142
142
|
keywords: ['dex', 'mm'],
|
|
143
143
|
type_asset: 'sdk.coin'
|
|
@@ -358,12 +358,12 @@ const info = {
|
|
|
358
358
|
base: 'uasusdtinj',
|
|
359
359
|
name: 'asUSDT.inj',
|
|
360
360
|
display: 'asusdtinj',
|
|
361
|
-
symbol: '
|
|
361
|
+
symbol: 'asUSDT.inj',
|
|
362
362
|
logo_URIs: {
|
|
363
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
364
364
|
},
|
|
365
365
|
images: [{
|
|
366
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
|
|
367
367
|
}],
|
|
368
368
|
keywords: ['dex', 'mm'],
|
|
369
369
|
type_asset: 'sdk.coin'
|
|
@@ -382,10 +382,10 @@ const info = {
|
|
|
382
382
|
display: 'asUSDC',
|
|
383
383
|
symbol: 'ASUSDC',
|
|
384
384
|
logo_URIs: {
|
|
385
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
386
386
|
},
|
|
387
387
|
images: [{
|
|
388
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
|
|
389
389
|
}],
|
|
390
390
|
keywords: ['dex', 'mm'],
|
|
391
391
|
type_asset: 'sdk.coin'
|
|
@@ -302,6 +302,80 @@ const info = {
|
|
|
302
302
|
},
|
|
303
303
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
|
|
304
304
|
}]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
|
|
308
|
+
denom_units: [{
|
|
309
|
+
denom: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
|
|
310
|
+
exponent: 0,
|
|
311
|
+
aliases: ['microusdc', 'uusdc']
|
|
312
|
+
}, {
|
|
313
|
+
denom: 'USDC',
|
|
314
|
+
exponent: 6
|
|
315
|
+
}],
|
|
316
|
+
type_asset: 'ics20',
|
|
317
|
+
base: 'ibc/F5FABF52B54E65064B57BF6DBD8E5FAD22CEE9F4B8A57ADBB20CCD0173AA72A4',
|
|
318
|
+
name: 'USDC',
|
|
319
|
+
display: 'USDC',
|
|
320
|
+
symbol: 'USDC',
|
|
321
|
+
traces: [
|
|
322
|
+
{
|
|
323
|
+
type: 'synthetic',
|
|
324
|
+
counterparty: {
|
|
325
|
+
chain_name: 'forex',
|
|
326
|
+
base_denom: 'USD'
|
|
327
|
+
},
|
|
328
|
+
provider: 'Circle'
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
type: 'additional-mintage',
|
|
332
|
+
counterparty: {
|
|
333
|
+
chain_name: 'ethereum',
|
|
334
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
335
|
+
},
|
|
336
|
+
provider: 'Circle'
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
type: 'ibc',
|
|
340
|
+
counterparty: {
|
|
341
|
+
chain_name: 'noble',
|
|
342
|
+
base_denom: 'uusdc',
|
|
343
|
+
channel_id: 'channel-1'
|
|
344
|
+
},
|
|
345
|
+
chain: {
|
|
346
|
+
channel_id: 'channel-750',
|
|
347
|
+
path: 'transfer/channel-750/uusdc'
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
type: 'ibc',
|
|
352
|
+
counterparty: {
|
|
353
|
+
chain_name: 'osmosis',
|
|
354
|
+
base_denom: 'ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4',
|
|
355
|
+
channel_id: 'channel-89298'
|
|
356
|
+
},
|
|
357
|
+
chain: {
|
|
358
|
+
channel_id: 'channel-0',
|
|
359
|
+
path: 'transfer/channel-0/transfer/channel-750/uusdc'
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
logo_URIs: {
|
|
364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
366
|
+
},
|
|
367
|
+
images: [{
|
|
368
|
+
image_sync: {
|
|
369
|
+
chain_name: 'ethereum',
|
|
370
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
371
|
+
},
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
373
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
374
|
+
theme: {
|
|
375
|
+
circle: true,
|
|
376
|
+
primary_color_hex: '#2775CA'
|
|
377
|
+
}
|
|
378
|
+
}]
|
|
305
379
|
}
|
|
306
380
|
]
|
|
307
381
|
};
|