@chain-registry/assets 1.70.597 → 1.70.599
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/composable.js +78 -0
- package/esm/mainnet/cosmoshub.js +78 -0
- package/esm/mainnet/gravitybridge.js +78 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/juno.js +78 -0
- package/esm/mainnet/kujira.js +78 -0
- package/esm/mainnet/migaloo.js +78 -0
- package/esm/mainnet/neutron.js +78 -0
- package/esm/mainnet/oraichain.js +78 -0
- package/esm/mainnet/osmosis.js +156 -0
- package/esm/mainnet/persistence.js +78 -0
- package/esm/mainnet/terra2.js +78 -0
- package/esm/mainnet/wolochain.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +78 -0
- package/mainnet/composable.js +78 -0
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/gravitybridge.js +78 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/juno.js +78 -0
- package/mainnet/kujira.js +78 -0
- package/mainnet/migaloo.js +78 -0
- package/mainnet/neutron.js +78 -0
- package/mainnet/oraichain.js +78 -0
- package/mainnet/osmosis.js +156 -0
- package/mainnet/persistence.js +78 -0
- package/mainnet/terra2.js +78 -0
- package/mainnet/wolochain.d.ts +3 -0
- package/mainnet/wolochain.js +172 -0
- package/package.json +5 -5
package/mainnet/juno.js
CHANGED
|
@@ -5590,6 +5590,45 @@ const assets = {
|
|
|
5590
5590
|
}
|
|
5591
5591
|
}]
|
|
5592
5592
|
},
|
|
5593
|
+
{
|
|
5594
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
5595
|
+
denom_units: [{
|
|
5596
|
+
denom: 'ibc/F7E6FD608BB1049BD58F70705C90CC7C6BC6C95CC74E89774E602E177AB5B3E2',
|
|
5597
|
+
exponent: 0,
|
|
5598
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
5599
|
+
}, {
|
|
5600
|
+
denom: 'snvr',
|
|
5601
|
+
exponent: 9
|
|
5602
|
+
}],
|
|
5603
|
+
type_asset: 'snip20',
|
|
5604
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
5605
|
+
base: 'ibc/F7E6FD608BB1049BD58F70705C90CC7C6BC6C95CC74E89774E602E177AB5B3E2',
|
|
5606
|
+
name: 'SNVR',
|
|
5607
|
+
display: 'snvr',
|
|
5608
|
+
symbol: 'SNVR',
|
|
5609
|
+
logo_URIs: {
|
|
5610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
5611
|
+
},
|
|
5612
|
+
images: [{
|
|
5613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
5614
|
+
}],
|
|
5615
|
+
socials: {
|
|
5616
|
+
website: 'https://snvr.org'
|
|
5617
|
+
},
|
|
5618
|
+
traces: [{
|
|
5619
|
+
type: 'ibc-cw20',
|
|
5620
|
+
counterparty: {
|
|
5621
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5622
|
+
channel_id: 'channel-45',
|
|
5623
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
5624
|
+
chain_name: 'secretnetwork'
|
|
5625
|
+
},
|
|
5626
|
+
chain: {
|
|
5627
|
+
port: 'transfer',
|
|
5628
|
+
channel_id: 'channel-163'
|
|
5629
|
+
}
|
|
5630
|
+
}]
|
|
5631
|
+
},
|
|
5593
5632
|
{
|
|
5594
5633
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
5595
5634
|
denom_units: [{
|
|
@@ -6014,6 +6053,45 @@ const assets = {
|
|
|
6014
6053
|
channel_id: 'channel-163'
|
|
6015
6054
|
}
|
|
6016
6055
|
}]
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
6059
|
+
denom_units: [{
|
|
6060
|
+
denom: 'ibc/F7E6FD608BB1049BD58F70705C90CC7C6BC6C95CC74E89774E602E177AB5B3E2',
|
|
6061
|
+
exponent: 0,
|
|
6062
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
6063
|
+
}, {
|
|
6064
|
+
denom: 'snvr',
|
|
6065
|
+
exponent: 9
|
|
6066
|
+
}],
|
|
6067
|
+
type_asset: 'snip20',
|
|
6068
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6069
|
+
base: 'ibc/F7E6FD608BB1049BD58F70705C90CC7C6BC6C95CC74E89774E602E177AB5B3E2',
|
|
6070
|
+
name: 'SNVR',
|
|
6071
|
+
display: 'snvr',
|
|
6072
|
+
symbol: 'SNVR',
|
|
6073
|
+
logo_URIs: {
|
|
6074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6075
|
+
},
|
|
6076
|
+
images: [{
|
|
6077
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6078
|
+
}],
|
|
6079
|
+
socials: {
|
|
6080
|
+
website: 'https://snvr.org'
|
|
6081
|
+
},
|
|
6082
|
+
traces: [{
|
|
6083
|
+
type: 'ibc-cw20',
|
|
6084
|
+
counterparty: {
|
|
6085
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6086
|
+
channel_id: 'channel-45',
|
|
6087
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6088
|
+
chain_name: 'secretnetwork'
|
|
6089
|
+
},
|
|
6090
|
+
chain: {
|
|
6091
|
+
port: 'transfer',
|
|
6092
|
+
channel_id: 'channel-163'
|
|
6093
|
+
}
|
|
6094
|
+
}]
|
|
6017
6095
|
}
|
|
6018
6096
|
]
|
|
6019
6097
|
};
|
package/mainnet/kujira.js
CHANGED
|
@@ -7006,6 +7006,45 @@ const assets = {
|
|
|
7006
7006
|
}
|
|
7007
7007
|
}]
|
|
7008
7008
|
},
|
|
7009
|
+
{
|
|
7010
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
7011
|
+
denom_units: [{
|
|
7012
|
+
denom: 'ibc/60B94F2E44C87AC81EA6A6000B4B7A5DDC82587A5E79F9B787FD66459C8FB81C',
|
|
7013
|
+
exponent: 0,
|
|
7014
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
7015
|
+
}, {
|
|
7016
|
+
denom: 'snvr',
|
|
7017
|
+
exponent: 9
|
|
7018
|
+
}],
|
|
7019
|
+
type_asset: 'snip20',
|
|
7020
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7021
|
+
base: 'ibc/60B94F2E44C87AC81EA6A6000B4B7A5DDC82587A5E79F9B787FD66459C8FB81C',
|
|
7022
|
+
name: 'SNVR',
|
|
7023
|
+
display: 'snvr',
|
|
7024
|
+
symbol: 'SNVR',
|
|
7025
|
+
logo_URIs: {
|
|
7026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7027
|
+
},
|
|
7028
|
+
images: [{
|
|
7029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7030
|
+
}],
|
|
7031
|
+
socials: {
|
|
7032
|
+
website: 'https://snvr.org'
|
|
7033
|
+
},
|
|
7034
|
+
traces: [{
|
|
7035
|
+
type: 'ibc-cw20',
|
|
7036
|
+
counterparty: {
|
|
7037
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
7038
|
+
channel_id: 'channel-46',
|
|
7039
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7040
|
+
chain_name: 'secretnetwork'
|
|
7041
|
+
},
|
|
7042
|
+
chain: {
|
|
7043
|
+
port: 'transfer',
|
|
7044
|
+
channel_id: 'channel-44'
|
|
7045
|
+
}
|
|
7046
|
+
}]
|
|
7047
|
+
},
|
|
7009
7048
|
{
|
|
7010
7049
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
7011
7050
|
denom_units: [{
|
|
@@ -8745,6 +8784,45 @@ const assets = {
|
|
|
8745
8784
|
}
|
|
8746
8785
|
}]
|
|
8747
8786
|
},
|
|
8787
|
+
{
|
|
8788
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
8789
|
+
denom_units: [{
|
|
8790
|
+
denom: 'ibc/60B94F2E44C87AC81EA6A6000B4B7A5DDC82587A5E79F9B787FD66459C8FB81C',
|
|
8791
|
+
exponent: 0,
|
|
8792
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
8793
|
+
}, {
|
|
8794
|
+
denom: 'snvr',
|
|
8795
|
+
exponent: 9
|
|
8796
|
+
}],
|
|
8797
|
+
type_asset: 'snip20',
|
|
8798
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
8799
|
+
base: 'ibc/60B94F2E44C87AC81EA6A6000B4B7A5DDC82587A5E79F9B787FD66459C8FB81C',
|
|
8800
|
+
name: 'SNVR',
|
|
8801
|
+
display: 'snvr',
|
|
8802
|
+
symbol: 'SNVR',
|
|
8803
|
+
logo_URIs: {
|
|
8804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
8805
|
+
},
|
|
8806
|
+
images: [{
|
|
8807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
8808
|
+
}],
|
|
8809
|
+
socials: {
|
|
8810
|
+
website: 'https://snvr.org'
|
|
8811
|
+
},
|
|
8812
|
+
traces: [{
|
|
8813
|
+
type: 'ibc-cw20',
|
|
8814
|
+
counterparty: {
|
|
8815
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
8816
|
+
channel_id: 'channel-46',
|
|
8817
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
8818
|
+
chain_name: 'secretnetwork'
|
|
8819
|
+
},
|
|
8820
|
+
chain: {
|
|
8821
|
+
port: 'transfer',
|
|
8822
|
+
channel_id: 'channel-44'
|
|
8823
|
+
}
|
|
8824
|
+
}]
|
|
8825
|
+
},
|
|
8748
8826
|
{
|
|
8749
8827
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
8750
8828
|
denom_units: [{
|
package/mainnet/migaloo.js
CHANGED
|
@@ -2910,6 +2910,45 @@ const assets = {
|
|
|
2910
2910
|
}
|
|
2911
2911
|
}]
|
|
2912
2912
|
},
|
|
2913
|
+
{
|
|
2914
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
2915
|
+
denom_units: [{
|
|
2916
|
+
denom: 'ibc/CF265F20D83CA81CA87CC95CB9AE14E72D97464EFB58F26C4D501311A8368B98',
|
|
2917
|
+
exponent: 0,
|
|
2918
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
2919
|
+
}, {
|
|
2920
|
+
denom: 'snvr',
|
|
2921
|
+
exponent: 9
|
|
2922
|
+
}],
|
|
2923
|
+
type_asset: 'snip20',
|
|
2924
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
2925
|
+
base: 'ibc/CF265F20D83CA81CA87CC95CB9AE14E72D97464EFB58F26C4D501311A8368B98',
|
|
2926
|
+
name: 'SNVR',
|
|
2927
|
+
display: 'snvr',
|
|
2928
|
+
symbol: 'SNVR',
|
|
2929
|
+
logo_URIs: {
|
|
2930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
2931
|
+
},
|
|
2932
|
+
images: [{
|
|
2933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
2934
|
+
}],
|
|
2935
|
+
socials: {
|
|
2936
|
+
website: 'https://snvr.org'
|
|
2937
|
+
},
|
|
2938
|
+
traces: [{
|
|
2939
|
+
type: 'ibc-cw20',
|
|
2940
|
+
counterparty: {
|
|
2941
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
2942
|
+
channel_id: 'channel-129',
|
|
2943
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
2944
|
+
chain_name: 'secretnetwork'
|
|
2945
|
+
},
|
|
2946
|
+
chain: {
|
|
2947
|
+
port: 'transfer',
|
|
2948
|
+
channel_id: 'channel-103'
|
|
2949
|
+
}
|
|
2950
|
+
}]
|
|
2951
|
+
},
|
|
2913
2952
|
{
|
|
2914
2953
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
2915
2954
|
type_asset: 'cw20',
|
|
@@ -11539,6 +11578,45 @@ const assets = {
|
|
|
11539
11578
|
}
|
|
11540
11579
|
}]
|
|
11541
11580
|
},
|
|
11581
|
+
{
|
|
11582
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
11583
|
+
denom_units: [{
|
|
11584
|
+
denom: 'ibc/CF265F20D83CA81CA87CC95CB9AE14E72D97464EFB58F26C4D501311A8368B98',
|
|
11585
|
+
exponent: 0,
|
|
11586
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
11587
|
+
}, {
|
|
11588
|
+
denom: 'snvr',
|
|
11589
|
+
exponent: 9
|
|
11590
|
+
}],
|
|
11591
|
+
type_asset: 'snip20',
|
|
11592
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
11593
|
+
base: 'ibc/CF265F20D83CA81CA87CC95CB9AE14E72D97464EFB58F26C4D501311A8368B98',
|
|
11594
|
+
name: 'SNVR',
|
|
11595
|
+
display: 'snvr',
|
|
11596
|
+
symbol: 'SNVR',
|
|
11597
|
+
logo_URIs: {
|
|
11598
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
11599
|
+
},
|
|
11600
|
+
images: [{
|
|
11601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
11602
|
+
}],
|
|
11603
|
+
socials: {
|
|
11604
|
+
website: 'https://snvr.org'
|
|
11605
|
+
},
|
|
11606
|
+
traces: [{
|
|
11607
|
+
type: 'ibc-cw20',
|
|
11608
|
+
counterparty: {
|
|
11609
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
11610
|
+
channel_id: 'channel-129',
|
|
11611
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
11612
|
+
chain_name: 'secretnetwork'
|
|
11613
|
+
},
|
|
11614
|
+
chain: {
|
|
11615
|
+
port: 'transfer',
|
|
11616
|
+
channel_id: 'channel-103'
|
|
11617
|
+
}
|
|
11618
|
+
}]
|
|
11619
|
+
},
|
|
11542
11620
|
{
|
|
11543
11621
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
11544
11622
|
type_asset: 'cw20',
|
package/mainnet/neutron.js
CHANGED
|
@@ -4664,6 +4664,45 @@ const assets = {
|
|
|
4664
4664
|
}
|
|
4665
4665
|
}]
|
|
4666
4666
|
},
|
|
4667
|
+
{
|
|
4668
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
4669
|
+
denom_units: [{
|
|
4670
|
+
denom: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
4671
|
+
exponent: 0,
|
|
4672
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
4673
|
+
}, {
|
|
4674
|
+
denom: 'snvr',
|
|
4675
|
+
exponent: 9
|
|
4676
|
+
}],
|
|
4677
|
+
type_asset: 'snip20',
|
|
4678
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4679
|
+
base: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
4680
|
+
name: 'SNVR',
|
|
4681
|
+
display: 'snvr',
|
|
4682
|
+
symbol: 'SNVR',
|
|
4683
|
+
logo_URIs: {
|
|
4684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4685
|
+
},
|
|
4686
|
+
images: [{
|
|
4687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4688
|
+
}],
|
|
4689
|
+
socials: {
|
|
4690
|
+
website: 'https://snvr.org'
|
|
4691
|
+
},
|
|
4692
|
+
traces: [{
|
|
4693
|
+
type: 'ibc-cw20',
|
|
4694
|
+
counterparty: {
|
|
4695
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4696
|
+
channel_id: 'channel-151',
|
|
4697
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4698
|
+
chain_name: 'secretnetwork'
|
|
4699
|
+
},
|
|
4700
|
+
chain: {
|
|
4701
|
+
port: 'transfer',
|
|
4702
|
+
channel_id: 'channel-1950'
|
|
4703
|
+
}
|
|
4704
|
+
}]
|
|
4705
|
+
},
|
|
4667
4706
|
{
|
|
4668
4707
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
4669
4708
|
denom_units: [{
|
|
@@ -6403,6 +6442,45 @@ const assets = {
|
|
|
6403
6442
|
}
|
|
6404
6443
|
}]
|
|
6405
6444
|
},
|
|
6445
|
+
{
|
|
6446
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
6447
|
+
denom_units: [{
|
|
6448
|
+
denom: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
6449
|
+
exponent: 0,
|
|
6450
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
6451
|
+
}, {
|
|
6452
|
+
denom: 'snvr',
|
|
6453
|
+
exponent: 9
|
|
6454
|
+
}],
|
|
6455
|
+
type_asset: 'snip20',
|
|
6456
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6457
|
+
base: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
6458
|
+
name: 'SNVR',
|
|
6459
|
+
display: 'snvr',
|
|
6460
|
+
symbol: 'SNVR',
|
|
6461
|
+
logo_URIs: {
|
|
6462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6463
|
+
},
|
|
6464
|
+
images: [{
|
|
6465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6466
|
+
}],
|
|
6467
|
+
socials: {
|
|
6468
|
+
website: 'https://snvr.org'
|
|
6469
|
+
},
|
|
6470
|
+
traces: [{
|
|
6471
|
+
type: 'ibc-cw20',
|
|
6472
|
+
counterparty: {
|
|
6473
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6474
|
+
channel_id: 'channel-151',
|
|
6475
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6476
|
+
chain_name: 'secretnetwork'
|
|
6477
|
+
},
|
|
6478
|
+
chain: {
|
|
6479
|
+
port: 'transfer',
|
|
6480
|
+
channel_id: 'channel-1950'
|
|
6481
|
+
}
|
|
6482
|
+
}]
|
|
6483
|
+
},
|
|
6406
6484
|
{
|
|
6407
6485
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
6408
6486
|
denom_units: [{
|
package/mainnet/oraichain.js
CHANGED
|
@@ -1486,6 +1486,45 @@ const assets = {
|
|
|
1486
1486
|
}
|
|
1487
1487
|
}]
|
|
1488
1488
|
},
|
|
1489
|
+
{
|
|
1490
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
1491
|
+
denom_units: [{
|
|
1492
|
+
denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1493
|
+
exponent: 0,
|
|
1494
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
1495
|
+
}, {
|
|
1496
|
+
denom: 'snvr',
|
|
1497
|
+
exponent: 9
|
|
1498
|
+
}],
|
|
1499
|
+
type_asset: 'snip20',
|
|
1500
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1501
|
+
base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1502
|
+
name: 'SNVR',
|
|
1503
|
+
display: 'snvr',
|
|
1504
|
+
symbol: 'SNVR',
|
|
1505
|
+
logo_URIs: {
|
|
1506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1507
|
+
},
|
|
1508
|
+
images: [{
|
|
1509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1510
|
+
}],
|
|
1511
|
+
socials: {
|
|
1512
|
+
website: 'https://snvr.org'
|
|
1513
|
+
},
|
|
1514
|
+
traces: [{
|
|
1515
|
+
type: 'ibc-cw20',
|
|
1516
|
+
counterparty: {
|
|
1517
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
1518
|
+
channel_id: 'channel-222',
|
|
1519
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1520
|
+
chain_name: 'secretnetwork'
|
|
1521
|
+
},
|
|
1522
|
+
chain: {
|
|
1523
|
+
port: 'transfer',
|
|
1524
|
+
channel_id: 'channel-140'
|
|
1525
|
+
}
|
|
1526
|
+
}]
|
|
1527
|
+
},
|
|
1489
1528
|
{
|
|
1490
1529
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
1491
1530
|
denom_units: [{
|
|
@@ -1910,6 +1949,45 @@ const assets = {
|
|
|
1910
1949
|
channel_id: 'channel-140'
|
|
1911
1950
|
}
|
|
1912
1951
|
}]
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
1955
|
+
denom_units: [{
|
|
1956
|
+
denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1957
|
+
exponent: 0,
|
|
1958
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
1959
|
+
}, {
|
|
1960
|
+
denom: 'snvr',
|
|
1961
|
+
exponent: 9
|
|
1962
|
+
}],
|
|
1963
|
+
type_asset: 'snip20',
|
|
1964
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1965
|
+
base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1966
|
+
name: 'SNVR',
|
|
1967
|
+
display: 'snvr',
|
|
1968
|
+
symbol: 'SNVR',
|
|
1969
|
+
logo_URIs: {
|
|
1970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1971
|
+
},
|
|
1972
|
+
images: [{
|
|
1973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1974
|
+
}],
|
|
1975
|
+
socials: {
|
|
1976
|
+
website: 'https://snvr.org'
|
|
1977
|
+
},
|
|
1978
|
+
traces: [{
|
|
1979
|
+
type: 'ibc-cw20',
|
|
1980
|
+
counterparty: {
|
|
1981
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
1982
|
+
channel_id: 'channel-222',
|
|
1983
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1984
|
+
chain_name: 'secretnetwork'
|
|
1985
|
+
},
|
|
1986
|
+
chain: {
|
|
1987
|
+
port: 'transfer',
|
|
1988
|
+
channel_id: 'channel-140'
|
|
1989
|
+
}
|
|
1990
|
+
}]
|
|
1913
1991
|
}
|
|
1914
1992
|
]
|
|
1915
1993
|
};
|
package/mainnet/osmosis.js
CHANGED
|
@@ -16830,6 +16830,45 @@ const assets = {
|
|
|
16830
16830
|
}
|
|
16831
16831
|
}]
|
|
16832
16832
|
},
|
|
16833
|
+
{
|
|
16834
|
+
description: 'WOLO is the fixed-supply native token of WoloChain.',
|
|
16835
|
+
denom_units: [{
|
|
16836
|
+
denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
16837
|
+
exponent: 0,
|
|
16838
|
+
aliases: ['uwolo']
|
|
16839
|
+
}, {
|
|
16840
|
+
denom: 'wolo',
|
|
16841
|
+
exponent: 6
|
|
16842
|
+
}],
|
|
16843
|
+
base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
16844
|
+
name: 'WOLO',
|
|
16845
|
+
display: 'wolo',
|
|
16846
|
+
symbol: 'WOLO',
|
|
16847
|
+
logo_URIs: {
|
|
16848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
|
|
16849
|
+
},
|
|
16850
|
+
images: [{
|
|
16851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
16852
|
+
theme: {
|
|
16853
|
+
circle: true
|
|
16854
|
+
}
|
|
16855
|
+
}],
|
|
16856
|
+
socials: {
|
|
16857
|
+
website: 'https://aoe2war.com'
|
|
16858
|
+
},
|
|
16859
|
+
type_asset: 'sdk.coin',
|
|
16860
|
+
traces: [{
|
|
16861
|
+
type: 'ibc',
|
|
16862
|
+
counterparty: {
|
|
16863
|
+
channel_id: 'channel-0',
|
|
16864
|
+
base_denom: 'uwolo',
|
|
16865
|
+
chain_name: 'wolochain'
|
|
16866
|
+
},
|
|
16867
|
+
chain: {
|
|
16868
|
+
channel_id: 'channel-110224'
|
|
16869
|
+
}
|
|
16870
|
+
}]
|
|
16871
|
+
},
|
|
16833
16872
|
{
|
|
16834
16873
|
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
16835
16874
|
denom_units: [{
|
|
@@ -20269,6 +20308,45 @@ const assets = {
|
|
|
20269
20308
|
}
|
|
20270
20309
|
}]
|
|
20271
20310
|
},
|
|
20311
|
+
{
|
|
20312
|
+
description: 'WOLO is the fixed-supply native token of WoloChain.',
|
|
20313
|
+
denom_units: [{
|
|
20314
|
+
denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
20315
|
+
exponent: 0,
|
|
20316
|
+
aliases: ['uwolo']
|
|
20317
|
+
}, {
|
|
20318
|
+
denom: 'wolo',
|
|
20319
|
+
exponent: 6
|
|
20320
|
+
}],
|
|
20321
|
+
base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
20322
|
+
name: 'WOLO',
|
|
20323
|
+
display: 'wolo',
|
|
20324
|
+
symbol: 'WOLO',
|
|
20325
|
+
logo_URIs: {
|
|
20326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
|
|
20327
|
+
},
|
|
20328
|
+
images: [{
|
|
20329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
20330
|
+
theme: {
|
|
20331
|
+
circle: true
|
|
20332
|
+
}
|
|
20333
|
+
}],
|
|
20334
|
+
socials: {
|
|
20335
|
+
website: 'https://aoe2war.com'
|
|
20336
|
+
},
|
|
20337
|
+
type_asset: 'sdk.coin',
|
|
20338
|
+
traces: [{
|
|
20339
|
+
type: 'ibc',
|
|
20340
|
+
counterparty: {
|
|
20341
|
+
channel_id: 'channel-0',
|
|
20342
|
+
base_denom: 'uwolo',
|
|
20343
|
+
chain_name: 'wolochain'
|
|
20344
|
+
},
|
|
20345
|
+
chain: {
|
|
20346
|
+
channel_id: 'channel-110224'
|
|
20347
|
+
}
|
|
20348
|
+
}]
|
|
20349
|
+
},
|
|
20272
20350
|
{
|
|
20273
20351
|
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
20274
20352
|
denom_units: [{
|
|
@@ -27528,6 +27606,45 @@ const assets = {
|
|
|
27528
27606
|
}
|
|
27529
27607
|
}]
|
|
27530
27608
|
},
|
|
27609
|
+
{
|
|
27610
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
27611
|
+
denom_units: [{
|
|
27612
|
+
denom: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
27613
|
+
exponent: 0,
|
|
27614
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
27615
|
+
}, {
|
|
27616
|
+
denom: 'snvr',
|
|
27617
|
+
exponent: 9
|
|
27618
|
+
}],
|
|
27619
|
+
type_asset: 'snip20',
|
|
27620
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
27621
|
+
base: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
27622
|
+
name: 'SNVR',
|
|
27623
|
+
display: 'snvr',
|
|
27624
|
+
symbol: 'SNVR',
|
|
27625
|
+
logo_URIs: {
|
|
27626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
27627
|
+
},
|
|
27628
|
+
images: [{
|
|
27629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
27630
|
+
}],
|
|
27631
|
+
socials: {
|
|
27632
|
+
website: 'https://snvr.org'
|
|
27633
|
+
},
|
|
27634
|
+
traces: [{
|
|
27635
|
+
type: 'ibc-cw20',
|
|
27636
|
+
counterparty: {
|
|
27637
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
27638
|
+
channel_id: 'channel-44',
|
|
27639
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
27640
|
+
chain_name: 'secretnetwork'
|
|
27641
|
+
},
|
|
27642
|
+
chain: {
|
|
27643
|
+
port: 'transfer',
|
|
27644
|
+
channel_id: 'channel-476'
|
|
27645
|
+
}
|
|
27646
|
+
}]
|
|
27647
|
+
},
|
|
27531
27648
|
{
|
|
27532
27649
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
27533
27650
|
type_asset: 'cw20',
|
|
@@ -36157,6 +36274,45 @@ const assets = {
|
|
|
36157
36274
|
}
|
|
36158
36275
|
}]
|
|
36159
36276
|
},
|
|
36277
|
+
{
|
|
36278
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
36279
|
+
denom_units: [{
|
|
36280
|
+
denom: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
36281
|
+
exponent: 0,
|
|
36282
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
36283
|
+
}, {
|
|
36284
|
+
denom: 'snvr',
|
|
36285
|
+
exponent: 9
|
|
36286
|
+
}],
|
|
36287
|
+
type_asset: 'snip20',
|
|
36288
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
36289
|
+
base: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
36290
|
+
name: 'SNVR',
|
|
36291
|
+
display: 'snvr',
|
|
36292
|
+
symbol: 'SNVR',
|
|
36293
|
+
logo_URIs: {
|
|
36294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
36295
|
+
},
|
|
36296
|
+
images: [{
|
|
36297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
36298
|
+
}],
|
|
36299
|
+
socials: {
|
|
36300
|
+
website: 'https://snvr.org'
|
|
36301
|
+
},
|
|
36302
|
+
traces: [{
|
|
36303
|
+
type: 'ibc-cw20',
|
|
36304
|
+
counterparty: {
|
|
36305
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
36306
|
+
channel_id: 'channel-44',
|
|
36307
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
36308
|
+
chain_name: 'secretnetwork'
|
|
36309
|
+
},
|
|
36310
|
+
chain: {
|
|
36311
|
+
port: 'transfer',
|
|
36312
|
+
channel_id: 'channel-476'
|
|
36313
|
+
}
|
|
36314
|
+
}]
|
|
36315
|
+
},
|
|
36160
36316
|
{
|
|
36161
36317
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
36162
36318
|
type_asset: 'cw20',
|