@chain-registry/assets 1.70.15 → 1.70.17
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/asset_lists.js +3 -2
- package/devnet/assets.d.ts +3 -0
- package/devnet/assets.js +8 -0
- package/devnet/index.d.ts +1 -0
- package/devnet/index.js +27 -0
- package/devnet/prysmdevnet.d.ts +3 -0
- package/devnet/prysmdevnet.js +922 -0
- package/esm/asset_lists.js +2 -1
- package/esm/devnet/assets.js +3 -0
- package/esm/devnet/index.js +1 -0
- package/esm/devnet/prysmdevnet.js +920 -0
- package/esm/index.js +1 -0
- package/esm/mainnet/agoric.js +70 -2
- package/esm/mainnet/akash.js +70 -2
- package/esm/mainnet/andromeda.js +68 -0
- package/esm/mainnet/archway.js +10 -2
- package/esm/mainnet/assets.js +5 -1
- package/esm/mainnet/atomone.js +182 -0
- package/esm/mainnet/axelar.js +70 -2
- package/esm/mainnet/beezee.js +68 -0
- package/esm/mainnet/bitcanna.js +68 -0
- package/esm/mainnet/bitsong.js +68 -0
- package/esm/mainnet/carbon.js +16 -16
- package/esm/mainnet/chihuahua.js +2 -2
- package/esm/mainnet/comdex.js +2 -2
- package/esm/mainnet/composable.js +68 -0
- package/esm/mainnet/cosmoshub.js +72 -4
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +68 -0
- package/esm/mainnet/doravota.js +68 -0
- package/esm/mainnet/dydx.js +2 -2
- package/esm/mainnet/dymension.js +68 -0
- package/esm/mainnet/gravitybridge.js +72 -4
- package/esm/mainnet/index.js +4 -0
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/int3face.js +182 -0
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/jackal.js +68 -0
- package/esm/mainnet/juno.js +70 -2
- package/esm/mainnet/kava.js +4 -4
- package/esm/mainnet/kujira.js +86 -18
- package/esm/mainnet/lava.js +238 -0
- package/esm/mainnet/mantrachain.js +420 -0
- package/esm/mainnet/migaloo.js +16 -16
- package/esm/mainnet/neutron.js +108 -40
- package/esm/mainnet/noble.js +314 -6
- package/esm/mainnet/nois.js +68 -0
- package/esm/mainnet/omniflixhub.js +68 -0
- package/esm/mainnet/osmosis.js +534 -68
- package/esm/mainnet/planq.js +68 -0
- package/esm/mainnet/quicksilver.js +70 -2
- package/esm/mainnet/qwoyn.js +68 -0
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/routerchain.js +82 -0
- package/esm/mainnet/secretnetwork.js +102 -34
- package/esm/mainnet/self.js +86 -0
- package/esm/mainnet/sentinel.js +2 -2
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/stargaze.js +2 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +4 -4
- package/esm/mainnet/synternet.js +182 -0
- package/esm/mainnet/terra2.js +68 -0
- package/esm/mainnet/umee.js +70 -2
- package/esm/mainnet/vidulum.js +68 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +78 -0
- package/esm/testnet/celestiatestnet3.js +78 -0
- package/esm/testnet/composabletestnet.js +78 -0
- package/esm/testnet/cosmoshubtestnet.js +78 -0
- package/esm/testnet/elystestnet.js +78 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/jackaltestnet2.js +77 -1
- package/esm/testnet/nobletestnet.js +78 -0
- package/esm/testnet/osmosistestnet.js +84 -0
- package/esm/testnet/osmosistestnet4.js +78 -0
- package/esm/testnet/quicksilvertestnet.js +78 -0
- package/esm/testnet/stargazetestnet.js +78 -0
- package/esm/testnet/synternettestnet.js +154 -0
- package/index.d.ts +2 -1
- package/index.js +1 -0
- package/mainnet/agoric.js +70 -2
- package/mainnet/akash.js +70 -2
- package/mainnet/andromeda.js +68 -0
- package/mainnet/archway.js +10 -2
- package/mainnet/assets.js +5 -1
- package/mainnet/atomone.d.ts +3 -0
- package/mainnet/atomone.js +184 -0
- package/mainnet/axelar.js +70 -2
- package/mainnet/beezee.js +68 -0
- package/mainnet/bitcanna.js +68 -0
- package/mainnet/bitsong.js +68 -0
- package/mainnet/carbon.js +16 -16
- package/mainnet/chihuahua.js +2 -2
- package/mainnet/comdex.js +2 -2
- package/mainnet/composable.js +68 -0
- package/mainnet/cosmoshub.js +72 -4
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +68 -0
- package/mainnet/doravota.js +68 -0
- package/mainnet/dydx.js +2 -2
- package/mainnet/dymension.js +68 -0
- package/mainnet/gravitybridge.js +72 -4
- package/mainnet/index.d.ts +4 -0
- package/mainnet/index.js +7 -3
- package/mainnet/injective.js +2 -2
- package/mainnet/int3face.d.ts +3 -0
- package/mainnet/int3face.js +184 -0
- package/mainnet/irisnet.js +2 -2
- package/mainnet/jackal.js +68 -0
- package/mainnet/juno.js +70 -2
- package/mainnet/kava.js +4 -4
- package/mainnet/kujira.js +86 -18
- package/mainnet/lava.js +238 -0
- package/mainnet/mantrachain.d.ts +3 -0
- package/mainnet/mantrachain.js +422 -0
- package/mainnet/migaloo.js +16 -16
- package/mainnet/neutron.js +108 -40
- package/mainnet/noble.js +314 -6
- package/mainnet/nois.js +68 -0
- package/mainnet/omniflixhub.js +68 -0
- package/mainnet/osmosis.js +534 -68
- package/mainnet/planq.js +68 -0
- package/mainnet/quicksilver.js +70 -2
- package/mainnet/qwoyn.js +68 -0
- package/mainnet/regen.js +2 -2
- package/mainnet/routerchain.js +82 -0
- package/mainnet/secretnetwork.js +102 -34
- package/mainnet/self.js +86 -0
- package/mainnet/sentinel.js +2 -2
- package/mainnet/sifchain.js +2 -2
- package/mainnet/stargaze.js +2 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +4 -4
- package/mainnet/synternet.d.ts +3 -0
- package/mainnet/synternet.js +184 -0
- package/mainnet/terra2.js +68 -0
- package/mainnet/umee.js +70 -2
- package/mainnet/vidulum.js +68 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +78 -0
- package/testnet/celestiatestnet3.js +78 -0
- package/testnet/composabletestnet.js +78 -0
- package/testnet/cosmoshubtestnet.js +78 -0
- package/testnet/elystestnet.js +78 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/jackaltestnet2.js +77 -1
- package/testnet/nobletestnet.js +78 -0
- package/testnet/osmosistestnet.js +84 -0
- package/testnet/osmosistestnet4.js +78 -0
- package/testnet/quicksilvertestnet.js +78 -0
- package/testnet/stargazetestnet.js +78 -0
- package/testnet/synternettestnet.d.ts +3 -0
- package/testnet/synternettestnet.js +156 -0
package/mainnet/juno.js
CHANGED
|
@@ -96,6 +96,40 @@ const assets = {
|
|
|
96
96
|
}
|
|
97
97
|
}]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
description: 'Architects Token',
|
|
101
|
+
type_asset: 'cw20',
|
|
102
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
103
|
+
denom_units: [{
|
|
104
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
105
|
+
exponent: 0,
|
|
106
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
107
|
+
}, {
|
|
108
|
+
denom: 'TOKN',
|
|
109
|
+
exponent: 18
|
|
110
|
+
}],
|
|
111
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
112
|
+
name: 'Architects Token',
|
|
113
|
+
display: 'TOKN',
|
|
114
|
+
symbol: 'TOKN',
|
|
115
|
+
logo_URIs: {
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
117
|
+
},
|
|
118
|
+
images: [{
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
120
|
+
}],
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
channel_id: 'channel-15',
|
|
125
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
126
|
+
chain_name: 'archway'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-290'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
99
133
|
{
|
|
100
134
|
description: 'The native token of Asset Mantle',
|
|
101
135
|
denom_units: [{
|
|
@@ -948,6 +982,40 @@ const assets = {
|
|
|
948
982
|
}
|
|
949
983
|
}]
|
|
950
984
|
},
|
|
985
|
+
{
|
|
986
|
+
description: 'Architects Token',
|
|
987
|
+
type_asset: 'cw20',
|
|
988
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
989
|
+
denom_units: [{
|
|
990
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
991
|
+
exponent: 0,
|
|
992
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
993
|
+
}, {
|
|
994
|
+
denom: 'TOKN',
|
|
995
|
+
exponent: 18
|
|
996
|
+
}],
|
|
997
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
998
|
+
name: 'Architects Token',
|
|
999
|
+
display: 'TOKN',
|
|
1000
|
+
symbol: 'TOKN',
|
|
1001
|
+
logo_URIs: {
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1003
|
+
},
|
|
1004
|
+
images: [{
|
|
1005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1006
|
+
}],
|
|
1007
|
+
traces: [{
|
|
1008
|
+
type: 'ibc',
|
|
1009
|
+
counterparty: {
|
|
1010
|
+
channel_id: 'channel-15',
|
|
1011
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1012
|
+
chain_name: 'archway'
|
|
1013
|
+
},
|
|
1014
|
+
chain: {
|
|
1015
|
+
channel_id: 'channel-290'
|
|
1016
|
+
}
|
|
1017
|
+
}]
|
|
1018
|
+
},
|
|
951
1019
|
{
|
|
952
1020
|
description: 'The native token of Asset Mantle',
|
|
953
1021
|
denom_units: [{
|
|
@@ -2231,7 +2299,7 @@ const assets = {
|
|
|
2231
2299
|
}]
|
|
2232
2300
|
},
|
|
2233
2301
|
{
|
|
2234
|
-
description: 'Persistence is a
|
|
2302
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2235
2303
|
denom_units: [{
|
|
2236
2304
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
2237
2305
|
exponent: 0,
|
|
@@ -4135,7 +4203,7 @@ const assets = {
|
|
|
4135
4203
|
}]
|
|
4136
4204
|
},
|
|
4137
4205
|
{
|
|
4138
|
-
description: 'Persistence is a
|
|
4206
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4139
4207
|
denom_units: [{
|
|
4140
4208
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
4141
4209
|
exponent: 0,
|
package/mainnet/kava.js
CHANGED
|
@@ -536,7 +536,7 @@ const assets = {
|
|
|
536
536
|
},
|
|
537
537
|
socials: {
|
|
538
538
|
website: 'https://islamiccoin.net',
|
|
539
|
-
twitter: 'https://x.com/
|
|
539
|
+
twitter: 'https://x.com/islamic_coin'
|
|
540
540
|
},
|
|
541
541
|
images: [{
|
|
542
542
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -1416,7 +1416,7 @@ const assets = {
|
|
|
1416
1416
|
},
|
|
1417
1417
|
socials: {
|
|
1418
1418
|
website: 'https://islamiccoin.net',
|
|
1419
|
-
twitter: 'https://x.com/
|
|
1419
|
+
twitter: 'https://x.com/islamic_coin'
|
|
1420
1420
|
},
|
|
1421
1421
|
images: [{
|
|
1422
1422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -2242,7 +2242,7 @@ const assets = {
|
|
|
2242
2242
|
}]
|
|
2243
2243
|
},
|
|
2244
2244
|
{
|
|
2245
|
-
description: 'Persistence is a
|
|
2245
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2246
2246
|
denom_units: [{
|
|
2247
2247
|
denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
|
|
2248
2248
|
exponent: 0,
|
|
@@ -2927,7 +2927,7 @@ const assets = {
|
|
|
2927
2927
|
}]
|
|
2928
2928
|
},
|
|
2929
2929
|
{
|
|
2930
|
-
description: 'Persistence is a
|
|
2930
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2931
2931
|
denom_units: [{
|
|
2932
2932
|
denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
|
|
2933
2933
|
exponent: 0,
|
package/mainnet/kujira.js
CHANGED
|
@@ -339,6 +339,40 @@ const assets = {
|
|
|
339
339
|
}
|
|
340
340
|
}]
|
|
341
341
|
},
|
|
342
|
+
{
|
|
343
|
+
description: 'Architects Token',
|
|
344
|
+
type_asset: 'cw20',
|
|
345
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
346
|
+
denom_units: [{
|
|
347
|
+
denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
348
|
+
exponent: 0,
|
|
349
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
350
|
+
}, {
|
|
351
|
+
denom: 'TOKN',
|
|
352
|
+
exponent: 18
|
|
353
|
+
}],
|
|
354
|
+
base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
355
|
+
name: 'Architects Token',
|
|
356
|
+
display: 'TOKN',
|
|
357
|
+
symbol: 'TOKN',
|
|
358
|
+
logo_URIs: {
|
|
359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
360
|
+
},
|
|
361
|
+
images: [{
|
|
362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
363
|
+
}],
|
|
364
|
+
traces: [{
|
|
365
|
+
type: 'ibc',
|
|
366
|
+
counterparty: {
|
|
367
|
+
channel_id: 'channel-11',
|
|
368
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
369
|
+
chain_name: 'archway'
|
|
370
|
+
},
|
|
371
|
+
chain: {
|
|
372
|
+
channel_id: 'channel-99'
|
|
373
|
+
}
|
|
374
|
+
}]
|
|
375
|
+
},
|
|
342
376
|
{
|
|
343
377
|
description: 'The native token of Asset Mantle',
|
|
344
378
|
denom_units: [{
|
|
@@ -2129,6 +2163,40 @@ const assets = {
|
|
|
2129
2163
|
}
|
|
2130
2164
|
}]
|
|
2131
2165
|
},
|
|
2166
|
+
{
|
|
2167
|
+
description: 'Architects Token',
|
|
2168
|
+
type_asset: 'cw20',
|
|
2169
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2170
|
+
denom_units: [{
|
|
2171
|
+
denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
2172
|
+
exponent: 0,
|
|
2173
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
2174
|
+
}, {
|
|
2175
|
+
denom: 'TOKN',
|
|
2176
|
+
exponent: 18
|
|
2177
|
+
}],
|
|
2178
|
+
base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
2179
|
+
name: 'Architects Token',
|
|
2180
|
+
display: 'TOKN',
|
|
2181
|
+
symbol: 'TOKN',
|
|
2182
|
+
logo_URIs: {
|
|
2183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2184
|
+
},
|
|
2185
|
+
images: [{
|
|
2186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2187
|
+
}],
|
|
2188
|
+
traces: [{
|
|
2189
|
+
type: 'ibc',
|
|
2190
|
+
counterparty: {
|
|
2191
|
+
channel_id: 'channel-11',
|
|
2192
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2193
|
+
chain_name: 'archway'
|
|
2194
|
+
},
|
|
2195
|
+
chain: {
|
|
2196
|
+
channel_id: 'channel-99'
|
|
2197
|
+
}
|
|
2198
|
+
}]
|
|
2199
|
+
},
|
|
2132
2200
|
{
|
|
2133
2201
|
description: 'The native token of Asset Mantle',
|
|
2134
2202
|
denom_units: [{
|
|
@@ -4188,7 +4256,7 @@ const assets = {
|
|
|
4188
4256
|
}]
|
|
4189
4257
|
},
|
|
4190
4258
|
{
|
|
4191
|
-
description: 'Persistence is a
|
|
4259
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4192
4260
|
denom_units: [{
|
|
4193
4261
|
denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
|
|
4194
4262
|
exponent: 0,
|
|
@@ -5379,7 +5447,7 @@ const assets = {
|
|
|
5379
5447
|
}]
|
|
5380
5448
|
},
|
|
5381
5449
|
{
|
|
5382
|
-
description: 'Persistence is a
|
|
5450
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
5383
5451
|
denom_units: [{
|
|
5384
5452
|
denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
|
|
5385
5453
|
exponent: 0,
|
|
@@ -7070,13 +7138,6 @@ const assets = {
|
|
|
7070
7138
|
logo_URIs: {
|
|
7071
7139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
7072
7140
|
},
|
|
7073
|
-
images: [{
|
|
7074
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
7075
|
-
theme: {
|
|
7076
|
-
primary_color_hex: '#070707'
|
|
7077
|
-
}
|
|
7078
|
-
}],
|
|
7079
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
7080
7141
|
traces: [{
|
|
7081
7142
|
type: 'ibc-cw20',
|
|
7082
7143
|
counterparty: {
|
|
@@ -7089,7 +7150,14 @@ const assets = {
|
|
|
7089
7150
|
port: 'transfer',
|
|
7090
7151
|
channel_id: 'channel-36'
|
|
7091
7152
|
}
|
|
7092
|
-
}]
|
|
7153
|
+
}],
|
|
7154
|
+
images: [{
|
|
7155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
7156
|
+
theme: {
|
|
7157
|
+
primary_color_hex: '#070707'
|
|
7158
|
+
}
|
|
7159
|
+
}],
|
|
7160
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
7093
7161
|
},
|
|
7094
7162
|
{
|
|
7095
7163
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
|
@@ -8743,13 +8811,6 @@ const assets = {
|
|
|
8743
8811
|
logo_URIs: {
|
|
8744
8812
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
8745
8813
|
},
|
|
8746
|
-
images: [{
|
|
8747
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
8748
|
-
theme: {
|
|
8749
|
-
primary_color_hex: '#070707'
|
|
8750
|
-
}
|
|
8751
|
-
}],
|
|
8752
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
8753
8814
|
traces: [{
|
|
8754
8815
|
type: 'ibc-cw20',
|
|
8755
8816
|
counterparty: {
|
|
@@ -8762,7 +8823,14 @@ const assets = {
|
|
|
8762
8823
|
port: 'transfer',
|
|
8763
8824
|
channel_id: 'channel-36'
|
|
8764
8825
|
}
|
|
8765
|
-
}]
|
|
8826
|
+
}],
|
|
8827
|
+
images: [{
|
|
8828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
8829
|
+
theme: {
|
|
8830
|
+
primary_color_hex: '#070707'
|
|
8831
|
+
}
|
|
8832
|
+
}],
|
|
8833
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
8766
8834
|
},
|
|
8767
8835
|
{
|
|
8768
8836
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
package/mainnet/lava.js
CHANGED
|
@@ -501,6 +501,125 @@ const assets = {
|
|
|
501
501
|
}
|
|
502
502
|
}]
|
|
503
503
|
},
|
|
504
|
+
{
|
|
505
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
506
|
+
denom_units: [{
|
|
507
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
508
|
+
exponent: 0,
|
|
509
|
+
aliases: ['ustake']
|
|
510
|
+
}, {
|
|
511
|
+
denom: 'stake',
|
|
512
|
+
exponent: 6
|
|
513
|
+
}],
|
|
514
|
+
type_asset: 'sdk.coin',
|
|
515
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
516
|
+
name: 'Stake',
|
|
517
|
+
display: 'stake',
|
|
518
|
+
symbol: 'STAKE',
|
|
519
|
+
logo_URIs: {
|
|
520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
522
|
+
},
|
|
523
|
+
images: [{
|
|
524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
526
|
+
theme: {
|
|
527
|
+
primary_color_hex: '#a8bbfb'
|
|
528
|
+
}
|
|
529
|
+
}],
|
|
530
|
+
traces: [{
|
|
531
|
+
type: 'ibc',
|
|
532
|
+
counterparty: {
|
|
533
|
+
channel_id: 'channel-105',
|
|
534
|
+
base_denom: 'ustake',
|
|
535
|
+
chain_name: 'noble'
|
|
536
|
+
},
|
|
537
|
+
chain: {
|
|
538
|
+
channel_id: 'channel-9'
|
|
539
|
+
}
|
|
540
|
+
}]
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
544
|
+
denom_units: [{
|
|
545
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
546
|
+
exponent: 0,
|
|
547
|
+
aliases: ['ufrienzies']
|
|
548
|
+
}, {
|
|
549
|
+
denom: 'frienzies',
|
|
550
|
+
exponent: 6
|
|
551
|
+
}],
|
|
552
|
+
type_asset: 'sdk.coin',
|
|
553
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
554
|
+
display: 'frienzies',
|
|
555
|
+
name: 'Frienzies',
|
|
556
|
+
symbol: 'FRNZ',
|
|
557
|
+
logo_URIs: {
|
|
558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
560
|
+
},
|
|
561
|
+
images: [{
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
564
|
+
theme: {
|
|
565
|
+
primary_color_hex: '#04041c'
|
|
566
|
+
}
|
|
567
|
+
}],
|
|
568
|
+
traces: [{
|
|
569
|
+
type: 'ibc',
|
|
570
|
+
counterparty: {
|
|
571
|
+
channel_id: 'channel-105',
|
|
572
|
+
base_denom: 'ufrienzies',
|
|
573
|
+
chain_name: 'noble'
|
|
574
|
+
},
|
|
575
|
+
chain: {
|
|
576
|
+
channel_id: 'channel-9'
|
|
577
|
+
}
|
|
578
|
+
}]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
description: 'Ondo US Dollar Yield',
|
|
582
|
+
denom_units: [{
|
|
583
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
584
|
+
exponent: 0,
|
|
585
|
+
aliases: ['ausdy']
|
|
586
|
+
}, {
|
|
587
|
+
denom: 'usdy',
|
|
588
|
+
exponent: 18
|
|
589
|
+
}],
|
|
590
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
591
|
+
display: 'usdy',
|
|
592
|
+
name: 'Ondo US Dollar Yield',
|
|
593
|
+
symbol: 'USDY',
|
|
594
|
+
logo_URIs: {
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
597
|
+
},
|
|
598
|
+
images: [{
|
|
599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
600
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
601
|
+
theme: {
|
|
602
|
+
primary_color_hex: '#142c5c'
|
|
603
|
+
}
|
|
604
|
+
}],
|
|
605
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
606
|
+
socials: {
|
|
607
|
+
website: 'https://ondo.finance/usdy',
|
|
608
|
+
twitter: 'https://x.com/OndoFinance'
|
|
609
|
+
},
|
|
610
|
+
type_asset: 'sdk.coin',
|
|
611
|
+
traces: [{
|
|
612
|
+
type: 'ibc',
|
|
613
|
+
counterparty: {
|
|
614
|
+
channel_id: 'channel-105',
|
|
615
|
+
base_denom: 'ausdy',
|
|
616
|
+
chain_name: 'noble'
|
|
617
|
+
},
|
|
618
|
+
chain: {
|
|
619
|
+
channel_id: 'channel-9'
|
|
620
|
+
}
|
|
621
|
+
}]
|
|
622
|
+
},
|
|
504
623
|
{
|
|
505
624
|
description: 'The native token of Osmosis',
|
|
506
625
|
denom_units: [{
|
|
@@ -632,6 +751,125 @@ const assets = {
|
|
|
632
751
|
}
|
|
633
752
|
}]
|
|
634
753
|
},
|
|
754
|
+
{
|
|
755
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
756
|
+
denom_units: [{
|
|
757
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
758
|
+
exponent: 0,
|
|
759
|
+
aliases: ['ustake']
|
|
760
|
+
}, {
|
|
761
|
+
denom: 'stake',
|
|
762
|
+
exponent: 6
|
|
763
|
+
}],
|
|
764
|
+
type_asset: 'sdk.coin',
|
|
765
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
766
|
+
name: 'Stake',
|
|
767
|
+
display: 'stake',
|
|
768
|
+
symbol: 'STAKE',
|
|
769
|
+
logo_URIs: {
|
|
770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
772
|
+
},
|
|
773
|
+
images: [{
|
|
774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
776
|
+
theme: {
|
|
777
|
+
primary_color_hex: '#a8bbfb'
|
|
778
|
+
}
|
|
779
|
+
}],
|
|
780
|
+
traces: [{
|
|
781
|
+
type: 'ibc',
|
|
782
|
+
counterparty: {
|
|
783
|
+
channel_id: 'channel-105',
|
|
784
|
+
base_denom: 'ustake',
|
|
785
|
+
chain_name: 'noble'
|
|
786
|
+
},
|
|
787
|
+
chain: {
|
|
788
|
+
channel_id: 'channel-9'
|
|
789
|
+
}
|
|
790
|
+
}]
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
794
|
+
denom_units: [{
|
|
795
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
796
|
+
exponent: 0,
|
|
797
|
+
aliases: ['ufrienzies']
|
|
798
|
+
}, {
|
|
799
|
+
denom: 'frienzies',
|
|
800
|
+
exponent: 6
|
|
801
|
+
}],
|
|
802
|
+
type_asset: 'sdk.coin',
|
|
803
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
804
|
+
display: 'frienzies',
|
|
805
|
+
name: 'Frienzies',
|
|
806
|
+
symbol: 'FRNZ',
|
|
807
|
+
logo_URIs: {
|
|
808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
810
|
+
},
|
|
811
|
+
images: [{
|
|
812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
814
|
+
theme: {
|
|
815
|
+
primary_color_hex: '#04041c'
|
|
816
|
+
}
|
|
817
|
+
}],
|
|
818
|
+
traces: [{
|
|
819
|
+
type: 'ibc',
|
|
820
|
+
counterparty: {
|
|
821
|
+
channel_id: 'channel-105',
|
|
822
|
+
base_denom: 'ufrienzies',
|
|
823
|
+
chain_name: 'noble'
|
|
824
|
+
},
|
|
825
|
+
chain: {
|
|
826
|
+
channel_id: 'channel-9'
|
|
827
|
+
}
|
|
828
|
+
}]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
description: 'Ondo US Dollar Yield',
|
|
832
|
+
denom_units: [{
|
|
833
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
834
|
+
exponent: 0,
|
|
835
|
+
aliases: ['ausdy']
|
|
836
|
+
}, {
|
|
837
|
+
denom: 'usdy',
|
|
838
|
+
exponent: 18
|
|
839
|
+
}],
|
|
840
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
841
|
+
display: 'usdy',
|
|
842
|
+
name: 'Ondo US Dollar Yield',
|
|
843
|
+
symbol: 'USDY',
|
|
844
|
+
logo_URIs: {
|
|
845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
847
|
+
},
|
|
848
|
+
images: [{
|
|
849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
851
|
+
theme: {
|
|
852
|
+
primary_color_hex: '#142c5c'
|
|
853
|
+
}
|
|
854
|
+
}],
|
|
855
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
856
|
+
socials: {
|
|
857
|
+
website: 'https://ondo.finance/usdy',
|
|
858
|
+
twitter: 'https://x.com/OndoFinance'
|
|
859
|
+
},
|
|
860
|
+
type_asset: 'sdk.coin',
|
|
861
|
+
traces: [{
|
|
862
|
+
type: 'ibc',
|
|
863
|
+
counterparty: {
|
|
864
|
+
channel_id: 'channel-105',
|
|
865
|
+
base_denom: 'ausdy',
|
|
866
|
+
chain_name: 'noble'
|
|
867
|
+
},
|
|
868
|
+
chain: {
|
|
869
|
+
channel_id: 'channel-9'
|
|
870
|
+
}
|
|
871
|
+
}]
|
|
872
|
+
},
|
|
635
873
|
{
|
|
636
874
|
description: 'The native token of Osmosis',
|
|
637
875
|
denom_units: [{
|