@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/esm/mainnet/jackal.js
CHANGED
|
@@ -51,6 +51,40 @@ const assets = {
|
|
|
51
51
|
}
|
|
52
52
|
}]
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
description: 'Architects Token',
|
|
56
|
+
type_asset: 'cw20',
|
|
57
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'TOKN',
|
|
64
|
+
exponent: 18
|
|
65
|
+
}],
|
|
66
|
+
base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
67
|
+
name: 'Architects Token',
|
|
68
|
+
display: 'TOKN',
|
|
69
|
+
symbol: 'TOKN',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
72
|
+
},
|
|
73
|
+
images: [{
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
75
|
+
}],
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-14',
|
|
80
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
81
|
+
chain_name: 'archway'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-41'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
54
88
|
{
|
|
55
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
56
90
|
denom_units: [{
|
|
@@ -222,6 +256,40 @@ const assets = {
|
|
|
222
256
|
}
|
|
223
257
|
}]
|
|
224
258
|
},
|
|
259
|
+
{
|
|
260
|
+
description: 'Architects Token',
|
|
261
|
+
type_asset: 'cw20',
|
|
262
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
263
|
+
denom_units: [{
|
|
264
|
+
denom: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
265
|
+
exponent: 0,
|
|
266
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
267
|
+
}, {
|
|
268
|
+
denom: 'TOKN',
|
|
269
|
+
exponent: 18
|
|
270
|
+
}],
|
|
271
|
+
base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
272
|
+
name: 'Architects Token',
|
|
273
|
+
display: 'TOKN',
|
|
274
|
+
symbol: 'TOKN',
|
|
275
|
+
logo_URIs: {
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
277
|
+
},
|
|
278
|
+
images: [{
|
|
279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
280
|
+
}],
|
|
281
|
+
traces: [{
|
|
282
|
+
type: 'ibc',
|
|
283
|
+
counterparty: {
|
|
284
|
+
channel_id: 'channel-14',
|
|
285
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
286
|
+
chain_name: 'archway'
|
|
287
|
+
},
|
|
288
|
+
chain: {
|
|
289
|
+
channel_id: 'channel-41'
|
|
290
|
+
}
|
|
291
|
+
}]
|
|
292
|
+
},
|
|
225
293
|
{
|
|
226
294
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
227
295
|
denom_units: [{
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -94,6 +94,40 @@ const assets = {
|
|
|
94
94
|
}
|
|
95
95
|
}]
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
description: 'Architects Token',
|
|
99
|
+
type_asset: 'cw20',
|
|
100
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
101
|
+
denom_units: [{
|
|
102
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
103
|
+
exponent: 0,
|
|
104
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
105
|
+
}, {
|
|
106
|
+
denom: 'TOKN',
|
|
107
|
+
exponent: 18
|
|
108
|
+
}],
|
|
109
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
110
|
+
name: 'Architects Token',
|
|
111
|
+
display: 'TOKN',
|
|
112
|
+
symbol: 'TOKN',
|
|
113
|
+
logo_URIs: {
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
115
|
+
},
|
|
116
|
+
images: [{
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
118
|
+
}],
|
|
119
|
+
traces: [{
|
|
120
|
+
type: 'ibc',
|
|
121
|
+
counterparty: {
|
|
122
|
+
channel_id: 'channel-15',
|
|
123
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
124
|
+
chain_name: 'archway'
|
|
125
|
+
},
|
|
126
|
+
chain: {
|
|
127
|
+
channel_id: 'channel-290'
|
|
128
|
+
}
|
|
129
|
+
}]
|
|
130
|
+
},
|
|
97
131
|
{
|
|
98
132
|
description: 'The native token of Asset Mantle',
|
|
99
133
|
denom_units: [{
|
|
@@ -946,6 +980,40 @@ const assets = {
|
|
|
946
980
|
}
|
|
947
981
|
}]
|
|
948
982
|
},
|
|
983
|
+
{
|
|
984
|
+
description: 'Architects Token',
|
|
985
|
+
type_asset: 'cw20',
|
|
986
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
987
|
+
denom_units: [{
|
|
988
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
989
|
+
exponent: 0,
|
|
990
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
991
|
+
}, {
|
|
992
|
+
denom: 'TOKN',
|
|
993
|
+
exponent: 18
|
|
994
|
+
}],
|
|
995
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
996
|
+
name: 'Architects Token',
|
|
997
|
+
display: 'TOKN',
|
|
998
|
+
symbol: 'TOKN',
|
|
999
|
+
logo_URIs: {
|
|
1000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1001
|
+
},
|
|
1002
|
+
images: [{
|
|
1003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1004
|
+
}],
|
|
1005
|
+
traces: [{
|
|
1006
|
+
type: 'ibc',
|
|
1007
|
+
counterparty: {
|
|
1008
|
+
channel_id: 'channel-15',
|
|
1009
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1010
|
+
chain_name: 'archway'
|
|
1011
|
+
},
|
|
1012
|
+
chain: {
|
|
1013
|
+
channel_id: 'channel-290'
|
|
1014
|
+
}
|
|
1015
|
+
}]
|
|
1016
|
+
},
|
|
949
1017
|
{
|
|
950
1018
|
description: 'The native token of Asset Mantle',
|
|
951
1019
|
denom_units: [{
|
|
@@ -2229,7 +2297,7 @@ const assets = {
|
|
|
2229
2297
|
}]
|
|
2230
2298
|
},
|
|
2231
2299
|
{
|
|
2232
|
-
description: 'Persistence is a
|
|
2300
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2233
2301
|
denom_units: [{
|
|
2234
2302
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
2235
2303
|
exponent: 0,
|
|
@@ -4133,7 +4201,7 @@ const assets = {
|
|
|
4133
4201
|
}]
|
|
4134
4202
|
},
|
|
4135
4203
|
{
|
|
4136
|
-
description: 'Persistence is a
|
|
4204
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4137
4205
|
denom_units: [{
|
|
4138
4206
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
4139
4207
|
exponent: 0,
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -534,7 +534,7 @@ const assets = {
|
|
|
534
534
|
},
|
|
535
535
|
socials: {
|
|
536
536
|
website: 'https://islamiccoin.net',
|
|
537
|
-
twitter: 'https://x.com/
|
|
537
|
+
twitter: 'https://x.com/islamic_coin'
|
|
538
538
|
},
|
|
539
539
|
images: [{
|
|
540
540
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -1414,7 +1414,7 @@ const assets = {
|
|
|
1414
1414
|
},
|
|
1415
1415
|
socials: {
|
|
1416
1416
|
website: 'https://islamiccoin.net',
|
|
1417
|
-
twitter: 'https://x.com/
|
|
1417
|
+
twitter: 'https://x.com/islamic_coin'
|
|
1418
1418
|
},
|
|
1419
1419
|
images: [{
|
|
1420
1420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -2240,7 +2240,7 @@ const assets = {
|
|
|
2240
2240
|
}]
|
|
2241
2241
|
},
|
|
2242
2242
|
{
|
|
2243
|
-
description: 'Persistence is a
|
|
2243
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2244
2244
|
denom_units: [{
|
|
2245
2245
|
denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
|
|
2246
2246
|
exponent: 0,
|
|
@@ -2925,7 +2925,7 @@ const assets = {
|
|
|
2925
2925
|
}]
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
2928
|
-
description: 'Persistence is a
|
|
2928
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2929
2929
|
denom_units: [{
|
|
2930
2930
|
denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
|
|
2931
2931
|
exponent: 0,
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -337,6 +337,40 @@ const assets = {
|
|
|
337
337
|
}
|
|
338
338
|
}]
|
|
339
339
|
},
|
|
340
|
+
{
|
|
341
|
+
description: 'Architects Token',
|
|
342
|
+
type_asset: 'cw20',
|
|
343
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
344
|
+
denom_units: [{
|
|
345
|
+
denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
346
|
+
exponent: 0,
|
|
347
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
348
|
+
}, {
|
|
349
|
+
denom: 'TOKN',
|
|
350
|
+
exponent: 18
|
|
351
|
+
}],
|
|
352
|
+
base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
353
|
+
name: 'Architects Token',
|
|
354
|
+
display: 'TOKN',
|
|
355
|
+
symbol: 'TOKN',
|
|
356
|
+
logo_URIs: {
|
|
357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
358
|
+
},
|
|
359
|
+
images: [{
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
361
|
+
}],
|
|
362
|
+
traces: [{
|
|
363
|
+
type: 'ibc',
|
|
364
|
+
counterparty: {
|
|
365
|
+
channel_id: 'channel-11',
|
|
366
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
367
|
+
chain_name: 'archway'
|
|
368
|
+
},
|
|
369
|
+
chain: {
|
|
370
|
+
channel_id: 'channel-99'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
340
374
|
{
|
|
341
375
|
description: 'The native token of Asset Mantle',
|
|
342
376
|
denom_units: [{
|
|
@@ -2127,6 +2161,40 @@ const assets = {
|
|
|
2127
2161
|
}
|
|
2128
2162
|
}]
|
|
2129
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
description: 'Architects Token',
|
|
2166
|
+
type_asset: 'cw20',
|
|
2167
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2168
|
+
denom_units: [{
|
|
2169
|
+
denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
2170
|
+
exponent: 0,
|
|
2171
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
2172
|
+
}, {
|
|
2173
|
+
denom: 'TOKN',
|
|
2174
|
+
exponent: 18
|
|
2175
|
+
}],
|
|
2176
|
+
base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
|
|
2177
|
+
name: 'Architects Token',
|
|
2178
|
+
display: 'TOKN',
|
|
2179
|
+
symbol: 'TOKN',
|
|
2180
|
+
logo_URIs: {
|
|
2181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2182
|
+
},
|
|
2183
|
+
images: [{
|
|
2184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2185
|
+
}],
|
|
2186
|
+
traces: [{
|
|
2187
|
+
type: 'ibc',
|
|
2188
|
+
counterparty: {
|
|
2189
|
+
channel_id: 'channel-11',
|
|
2190
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2191
|
+
chain_name: 'archway'
|
|
2192
|
+
},
|
|
2193
|
+
chain: {
|
|
2194
|
+
channel_id: 'channel-99'
|
|
2195
|
+
}
|
|
2196
|
+
}]
|
|
2197
|
+
},
|
|
2130
2198
|
{
|
|
2131
2199
|
description: 'The native token of Asset Mantle',
|
|
2132
2200
|
denom_units: [{
|
|
@@ -4186,7 +4254,7 @@ const assets = {
|
|
|
4186
4254
|
}]
|
|
4187
4255
|
},
|
|
4188
4256
|
{
|
|
4189
|
-
description: 'Persistence is a
|
|
4257
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4190
4258
|
denom_units: [{
|
|
4191
4259
|
denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
|
|
4192
4260
|
exponent: 0,
|
|
@@ -5377,7 +5445,7 @@ const assets = {
|
|
|
5377
5445
|
}]
|
|
5378
5446
|
},
|
|
5379
5447
|
{
|
|
5380
|
-
description: 'Persistence is a
|
|
5448
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
5381
5449
|
denom_units: [{
|
|
5382
5450
|
denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
|
|
5383
5451
|
exponent: 0,
|
|
@@ -7068,13 +7136,6 @@ const assets = {
|
|
|
7068
7136
|
logo_URIs: {
|
|
7069
7137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
7070
7138
|
},
|
|
7071
|
-
images: [{
|
|
7072
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
7073
|
-
theme: {
|
|
7074
|
-
primary_color_hex: '#070707'
|
|
7075
|
-
}
|
|
7076
|
-
}],
|
|
7077
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
7078
7139
|
traces: [{
|
|
7079
7140
|
type: 'ibc-cw20',
|
|
7080
7141
|
counterparty: {
|
|
@@ -7087,7 +7148,14 @@ const assets = {
|
|
|
7087
7148
|
port: 'transfer',
|
|
7088
7149
|
channel_id: 'channel-36'
|
|
7089
7150
|
}
|
|
7090
|
-
}]
|
|
7151
|
+
}],
|
|
7152
|
+
images: [{
|
|
7153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
7154
|
+
theme: {
|
|
7155
|
+
primary_color_hex: '#070707'
|
|
7156
|
+
}
|
|
7157
|
+
}],
|
|
7158
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
7091
7159
|
},
|
|
7092
7160
|
{
|
|
7093
7161
|
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.',
|
|
@@ -8741,13 +8809,6 @@ const assets = {
|
|
|
8741
8809
|
logo_URIs: {
|
|
8742
8810
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
8743
8811
|
},
|
|
8744
|
-
images: [{
|
|
8745
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
8746
|
-
theme: {
|
|
8747
|
-
primary_color_hex: '#070707'
|
|
8748
|
-
}
|
|
8749
|
-
}],
|
|
8750
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
8751
8812
|
traces: [{
|
|
8752
8813
|
type: 'ibc-cw20',
|
|
8753
8814
|
counterparty: {
|
|
@@ -8760,7 +8821,14 @@ const assets = {
|
|
|
8760
8821
|
port: 'transfer',
|
|
8761
8822
|
channel_id: 'channel-36'
|
|
8762
8823
|
}
|
|
8763
|
-
}]
|
|
8824
|
+
}],
|
|
8825
|
+
images: [{
|
|
8826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
8827
|
+
theme: {
|
|
8828
|
+
primary_color_hex: '#070707'
|
|
8829
|
+
}
|
|
8830
|
+
}],
|
|
8831
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
8764
8832
|
},
|
|
8765
8833
|
{
|
|
8766
8834
|
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/esm/mainnet/lava.js
CHANGED
|
@@ -499,6 +499,125 @@ const assets = {
|
|
|
499
499
|
}
|
|
500
500
|
}]
|
|
501
501
|
},
|
|
502
|
+
{
|
|
503
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
504
|
+
denom_units: [{
|
|
505
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
506
|
+
exponent: 0,
|
|
507
|
+
aliases: ['ustake']
|
|
508
|
+
}, {
|
|
509
|
+
denom: 'stake',
|
|
510
|
+
exponent: 6
|
|
511
|
+
}],
|
|
512
|
+
type_asset: 'sdk.coin',
|
|
513
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
514
|
+
name: 'Stake',
|
|
515
|
+
display: 'stake',
|
|
516
|
+
symbol: 'STAKE',
|
|
517
|
+
logo_URIs: {
|
|
518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
520
|
+
},
|
|
521
|
+
images: [{
|
|
522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
524
|
+
theme: {
|
|
525
|
+
primary_color_hex: '#a8bbfb'
|
|
526
|
+
}
|
|
527
|
+
}],
|
|
528
|
+
traces: [{
|
|
529
|
+
type: 'ibc',
|
|
530
|
+
counterparty: {
|
|
531
|
+
channel_id: 'channel-105',
|
|
532
|
+
base_denom: 'ustake',
|
|
533
|
+
chain_name: 'noble'
|
|
534
|
+
},
|
|
535
|
+
chain: {
|
|
536
|
+
channel_id: 'channel-9'
|
|
537
|
+
}
|
|
538
|
+
}]
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
542
|
+
denom_units: [{
|
|
543
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
544
|
+
exponent: 0,
|
|
545
|
+
aliases: ['ufrienzies']
|
|
546
|
+
}, {
|
|
547
|
+
denom: 'frienzies',
|
|
548
|
+
exponent: 6
|
|
549
|
+
}],
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
552
|
+
display: 'frienzies',
|
|
553
|
+
name: 'Frienzies',
|
|
554
|
+
symbol: 'FRNZ',
|
|
555
|
+
logo_URIs: {
|
|
556
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
558
|
+
},
|
|
559
|
+
images: [{
|
|
560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
561
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
562
|
+
theme: {
|
|
563
|
+
primary_color_hex: '#04041c'
|
|
564
|
+
}
|
|
565
|
+
}],
|
|
566
|
+
traces: [{
|
|
567
|
+
type: 'ibc',
|
|
568
|
+
counterparty: {
|
|
569
|
+
channel_id: 'channel-105',
|
|
570
|
+
base_denom: 'ufrienzies',
|
|
571
|
+
chain_name: 'noble'
|
|
572
|
+
},
|
|
573
|
+
chain: {
|
|
574
|
+
channel_id: 'channel-9'
|
|
575
|
+
}
|
|
576
|
+
}]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
description: 'Ondo US Dollar Yield',
|
|
580
|
+
denom_units: [{
|
|
581
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
582
|
+
exponent: 0,
|
|
583
|
+
aliases: ['ausdy']
|
|
584
|
+
}, {
|
|
585
|
+
denom: 'usdy',
|
|
586
|
+
exponent: 18
|
|
587
|
+
}],
|
|
588
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
589
|
+
display: 'usdy',
|
|
590
|
+
name: 'Ondo US Dollar Yield',
|
|
591
|
+
symbol: 'USDY',
|
|
592
|
+
logo_URIs: {
|
|
593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
595
|
+
},
|
|
596
|
+
images: [{
|
|
597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
599
|
+
theme: {
|
|
600
|
+
primary_color_hex: '#142c5c'
|
|
601
|
+
}
|
|
602
|
+
}],
|
|
603
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
604
|
+
socials: {
|
|
605
|
+
website: 'https://ondo.finance/usdy',
|
|
606
|
+
twitter: 'https://x.com/OndoFinance'
|
|
607
|
+
},
|
|
608
|
+
type_asset: 'sdk.coin',
|
|
609
|
+
traces: [{
|
|
610
|
+
type: 'ibc',
|
|
611
|
+
counterparty: {
|
|
612
|
+
channel_id: 'channel-105',
|
|
613
|
+
base_denom: 'ausdy',
|
|
614
|
+
chain_name: 'noble'
|
|
615
|
+
},
|
|
616
|
+
chain: {
|
|
617
|
+
channel_id: 'channel-9'
|
|
618
|
+
}
|
|
619
|
+
}]
|
|
620
|
+
},
|
|
502
621
|
{
|
|
503
622
|
description: 'The native token of Osmosis',
|
|
504
623
|
denom_units: [{
|
|
@@ -630,6 +749,125 @@ const assets = {
|
|
|
630
749
|
}
|
|
631
750
|
}]
|
|
632
751
|
},
|
|
752
|
+
{
|
|
753
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
754
|
+
denom_units: [{
|
|
755
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
756
|
+
exponent: 0,
|
|
757
|
+
aliases: ['ustake']
|
|
758
|
+
}, {
|
|
759
|
+
denom: 'stake',
|
|
760
|
+
exponent: 6
|
|
761
|
+
}],
|
|
762
|
+
type_asset: 'sdk.coin',
|
|
763
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
764
|
+
name: 'Stake',
|
|
765
|
+
display: 'stake',
|
|
766
|
+
symbol: 'STAKE',
|
|
767
|
+
logo_URIs: {
|
|
768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
770
|
+
},
|
|
771
|
+
images: [{
|
|
772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
774
|
+
theme: {
|
|
775
|
+
primary_color_hex: '#a8bbfb'
|
|
776
|
+
}
|
|
777
|
+
}],
|
|
778
|
+
traces: [{
|
|
779
|
+
type: 'ibc',
|
|
780
|
+
counterparty: {
|
|
781
|
+
channel_id: 'channel-105',
|
|
782
|
+
base_denom: 'ustake',
|
|
783
|
+
chain_name: 'noble'
|
|
784
|
+
},
|
|
785
|
+
chain: {
|
|
786
|
+
channel_id: 'channel-9'
|
|
787
|
+
}
|
|
788
|
+
}]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
792
|
+
denom_units: [{
|
|
793
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
794
|
+
exponent: 0,
|
|
795
|
+
aliases: ['ufrienzies']
|
|
796
|
+
}, {
|
|
797
|
+
denom: 'frienzies',
|
|
798
|
+
exponent: 6
|
|
799
|
+
}],
|
|
800
|
+
type_asset: 'sdk.coin',
|
|
801
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
802
|
+
display: 'frienzies',
|
|
803
|
+
name: 'Frienzies',
|
|
804
|
+
symbol: 'FRNZ',
|
|
805
|
+
logo_URIs: {
|
|
806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
808
|
+
},
|
|
809
|
+
images: [{
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
812
|
+
theme: {
|
|
813
|
+
primary_color_hex: '#04041c'
|
|
814
|
+
}
|
|
815
|
+
}],
|
|
816
|
+
traces: [{
|
|
817
|
+
type: 'ibc',
|
|
818
|
+
counterparty: {
|
|
819
|
+
channel_id: 'channel-105',
|
|
820
|
+
base_denom: 'ufrienzies',
|
|
821
|
+
chain_name: 'noble'
|
|
822
|
+
},
|
|
823
|
+
chain: {
|
|
824
|
+
channel_id: 'channel-9'
|
|
825
|
+
}
|
|
826
|
+
}]
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
description: 'Ondo US Dollar Yield',
|
|
830
|
+
denom_units: [{
|
|
831
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
832
|
+
exponent: 0,
|
|
833
|
+
aliases: ['ausdy']
|
|
834
|
+
}, {
|
|
835
|
+
denom: 'usdy',
|
|
836
|
+
exponent: 18
|
|
837
|
+
}],
|
|
838
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
839
|
+
display: 'usdy',
|
|
840
|
+
name: 'Ondo US Dollar Yield',
|
|
841
|
+
symbol: 'USDY',
|
|
842
|
+
logo_URIs: {
|
|
843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
845
|
+
},
|
|
846
|
+
images: [{
|
|
847
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
848
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
849
|
+
theme: {
|
|
850
|
+
primary_color_hex: '#142c5c'
|
|
851
|
+
}
|
|
852
|
+
}],
|
|
853
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
854
|
+
socials: {
|
|
855
|
+
website: 'https://ondo.finance/usdy',
|
|
856
|
+
twitter: 'https://x.com/OndoFinance'
|
|
857
|
+
},
|
|
858
|
+
type_asset: 'sdk.coin',
|
|
859
|
+
traces: [{
|
|
860
|
+
type: 'ibc',
|
|
861
|
+
counterparty: {
|
|
862
|
+
channel_id: 'channel-105',
|
|
863
|
+
base_denom: 'ausdy',
|
|
864
|
+
chain_name: 'noble'
|
|
865
|
+
},
|
|
866
|
+
chain: {
|
|
867
|
+
channel_id: 'channel-9'
|
|
868
|
+
}
|
|
869
|
+
}]
|
|
870
|
+
},
|
|
633
871
|
{
|
|
634
872
|
description: 'The native token of Osmosis',
|
|
635
873
|
denom_units: [{
|