chain-registry 1.69.127 → 1.69.129
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/devnet/kyvedevnet/assets.js +2 -1
- package/devnet/neuradevnet/assets.js +2 -1
- package/esm/devnet/kyvedevnet/assets.js +2 -1
- package/esm/devnet/neuradevnet/assets.js +2 -1
- package/esm/mainnet/agoric/chain.js +5 -5
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -7
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/carbon/assets.js +26 -13
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/assets.js +4 -2
- package/esm/mainnet/cronos/assets.js +4 -2
- package/esm/mainnet/dydx/assets.js +2 -1
- package/esm/mainnet/dymension/assets.js +4 -2
- package/esm/mainnet/dyson/assets.js +6 -3
- package/esm/mainnet/elys/assets.js +45 -7
- package/esm/mainnet/evmos/assets.js +2 -1
- package/esm/mainnet/injective/assets.js +6 -3
- package/esm/mainnet/joltify/assets.js +4 -2
- package/esm/mainnet/juno/assets.js +23 -1
- package/esm/mainnet/kopi/assets.js +10 -5
- package/esm/mainnet/kujira/assets.js +30 -15
- package/esm/mainnet/mantrachain/assets.js +6 -3
- package/esm/mainnet/mars/assets.js +2 -1
- package/esm/mainnet/migaloo/assets.js +6 -3
- package/esm/mainnet/milkyway/assets.js +6 -3
- package/esm/mainnet/neutron/assets.js +14 -7
- package/esm/mainnet/nibiru/assets.js +2 -1
- package/esm/mainnet/noble/assets.js +4 -2
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/nolus/assets.js +44 -22
- package/esm/mainnet/omniflixhub/assets.js +10 -5
- package/esm/mainnet/oraichain/assets.js +6 -3
- package/esm/mainnet/osmosis/assets.js +306 -153
- package/esm/mainnet/persistence/assets.js +16 -8
- package/esm/mainnet/planq/assets.js +50 -3
- package/esm/mainnet/pryzm/assets.js +242 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/sei/assets.js +2 -1
- package/esm/mainnet/sidechain/assets.js +2 -1
- package/esm/mainnet/stargaze/assets.js +10 -5
- package/esm/mainnet/stride/assets.js +2 -1
- package/esm/mainnet/teritori/assets.js +6 -3
- package/esm/mainnet/terra/assets.js +2 -1
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/titan/assets.js +2 -1
- package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
- package/esm/noncosmos/bitcointestnet/assets.js +2 -1
- package/esm/noncosmos/polygon/assets.js +2 -1
- package/esm/testnet/archwaytestnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/dydxtestnet/assets.js +2 -1
- package/esm/testnet/impacthubtestnet/assets.js +2 -1
- package/esm/testnet/jackaltestnet2/assets.js +2 -1
- package/esm/testnet/kyvetestnet/assets.js +2 -1
- package/esm/testnet/manifesttestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/neuratestnet/assets.js +2 -1
- package/esm/testnet/nobletestnet/assets.js +2 -1
- package/esm/testnet/osmosistestnet/assets.js +12 -6
- package/esm/testnet/titantestnet/assets.js +2 -1
- package/esm/testnet/unificationtestnet/assets.js +2 -1
- package/esm/testnet/xiontestnet/assets.js +6 -3
- package/mainnet/agoric/chain.js +5 -5
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -7
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/carbon/assets.js +26 -13
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/assets.js +4 -2
- package/mainnet/cronos/assets.js +4 -2
- package/mainnet/dydx/assets.js +2 -1
- package/mainnet/dymension/assets.js +4 -2
- package/mainnet/dyson/assets.js +6 -3
- package/mainnet/elys/assets.js +45 -7
- package/mainnet/evmos/assets.js +2 -1
- package/mainnet/injective/assets.js +6 -3
- package/mainnet/joltify/assets.js +4 -2
- package/mainnet/juno/assets.js +23 -1
- package/mainnet/kopi/assets.js +10 -5
- package/mainnet/kujira/assets.js +30 -15
- package/mainnet/mantrachain/assets.js +6 -3
- package/mainnet/mars/assets.js +2 -1
- package/mainnet/migaloo/assets.js +6 -3
- package/mainnet/milkyway/assets.js +6 -3
- package/mainnet/neutron/assets.js +14 -7
- package/mainnet/nibiru/assets.js +2 -1
- package/mainnet/noble/assets.js +4 -2
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/nolus/assets.js +44 -22
- package/mainnet/omniflixhub/assets.js +10 -5
- package/mainnet/oraichain/assets.js +6 -3
- package/mainnet/osmosis/assets.js +306 -153
- package/mainnet/persistence/assets.js +16 -8
- package/mainnet/planq/assets.js +50 -3
- package/mainnet/pryzm/assets.js +242 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/sei/assets.js +2 -1
- package/mainnet/sidechain/assets.js +2 -1
- package/mainnet/stargaze/assets.js +10 -5
- package/mainnet/stride/assets.js +2 -1
- package/mainnet/teritori/assets.js +6 -3
- package/mainnet/terra/assets.js +2 -1
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/titan/assets.js +2 -1
- package/noncosmos/avalanchetestnet/assets.js +2 -1
- package/noncosmos/bitcointestnet/assets.js +2 -1
- package/noncosmos/polygon/assets.js +2 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/dydxtestnet/assets.js +2 -1
- package/testnet/impacthubtestnet/assets.js +2 -1
- package/testnet/jackaltestnet2/assets.js +2 -1
- package/testnet/kyvetestnet/assets.js +2 -1
- package/testnet/manifesttestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/neuratestnet/assets.js +2 -1
- package/testnet/nobletestnet/assets.js +2 -1
- package/testnet/osmosistestnet/assets.js +12 -6
- package/testnet/titantestnet/assets.js +2 -1
- package/testnet/unificationtestnet/assets.js +2 -1
- package/testnet/xiontestnet/assets.js +6 -3
package/mainnet/terra2/assets.js
CHANGED
|
@@ -77,7 +77,8 @@ const info = {
|
|
|
77
77
|
socials: {
|
|
78
78
|
website: 'https://astroport.fi/',
|
|
79
79
|
twitter: 'https://twitter.com/astroport_fi'
|
|
80
|
-
}
|
|
80
|
+
},
|
|
81
|
+
coingecko_id: 'astroport-fi'
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -120,7 +121,8 @@ const info = {
|
|
|
120
121
|
logo_URIs: {
|
|
121
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
122
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
123
|
-
}
|
|
124
|
+
},
|
|
125
|
+
coingecko_id: 'astroport-fi'
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -1138,7 +1140,8 @@ const info = {
|
|
|
1138
1140
|
logo_URIs: {
|
|
1139
1141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1140
1142
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1141
|
-
}
|
|
1143
|
+
},
|
|
1144
|
+
coingecko_id: 'tether'
|
|
1142
1145
|
},
|
|
1143
1146
|
{
|
|
1144
1147
|
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
@@ -1280,7 +1283,8 @@ const info = {
|
|
|
1280
1283
|
}
|
|
1281
1284
|
}, {
|
|
1282
1285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1283
|
-
}]
|
|
1286
|
+
}],
|
|
1287
|
+
coingecko_id: 'usd-coin'
|
|
1284
1288
|
},
|
|
1285
1289
|
{
|
|
1286
1290
|
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
@@ -1324,7 +1328,8 @@ const info = {
|
|
|
1324
1328
|
socials: {
|
|
1325
1329
|
website: 'https://www.cryptodungeon.org',
|
|
1326
1330
|
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1327
|
-
}
|
|
1331
|
+
},
|
|
1332
|
+
coingecko_id: 'dragon-coin-2'
|
|
1328
1333
|
},
|
|
1329
1334
|
{
|
|
1330
1335
|
description: 'The native token of Migaloo Chain',
|
package/mainnet/titan/assets.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.129",
|
|
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.77",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.77"
|
|
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": "08b1ee943cf8e0d326914bca846d0176074328d6"
|
|
47
47
|
}
|
|
@@ -50,7 +50,8 @@ const info = {
|
|
|
50
50
|
website: 'https://archway.io/',
|
|
51
51
|
twitter: 'https://twitter.com/archwayHQ'
|
|
52
52
|
},
|
|
53
|
-
type_asset: 'sdk.coin'
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
coingecko_id: 'archway'
|
|
54
55
|
}, {
|
|
55
56
|
description: 'Wrapped CONST (Archway Testnet token)',
|
|
56
57
|
type_asset: 'cw20',
|
|
@@ -29,16 +29,16 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommended_version: 'v22.
|
|
33
|
-
compatible_versions: ['v22.
|
|
32
|
+
recommended_version: 'v22.2.0',
|
|
33
|
+
compatible_versions: ['v22.2.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
36
|
+
version: 'v0.38.17'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-linux-amd64',
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
@@ -44,7 +44,8 @@ const info = {
|
|
|
44
44
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
45
45
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
46
46
|
},
|
|
47
|
-
type_asset: 'sdk.coin'
|
|
47
|
+
type_asset: 'sdk.coin',
|
|
48
|
+
coingecko_id: 'dydx-chain'
|
|
48
49
|
}]
|
|
49
50
|
};
|
|
50
51
|
exports.default = info;
|
|
@@ -39,7 +39,8 @@ const info = {
|
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
40
40
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
41
41
|
},
|
|
42
|
-
type_asset: 'sdk.coin'
|
|
42
|
+
type_asset: 'sdk.coin',
|
|
43
|
+
coingecko_id: 'ixo'
|
|
43
44
|
}]
|
|
44
45
|
};
|
|
45
46
|
exports.default = info;
|
|
@@ -87,7 +87,8 @@ const info = {
|
|
|
87
87
|
logo_URIs: {
|
|
88
88
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
|
-
}
|
|
90
|
+
},
|
|
91
|
+
coingecko_id: 'osmosis'
|
|
91
92
|
},
|
|
92
93
|
{
|
|
93
94
|
description: 'asdasdasd',
|
|
@@ -260,7 +260,8 @@ const info = {
|
|
|
260
260
|
},
|
|
261
261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
262
262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
263
|
-
}]
|
|
263
|
+
}],
|
|
264
|
+
coingecko_id: 'juno-network'
|
|
264
265
|
},
|
|
265
266
|
{
|
|
266
267
|
description: 'The native token of Mars Protocol',
|
|
@@ -370,7 +371,8 @@ const info = {
|
|
|
370
371
|
circle: true,
|
|
371
372
|
primary_color_hex: '#2775CA'
|
|
372
373
|
}
|
|
373
|
-
}]
|
|
374
|
+
}],
|
|
375
|
+
coingecko_id: 'usd-coin'
|
|
374
376
|
},
|
|
375
377
|
{
|
|
376
378
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
@@ -460,7 +462,8 @@ const info = {
|
|
|
460
462
|
theme: {
|
|
461
463
|
primary_color_hex: '#335350'
|
|
462
464
|
}
|
|
463
|
-
}]
|
|
465
|
+
}],
|
|
466
|
+
coingecko_id: 'kyve-network'
|
|
464
467
|
},
|
|
465
468
|
{
|
|
466
469
|
description: 'QCK - native token of Quicksilver',
|
|
@@ -499,7 +502,8 @@ const info = {
|
|
|
499
502
|
base_denom: 'uqck'
|
|
500
503
|
},
|
|
501
504
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
502
|
-
}]
|
|
505
|
+
}],
|
|
506
|
+
coingecko_id: 'quicksilver'
|
|
503
507
|
},
|
|
504
508
|
{
|
|
505
509
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -539,7 +543,8 @@ const info = {
|
|
|
539
543
|
},
|
|
540
544
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
541
545
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
542
|
-
}]
|
|
546
|
+
}],
|
|
547
|
+
coingecko_id: 'persistence'
|
|
543
548
|
},
|
|
544
549
|
{
|
|
545
550
|
description: 'The native token of Saga Testnet',
|
|
@@ -630,7 +635,8 @@ const info = {
|
|
|
630
635
|
theme: {
|
|
631
636
|
primary_color_hex: '#2c4484'
|
|
632
637
|
}
|
|
633
|
-
}]
|
|
638
|
+
}],
|
|
639
|
+
coingecko_id: 'ixo'
|
|
634
640
|
},
|
|
635
641
|
{
|
|
636
642
|
denom_units: [{
|
|
@@ -90,7 +90,8 @@ const info = {
|
|
|
90
90
|
circle: true,
|
|
91
91
|
primary_color_hex: '#2775CA'
|
|
92
92
|
}
|
|
93
|
-
}]
|
|
93
|
+
}],
|
|
94
|
+
coingecko_id: 'usd-coin'
|
|
94
95
|
},
|
|
95
96
|
{
|
|
96
97
|
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
|
|
@@ -39,7 +39,8 @@ const info = {
|
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
40
40
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
41
41
|
},
|
|
42
|
-
type_asset: 'sdk.coin'
|
|
42
|
+
type_asset: 'sdk.coin',
|
|
43
|
+
coingecko_id: 'unification'
|
|
43
44
|
}]
|
|
44
45
|
};
|
|
45
46
|
exports.default = info;
|
|
@@ -64,7 +64,8 @@ const info = {
|
|
|
64
64
|
logo_URIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
66
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
67
|
-
}
|
|
67
|
+
},
|
|
68
|
+
coingecko_id: 'axelar'
|
|
68
69
|
},
|
|
69
70
|
{
|
|
70
71
|
denom_units: [{
|
|
@@ -103,7 +104,8 @@ const info = {
|
|
|
103
104
|
logo_URIs: {
|
|
104
105
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
106
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
-
}
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'osmosis'
|
|
107
109
|
},
|
|
108
110
|
{
|
|
109
111
|
denom_units: [{
|
|
@@ -186,7 +188,8 @@ const info = {
|
|
|
186
188
|
logo_URIs: {
|
|
187
189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
188
190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
189
|
-
}
|
|
191
|
+
},
|
|
192
|
+
coingecko_id: 'injective-protocol'
|
|
190
193
|
}
|
|
191
194
|
]
|
|
192
195
|
};
|