chain-registry 2.0.41 → 2.0.42
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/conscious/asset-list.js +0 -1
- package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
- package/esm/mainnet/dymension/asset-list.js +1 -2
- package/esm/mainnet/ethereum/asset-list.js +0 -1
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/lambda/asset-list.js +0 -1
- package/esm/mainnet/mande/asset-list.js +0 -1
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/odin/asset-list.js +0 -1
- package/esm/mainnet/onomy/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +708 -3144
- package/esm/mainnet/rebus/asset-list.js +0 -1
- package/esm/mainnet/scorum/asset-list.js +0 -1
- package/esm/mainnet/sge/asset-list.js +0 -1
- package/esm/mainnet/starname/asset-list.js +0 -1
- package/esm/mainnet/stride/asset-list.js +0 -1
- package/esm/mainnet/sunrise/ibc-data.js +58 -0
- package/esm/mainnet/sunrise/index.js +2 -0
- package/esm/noncosmos/0l/asset-list.js +0 -1
- package/mainnet/conscious/asset-list.js +0 -1
- package/mainnet/cosmoshub/ibc-data.js +29 -0
- package/mainnet/dymension/asset-list.js +1 -2
- package/mainnet/ethereum/asset-list.js +0 -1
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/lambda/asset-list.js +0 -1
- package/mainnet/mande/asset-list.js +0 -1
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/odin/asset-list.js +0 -1
- package/mainnet/onomy/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +708 -3144
- package/mainnet/rebus/asset-list.js +0 -1
- package/mainnet/scorum/asset-list.js +0 -1
- package/mainnet/sge/asset-list.js +0 -1
- package/mainnet/starname/asset-list.js +0 -1
- package/mainnet/stride/asset-list.js +0 -1
- package/mainnet/sunrise/ibc-data.d.ts +3 -0
- package/mainnet/sunrise/ibc-data.js +60 -0
- package/mainnet/sunrise/index.d.ts +1 -0
- package/mainnet/sunrise/index.js +3 -1
- package/noncosmos/0l/asset-list.js +0 -1
- package/package.json +3 -3
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'consciousdao',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
@@ -1983,6 +1983,35 @@ const info = [
|
|
|
1983
1983
|
}
|
|
1984
1984
|
}]
|
|
1985
1985
|
},
|
|
1986
|
+
{
|
|
1987
|
+
$schema: '../ibc_data.schema.json',
|
|
1988
|
+
chain1: {
|
|
1989
|
+
chainName: 'cosmoshub',
|
|
1990
|
+
clientId: '07-tendermint-1430',
|
|
1991
|
+
connectionId: 'connection-1148'
|
|
1992
|
+
},
|
|
1993
|
+
chain2: {
|
|
1994
|
+
chainName: 'sunrise',
|
|
1995
|
+
clientId: '07-tendermint-7',
|
|
1996
|
+
connectionId: 'connection-2'
|
|
1997
|
+
},
|
|
1998
|
+
channels: [{
|
|
1999
|
+
chain1: {
|
|
2000
|
+
channelId: 'channel-1421',
|
|
2001
|
+
portId: 'transfer'
|
|
2002
|
+
},
|
|
2003
|
+
chain2: {
|
|
2004
|
+
channelId: 'channel-1',
|
|
2005
|
+
portId: 'transfer'
|
|
2006
|
+
},
|
|
2007
|
+
ordering: 'unordered',
|
|
2008
|
+
version: 'ics20-1',
|
|
2009
|
+
tags: {
|
|
2010
|
+
status: 'live',
|
|
2011
|
+
preferred: true
|
|
2012
|
+
}
|
|
2013
|
+
}]
|
|
2014
|
+
},
|
|
1986
2015
|
{
|
|
1987
2016
|
$schema: '../ibc_data.schema.json',
|
|
1988
2017
|
chain1: {
|
|
@@ -121,8 +121,7 @@ const info = {
|
|
|
121
121
|
logoURIs: {
|
|
122
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
123
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
124
|
-
}
|
|
125
|
-
coingeckoId: 'mande-network'
|
|
124
|
+
}
|
|
126
125
|
}
|
|
127
126
|
]
|
|
128
127
|
};
|
|
@@ -957,7 +957,6 @@ const info = {
|
|
|
957
957
|
name: 'Open Exchange Token',
|
|
958
958
|
display: 'ox',
|
|
959
959
|
symbol: 'OX',
|
|
960
|
-
coingeckoId: 'open-exchange-token',
|
|
961
960
|
logoURIs: {
|
|
962
961
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
963
962
|
},
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -147,6 +147,7 @@ import * as _stargaze from './stargaze';
|
|
|
147
147
|
import * as _starname from './starname';
|
|
148
148
|
import * as _stratos from './stratos';
|
|
149
149
|
import * as _stride from './stride';
|
|
150
|
+
import * as _sunrise from './sunrise';
|
|
150
151
|
import * as _symphony from './symphony';
|
|
151
152
|
import * as _synternet from './synternet';
|
|
152
153
|
import * as _taketitan from './taketitan';
|
|
@@ -312,6 +313,7 @@ const ibcData = [
|
|
|
312
313
|
..._starname.ibcData,
|
|
313
314
|
..._stratos.ibcData,
|
|
314
315
|
..._stride.ibcData,
|
|
316
|
+
..._sunrise.ibcData,
|
|
315
317
|
..._symphony.ibcData,
|
|
316
318
|
..._synternet.ibcData,
|
|
317
319
|
..._taketitan.ibcData,
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'lambda',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
|
|
@@ -16,7 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'Mande Network',
|
|
17
17
|
display: 'mand',
|
|
18
18
|
symbol: 'MAND',
|
|
19
|
-
coingeckoId: 'mande-network',
|
|
20
19
|
images: [{
|
|
21
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
22
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
@@ -1359,6 +1359,35 @@ const info = [
|
|
|
1359
1359
|
}
|
|
1360
1360
|
}]
|
|
1361
1361
|
},
|
|
1362
|
+
{
|
|
1363
|
+
$schema: '../ibc_data.schema.json',
|
|
1364
|
+
chain1: {
|
|
1365
|
+
chainName: 'noble',
|
|
1366
|
+
clientId: '07-tendermint-180',
|
|
1367
|
+
connectionId: 'connection-174'
|
|
1368
|
+
},
|
|
1369
|
+
chain2: {
|
|
1370
|
+
chainName: 'sunrise',
|
|
1371
|
+
clientId: '07-tendermint-2',
|
|
1372
|
+
connectionId: 'connection-0'
|
|
1373
|
+
},
|
|
1374
|
+
channels: [{
|
|
1375
|
+
chain1: {
|
|
1376
|
+
channelId: 'channel-168',
|
|
1377
|
+
portId: 'transfer'
|
|
1378
|
+
},
|
|
1379
|
+
chain2: {
|
|
1380
|
+
channelId: 'channel-0',
|
|
1381
|
+
portId: 'transfer'
|
|
1382
|
+
},
|
|
1383
|
+
ordering: 'unordered',
|
|
1384
|
+
version: 'ics20-1',
|
|
1385
|
+
tags: {
|
|
1386
|
+
status: 'live',
|
|
1387
|
+
preferred: true
|
|
1388
|
+
}
|
|
1389
|
+
}]
|
|
1390
|
+
},
|
|
1362
1391
|
{
|
|
1363
1392
|
$schema: '../ibc_data.schema.json',
|
|
1364
1393
|
chain1: {
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'odin-protocol',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
@@ -24,7 +24,6 @@ const info = {
|
|
|
24
24
|
'bridge',
|
|
25
25
|
'staking'
|
|
26
26
|
],
|
|
27
|
-
coingeckoId: 'onomy-protocol',
|
|
28
27
|
images: [{
|
|
29
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
30
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|