@chain-registry/assets 1.70.30 → 1.70.32
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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/axelar.js +178 -26
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/injective.js +178 -26
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kujira.js +178 -26
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +178 -490
- package/esm/mainnet/secretnetwork.js +164 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/terra2.js +164 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/axelar.js +178 -26
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/injective.js +178 -26
- package/mainnet/juno.js +0 -72
- package/mainnet/kujira.js +178 -26
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +178 -490
- package/mainnet/secretnetwork.js +164 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/terra2.js +164 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
|
@@ -9552,6 +9552,88 @@ const assets = {
|
|
|
9552
9552
|
}
|
|
9553
9553
|
}]
|
|
9554
9554
|
},
|
|
9555
|
+
{
|
|
9556
|
+
description: 'Astrovault AXV',
|
|
9557
|
+
denom_units: [{
|
|
9558
|
+
denom: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
9559
|
+
exponent: 0,
|
|
9560
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
9561
|
+
}, {
|
|
9562
|
+
denom: 'AXV',
|
|
9563
|
+
exponent: 6
|
|
9564
|
+
}],
|
|
9565
|
+
type_asset: 'cw20',
|
|
9566
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
9567
|
+
base: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
9568
|
+
name: 'Astrovault AXV (Neutron)',
|
|
9569
|
+
display: 'AXV',
|
|
9570
|
+
symbol: 'AXV',
|
|
9571
|
+
logo_URIs: {
|
|
9572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
9573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
9574
|
+
},
|
|
9575
|
+
images: [{
|
|
9576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
9577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
9578
|
+
}],
|
|
9579
|
+
socials: {
|
|
9580
|
+
website: 'https://astrovault.io/',
|
|
9581
|
+
twitter: 'https://x.com/axvdex'
|
|
9582
|
+
},
|
|
9583
|
+
coingecko_id: 'astrovault',
|
|
9584
|
+
traces: [{
|
|
9585
|
+
type: 'ibc-cw20',
|
|
9586
|
+
counterparty: {
|
|
9587
|
+
port: 'transfer',
|
|
9588
|
+
channel_id: 'channel-1950',
|
|
9589
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
9590
|
+
chain_name: 'neutron'
|
|
9591
|
+
},
|
|
9592
|
+
chain: {
|
|
9593
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9594
|
+
channel_id: 'channel-151'
|
|
9595
|
+
}
|
|
9596
|
+
}]
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
9600
|
+
denom_units: [{
|
|
9601
|
+
denom: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
9602
|
+
exponent: 0,
|
|
9603
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
9604
|
+
}, {
|
|
9605
|
+
denom: 'xATOM',
|
|
9606
|
+
exponent: 6
|
|
9607
|
+
}],
|
|
9608
|
+
type_asset: 'cw20',
|
|
9609
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
9610
|
+
base: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
9611
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
9612
|
+
display: 'xATOM',
|
|
9613
|
+
symbol: 'xATOM',
|
|
9614
|
+
traces: [{
|
|
9615
|
+
type: 'ibc-cw20',
|
|
9616
|
+
counterparty: {
|
|
9617
|
+
port: 'transfer',
|
|
9618
|
+
channel_id: 'channel-1950',
|
|
9619
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
9620
|
+
chain_name: 'neutron'
|
|
9621
|
+
},
|
|
9622
|
+
chain: {
|
|
9623
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9624
|
+
channel_id: 'channel-151'
|
|
9625
|
+
}
|
|
9626
|
+
}],
|
|
9627
|
+
logo_URIs: {
|
|
9628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
9629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
9630
|
+
},
|
|
9631
|
+
images: [{
|
|
9632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
9633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
9634
|
+
}],
|
|
9635
|
+
coingecko_id: 'astrovault-xatom'
|
|
9636
|
+
},
|
|
9555
9637
|
{
|
|
9556
9638
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
9557
9639
|
type_asset: 'cw20',
|
|
@@ -12940,6 +13022,88 @@ const assets = {
|
|
|
12940
13022
|
}
|
|
12941
13023
|
}]
|
|
12942
13024
|
},
|
|
13025
|
+
{
|
|
13026
|
+
description: 'Astrovault AXV',
|
|
13027
|
+
denom_units: [{
|
|
13028
|
+
denom: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
13029
|
+
exponent: 0,
|
|
13030
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
13031
|
+
}, {
|
|
13032
|
+
denom: 'AXV',
|
|
13033
|
+
exponent: 6
|
|
13034
|
+
}],
|
|
13035
|
+
type_asset: 'cw20',
|
|
13036
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
13037
|
+
base: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
13038
|
+
name: 'Astrovault AXV (Neutron)',
|
|
13039
|
+
display: 'AXV',
|
|
13040
|
+
symbol: 'AXV',
|
|
13041
|
+
logo_URIs: {
|
|
13042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
13043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
13044
|
+
},
|
|
13045
|
+
images: [{
|
|
13046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
13047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
13048
|
+
}],
|
|
13049
|
+
socials: {
|
|
13050
|
+
website: 'https://astrovault.io/',
|
|
13051
|
+
twitter: 'https://x.com/axvdex'
|
|
13052
|
+
},
|
|
13053
|
+
coingecko_id: 'astrovault',
|
|
13054
|
+
traces: [{
|
|
13055
|
+
type: 'ibc-cw20',
|
|
13056
|
+
counterparty: {
|
|
13057
|
+
port: 'transfer',
|
|
13058
|
+
channel_id: 'channel-1950',
|
|
13059
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
13060
|
+
chain_name: 'neutron'
|
|
13061
|
+
},
|
|
13062
|
+
chain: {
|
|
13063
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13064
|
+
channel_id: 'channel-151'
|
|
13065
|
+
}
|
|
13066
|
+
}]
|
|
13067
|
+
},
|
|
13068
|
+
{
|
|
13069
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
13070
|
+
denom_units: [{
|
|
13071
|
+
denom: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
13072
|
+
exponent: 0,
|
|
13073
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
13074
|
+
}, {
|
|
13075
|
+
denom: 'xATOM',
|
|
13076
|
+
exponent: 6
|
|
13077
|
+
}],
|
|
13078
|
+
type_asset: 'cw20',
|
|
13079
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
13080
|
+
base: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
13081
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
13082
|
+
display: 'xATOM',
|
|
13083
|
+
symbol: 'xATOM',
|
|
13084
|
+
traces: [{
|
|
13085
|
+
type: 'ibc-cw20',
|
|
13086
|
+
counterparty: {
|
|
13087
|
+
port: 'transfer',
|
|
13088
|
+
channel_id: 'channel-1950',
|
|
13089
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
13090
|
+
chain_name: 'neutron'
|
|
13091
|
+
},
|
|
13092
|
+
chain: {
|
|
13093
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13094
|
+
channel_id: 'channel-151'
|
|
13095
|
+
}
|
|
13096
|
+
}],
|
|
13097
|
+
logo_URIs: {
|
|
13098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
13099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
13100
|
+
},
|
|
13101
|
+
images: [{
|
|
13102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
13103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
13104
|
+
}],
|
|
13105
|
+
coingecko_id: 'astrovault-xatom'
|
|
13106
|
+
},
|
|
12943
13107
|
{
|
|
12944
13108
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
12945
13109
|
type_asset: 'cw20',
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -1192,6 +1192,49 @@ const assets = {
|
|
|
1192
1192
|
}
|
|
1193
1193
|
}]
|
|
1194
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
1197
|
+
denom_units: [{
|
|
1198
|
+
denom: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
1199
|
+
exponent: 0,
|
|
1200
|
+
aliases: ['uflix']
|
|
1201
|
+
}, {
|
|
1202
|
+
denom: 'flix',
|
|
1203
|
+
exponent: 6
|
|
1204
|
+
}],
|
|
1205
|
+
base: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
1206
|
+
name: 'Flix',
|
|
1207
|
+
display: 'flix',
|
|
1208
|
+
symbol: 'FLIX',
|
|
1209
|
+
logo_URIs: {
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
1211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
1212
|
+
},
|
|
1213
|
+
coingecko_id: 'omniflix-network',
|
|
1214
|
+
images: [{
|
|
1215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
1216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
1217
|
+
theme: {
|
|
1218
|
+
primary_color_hex: '#c33635'
|
|
1219
|
+
}
|
|
1220
|
+
}],
|
|
1221
|
+
socials: {
|
|
1222
|
+
website: 'https://omniflix.network/',
|
|
1223
|
+
twitter: 'https://twitter.com/OmniFlixNetwork'
|
|
1224
|
+
},
|
|
1225
|
+
type_asset: 'sdk.coin',
|
|
1226
|
+
traces: [{
|
|
1227
|
+
type: 'ibc',
|
|
1228
|
+
counterparty: {
|
|
1229
|
+
channel_id: 'channel-49',
|
|
1230
|
+
base_denom: 'uflix',
|
|
1231
|
+
chain_name: 'omniflixhub'
|
|
1232
|
+
},
|
|
1233
|
+
chain: {
|
|
1234
|
+
channel_id: 'channel-398'
|
|
1235
|
+
}
|
|
1236
|
+
}]
|
|
1237
|
+
},
|
|
1195
1238
|
{
|
|
1196
1239
|
description: 'The native token of Osmosis',
|
|
1197
1240
|
denom_units: [{
|
|
@@ -2601,6 +2644,49 @@ const assets = {
|
|
|
2601
2644
|
}
|
|
2602
2645
|
}]
|
|
2603
2646
|
},
|
|
2647
|
+
{
|
|
2648
|
+
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2649
|
+
denom_units: [{
|
|
2650
|
+
denom: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
2651
|
+
exponent: 0,
|
|
2652
|
+
aliases: ['uflix']
|
|
2653
|
+
}, {
|
|
2654
|
+
denom: 'flix',
|
|
2655
|
+
exponent: 6
|
|
2656
|
+
}],
|
|
2657
|
+
base: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
2658
|
+
name: 'Flix',
|
|
2659
|
+
display: 'flix',
|
|
2660
|
+
symbol: 'FLIX',
|
|
2661
|
+
logo_URIs: {
|
|
2662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
2663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
2664
|
+
},
|
|
2665
|
+
coingecko_id: 'omniflix-network',
|
|
2666
|
+
images: [{
|
|
2667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
2668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
2669
|
+
theme: {
|
|
2670
|
+
primary_color_hex: '#c33635'
|
|
2671
|
+
}
|
|
2672
|
+
}],
|
|
2673
|
+
socials: {
|
|
2674
|
+
website: 'https://omniflix.network/',
|
|
2675
|
+
twitter: 'https://twitter.com/OmniFlixNetwork'
|
|
2676
|
+
},
|
|
2677
|
+
type_asset: 'sdk.coin',
|
|
2678
|
+
traces: [{
|
|
2679
|
+
type: 'ibc',
|
|
2680
|
+
counterparty: {
|
|
2681
|
+
channel_id: 'channel-49',
|
|
2682
|
+
base_denom: 'uflix',
|
|
2683
|
+
chain_name: 'omniflixhub'
|
|
2684
|
+
},
|
|
2685
|
+
chain: {
|
|
2686
|
+
channel_id: 'channel-398'
|
|
2687
|
+
}
|
|
2688
|
+
}]
|
|
2689
|
+
},
|
|
2604
2690
|
{
|
|
2605
2691
|
description: 'The native token of Osmosis',
|
|
2606
2692
|
denom_units: [{
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -11797,6 +11797,88 @@ const assets = {
|
|
|
11797
11797
|
}
|
|
11798
11798
|
}]
|
|
11799
11799
|
},
|
|
11800
|
+
{
|
|
11801
|
+
description: 'Astrovault AXV',
|
|
11802
|
+
denom_units: [{
|
|
11803
|
+
denom: 'ibc/7EFF0C50FCBBBDDC6B903C94B410081D8DEDE687BB625DDB5A35A839A210BDE7',
|
|
11804
|
+
exponent: 0,
|
|
11805
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
11806
|
+
}, {
|
|
11807
|
+
denom: 'AXV',
|
|
11808
|
+
exponent: 6
|
|
11809
|
+
}],
|
|
11810
|
+
type_asset: 'cw20',
|
|
11811
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
11812
|
+
base: 'ibc/7EFF0C50FCBBBDDC6B903C94B410081D8DEDE687BB625DDB5A35A839A210BDE7',
|
|
11813
|
+
name: 'Astrovault AXV (Neutron)',
|
|
11814
|
+
display: 'AXV',
|
|
11815
|
+
symbol: 'AXV',
|
|
11816
|
+
logo_URIs: {
|
|
11817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
11819
|
+
},
|
|
11820
|
+
images: [{
|
|
11821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
11823
|
+
}],
|
|
11824
|
+
socials: {
|
|
11825
|
+
website: 'https://astrovault.io/',
|
|
11826
|
+
twitter: 'https://x.com/axvdex'
|
|
11827
|
+
},
|
|
11828
|
+
coingecko_id: 'astrovault',
|
|
11829
|
+
traces: [{
|
|
11830
|
+
type: 'ibc-cw20',
|
|
11831
|
+
counterparty: {
|
|
11832
|
+
port: 'transfer',
|
|
11833
|
+
channel_id: 'channel-5',
|
|
11834
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
11835
|
+
chain_name: 'neutron'
|
|
11836
|
+
},
|
|
11837
|
+
chain: {
|
|
11838
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
11839
|
+
channel_id: 'channel-167'
|
|
11840
|
+
}
|
|
11841
|
+
}]
|
|
11842
|
+
},
|
|
11843
|
+
{
|
|
11844
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
11845
|
+
denom_units: [{
|
|
11846
|
+
denom: 'ibc/E0E9191329A12DC8FA37C86683685743FD7908FDA99E35781924660B583B8435',
|
|
11847
|
+
exponent: 0,
|
|
11848
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
11849
|
+
}, {
|
|
11850
|
+
denom: 'xATOM',
|
|
11851
|
+
exponent: 6
|
|
11852
|
+
}],
|
|
11853
|
+
type_asset: 'cw20',
|
|
11854
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
11855
|
+
base: 'ibc/E0E9191329A12DC8FA37C86683685743FD7908FDA99E35781924660B583B8435',
|
|
11856
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
11857
|
+
display: 'xATOM',
|
|
11858
|
+
symbol: 'xATOM',
|
|
11859
|
+
traces: [{
|
|
11860
|
+
type: 'ibc-cw20',
|
|
11861
|
+
counterparty: {
|
|
11862
|
+
port: 'transfer',
|
|
11863
|
+
channel_id: 'channel-5',
|
|
11864
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
11865
|
+
chain_name: 'neutron'
|
|
11866
|
+
},
|
|
11867
|
+
chain: {
|
|
11868
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
11869
|
+
channel_id: 'channel-167'
|
|
11870
|
+
}
|
|
11871
|
+
}],
|
|
11872
|
+
logo_URIs: {
|
|
11873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
11874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
11875
|
+
},
|
|
11876
|
+
images: [{
|
|
11877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
11878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
11879
|
+
}],
|
|
11880
|
+
coingecko_id: 'astrovault-xatom'
|
|
11881
|
+
},
|
|
11800
11882
|
{
|
|
11801
11883
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
11802
11884
|
denom_units: [{
|
|
@@ -12210,6 +12292,88 @@ const assets = {
|
|
|
12210
12292
|
}
|
|
12211
12293
|
}]
|
|
12212
12294
|
},
|
|
12295
|
+
{
|
|
12296
|
+
description: 'Astrovault AXV',
|
|
12297
|
+
denom_units: [{
|
|
12298
|
+
denom: 'ibc/7EFF0C50FCBBBDDC6B903C94B410081D8DEDE687BB625DDB5A35A839A210BDE7',
|
|
12299
|
+
exponent: 0,
|
|
12300
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
12301
|
+
}, {
|
|
12302
|
+
denom: 'AXV',
|
|
12303
|
+
exponent: 6
|
|
12304
|
+
}],
|
|
12305
|
+
type_asset: 'cw20',
|
|
12306
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
12307
|
+
base: 'ibc/7EFF0C50FCBBBDDC6B903C94B410081D8DEDE687BB625DDB5A35A839A210BDE7',
|
|
12308
|
+
name: 'Astrovault AXV (Neutron)',
|
|
12309
|
+
display: 'AXV',
|
|
12310
|
+
symbol: 'AXV',
|
|
12311
|
+
logo_URIs: {
|
|
12312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
12313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
12314
|
+
},
|
|
12315
|
+
images: [{
|
|
12316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
12317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
12318
|
+
}],
|
|
12319
|
+
socials: {
|
|
12320
|
+
website: 'https://astrovault.io/',
|
|
12321
|
+
twitter: 'https://x.com/axvdex'
|
|
12322
|
+
},
|
|
12323
|
+
coingecko_id: 'astrovault',
|
|
12324
|
+
traces: [{
|
|
12325
|
+
type: 'ibc-cw20',
|
|
12326
|
+
counterparty: {
|
|
12327
|
+
port: 'transfer',
|
|
12328
|
+
channel_id: 'channel-5',
|
|
12329
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
12330
|
+
chain_name: 'neutron'
|
|
12331
|
+
},
|
|
12332
|
+
chain: {
|
|
12333
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
12334
|
+
channel_id: 'channel-167'
|
|
12335
|
+
}
|
|
12336
|
+
}]
|
|
12337
|
+
},
|
|
12338
|
+
{
|
|
12339
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
12340
|
+
denom_units: [{
|
|
12341
|
+
denom: 'ibc/E0E9191329A12DC8FA37C86683685743FD7908FDA99E35781924660B583B8435',
|
|
12342
|
+
exponent: 0,
|
|
12343
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
12344
|
+
}, {
|
|
12345
|
+
denom: 'xATOM',
|
|
12346
|
+
exponent: 6
|
|
12347
|
+
}],
|
|
12348
|
+
type_asset: 'cw20',
|
|
12349
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
12350
|
+
base: 'ibc/E0E9191329A12DC8FA37C86683685743FD7908FDA99E35781924660B583B8435',
|
|
12351
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
12352
|
+
display: 'xATOM',
|
|
12353
|
+
symbol: 'xATOM',
|
|
12354
|
+
traces: [{
|
|
12355
|
+
type: 'ibc-cw20',
|
|
12356
|
+
counterparty: {
|
|
12357
|
+
port: 'transfer',
|
|
12358
|
+
channel_id: 'channel-5',
|
|
12359
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
12360
|
+
chain_name: 'neutron'
|
|
12361
|
+
},
|
|
12362
|
+
chain: {
|
|
12363
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
12364
|
+
channel_id: 'channel-167'
|
|
12365
|
+
}
|
|
12366
|
+
}],
|
|
12367
|
+
logo_URIs: {
|
|
12368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
12369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
12370
|
+
},
|
|
12371
|
+
images: [{
|
|
12372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
12373
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
12374
|
+
}],
|
|
12375
|
+
coingecko_id: 'astrovault-xatom'
|
|
12376
|
+
},
|
|
12213
12377
|
{
|
|
12214
12378
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
12215
12379
|
denom_units: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -10,7 +10,6 @@ import _doravotatestnet from './doravotatestnet';
|
|
|
10
10
|
import _dydxtestnet from './dydxtestnet';
|
|
11
11
|
import _elystestnet from './elystestnet';
|
|
12
12
|
import _empowertestnet from './empowertestnet';
|
|
13
|
-
import _entrypointtestnet from './entrypointtestnet';
|
|
14
13
|
import _impacthubtestnet from './impacthubtestnet';
|
|
15
14
|
import _injectivetestnet from './injectivetestnet';
|
|
16
15
|
import _jackaltestnet2 from './jackaltestnet2';
|
|
@@ -27,7 +26,6 @@ import _nobletestnet from './nobletestnet';
|
|
|
27
26
|
import _noistestnet from './noistestnet';
|
|
28
27
|
import _nolustestnet from './nolustestnet';
|
|
29
28
|
import _osmosistestnet from './osmosistestnet';
|
|
30
|
-
import _osmosistestnet4 from './osmosistestnet4';
|
|
31
29
|
import _persistencetestnet2 from './persistencetestnet2';
|
|
32
30
|
import _quicksilvertestnet from './quicksilvertestnet';
|
|
33
31
|
import _sagatestnet from './sagatestnet';
|
|
@@ -40,5 +38,5 @@ import _synternettestnet from './synternettestnet';
|
|
|
40
38
|
import _terra2testnet from './terra2testnet';
|
|
41
39
|
import _titantestnet from './titantestnet';
|
|
42
40
|
import _xiontestnet from './xiontestnet';
|
|
43
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet,
|
|
41
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titantestnet, _xiontestnet];
|
|
44
42
|
export default assets;
|
|
@@ -109,80 +109,6 @@ const assets = {
|
|
|
109
109
|
}
|
|
110
110
|
}]
|
|
111
111
|
},
|
|
112
|
-
{
|
|
113
|
-
description: 'The native token of Osmosis',
|
|
114
|
-
denom_units: [{
|
|
115
|
-
denom: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
|
|
116
|
-
exponent: 0,
|
|
117
|
-
aliases: ['uosmo']
|
|
118
|
-
}, {
|
|
119
|
-
denom: 'osmo',
|
|
120
|
-
exponent: 6,
|
|
121
|
-
aliases: []
|
|
122
|
-
}],
|
|
123
|
-
base: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
|
|
124
|
-
name: 'Osmosis',
|
|
125
|
-
display: 'osmo',
|
|
126
|
-
symbol: 'OSMO',
|
|
127
|
-
logo_URIs: {
|
|
128
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
129
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
130
|
-
},
|
|
131
|
-
coingecko_id: 'osmosis',
|
|
132
|
-
keywords: ['dex', 'staking'],
|
|
133
|
-
images: [{
|
|
134
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
135
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
136
|
-
}],
|
|
137
|
-
type_asset: 'sdk.coin',
|
|
138
|
-
traces: [{
|
|
139
|
-
type: 'ibc',
|
|
140
|
-
counterparty: {
|
|
141
|
-
channel_id: 'channel-1946',
|
|
142
|
-
base_denom: 'uosmo',
|
|
143
|
-
chain_name: 'osmosistestnet4'
|
|
144
|
-
},
|
|
145
|
-
chain: {
|
|
146
|
-
channel_id: 'channel-135'
|
|
147
|
-
}
|
|
148
|
-
}]
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
denom_units: [{
|
|
152
|
-
denom: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
|
|
153
|
-
exponent: 0,
|
|
154
|
-
aliases: ['uion']
|
|
155
|
-
}, {
|
|
156
|
-
denom: 'ion',
|
|
157
|
-
exponent: 6
|
|
158
|
-
}],
|
|
159
|
-
base: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
|
|
160
|
-
name: 'Ion',
|
|
161
|
-
display: 'ion',
|
|
162
|
-
symbol: 'ION',
|
|
163
|
-
logo_URIs: {
|
|
164
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
165
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
166
|
-
},
|
|
167
|
-
coingecko_id: 'ion',
|
|
168
|
-
keywords: ['memecoin'],
|
|
169
|
-
images: [{
|
|
170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
171
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
172
|
-
}],
|
|
173
|
-
type_asset: 'sdk.coin',
|
|
174
|
-
traces: [{
|
|
175
|
-
type: 'ibc',
|
|
176
|
-
counterparty: {
|
|
177
|
-
channel_id: 'channel-1946',
|
|
178
|
-
base_denom: 'uion',
|
|
179
|
-
chain_name: 'osmosistestnet4'
|
|
180
|
-
},
|
|
181
|
-
chain: {
|
|
182
|
-
channel_id: 'channel-135'
|
|
183
|
-
}
|
|
184
|
-
}]
|
|
185
|
-
},
|
|
186
112
|
{
|
|
187
113
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
188
114
|
denom_units: [{
|
|
@@ -592,80 +518,6 @@ const assets = {
|
|
|
592
518
|
}
|
|
593
519
|
}]
|
|
594
520
|
},
|
|
595
|
-
{
|
|
596
|
-
description: 'The native token of Osmosis',
|
|
597
|
-
denom_units: [{
|
|
598
|
-
denom: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
|
|
599
|
-
exponent: 0,
|
|
600
|
-
aliases: ['uosmo']
|
|
601
|
-
}, {
|
|
602
|
-
denom: 'osmo',
|
|
603
|
-
exponent: 6,
|
|
604
|
-
aliases: []
|
|
605
|
-
}],
|
|
606
|
-
base: 'ibc/D1D20B29CB665CF3BCBD929349E31CF77AB90C15EED241EE07501962ADD9D5CE',
|
|
607
|
-
name: 'Osmosis',
|
|
608
|
-
display: 'osmo',
|
|
609
|
-
symbol: 'OSMO',
|
|
610
|
-
logo_URIs: {
|
|
611
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
612
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
613
|
-
},
|
|
614
|
-
coingecko_id: 'osmosis',
|
|
615
|
-
keywords: ['dex', 'staking'],
|
|
616
|
-
images: [{
|
|
617
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
618
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
619
|
-
}],
|
|
620
|
-
type_asset: 'sdk.coin',
|
|
621
|
-
traces: [{
|
|
622
|
-
type: 'ibc',
|
|
623
|
-
counterparty: {
|
|
624
|
-
channel_id: 'channel-1946',
|
|
625
|
-
base_denom: 'uosmo',
|
|
626
|
-
chain_name: 'osmosistestnet4'
|
|
627
|
-
},
|
|
628
|
-
chain: {
|
|
629
|
-
channel_id: 'channel-135'
|
|
630
|
-
}
|
|
631
|
-
}]
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
denom_units: [{
|
|
635
|
-
denom: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
|
|
636
|
-
exponent: 0,
|
|
637
|
-
aliases: ['uion']
|
|
638
|
-
}, {
|
|
639
|
-
denom: 'ion',
|
|
640
|
-
exponent: 6
|
|
641
|
-
}],
|
|
642
|
-
base: 'ibc/4BD323DD3A07E235DBAC120B831CF18274C5B1FB089AE360F90ED76FCB28D8C0',
|
|
643
|
-
name: 'Ion',
|
|
644
|
-
display: 'ion',
|
|
645
|
-
symbol: 'ION',
|
|
646
|
-
logo_URIs: {
|
|
647
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
648
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
649
|
-
},
|
|
650
|
-
coingecko_id: 'ion',
|
|
651
|
-
keywords: ['memecoin'],
|
|
652
|
-
images: [{
|
|
653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
655
|
-
}],
|
|
656
|
-
type_asset: 'sdk.coin',
|
|
657
|
-
traces: [{
|
|
658
|
-
type: 'ibc',
|
|
659
|
-
counterparty: {
|
|
660
|
-
channel_id: 'channel-1946',
|
|
661
|
-
base_denom: 'uion',
|
|
662
|
-
chain_name: 'osmosistestnet4'
|
|
663
|
-
},
|
|
664
|
-
chain: {
|
|
665
|
-
channel_id: 'channel-135'
|
|
666
|
-
}
|
|
667
|
-
}]
|
|
668
|
-
},
|
|
669
521
|
{
|
|
670
522
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
671
523
|
denom_units: [{
|
package/esm/testnet/index.js
CHANGED
|
@@ -10,7 +10,6 @@ export * as doravotatestnet from './doravotatestnet';
|
|
|
10
10
|
export * as dydxtestnet from './dydxtestnet';
|
|
11
11
|
export * as elystestnet from './elystestnet';
|
|
12
12
|
export * as empowertestnet from './empowertestnet';
|
|
13
|
-
export * as entrypointtestnet from './entrypointtestnet';
|
|
14
13
|
export * as impacthubtestnet from './impacthubtestnet';
|
|
15
14
|
export * as injectivetestnet from './injectivetestnet';
|
|
16
15
|
export * as jackaltestnet2 from './jackaltestnet2';
|
|
@@ -27,7 +26,6 @@ export * as nobletestnet from './nobletestnet';
|
|
|
27
26
|
export * as noistestnet from './noistestnet';
|
|
28
27
|
export * as nolustestnet from './nolustestnet';
|
|
29
28
|
export * as osmosistestnet from './osmosistestnet';
|
|
30
|
-
export * as osmosistestnet4 from './osmosistestnet4';
|
|
31
29
|
export * as persistencetestnet2 from './persistencetestnet2';
|
|
32
30
|
export * as quicksilvertestnet from './quicksilvertestnet';
|
|
33
31
|
export * as sagatestnet from './sagatestnet';
|