@chain-registry/assets 1.62.7 → 1.62.9
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/composable.js +72 -0
- package/esm/mainnet/noble.js +148 -0
- package/esm/mainnet/regen.js +204 -0
- package/esm/testnet/mantrachaintestnet.js +8 -8
- package/mainnet/composable.js +72 -0
- package/mainnet/noble.js +148 -0
- package/mainnet/regen.js +204 -0
- package/package.json +5 -5
- package/testnet/mantrachaintestnet.js +8 -8
|
@@ -1139,6 +1139,42 @@ const assets = {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
}]
|
|
1141
1141
|
},
|
|
1142
|
+
{
|
|
1143
|
+
description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
|
|
1144
|
+
type_asset: 'erc20',
|
|
1145
|
+
address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
1146
|
+
denom_units: [{
|
|
1147
|
+
denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
1148
|
+
exponent: 0,
|
|
1149
|
+
aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
|
|
1150
|
+
}, {
|
|
1151
|
+
denom: 'ankr',
|
|
1152
|
+
exponent: 18
|
|
1153
|
+
}],
|
|
1154
|
+
base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
1155
|
+
name: 'Ankr Network',
|
|
1156
|
+
display: 'ankr',
|
|
1157
|
+
symbol: 'ANKR',
|
|
1158
|
+
images: [{
|
|
1159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
|
|
1160
|
+
}],
|
|
1161
|
+
coingecko_id: 'ankr',
|
|
1162
|
+
socials: {
|
|
1163
|
+
website: 'https://www.ankr.com',
|
|
1164
|
+
twitter: 'https://x.com/ankr'
|
|
1165
|
+
},
|
|
1166
|
+
traces: [{
|
|
1167
|
+
type: 'ibc',
|
|
1168
|
+
counterparty: {
|
|
1169
|
+
channel_id: 'channel-2',
|
|
1170
|
+
base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
1171
|
+
chain_name: 'ethereum'
|
|
1172
|
+
},
|
|
1173
|
+
chain: {
|
|
1174
|
+
channel_id: 'channel-52'
|
|
1175
|
+
}
|
|
1176
|
+
}]
|
|
1177
|
+
},
|
|
1142
1178
|
{
|
|
1143
1179
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1144
1180
|
denom_units: [{
|
|
@@ -3840,6 +3876,42 @@ const assets = {
|
|
|
3840
3876
|
}
|
|
3841
3877
|
}]
|
|
3842
3878
|
},
|
|
3879
|
+
{
|
|
3880
|
+
description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
|
|
3881
|
+
type_asset: 'erc20',
|
|
3882
|
+
address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
3883
|
+
denom_units: [{
|
|
3884
|
+
denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
3885
|
+
exponent: 0,
|
|
3886
|
+
aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
|
|
3887
|
+
}, {
|
|
3888
|
+
denom: 'ankr',
|
|
3889
|
+
exponent: 18
|
|
3890
|
+
}],
|
|
3891
|
+
base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
3892
|
+
name: 'Ankr Network',
|
|
3893
|
+
display: 'ankr',
|
|
3894
|
+
symbol: 'ANKR',
|
|
3895
|
+
images: [{
|
|
3896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
|
|
3897
|
+
}],
|
|
3898
|
+
coingecko_id: 'ankr',
|
|
3899
|
+
socials: {
|
|
3900
|
+
website: 'https://www.ankr.com',
|
|
3901
|
+
twitter: 'https://x.com/ankr'
|
|
3902
|
+
},
|
|
3903
|
+
traces: [{
|
|
3904
|
+
type: 'ibc',
|
|
3905
|
+
counterparty: {
|
|
3906
|
+
channel_id: 'channel-2',
|
|
3907
|
+
base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
3908
|
+
chain_name: 'ethereum'
|
|
3909
|
+
},
|
|
3910
|
+
chain: {
|
|
3911
|
+
channel_id: 'channel-52'
|
|
3912
|
+
}
|
|
3913
|
+
}]
|
|
3914
|
+
},
|
|
3843
3915
|
{
|
|
3844
3916
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
3845
3917
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -2852,6 +2852,80 @@ const assets = {
|
|
|
2852
2852
|
}
|
|
2853
2853
|
}]
|
|
2854
2854
|
},
|
|
2855
|
+
{
|
|
2856
|
+
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2857
|
+
denom_units: [{
|
|
2858
|
+
denom: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
2859
|
+
exponent: 0,
|
|
2860
|
+
aliases: ['uregen']
|
|
2861
|
+
}, {
|
|
2862
|
+
denom: 'regen',
|
|
2863
|
+
exponent: 6
|
|
2864
|
+
}],
|
|
2865
|
+
base: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
2866
|
+
name: 'Regen Network',
|
|
2867
|
+
display: 'regen',
|
|
2868
|
+
symbol: 'REGEN',
|
|
2869
|
+
logo_URIs: {
|
|
2870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
2871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
2872
|
+
},
|
|
2873
|
+
coingecko_id: 'regen',
|
|
2874
|
+
images: [{
|
|
2875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
2876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
2877
|
+
}],
|
|
2878
|
+
socials: {
|
|
2879
|
+
website: 'https://www.regen.network/',
|
|
2880
|
+
twitter: 'https://twitter.com/regen_network'
|
|
2881
|
+
},
|
|
2882
|
+
traces: [{
|
|
2883
|
+
type: 'ibc',
|
|
2884
|
+
counterparty: {
|
|
2885
|
+
channel_id: 'channel-165',
|
|
2886
|
+
base_denom: 'uregen',
|
|
2887
|
+
chain_name: 'regen'
|
|
2888
|
+
},
|
|
2889
|
+
chain: {
|
|
2890
|
+
channel_id: 'channel-83'
|
|
2891
|
+
}
|
|
2892
|
+
}]
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
description: 'Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.',
|
|
2896
|
+
denom_units: [{
|
|
2897
|
+
denom: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
2898
|
+
exponent: 0,
|
|
2899
|
+
aliases: ['eco.uC.NCT']
|
|
2900
|
+
}, {
|
|
2901
|
+
denom: 'nct',
|
|
2902
|
+
exponent: 6
|
|
2903
|
+
}],
|
|
2904
|
+
base: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
2905
|
+
name: 'Nature Carbon Ton',
|
|
2906
|
+
display: 'nct',
|
|
2907
|
+
symbol: 'NCT',
|
|
2908
|
+
logo_URIs: {
|
|
2909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
2910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
2911
|
+
},
|
|
2912
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne',
|
|
2913
|
+
images: [{
|
|
2914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
2915
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
2916
|
+
}],
|
|
2917
|
+
traces: [{
|
|
2918
|
+
type: 'ibc',
|
|
2919
|
+
counterparty: {
|
|
2920
|
+
channel_id: 'channel-165',
|
|
2921
|
+
base_denom: 'eco.uC.NCT',
|
|
2922
|
+
chain_name: 'regen'
|
|
2923
|
+
},
|
|
2924
|
+
chain: {
|
|
2925
|
+
channel_id: 'channel-83'
|
|
2926
|
+
}
|
|
2927
|
+
}]
|
|
2928
|
+
},
|
|
2855
2929
|
{
|
|
2856
2930
|
description: 'The native token of Secret Network',
|
|
2857
2931
|
denom_units: [{
|
|
@@ -3449,6 +3523,80 @@ const assets = {
|
|
|
3449
3523
|
}
|
|
3450
3524
|
}]
|
|
3451
3525
|
},
|
|
3526
|
+
{
|
|
3527
|
+
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
3528
|
+
denom_units: [{
|
|
3529
|
+
denom: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
3530
|
+
exponent: 0,
|
|
3531
|
+
aliases: ['uregen']
|
|
3532
|
+
}, {
|
|
3533
|
+
denom: 'regen',
|
|
3534
|
+
exponent: 6
|
|
3535
|
+
}],
|
|
3536
|
+
base: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
3537
|
+
name: 'Regen Network',
|
|
3538
|
+
display: 'regen',
|
|
3539
|
+
symbol: 'REGEN',
|
|
3540
|
+
logo_URIs: {
|
|
3541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
3542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
3543
|
+
},
|
|
3544
|
+
coingecko_id: 'regen',
|
|
3545
|
+
images: [{
|
|
3546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
3547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
3548
|
+
}],
|
|
3549
|
+
socials: {
|
|
3550
|
+
website: 'https://www.regen.network/',
|
|
3551
|
+
twitter: 'https://twitter.com/regen_network'
|
|
3552
|
+
},
|
|
3553
|
+
traces: [{
|
|
3554
|
+
type: 'ibc',
|
|
3555
|
+
counterparty: {
|
|
3556
|
+
channel_id: 'channel-165',
|
|
3557
|
+
base_denom: 'uregen',
|
|
3558
|
+
chain_name: 'regen'
|
|
3559
|
+
},
|
|
3560
|
+
chain: {
|
|
3561
|
+
channel_id: 'channel-83'
|
|
3562
|
+
}
|
|
3563
|
+
}]
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
description: 'Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.',
|
|
3567
|
+
denom_units: [{
|
|
3568
|
+
denom: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
3569
|
+
exponent: 0,
|
|
3570
|
+
aliases: ['eco.uC.NCT']
|
|
3571
|
+
}, {
|
|
3572
|
+
denom: 'nct',
|
|
3573
|
+
exponent: 6
|
|
3574
|
+
}],
|
|
3575
|
+
base: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
3576
|
+
name: 'Nature Carbon Ton',
|
|
3577
|
+
display: 'nct',
|
|
3578
|
+
symbol: 'NCT',
|
|
3579
|
+
logo_URIs: {
|
|
3580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
3581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
3582
|
+
},
|
|
3583
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne',
|
|
3584
|
+
images: [{
|
|
3585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
3586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
3587
|
+
}],
|
|
3588
|
+
traces: [{
|
|
3589
|
+
type: 'ibc',
|
|
3590
|
+
counterparty: {
|
|
3591
|
+
channel_id: 'channel-165',
|
|
3592
|
+
base_denom: 'eco.uC.NCT',
|
|
3593
|
+
chain_name: 'regen'
|
|
3594
|
+
},
|
|
3595
|
+
chain: {
|
|
3596
|
+
channel_id: 'channel-83'
|
|
3597
|
+
}
|
|
3598
|
+
}]
|
|
3599
|
+
},
|
|
3452
3600
|
{
|
|
3453
3601
|
description: 'The native token of Secret Network',
|
|
3454
3602
|
denom_units: [{
|
package/esm/mainnet/regen.js
CHANGED
|
@@ -192,6 +192,108 @@ const assets = {
|
|
|
192
192
|
}
|
|
193
193
|
}]
|
|
194
194
|
},
|
|
195
|
+
{
|
|
196
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['ustake']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'stake',
|
|
203
|
+
exponent: 6
|
|
204
|
+
}],
|
|
205
|
+
base: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
206
|
+
name: 'Stake',
|
|
207
|
+
display: 'stake',
|
|
208
|
+
symbol: 'STAKE',
|
|
209
|
+
logo_URIs: {
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
212
|
+
},
|
|
213
|
+
images: [{
|
|
214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
216
|
+
}],
|
|
217
|
+
traces: [{
|
|
218
|
+
type: 'ibc',
|
|
219
|
+
counterparty: {
|
|
220
|
+
channel_id: 'channel-83',
|
|
221
|
+
base_denom: 'ustake',
|
|
222
|
+
chain_name: 'noble'
|
|
223
|
+
},
|
|
224
|
+
chain: {
|
|
225
|
+
channel_id: 'channel-165'
|
|
226
|
+
}
|
|
227
|
+
}]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
231
|
+
denom_units: [{
|
|
232
|
+
denom: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
233
|
+
exponent: 0,
|
|
234
|
+
aliases: ['ufrienzies']
|
|
235
|
+
}, {
|
|
236
|
+
denom: 'frienzies',
|
|
237
|
+
exponent: 6
|
|
238
|
+
}],
|
|
239
|
+
base: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
240
|
+
display: 'frienzies',
|
|
241
|
+
name: 'Frienzies',
|
|
242
|
+
symbol: 'FRNZ',
|
|
243
|
+
logo_URIs: {
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
246
|
+
},
|
|
247
|
+
images: [{
|
|
248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
250
|
+
}],
|
|
251
|
+
traces: [{
|
|
252
|
+
type: 'ibc',
|
|
253
|
+
counterparty: {
|
|
254
|
+
channel_id: 'channel-83',
|
|
255
|
+
base_denom: 'ufrienzies',
|
|
256
|
+
chain_name: 'noble'
|
|
257
|
+
},
|
|
258
|
+
chain: {
|
|
259
|
+
channel_id: 'channel-165'
|
|
260
|
+
}
|
|
261
|
+
}]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
265
|
+
denom_units: [{
|
|
266
|
+
denom: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
267
|
+
exponent: 0,
|
|
268
|
+
aliases: ['uusdlr']
|
|
269
|
+
}, {
|
|
270
|
+
denom: 'usdlr',
|
|
271
|
+
exponent: 6
|
|
272
|
+
}],
|
|
273
|
+
base: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
274
|
+
display: 'usdlr',
|
|
275
|
+
name: 'USDLR by Stable',
|
|
276
|
+
symbol: 'USDLR',
|
|
277
|
+
logo_URIs: {
|
|
278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
280
|
+
},
|
|
281
|
+
images: [{
|
|
282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
284
|
+
}],
|
|
285
|
+
traces: [{
|
|
286
|
+
type: 'ibc',
|
|
287
|
+
counterparty: {
|
|
288
|
+
channel_id: 'channel-83',
|
|
289
|
+
base_denom: 'uusdlr',
|
|
290
|
+
chain_name: 'noble'
|
|
291
|
+
},
|
|
292
|
+
chain: {
|
|
293
|
+
channel_id: 'channel-165'
|
|
294
|
+
}
|
|
295
|
+
}]
|
|
296
|
+
},
|
|
195
297
|
{
|
|
196
298
|
description: 'The native token of Osmosis',
|
|
197
299
|
denom_units: [{
|
|
@@ -542,6 +644,108 @@ const assets = {
|
|
|
542
644
|
}
|
|
543
645
|
}]
|
|
544
646
|
},
|
|
647
|
+
{
|
|
648
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
649
|
+
denom_units: [{
|
|
650
|
+
denom: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
651
|
+
exponent: 0,
|
|
652
|
+
aliases: ['ustake']
|
|
653
|
+
}, {
|
|
654
|
+
denom: 'stake',
|
|
655
|
+
exponent: 6
|
|
656
|
+
}],
|
|
657
|
+
base: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
658
|
+
name: 'Stake',
|
|
659
|
+
display: 'stake',
|
|
660
|
+
symbol: 'STAKE',
|
|
661
|
+
logo_URIs: {
|
|
662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
664
|
+
},
|
|
665
|
+
images: [{
|
|
666
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
667
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
668
|
+
}],
|
|
669
|
+
traces: [{
|
|
670
|
+
type: 'ibc',
|
|
671
|
+
counterparty: {
|
|
672
|
+
channel_id: 'channel-83',
|
|
673
|
+
base_denom: 'ustake',
|
|
674
|
+
chain_name: 'noble'
|
|
675
|
+
},
|
|
676
|
+
chain: {
|
|
677
|
+
channel_id: 'channel-165'
|
|
678
|
+
}
|
|
679
|
+
}]
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
683
|
+
denom_units: [{
|
|
684
|
+
denom: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
685
|
+
exponent: 0,
|
|
686
|
+
aliases: ['ufrienzies']
|
|
687
|
+
}, {
|
|
688
|
+
denom: 'frienzies',
|
|
689
|
+
exponent: 6
|
|
690
|
+
}],
|
|
691
|
+
base: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
692
|
+
display: 'frienzies',
|
|
693
|
+
name: 'Frienzies',
|
|
694
|
+
symbol: 'FRNZ',
|
|
695
|
+
logo_URIs: {
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
698
|
+
},
|
|
699
|
+
images: [{
|
|
700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
702
|
+
}],
|
|
703
|
+
traces: [{
|
|
704
|
+
type: 'ibc',
|
|
705
|
+
counterparty: {
|
|
706
|
+
channel_id: 'channel-83',
|
|
707
|
+
base_denom: 'ufrienzies',
|
|
708
|
+
chain_name: 'noble'
|
|
709
|
+
},
|
|
710
|
+
chain: {
|
|
711
|
+
channel_id: 'channel-165'
|
|
712
|
+
}
|
|
713
|
+
}]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
717
|
+
denom_units: [{
|
|
718
|
+
denom: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
719
|
+
exponent: 0,
|
|
720
|
+
aliases: ['uusdlr']
|
|
721
|
+
}, {
|
|
722
|
+
denom: 'usdlr',
|
|
723
|
+
exponent: 6
|
|
724
|
+
}],
|
|
725
|
+
base: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
726
|
+
display: 'usdlr',
|
|
727
|
+
name: 'USDLR by Stable',
|
|
728
|
+
symbol: 'USDLR',
|
|
729
|
+
logo_URIs: {
|
|
730
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
732
|
+
},
|
|
733
|
+
images: [{
|
|
734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
735
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
736
|
+
}],
|
|
737
|
+
traces: [{
|
|
738
|
+
type: 'ibc',
|
|
739
|
+
counterparty: {
|
|
740
|
+
channel_id: 'channel-83',
|
|
741
|
+
base_denom: 'uusdlr',
|
|
742
|
+
chain_name: 'noble'
|
|
743
|
+
},
|
|
744
|
+
chain: {
|
|
745
|
+
channel_id: 'channel-165'
|
|
746
|
+
}
|
|
747
|
+
}]
|
|
748
|
+
},
|
|
545
749
|
{
|
|
546
750
|
description: 'The native token of Osmosis',
|
|
547
751
|
denom_units: [{
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Axelar',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uaxl']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'axl',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
15
15
|
name: 'Axelar',
|
|
16
16
|
display: 'axl',
|
|
17
17
|
symbol: 'AXL',
|
|
@@ -27,26 +27,26 @@ const assets = {
|
|
|
27
27
|
traces: [{
|
|
28
28
|
type: 'ibc',
|
|
29
29
|
counterparty: {
|
|
30
|
-
channel_id: 'channel-
|
|
30
|
+
channel_id: 'channel-506',
|
|
31
31
|
base_denom: 'uaxl',
|
|
32
32
|
chain_name: 'axelartestnet'
|
|
33
33
|
},
|
|
34
34
|
chain: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-4'
|
|
36
36
|
}
|
|
37
37
|
}]
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
description: 'The native token of Axelar',
|
|
41
41
|
denom_units: [{
|
|
42
|
-
denom: 'ibc/
|
|
42
|
+
denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
43
43
|
exponent: 0,
|
|
44
44
|
aliases: ['uaxl']
|
|
45
45
|
}, {
|
|
46
46
|
denom: 'axl',
|
|
47
47
|
exponent: 6
|
|
48
48
|
}],
|
|
49
|
-
base: 'ibc/
|
|
49
|
+
base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
50
50
|
name: 'Axelar',
|
|
51
51
|
display: 'axl',
|
|
52
52
|
symbol: 'AXL',
|
|
@@ -62,12 +62,12 @@ const assets = {
|
|
|
62
62
|
traces: [{
|
|
63
63
|
type: 'ibc',
|
|
64
64
|
counterparty: {
|
|
65
|
-
channel_id: 'channel-
|
|
65
|
+
channel_id: 'channel-506',
|
|
66
66
|
base_denom: 'uaxl',
|
|
67
67
|
chain_name: 'axelartestnet'
|
|
68
68
|
},
|
|
69
69
|
chain: {
|
|
70
|
-
channel_id: 'channel-
|
|
70
|
+
channel_id: 'channel-4'
|
|
71
71
|
}
|
|
72
72
|
}]
|
|
73
73
|
},
|
package/mainnet/composable.js
CHANGED
|
@@ -1141,6 +1141,42 @@ const assets = {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
}]
|
|
1143
1143
|
},
|
|
1144
|
+
{
|
|
1145
|
+
description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
|
|
1146
|
+
type_asset: 'erc20',
|
|
1147
|
+
address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
1148
|
+
denom_units: [{
|
|
1149
|
+
denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
1150
|
+
exponent: 0,
|
|
1151
|
+
aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
|
|
1152
|
+
}, {
|
|
1153
|
+
denom: 'ankr',
|
|
1154
|
+
exponent: 18
|
|
1155
|
+
}],
|
|
1156
|
+
base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
1157
|
+
name: 'Ankr Network',
|
|
1158
|
+
display: 'ankr',
|
|
1159
|
+
symbol: 'ANKR',
|
|
1160
|
+
images: [{
|
|
1161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
|
|
1162
|
+
}],
|
|
1163
|
+
coingecko_id: 'ankr',
|
|
1164
|
+
socials: {
|
|
1165
|
+
website: 'https://www.ankr.com',
|
|
1166
|
+
twitter: 'https://x.com/ankr'
|
|
1167
|
+
},
|
|
1168
|
+
traces: [{
|
|
1169
|
+
type: 'ibc',
|
|
1170
|
+
counterparty: {
|
|
1171
|
+
channel_id: 'channel-2',
|
|
1172
|
+
base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
1173
|
+
chain_name: 'ethereum'
|
|
1174
|
+
},
|
|
1175
|
+
chain: {
|
|
1176
|
+
channel_id: 'channel-52'
|
|
1177
|
+
}
|
|
1178
|
+
}]
|
|
1179
|
+
},
|
|
1144
1180
|
{
|
|
1145
1181
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1146
1182
|
denom_units: [{
|
|
@@ -3842,6 +3878,42 @@ const assets = {
|
|
|
3842
3878
|
}
|
|
3843
3879
|
}]
|
|
3844
3880
|
},
|
|
3881
|
+
{
|
|
3882
|
+
description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
|
|
3883
|
+
type_asset: 'erc20',
|
|
3884
|
+
address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
3885
|
+
denom_units: [{
|
|
3886
|
+
denom: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
3887
|
+
exponent: 0,
|
|
3888
|
+
aliases: ['0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4']
|
|
3889
|
+
}, {
|
|
3890
|
+
denom: 'ankr',
|
|
3891
|
+
exponent: 18
|
|
3892
|
+
}],
|
|
3893
|
+
base: 'ibc/E64D52799D200F95FC626C49D03E685CBE99132A0A6949A151D94BA34D56862D',
|
|
3894
|
+
name: 'Ankr Network',
|
|
3895
|
+
display: 'ankr',
|
|
3896
|
+
symbol: 'ANKR',
|
|
3897
|
+
images: [{
|
|
3898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
|
|
3899
|
+
}],
|
|
3900
|
+
coingecko_id: 'ankr',
|
|
3901
|
+
socials: {
|
|
3902
|
+
website: 'https://www.ankr.com',
|
|
3903
|
+
twitter: 'https://x.com/ankr'
|
|
3904
|
+
},
|
|
3905
|
+
traces: [{
|
|
3906
|
+
type: 'ibc',
|
|
3907
|
+
counterparty: {
|
|
3908
|
+
channel_id: 'channel-2',
|
|
3909
|
+
base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
|
|
3910
|
+
chain_name: 'ethereum'
|
|
3911
|
+
},
|
|
3912
|
+
chain: {
|
|
3913
|
+
channel_id: 'channel-52'
|
|
3914
|
+
}
|
|
3915
|
+
}]
|
|
3916
|
+
},
|
|
3845
3917
|
{
|
|
3846
3918
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
3847
3919
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -2854,6 +2854,80 @@ const assets = {
|
|
|
2854
2854
|
}
|
|
2855
2855
|
}]
|
|
2856
2856
|
},
|
|
2857
|
+
{
|
|
2858
|
+
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2859
|
+
denom_units: [{
|
|
2860
|
+
denom: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
2861
|
+
exponent: 0,
|
|
2862
|
+
aliases: ['uregen']
|
|
2863
|
+
}, {
|
|
2864
|
+
denom: 'regen',
|
|
2865
|
+
exponent: 6
|
|
2866
|
+
}],
|
|
2867
|
+
base: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
2868
|
+
name: 'Regen Network',
|
|
2869
|
+
display: 'regen',
|
|
2870
|
+
symbol: 'REGEN',
|
|
2871
|
+
logo_URIs: {
|
|
2872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
2873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
2874
|
+
},
|
|
2875
|
+
coingecko_id: 'regen',
|
|
2876
|
+
images: [{
|
|
2877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
2878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
2879
|
+
}],
|
|
2880
|
+
socials: {
|
|
2881
|
+
website: 'https://www.regen.network/',
|
|
2882
|
+
twitter: 'https://twitter.com/regen_network'
|
|
2883
|
+
},
|
|
2884
|
+
traces: [{
|
|
2885
|
+
type: 'ibc',
|
|
2886
|
+
counterparty: {
|
|
2887
|
+
channel_id: 'channel-165',
|
|
2888
|
+
base_denom: 'uregen',
|
|
2889
|
+
chain_name: 'regen'
|
|
2890
|
+
},
|
|
2891
|
+
chain: {
|
|
2892
|
+
channel_id: 'channel-83'
|
|
2893
|
+
}
|
|
2894
|
+
}]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
description: 'Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.',
|
|
2898
|
+
denom_units: [{
|
|
2899
|
+
denom: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
2900
|
+
exponent: 0,
|
|
2901
|
+
aliases: ['eco.uC.NCT']
|
|
2902
|
+
}, {
|
|
2903
|
+
denom: 'nct',
|
|
2904
|
+
exponent: 6
|
|
2905
|
+
}],
|
|
2906
|
+
base: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
2907
|
+
name: 'Nature Carbon Ton',
|
|
2908
|
+
display: 'nct',
|
|
2909
|
+
symbol: 'NCT',
|
|
2910
|
+
logo_URIs: {
|
|
2911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
2912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
2913
|
+
},
|
|
2914
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne',
|
|
2915
|
+
images: [{
|
|
2916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
2917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
2918
|
+
}],
|
|
2919
|
+
traces: [{
|
|
2920
|
+
type: 'ibc',
|
|
2921
|
+
counterparty: {
|
|
2922
|
+
channel_id: 'channel-165',
|
|
2923
|
+
base_denom: 'eco.uC.NCT',
|
|
2924
|
+
chain_name: 'regen'
|
|
2925
|
+
},
|
|
2926
|
+
chain: {
|
|
2927
|
+
channel_id: 'channel-83'
|
|
2928
|
+
}
|
|
2929
|
+
}]
|
|
2930
|
+
},
|
|
2857
2931
|
{
|
|
2858
2932
|
description: 'The native token of Secret Network',
|
|
2859
2933
|
denom_units: [{
|
|
@@ -3451,6 +3525,80 @@ const assets = {
|
|
|
3451
3525
|
}
|
|
3452
3526
|
}]
|
|
3453
3527
|
},
|
|
3528
|
+
{
|
|
3529
|
+
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
3530
|
+
denom_units: [{
|
|
3531
|
+
denom: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
3532
|
+
exponent: 0,
|
|
3533
|
+
aliases: ['uregen']
|
|
3534
|
+
}, {
|
|
3535
|
+
denom: 'regen',
|
|
3536
|
+
exponent: 6
|
|
3537
|
+
}],
|
|
3538
|
+
base: 'ibc/94A226B8B40465682AD3F4AB14BA19BC3B9AA7BD2D1C9BDB7871A7464F19CE82',
|
|
3539
|
+
name: 'Regen Network',
|
|
3540
|
+
display: 'regen',
|
|
3541
|
+
symbol: 'REGEN',
|
|
3542
|
+
logo_URIs: {
|
|
3543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
3544
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
3545
|
+
},
|
|
3546
|
+
coingecko_id: 'regen',
|
|
3547
|
+
images: [{
|
|
3548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
3549
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
3550
|
+
}],
|
|
3551
|
+
socials: {
|
|
3552
|
+
website: 'https://www.regen.network/',
|
|
3553
|
+
twitter: 'https://twitter.com/regen_network'
|
|
3554
|
+
},
|
|
3555
|
+
traces: [{
|
|
3556
|
+
type: 'ibc',
|
|
3557
|
+
counterparty: {
|
|
3558
|
+
channel_id: 'channel-165',
|
|
3559
|
+
base_denom: 'uregen',
|
|
3560
|
+
chain_name: 'regen'
|
|
3561
|
+
},
|
|
3562
|
+
chain: {
|
|
3563
|
+
channel_id: 'channel-83'
|
|
3564
|
+
}
|
|
3565
|
+
}]
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
description: 'Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.',
|
|
3569
|
+
denom_units: [{
|
|
3570
|
+
denom: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
3571
|
+
exponent: 0,
|
|
3572
|
+
aliases: ['eco.uC.NCT']
|
|
3573
|
+
}, {
|
|
3574
|
+
denom: 'nct',
|
|
3575
|
+
exponent: 6
|
|
3576
|
+
}],
|
|
3577
|
+
base: 'ibc/C15E5758621B9ECD61D6EE4A6B8E21238E9C8873539523F1A3A2921611A37767',
|
|
3578
|
+
name: 'Nature Carbon Ton',
|
|
3579
|
+
display: 'nct',
|
|
3580
|
+
symbol: 'NCT',
|
|
3581
|
+
logo_URIs: {
|
|
3582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
3583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
3584
|
+
},
|
|
3585
|
+
coingecko_id: 'toucan-protocol-nature-carbon-tonne',
|
|
3586
|
+
images: [{
|
|
3587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
3588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
3589
|
+
}],
|
|
3590
|
+
traces: [{
|
|
3591
|
+
type: 'ibc',
|
|
3592
|
+
counterparty: {
|
|
3593
|
+
channel_id: 'channel-165',
|
|
3594
|
+
base_denom: 'eco.uC.NCT',
|
|
3595
|
+
chain_name: 'regen'
|
|
3596
|
+
},
|
|
3597
|
+
chain: {
|
|
3598
|
+
channel_id: 'channel-83'
|
|
3599
|
+
}
|
|
3600
|
+
}]
|
|
3601
|
+
},
|
|
3454
3602
|
{
|
|
3455
3603
|
description: 'The native token of Secret Network',
|
|
3456
3604
|
denom_units: [{
|
package/mainnet/regen.js
CHANGED
|
@@ -194,6 +194,108 @@ const assets = {
|
|
|
194
194
|
}
|
|
195
195
|
}]
|
|
196
196
|
},
|
|
197
|
+
{
|
|
198
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
199
|
+
denom_units: [{
|
|
200
|
+
denom: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
201
|
+
exponent: 0,
|
|
202
|
+
aliases: ['ustake']
|
|
203
|
+
}, {
|
|
204
|
+
denom: 'stake',
|
|
205
|
+
exponent: 6
|
|
206
|
+
}],
|
|
207
|
+
base: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
208
|
+
name: 'Stake',
|
|
209
|
+
display: 'stake',
|
|
210
|
+
symbol: 'STAKE',
|
|
211
|
+
logo_URIs: {
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
214
|
+
},
|
|
215
|
+
images: [{
|
|
216
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
217
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
218
|
+
}],
|
|
219
|
+
traces: [{
|
|
220
|
+
type: 'ibc',
|
|
221
|
+
counterparty: {
|
|
222
|
+
channel_id: 'channel-83',
|
|
223
|
+
base_denom: 'ustake',
|
|
224
|
+
chain_name: 'noble'
|
|
225
|
+
},
|
|
226
|
+
chain: {
|
|
227
|
+
channel_id: 'channel-165'
|
|
228
|
+
}
|
|
229
|
+
}]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
233
|
+
denom_units: [{
|
|
234
|
+
denom: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
235
|
+
exponent: 0,
|
|
236
|
+
aliases: ['ufrienzies']
|
|
237
|
+
}, {
|
|
238
|
+
denom: 'frienzies',
|
|
239
|
+
exponent: 6
|
|
240
|
+
}],
|
|
241
|
+
base: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
242
|
+
display: 'frienzies',
|
|
243
|
+
name: 'Frienzies',
|
|
244
|
+
symbol: 'FRNZ',
|
|
245
|
+
logo_URIs: {
|
|
246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
248
|
+
},
|
|
249
|
+
images: [{
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
252
|
+
}],
|
|
253
|
+
traces: [{
|
|
254
|
+
type: 'ibc',
|
|
255
|
+
counterparty: {
|
|
256
|
+
channel_id: 'channel-83',
|
|
257
|
+
base_denom: 'ufrienzies',
|
|
258
|
+
chain_name: 'noble'
|
|
259
|
+
},
|
|
260
|
+
chain: {
|
|
261
|
+
channel_id: 'channel-165'
|
|
262
|
+
}
|
|
263
|
+
}]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
267
|
+
denom_units: [{
|
|
268
|
+
denom: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
269
|
+
exponent: 0,
|
|
270
|
+
aliases: ['uusdlr']
|
|
271
|
+
}, {
|
|
272
|
+
denom: 'usdlr',
|
|
273
|
+
exponent: 6
|
|
274
|
+
}],
|
|
275
|
+
base: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
276
|
+
display: 'usdlr',
|
|
277
|
+
name: 'USDLR by Stable',
|
|
278
|
+
symbol: 'USDLR',
|
|
279
|
+
logo_URIs: {
|
|
280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
282
|
+
},
|
|
283
|
+
images: [{
|
|
284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
286
|
+
}],
|
|
287
|
+
traces: [{
|
|
288
|
+
type: 'ibc',
|
|
289
|
+
counterparty: {
|
|
290
|
+
channel_id: 'channel-83',
|
|
291
|
+
base_denom: 'uusdlr',
|
|
292
|
+
chain_name: 'noble'
|
|
293
|
+
},
|
|
294
|
+
chain: {
|
|
295
|
+
channel_id: 'channel-165'
|
|
296
|
+
}
|
|
297
|
+
}]
|
|
298
|
+
},
|
|
197
299
|
{
|
|
198
300
|
description: 'The native token of Osmosis',
|
|
199
301
|
denom_units: [{
|
|
@@ -544,6 +646,108 @@ const assets = {
|
|
|
544
646
|
}
|
|
545
647
|
}]
|
|
546
648
|
},
|
|
649
|
+
{
|
|
650
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
651
|
+
denom_units: [{
|
|
652
|
+
denom: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
653
|
+
exponent: 0,
|
|
654
|
+
aliases: ['ustake']
|
|
655
|
+
}, {
|
|
656
|
+
denom: 'stake',
|
|
657
|
+
exponent: 6
|
|
658
|
+
}],
|
|
659
|
+
base: 'ibc/6EC13207066DF7215A8D7B23D4522C4427A69CF5B531B3A4ECB34A70A6B6F1BF',
|
|
660
|
+
name: 'Stake',
|
|
661
|
+
display: 'stake',
|
|
662
|
+
symbol: 'STAKE',
|
|
663
|
+
logo_URIs: {
|
|
664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
666
|
+
},
|
|
667
|
+
images: [{
|
|
668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
670
|
+
}],
|
|
671
|
+
traces: [{
|
|
672
|
+
type: 'ibc',
|
|
673
|
+
counterparty: {
|
|
674
|
+
channel_id: 'channel-83',
|
|
675
|
+
base_denom: 'ustake',
|
|
676
|
+
chain_name: 'noble'
|
|
677
|
+
},
|
|
678
|
+
chain: {
|
|
679
|
+
channel_id: 'channel-165'
|
|
680
|
+
}
|
|
681
|
+
}]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
685
|
+
denom_units: [{
|
|
686
|
+
denom: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
687
|
+
exponent: 0,
|
|
688
|
+
aliases: ['ufrienzies']
|
|
689
|
+
}, {
|
|
690
|
+
denom: 'frienzies',
|
|
691
|
+
exponent: 6
|
|
692
|
+
}],
|
|
693
|
+
base: 'ibc/5834D4BA00E2FE4260EA98D0EFBADDEA00839BBF2BF3B1DC15A42C7FA229FF23',
|
|
694
|
+
display: 'frienzies',
|
|
695
|
+
name: 'Frienzies',
|
|
696
|
+
symbol: 'FRNZ',
|
|
697
|
+
logo_URIs: {
|
|
698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
700
|
+
},
|
|
701
|
+
images: [{
|
|
702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
704
|
+
}],
|
|
705
|
+
traces: [{
|
|
706
|
+
type: 'ibc',
|
|
707
|
+
counterparty: {
|
|
708
|
+
channel_id: 'channel-83',
|
|
709
|
+
base_denom: 'ufrienzies',
|
|
710
|
+
chain_name: 'noble'
|
|
711
|
+
},
|
|
712
|
+
chain: {
|
|
713
|
+
channel_id: 'channel-165'
|
|
714
|
+
}
|
|
715
|
+
}]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
719
|
+
denom_units: [{
|
|
720
|
+
denom: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
721
|
+
exponent: 0,
|
|
722
|
+
aliases: ['uusdlr']
|
|
723
|
+
}, {
|
|
724
|
+
denom: 'usdlr',
|
|
725
|
+
exponent: 6
|
|
726
|
+
}],
|
|
727
|
+
base: 'ibc/40B2C304DF07636407D11940F79D363FDB21F40E31BBD70918BE52666BFD2691',
|
|
728
|
+
display: 'usdlr',
|
|
729
|
+
name: 'USDLR by Stable',
|
|
730
|
+
symbol: 'USDLR',
|
|
731
|
+
logo_URIs: {
|
|
732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
733
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
734
|
+
},
|
|
735
|
+
images: [{
|
|
736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
738
|
+
}],
|
|
739
|
+
traces: [{
|
|
740
|
+
type: 'ibc',
|
|
741
|
+
counterparty: {
|
|
742
|
+
channel_id: 'channel-83',
|
|
743
|
+
base_denom: 'uusdlr',
|
|
744
|
+
chain_name: 'noble'
|
|
745
|
+
},
|
|
746
|
+
chain: {
|
|
747
|
+
channel_id: 'channel-165'
|
|
748
|
+
}
|
|
749
|
+
}]
|
|
750
|
+
},
|
|
547
751
|
{
|
|
548
752
|
description: 'The native token of Osmosis',
|
|
549
753
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.9",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.44.
|
|
33
|
-
"chain-registry": "^1.61.
|
|
32
|
+
"@chain-registry/utils": "^1.44.9",
|
|
33
|
+
"chain-registry": "^1.61.9"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.43.
|
|
36
|
+
"@chain-registry/types": "^0.43.9"
|
|
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": "3bfc5339f53de8ade611b9d854bbe709de138f80"
|
|
47
47
|
}
|
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Axelar',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uaxl']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'axl',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
17
17
|
name: 'Axelar',
|
|
18
18
|
display: 'axl',
|
|
19
19
|
symbol: 'AXL',
|
|
@@ -29,26 +29,26 @@ const assets = {
|
|
|
29
29
|
traces: [{
|
|
30
30
|
type: 'ibc',
|
|
31
31
|
counterparty: {
|
|
32
|
-
channel_id: 'channel-
|
|
32
|
+
channel_id: 'channel-506',
|
|
33
33
|
base_denom: 'uaxl',
|
|
34
34
|
chain_name: 'axelartestnet'
|
|
35
35
|
},
|
|
36
36
|
chain: {
|
|
37
|
-
channel_id: 'channel-
|
|
37
|
+
channel_id: 'channel-4'
|
|
38
38
|
}
|
|
39
39
|
}]
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
description: 'The native token of Axelar',
|
|
43
43
|
denom_units: [{
|
|
44
|
-
denom: 'ibc/
|
|
44
|
+
denom: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
45
45
|
exponent: 0,
|
|
46
46
|
aliases: ['uaxl']
|
|
47
47
|
}, {
|
|
48
48
|
denom: 'axl',
|
|
49
49
|
exponent: 6
|
|
50
50
|
}],
|
|
51
|
-
base: 'ibc/
|
|
51
|
+
base: 'ibc/0634D0993744740D675AD01E81156EAC945AEAAE17C074918DC7FF52F41B263E',
|
|
52
52
|
name: 'Axelar',
|
|
53
53
|
display: 'axl',
|
|
54
54
|
symbol: 'AXL',
|
|
@@ -64,12 +64,12 @@ const assets = {
|
|
|
64
64
|
traces: [{
|
|
65
65
|
type: 'ibc',
|
|
66
66
|
counterparty: {
|
|
67
|
-
channel_id: 'channel-
|
|
67
|
+
channel_id: 'channel-506',
|
|
68
68
|
base_denom: 'uaxl',
|
|
69
69
|
chain_name: 'axelartestnet'
|
|
70
70
|
},
|
|
71
71
|
chain: {
|
|
72
|
-
channel_id: 'channel-
|
|
72
|
+
channel_id: 'channel-4'
|
|
73
73
|
}
|
|
74
74
|
}]
|
|
75
75
|
},
|