@chain-registry/assets 1.70.192 → 1.70.194
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.js +170 -0
- package/esm/mainnet/cosmoshub.js +8 -8
- package/esm/mainnet/initia.js +322 -16
- package/esm/mainnet/neutron.js +80 -0
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/osmosis.js +18 -16
- package/esm/mainnet/sidechain.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +108 -3
- package/esm/testnet/elystestnet.js +102 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/osmosistestnet.js +102 -0
- package/esm/testnet/xrplevmtestnet.js +160 -0
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/initia.js +322 -16
- package/mainnet/neutron.js +80 -0
- package/mainnet/nyx.js +86 -0
- package/mainnet/osmosis.js +18 -16
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet.js +108 -3
- package/testnet/elystestnet.js +102 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/osmosistestnet.js +102 -0
- package/testnet/xrplevmtestnet.d.ts +3 -0
- package/testnet/xrplevmtestnet.js +162 -0
package/mainnet/osmosis.js
CHANGED
|
@@ -3671,14 +3671,14 @@ const assets = {
|
|
|
3671
3671
|
{
|
|
3672
3672
|
description: 'The native token of Initia',
|
|
3673
3673
|
denom_units: [{
|
|
3674
|
-
denom: 'ibc/
|
|
3674
|
+
denom: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
3675
3675
|
exponent: 0,
|
|
3676
3676
|
aliases: ['uinit']
|
|
3677
3677
|
}, {
|
|
3678
3678
|
denom: 'INIT',
|
|
3679
3679
|
exponent: 6
|
|
3680
3680
|
}],
|
|
3681
|
-
base: 'ibc/
|
|
3681
|
+
base: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
3682
3682
|
display: 'INIT',
|
|
3683
3683
|
name: 'Initia',
|
|
3684
3684
|
symbol: 'INIT',
|
|
@@ -3695,15 +3695,16 @@ const assets = {
|
|
|
3695
3695
|
twitter: 'https://twitter.com/initiaFDN'
|
|
3696
3696
|
},
|
|
3697
3697
|
type_asset: 'sdk.coin',
|
|
3698
|
+
coingecko_id: 'initia',
|
|
3698
3699
|
traces: [{
|
|
3699
3700
|
type: 'ibc',
|
|
3700
3701
|
counterparty: {
|
|
3701
|
-
channel_id: 'channel-
|
|
3702
|
+
channel_id: 'channel-68',
|
|
3702
3703
|
base_denom: 'uinit',
|
|
3703
3704
|
chain_name: 'initia'
|
|
3704
3705
|
},
|
|
3705
3706
|
chain: {
|
|
3706
|
-
channel_id: 'channel-
|
|
3707
|
+
channel_id: 'channel-102122'
|
|
3707
3708
|
}
|
|
3708
3709
|
}]
|
|
3709
3710
|
},
|
|
@@ -10061,14 +10062,14 @@ const assets = {
|
|
|
10061
10062
|
{
|
|
10062
10063
|
description: 'The native token of Initia',
|
|
10063
10064
|
denom_units: [{
|
|
10064
|
-
denom: 'ibc/
|
|
10065
|
+
denom: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
10065
10066
|
exponent: 0,
|
|
10066
10067
|
aliases: ['uinit']
|
|
10067
10068
|
}, {
|
|
10068
10069
|
denom: 'INIT',
|
|
10069
10070
|
exponent: 6
|
|
10070
10071
|
}],
|
|
10071
|
-
base: 'ibc/
|
|
10072
|
+
base: 'ibc/DD7EA9AF1E58E9FDD7F9810976817E203D5B87BAEF7AEA592FA34DF73310620B',
|
|
10072
10073
|
display: 'INIT',
|
|
10073
10074
|
name: 'Initia',
|
|
10074
10075
|
symbol: 'INIT',
|
|
@@ -10085,15 +10086,16 @@ const assets = {
|
|
|
10085
10086
|
twitter: 'https://twitter.com/initiaFDN'
|
|
10086
10087
|
},
|
|
10087
10088
|
type_asset: 'sdk.coin',
|
|
10089
|
+
coingecko_id: 'initia',
|
|
10088
10090
|
traces: [{
|
|
10089
10091
|
type: 'ibc',
|
|
10090
10092
|
counterparty: {
|
|
10091
|
-
channel_id: 'channel-
|
|
10093
|
+
channel_id: 'channel-68',
|
|
10092
10094
|
base_denom: 'uinit',
|
|
10093
10095
|
chain_name: 'initia'
|
|
10094
10096
|
},
|
|
10095
10097
|
chain: {
|
|
10096
|
-
channel_id: 'channel-
|
|
10098
|
+
channel_id: 'channel-102122'
|
|
10097
10099
|
}
|
|
10098
10100
|
}]
|
|
10099
10101
|
},
|
|
@@ -28826,14 +28828,14 @@ const assets = {
|
|
|
28826
28828
|
exponent: 0,
|
|
28827
28829
|
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
28828
28830
|
}, {
|
|
28829
|
-
denom: 'satUniBTC',
|
|
28831
|
+
denom: 'satUniBTC.e',
|
|
28830
28832
|
exponent: 8
|
|
28831
28833
|
}],
|
|
28832
28834
|
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28833
28835
|
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28834
|
-
name: '
|
|
28835
|
-
display: 'satUniBTC',
|
|
28836
|
-
symbol: 'satUniBTC',
|
|
28836
|
+
name: 'SatLayer uniBTC Bridged',
|
|
28837
|
+
display: 'satUniBTC.e',
|
|
28838
|
+
symbol: 'satUniBTC.e',
|
|
28837
28839
|
logo_URIs: {
|
|
28838
28840
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
28839
28841
|
},
|
|
@@ -32024,14 +32026,14 @@ const assets = {
|
|
|
32024
32026
|
exponent: 0,
|
|
32025
32027
|
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
32026
32028
|
}, {
|
|
32027
|
-
denom: 'satUniBTC',
|
|
32029
|
+
denom: 'satUniBTC.e',
|
|
32028
32030
|
exponent: 8
|
|
32029
32031
|
}],
|
|
32030
32032
|
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32031
32033
|
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32032
|
-
name: '
|
|
32033
|
-
display: 'satUniBTC',
|
|
32034
|
-
symbol: 'satUniBTC',
|
|
32034
|
+
name: 'SatLayer uniBTC Bridged',
|
|
32035
|
+
display: 'satUniBTC.e',
|
|
32036
|
+
symbol: 'satUniBTC.e',
|
|
32035
32037
|
logo_URIs: {
|
|
32036
32038
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32037
32039
|
},
|
package/mainnet/sidechain.js
CHANGED
|
@@ -49,14 +49,14 @@ const assets = {
|
|
|
49
49
|
{
|
|
50
50
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
51
51
|
denom_units: [{
|
|
52
|
-
denom: 'ibc/
|
|
52
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
53
53
|
exponent: 0,
|
|
54
54
|
aliases: ['uatom']
|
|
55
55
|
}, {
|
|
56
56
|
denom: 'atom',
|
|
57
57
|
exponent: 6
|
|
58
58
|
}],
|
|
59
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
60
60
|
name: 'Cosmos Hub Atom',
|
|
61
61
|
display: 'atom',
|
|
62
62
|
symbol: 'ATOM',
|
|
@@ -80,12 +80,12 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-1352',
|
|
84
84
|
base_denom: 'uatom',
|
|
85
85
|
chain_name: 'cosmoshub'
|
|
86
86
|
},
|
|
87
87
|
chain: {
|
|
88
|
-
channel_id: 'channel-
|
|
88
|
+
channel_id: 'channel-10'
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
@@ -813,14 +813,14 @@ const assets = {
|
|
|
813
813
|
{
|
|
814
814
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
815
815
|
denom_units: [{
|
|
816
|
-
denom: 'ibc/
|
|
816
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
817
817
|
exponent: 0,
|
|
818
818
|
aliases: ['uatom']
|
|
819
819
|
}, {
|
|
820
820
|
denom: 'atom',
|
|
821
821
|
exponent: 6
|
|
822
822
|
}],
|
|
823
|
-
base: 'ibc/
|
|
823
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
824
824
|
name: 'Cosmos Hub Atom',
|
|
825
825
|
display: 'atom',
|
|
826
826
|
symbol: 'ATOM',
|
|
@@ -844,12 +844,12 @@ const assets = {
|
|
|
844
844
|
traces: [{
|
|
845
845
|
type: 'ibc',
|
|
846
846
|
counterparty: {
|
|
847
|
-
channel_id: 'channel-
|
|
847
|
+
channel_id: 'channel-1352',
|
|
848
848
|
base_denom: 'uatom',
|
|
849
849
|
chain_name: 'cosmoshub'
|
|
850
850
|
},
|
|
851
851
|
chain: {
|
|
852
|
-
channel_id: 'channel-
|
|
852
|
+
channel_id: 'channel-10'
|
|
853
853
|
}
|
|
854
854
|
}]
|
|
855
855
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.194",
|
|
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.123",
|
|
33
|
+
"chain-registry": "^1.69.194"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.123"
|
|
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": "880944913231434a1db884821fd962a729906a1d"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -49,5 +49,6 @@ const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
|
49
49
|
const titannettestnet_1 = __importDefault(require("./titannettestnet"));
|
|
50
50
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
51
51
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
52
|
-
const
|
|
52
|
+
const xrplevmtestnet_1 = __importDefault(require("./xrplevmtestnet"));
|
|
53
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, manifesttestnet_1.default, mantrachaintestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, symphonytestnet3_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default];
|
|
53
54
|
exports.default = assets;
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'cosmosicsprovidertestnet',
|
|
5
|
-
assets: [
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
6
7
|
description: 'The native token of MANTRA',
|
|
7
8
|
denom_units: [{
|
|
8
9
|
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
@@ -70,7 +71,59 @@ const assets = {
|
|
|
70
71
|
channel_id: 'channel-241'
|
|
71
72
|
}
|
|
72
73
|
}]
|
|
73
|
-
},
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
77
|
+
denom_units: [{
|
|
78
|
+
denom: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
79
|
+
exponent: 0,
|
|
80
|
+
aliases: ['axrp']
|
|
81
|
+
}, {
|
|
82
|
+
denom: 'XRP',
|
|
83
|
+
exponent: 18
|
|
84
|
+
}],
|
|
85
|
+
type_asset: 'sdk.coin',
|
|
86
|
+
base: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
87
|
+
name: 'XRP',
|
|
88
|
+
display: 'XRP',
|
|
89
|
+
symbol: 'XRP',
|
|
90
|
+
images: [{
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
92
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
93
|
+
theme: {
|
|
94
|
+
primary_color_hex: '#040404'
|
|
95
|
+
}
|
|
96
|
+
}],
|
|
97
|
+
keywords: [
|
|
98
|
+
'xrpl',
|
|
99
|
+
'evm',
|
|
100
|
+
'testnet',
|
|
101
|
+
'sidechain',
|
|
102
|
+
'ripple',
|
|
103
|
+
'peersyst',
|
|
104
|
+
'cosmos',
|
|
105
|
+
'evmos',
|
|
106
|
+
'axelar',
|
|
107
|
+
'xrp',
|
|
108
|
+
'xrplevm'
|
|
109
|
+
],
|
|
110
|
+
socials: {
|
|
111
|
+
website: 'https://xrplevm.org',
|
|
112
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
113
|
+
},
|
|
114
|
+
traces: [{
|
|
115
|
+
type: 'ibc',
|
|
116
|
+
counterparty: {
|
|
117
|
+
channel_id: 'channel-1',
|
|
118
|
+
base_denom: 'axrp',
|
|
119
|
+
chain_name: 'xrplevmtestnet'
|
|
120
|
+
},
|
|
121
|
+
chain: {
|
|
122
|
+
channel_id: 'channel-374'
|
|
123
|
+
}
|
|
124
|
+
}]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
74
127
|
description: 'The native token of MANTRA',
|
|
75
128
|
denom_units: [{
|
|
76
129
|
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
@@ -138,6 +191,58 @@ const assets = {
|
|
|
138
191
|
channel_id: 'channel-241'
|
|
139
192
|
}
|
|
140
193
|
}]
|
|
141
|
-
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['axrp']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'XRP',
|
|
203
|
+
exponent: 18
|
|
204
|
+
}],
|
|
205
|
+
type_asset: 'sdk.coin',
|
|
206
|
+
base: 'ibc/68D1062C8B0F11B913FD9285553A7529C3C26D0C49FB64D135E255D9742F6A01',
|
|
207
|
+
name: 'XRP',
|
|
208
|
+
display: 'XRP',
|
|
209
|
+
symbol: 'XRP',
|
|
210
|
+
images: [{
|
|
211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
213
|
+
theme: {
|
|
214
|
+
primary_color_hex: '#040404'
|
|
215
|
+
}
|
|
216
|
+
}],
|
|
217
|
+
keywords: [
|
|
218
|
+
'xrpl',
|
|
219
|
+
'evm',
|
|
220
|
+
'testnet',
|
|
221
|
+
'sidechain',
|
|
222
|
+
'ripple',
|
|
223
|
+
'peersyst',
|
|
224
|
+
'cosmos',
|
|
225
|
+
'evmos',
|
|
226
|
+
'axelar',
|
|
227
|
+
'xrp',
|
|
228
|
+
'xrplevm'
|
|
229
|
+
],
|
|
230
|
+
socials: {
|
|
231
|
+
website: 'https://xrplevm.org',
|
|
232
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
233
|
+
},
|
|
234
|
+
traces: [{
|
|
235
|
+
type: 'ibc',
|
|
236
|
+
counterparty: {
|
|
237
|
+
channel_id: 'channel-1',
|
|
238
|
+
base_denom: 'axrp',
|
|
239
|
+
chain_name: 'xrplevmtestnet'
|
|
240
|
+
},
|
|
241
|
+
chain: {
|
|
242
|
+
channel_id: 'channel-374'
|
|
243
|
+
}
|
|
244
|
+
}]
|
|
245
|
+
}
|
|
246
|
+
]
|
|
142
247
|
};
|
|
143
248
|
exports.default = assets;
|
package/testnet/elystestnet.js
CHANGED
|
@@ -201,6 +201,57 @@ const assets = {
|
|
|
201
201
|
}
|
|
202
202
|
}]
|
|
203
203
|
},
|
|
204
|
+
{
|
|
205
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
206
|
+
denom_units: [{
|
|
207
|
+
denom: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
208
|
+
exponent: 0,
|
|
209
|
+
aliases: ['axrp']
|
|
210
|
+
}, {
|
|
211
|
+
denom: 'XRP',
|
|
212
|
+
exponent: 18
|
|
213
|
+
}],
|
|
214
|
+
type_asset: 'sdk.coin',
|
|
215
|
+
base: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
216
|
+
name: 'XRP',
|
|
217
|
+
display: 'XRP',
|
|
218
|
+
symbol: 'XRP',
|
|
219
|
+
images: [{
|
|
220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
222
|
+
theme: {
|
|
223
|
+
primary_color_hex: '#040404'
|
|
224
|
+
}
|
|
225
|
+
}],
|
|
226
|
+
keywords: [
|
|
227
|
+
'xrpl',
|
|
228
|
+
'evm',
|
|
229
|
+
'testnet',
|
|
230
|
+
'sidechain',
|
|
231
|
+
'ripple',
|
|
232
|
+
'peersyst',
|
|
233
|
+
'cosmos',
|
|
234
|
+
'evmos',
|
|
235
|
+
'axelar',
|
|
236
|
+
'xrp',
|
|
237
|
+
'xrplevm'
|
|
238
|
+
],
|
|
239
|
+
socials: {
|
|
240
|
+
website: 'https://xrplevm.org',
|
|
241
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
242
|
+
},
|
|
243
|
+
traces: [{
|
|
244
|
+
type: 'ibc',
|
|
245
|
+
counterparty: {
|
|
246
|
+
channel_id: 'channel-3',
|
|
247
|
+
base_denom: 'axrp',
|
|
248
|
+
chain_name: 'xrplevmtestnet'
|
|
249
|
+
},
|
|
250
|
+
chain: {
|
|
251
|
+
channel_id: 'channel-10'
|
|
252
|
+
}
|
|
253
|
+
}]
|
|
254
|
+
},
|
|
204
255
|
{
|
|
205
256
|
description: 'The controlled staking asset for Noble Chain',
|
|
206
257
|
denom_units: [{
|
|
@@ -290,6 +341,57 @@ const assets = {
|
|
|
290
341
|
}
|
|
291
342
|
}]
|
|
292
343
|
},
|
|
344
|
+
{
|
|
345
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
346
|
+
denom_units: [{
|
|
347
|
+
denom: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
348
|
+
exponent: 0,
|
|
349
|
+
aliases: ['axrp']
|
|
350
|
+
}, {
|
|
351
|
+
denom: 'XRP',
|
|
352
|
+
exponent: 18
|
|
353
|
+
}],
|
|
354
|
+
type_asset: 'sdk.coin',
|
|
355
|
+
base: 'ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D',
|
|
356
|
+
name: 'XRP',
|
|
357
|
+
display: 'XRP',
|
|
358
|
+
symbol: 'XRP',
|
|
359
|
+
images: [{
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
362
|
+
theme: {
|
|
363
|
+
primary_color_hex: '#040404'
|
|
364
|
+
}
|
|
365
|
+
}],
|
|
366
|
+
keywords: [
|
|
367
|
+
'xrpl',
|
|
368
|
+
'evm',
|
|
369
|
+
'testnet',
|
|
370
|
+
'sidechain',
|
|
371
|
+
'ripple',
|
|
372
|
+
'peersyst',
|
|
373
|
+
'cosmos',
|
|
374
|
+
'evmos',
|
|
375
|
+
'axelar',
|
|
376
|
+
'xrp',
|
|
377
|
+
'xrplevm'
|
|
378
|
+
],
|
|
379
|
+
socials: {
|
|
380
|
+
website: 'https://xrplevm.org',
|
|
381
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
382
|
+
},
|
|
383
|
+
traces: [{
|
|
384
|
+
type: 'ibc',
|
|
385
|
+
counterparty: {
|
|
386
|
+
channel_id: 'channel-3',
|
|
387
|
+
base_denom: 'axrp',
|
|
388
|
+
chain_name: 'xrplevmtestnet'
|
|
389
|
+
},
|
|
390
|
+
chain: {
|
|
391
|
+
channel_id: 'channel-10'
|
|
392
|
+
}
|
|
393
|
+
}]
|
|
394
|
+
},
|
|
293
395
|
{
|
|
294
396
|
description: 'The native token of Prysm',
|
|
295
397
|
denom_units: [{
|
package/testnet/index.d.ts
CHANGED
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet2 = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xrplevmtestnet = exports.xiontestnet2 = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -70,3 +70,4 @@ exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
|
70
70
|
exports.titannettestnet = __importStar(require("./titannettestnet"));
|
|
71
71
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
72
72
|
exports.xiontestnet2 = __importStar(require("./xiontestnet2"));
|
|
73
|
+
exports.xrplevmtestnet = __importStar(require("./xrplevmtestnet"));
|
|
@@ -2055,6 +2055,57 @@ const assets = {
|
|
|
2055
2055
|
}
|
|
2056
2056
|
}]
|
|
2057
2057
|
},
|
|
2058
|
+
{
|
|
2059
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
2060
|
+
denom_units: [{
|
|
2061
|
+
denom: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2062
|
+
exponent: 0,
|
|
2063
|
+
aliases: ['axrp']
|
|
2064
|
+
}, {
|
|
2065
|
+
denom: 'XRP',
|
|
2066
|
+
exponent: 18
|
|
2067
|
+
}],
|
|
2068
|
+
type_asset: 'sdk.coin',
|
|
2069
|
+
base: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2070
|
+
name: 'XRP',
|
|
2071
|
+
display: 'XRP',
|
|
2072
|
+
symbol: 'XRP',
|
|
2073
|
+
images: [{
|
|
2074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
2075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
2076
|
+
theme: {
|
|
2077
|
+
primary_color_hex: '#040404'
|
|
2078
|
+
}
|
|
2079
|
+
}],
|
|
2080
|
+
keywords: [
|
|
2081
|
+
'xrpl',
|
|
2082
|
+
'evm',
|
|
2083
|
+
'testnet',
|
|
2084
|
+
'sidechain',
|
|
2085
|
+
'ripple',
|
|
2086
|
+
'peersyst',
|
|
2087
|
+
'cosmos',
|
|
2088
|
+
'evmos',
|
|
2089
|
+
'axelar',
|
|
2090
|
+
'xrp',
|
|
2091
|
+
'xrplevm'
|
|
2092
|
+
],
|
|
2093
|
+
socials: {
|
|
2094
|
+
website: 'https://xrplevm.org',
|
|
2095
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
2096
|
+
},
|
|
2097
|
+
traces: [{
|
|
2098
|
+
type: 'ibc',
|
|
2099
|
+
counterparty: {
|
|
2100
|
+
channel_id: 'channel-2',
|
|
2101
|
+
base_denom: 'axrp',
|
|
2102
|
+
chain_name: 'xrplevmtestnet'
|
|
2103
|
+
},
|
|
2104
|
+
chain: {
|
|
2105
|
+
channel_id: 'channel-10361'
|
|
2106
|
+
}
|
|
2107
|
+
}]
|
|
2108
|
+
},
|
|
2058
2109
|
{
|
|
2059
2110
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
2060
2111
|
denom_units: [{
|
|
@@ -2753,6 +2804,57 @@ const assets = {
|
|
|
2753
2804
|
}
|
|
2754
2805
|
}]
|
|
2755
2806
|
},
|
|
2807
|
+
{
|
|
2808
|
+
description: 'The native token of XRPL EVM Testnet',
|
|
2809
|
+
denom_units: [{
|
|
2810
|
+
denom: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2811
|
+
exponent: 0,
|
|
2812
|
+
aliases: ['axrp']
|
|
2813
|
+
}, {
|
|
2814
|
+
denom: 'XRP',
|
|
2815
|
+
exponent: 18
|
|
2816
|
+
}],
|
|
2817
|
+
type_asset: 'sdk.coin',
|
|
2818
|
+
base: 'ibc/24F3F83587084430E25E268A143565FEF5C84AE2308F2657BC46D1F227D2AF65',
|
|
2819
|
+
name: 'XRP',
|
|
2820
|
+
display: 'XRP',
|
|
2821
|
+
symbol: 'XRP',
|
|
2822
|
+
images: [{
|
|
2823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
2824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
2825
|
+
theme: {
|
|
2826
|
+
primary_color_hex: '#040404'
|
|
2827
|
+
}
|
|
2828
|
+
}],
|
|
2829
|
+
keywords: [
|
|
2830
|
+
'xrpl',
|
|
2831
|
+
'evm',
|
|
2832
|
+
'testnet',
|
|
2833
|
+
'sidechain',
|
|
2834
|
+
'ripple',
|
|
2835
|
+
'peersyst',
|
|
2836
|
+
'cosmos',
|
|
2837
|
+
'evmos',
|
|
2838
|
+
'axelar',
|
|
2839
|
+
'xrp',
|
|
2840
|
+
'xrplevm'
|
|
2841
|
+
],
|
|
2842
|
+
socials: {
|
|
2843
|
+
website: 'https://xrplevm.org',
|
|
2844
|
+
twitter: 'https://twitter.com/Peersyst'
|
|
2845
|
+
},
|
|
2846
|
+
traces: [{
|
|
2847
|
+
type: 'ibc',
|
|
2848
|
+
counterparty: {
|
|
2849
|
+
channel_id: 'channel-2',
|
|
2850
|
+
base_denom: 'axrp',
|
|
2851
|
+
chain_name: 'xrplevmtestnet'
|
|
2852
|
+
},
|
|
2853
|
+
chain: {
|
|
2854
|
+
channel_id: 'channel-10361'
|
|
2855
|
+
}
|
|
2856
|
+
}]
|
|
2857
|
+
},
|
|
2756
2858
|
{
|
|
2757
2859
|
base: 'ibc/7C7668A6015508285CA5725BB500F34D0C019E953C01E9767823D3877F3FC241',
|
|
2758
2860
|
name: 'Babylon Testnet Escher LST',
|