@chain-registry/assets 1.70.599 → 1.70.601
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/acrechain.js +0 -302
- package/esm/mainnet/agoric.js +0 -302
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/axelar.js +0 -302
- package/esm/mainnet/carbon.js +0 -302
- package/esm/mainnet/celestia.js +80 -302
- package/esm/mainnet/composable.js +0 -302
- package/esm/mainnet/coreum.js +0 -302
- package/esm/mainnet/cosmoshub.js +80 -302
- package/esm/mainnet/crescent.js +0 -302
- package/esm/mainnet/cryptoorgchain.js +0 -302
- package/esm/mainnet/dydx.js +0 -302
- package/esm/mainnet/dymension.js +0 -302
- package/esm/mainnet/gateway.js +0 -302
- package/esm/mainnet/gravitybridge.js +0 -302
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -302
- package/esm/mainnet/kava.js +0 -302
- package/esm/mainnet/kujira.js +0 -302
- package/esm/mainnet/lava.js +0 -302
- package/esm/mainnet/noble.js +0 -302
- package/esm/mainnet/osmosis.js +0 -302
- package/esm/mainnet/secretnetwork.js +0 -302
- package/esm/mainnet/stargaze.js +0 -302
- package/esm/mainnet/stride.js +0 -302
- package/esm/mainnet/tgrade.js +0 -302
- package/esm/mainnet/xrplevm.js +80 -0
- package/mainnet/acrechain.js +0 -302
- package/mainnet/agoric.js +0 -302
- package/mainnet/assets.js +1 -2
- package/mainnet/axelar.js +0 -302
- package/mainnet/carbon.js +0 -302
- package/mainnet/celestia.js +80 -302
- package/mainnet/composable.js +0 -302
- package/mainnet/coreum.js +0 -302
- package/mainnet/cosmoshub.js +80 -302
- package/mainnet/crescent.js +0 -302
- package/mainnet/cryptoorgchain.js +0 -302
- package/mainnet/dydx.js +0 -302
- package/mainnet/dymension.js +0 -302
- package/mainnet/gateway.js +0 -302
- package/mainnet/gravitybridge.js +0 -302
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +3 -4
- package/mainnet/injective.js +0 -302
- package/mainnet/kava.js +0 -302
- package/mainnet/kujira.js +0 -302
- package/mainnet/lava.js +0 -302
- package/mainnet/noble.js +0 -302
- package/mainnet/osmosis.js +0 -302
- package/mainnet/secretnetwork.js +0 -302
- package/mainnet/stargaze.js +0 -302
- package/mainnet/stride.js +0 -302
- package/mainnet/tgrade.js +0 -302
- package/mainnet/xrplevm.js +80 -0
- package/package.json +5 -5
- package/esm/mainnet/evmos.js +0 -3722
- package/mainnet/evmos.d.ts +0 -3
- package/mainnet/evmos.js +0 -3724
package/mainnet/xrplevm.js
CHANGED
|
@@ -3,6 +3,46 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'xrplevm',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['utia']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'tia',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
|
|
17
|
+
name: 'Celestia',
|
|
18
|
+
display: 'tia',
|
|
19
|
+
symbol: 'TIA',
|
|
20
|
+
coingecko_id: 'celestia',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://celestia.org/',
|
|
31
|
+
x: 'https://x.com/CelestiaOrg'
|
|
32
|
+
},
|
|
33
|
+
type_asset: 'sdk.coin',
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-280',
|
|
38
|
+
base_denom: 'utia',
|
|
39
|
+
chain_name: 'celestia'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-6'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
6
46
|
{
|
|
7
47
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8
48
|
denom_units: [{
|
|
@@ -651,6 +691,46 @@ const assets = {
|
|
|
651
691
|
}
|
|
652
692
|
}]
|
|
653
693
|
},
|
|
694
|
+
{
|
|
695
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
696
|
+
denom_units: [{
|
|
697
|
+
denom: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
|
|
698
|
+
exponent: 0,
|
|
699
|
+
aliases: ['utia']
|
|
700
|
+
}, {
|
|
701
|
+
denom: 'tia',
|
|
702
|
+
exponent: 6
|
|
703
|
+
}],
|
|
704
|
+
base: 'ibc/05CB495CFED46D0902E42E368F9F47ACB3F8287E023A9FD2060DE9293B850FD8',
|
|
705
|
+
name: 'Celestia',
|
|
706
|
+
display: 'tia',
|
|
707
|
+
symbol: 'TIA',
|
|
708
|
+
coingecko_id: 'celestia',
|
|
709
|
+
logo_URIs: {
|
|
710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
712
|
+
},
|
|
713
|
+
images: [{
|
|
714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
716
|
+
}],
|
|
717
|
+
socials: {
|
|
718
|
+
website: 'https://celestia.org/',
|
|
719
|
+
x: 'https://x.com/CelestiaOrg'
|
|
720
|
+
},
|
|
721
|
+
type_asset: 'sdk.coin',
|
|
722
|
+
traces: [{
|
|
723
|
+
type: 'ibc',
|
|
724
|
+
counterparty: {
|
|
725
|
+
channel_id: 'channel-280',
|
|
726
|
+
base_denom: 'utia',
|
|
727
|
+
chain_name: 'celestia'
|
|
728
|
+
},
|
|
729
|
+
chain: {
|
|
730
|
+
channel_id: 'channel-6'
|
|
731
|
+
}
|
|
732
|
+
}]
|
|
733
|
+
},
|
|
654
734
|
{
|
|
655
735
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
656
736
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.601",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.369",
|
|
33
|
+
"chain-registry": "^1.69.601"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.369"
|
|
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": "7c8af0a618e10a8944c32ccd02e42da999086f32"
|
|
47
47
|
}
|