@chain-registry/assets 1.70.220 → 1.70.221
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/axelar.js +890 -26
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/composable.js +228 -0
- package/esm/mainnet/cosmoshub.js +890 -26
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/gravitybridge.js +164 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/juno.js +164 -0
- package/esm/mainnet/kujira.js +164 -0
- package/esm/mainnet/migaloo.js +164 -0
- package/esm/mainnet/neutron.js +890 -26
- package/esm/mainnet/noble.js +700 -0
- package/esm/mainnet/oraichain.js +164 -0
- package/esm/mainnet/osmosis.js +864 -0
- package/esm/mainnet/persistence.js +164 -0
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +890 -26
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +890 -26
- package/mainnet/celestia.js +700 -0
- package/mainnet/composable.js +228 -0
- package/mainnet/cosmoshub.js +890 -26
- package/mainnet/dydx.js +700 -0
- package/mainnet/gravitybridge.js +164 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/juno.js +164 -0
- package/mainnet/kujira.js +164 -0
- package/mainnet/migaloo.js +164 -0
- package/mainnet/neutron.js +890 -26
- package/mainnet/noble.js +700 -0
- package/mainnet/oraichain.js +164 -0
- package/mainnet/osmosis.js +864 -0
- package/mainnet/persistence.js +164 -0
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +890 -26
- package/package.json +5 -5
package/mainnet/composable.js
CHANGED
|
@@ -980,6 +980,38 @@ const assets = {
|
|
|
980
980
|
}
|
|
981
981
|
}]
|
|
982
982
|
},
|
|
983
|
+
{
|
|
984
|
+
type_asset: 'erc20',
|
|
985
|
+
address: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
986
|
+
denom_units: [{
|
|
987
|
+
denom: 'ibc/CF9923523F0CBF3C72740A97B473B97054BBBC80C5E5C36413D877E5FC0C6525',
|
|
988
|
+
exponent: 0,
|
|
989
|
+
aliases: ['0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD']
|
|
990
|
+
}, {
|
|
991
|
+
denom: 'susds',
|
|
992
|
+
exponent: 18
|
|
993
|
+
}],
|
|
994
|
+
base: 'ibc/CF9923523F0CBF3C72740A97B473B97054BBBC80C5E5C36413D877E5FC0C6525',
|
|
995
|
+
name: 'Savings USDS',
|
|
996
|
+
display: 'susds',
|
|
997
|
+
symbol: 'sUSDS',
|
|
998
|
+
logo_URIs: {
|
|
999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
1000
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
1001
|
+
},
|
|
1002
|
+
coingecko_id: 'susds',
|
|
1003
|
+
traces: [{
|
|
1004
|
+
type: 'ibc',
|
|
1005
|
+
counterparty: {
|
|
1006
|
+
channel_id: 'channel-2',
|
|
1007
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
1008
|
+
chain_name: 'ethereum'
|
|
1009
|
+
},
|
|
1010
|
+
chain: {
|
|
1011
|
+
channel_id: 'channel-52'
|
|
1012
|
+
}
|
|
1013
|
+
}]
|
|
1014
|
+
},
|
|
983
1015
|
{
|
|
984
1016
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
985
1017
|
denom_units: [{
|
|
@@ -2996,6 +3028,38 @@ const assets = {
|
|
|
2996
3028
|
}
|
|
2997
3029
|
}]
|
|
2998
3030
|
},
|
|
3031
|
+
{
|
|
3032
|
+
type_asset: 'erc20',
|
|
3033
|
+
address: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
3034
|
+
denom_units: [{
|
|
3035
|
+
denom: 'ibc/CF9923523F0CBF3C72740A97B473B97054BBBC80C5E5C36413D877E5FC0C6525',
|
|
3036
|
+
exponent: 0,
|
|
3037
|
+
aliases: ['0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD']
|
|
3038
|
+
}, {
|
|
3039
|
+
denom: 'susds',
|
|
3040
|
+
exponent: 18
|
|
3041
|
+
}],
|
|
3042
|
+
base: 'ibc/CF9923523F0CBF3C72740A97B473B97054BBBC80C5E5C36413D877E5FC0C6525',
|
|
3043
|
+
name: 'Savings USDS',
|
|
3044
|
+
display: 'susds',
|
|
3045
|
+
symbol: 'sUSDS',
|
|
3046
|
+
logo_URIs: {
|
|
3047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
3048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
3049
|
+
},
|
|
3050
|
+
coingecko_id: 'susds',
|
|
3051
|
+
traces: [{
|
|
3052
|
+
type: 'ibc',
|
|
3053
|
+
counterparty: {
|
|
3054
|
+
channel_id: 'channel-2',
|
|
3055
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
3056
|
+
chain_name: 'ethereum'
|
|
3057
|
+
},
|
|
3058
|
+
chain: {
|
|
3059
|
+
channel_id: 'channel-52'
|
|
3060
|
+
}
|
|
3061
|
+
}]
|
|
3062
|
+
},
|
|
2999
3063
|
{
|
|
3000
3064
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3001
3065
|
denom_units: [{
|
|
@@ -5551,6 +5615,88 @@ const assets = {
|
|
|
5551
5615
|
}
|
|
5552
5616
|
}]
|
|
5553
5617
|
},
|
|
5618
|
+
{
|
|
5619
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
5620
|
+
denom_units: [{
|
|
5621
|
+
denom: 'ibc/C1AF00FA4E7C350FD126C90F51C41ECD0DBAD22DF12FA21377816AD10558C853',
|
|
5622
|
+
exponent: 0,
|
|
5623
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
5624
|
+
}, {
|
|
5625
|
+
denom: 'dsilk',
|
|
5626
|
+
exponent: 6
|
|
5627
|
+
}],
|
|
5628
|
+
type_asset: 'snip25',
|
|
5629
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
5630
|
+
base: 'ibc/C1AF00FA4E7C350FD126C90F51C41ECD0DBAD22DF12FA21377816AD10558C853',
|
|
5631
|
+
name: 'dSilk',
|
|
5632
|
+
display: 'dsilk',
|
|
5633
|
+
symbol: 'dSILK',
|
|
5634
|
+
logo_URIs: {
|
|
5635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
5636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
5637
|
+
},
|
|
5638
|
+
images: [{
|
|
5639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
5640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
5641
|
+
theme: {
|
|
5642
|
+
primary_color_hex: '#3142fc'
|
|
5643
|
+
}
|
|
5644
|
+
}],
|
|
5645
|
+
traces: [{
|
|
5646
|
+
type: 'ibc-cw20',
|
|
5647
|
+
counterparty: {
|
|
5648
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5649
|
+
channel_id: 'channel-83',
|
|
5650
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
5651
|
+
chain_name: 'secretnetwork'
|
|
5652
|
+
},
|
|
5653
|
+
chain: {
|
|
5654
|
+
port: 'transfer',
|
|
5655
|
+
channel_id: 'channel-26'
|
|
5656
|
+
}
|
|
5657
|
+
}]
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
5661
|
+
denom_units: [{
|
|
5662
|
+
denom: 'ibc/80B7753C75B089D096A6E58F18CCA87A733931130B68834EE04833FD3F0EAD76',
|
|
5663
|
+
exponent: 0,
|
|
5664
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
5665
|
+
}, {
|
|
5666
|
+
denom: 'xsilk',
|
|
5667
|
+
exponent: 6
|
|
5668
|
+
}],
|
|
5669
|
+
type_asset: 'snip25',
|
|
5670
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
5671
|
+
base: 'ibc/80B7753C75B089D096A6E58F18CCA87A733931130B68834EE04833FD3F0EAD76',
|
|
5672
|
+
name: 'xSilk',
|
|
5673
|
+
display: 'xsilk',
|
|
5674
|
+
symbol: 'xSILK',
|
|
5675
|
+
logo_URIs: {
|
|
5676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
5677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
5678
|
+
},
|
|
5679
|
+
images: [{
|
|
5680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
5681
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
5682
|
+
theme: {
|
|
5683
|
+
primary_color_hex: '#3142fc'
|
|
5684
|
+
}
|
|
5685
|
+
}],
|
|
5686
|
+
traces: [{
|
|
5687
|
+
type: 'ibc-cw20',
|
|
5688
|
+
counterparty: {
|
|
5689
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
5690
|
+
channel_id: 'channel-83',
|
|
5691
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
5692
|
+
chain_name: 'secretnetwork'
|
|
5693
|
+
},
|
|
5694
|
+
chain: {
|
|
5695
|
+
port: 'transfer',
|
|
5696
|
+
channel_id: 'channel-26'
|
|
5697
|
+
}
|
|
5698
|
+
}]
|
|
5699
|
+
},
|
|
5554
5700
|
{
|
|
5555
5701
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
5556
5702
|
denom_units: [{
|
|
@@ -5927,6 +6073,88 @@ const assets = {
|
|
|
5927
6073
|
}
|
|
5928
6074
|
}]
|
|
5929
6075
|
},
|
|
6076
|
+
{
|
|
6077
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
6078
|
+
denom_units: [{
|
|
6079
|
+
denom: 'ibc/C1AF00FA4E7C350FD126C90F51C41ECD0DBAD22DF12FA21377816AD10558C853',
|
|
6080
|
+
exponent: 0,
|
|
6081
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
6082
|
+
}, {
|
|
6083
|
+
denom: 'dsilk',
|
|
6084
|
+
exponent: 6
|
|
6085
|
+
}],
|
|
6086
|
+
type_asset: 'snip25',
|
|
6087
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
6088
|
+
base: 'ibc/C1AF00FA4E7C350FD126C90F51C41ECD0DBAD22DF12FA21377816AD10558C853',
|
|
6089
|
+
name: 'dSilk',
|
|
6090
|
+
display: 'dsilk',
|
|
6091
|
+
symbol: 'dSILK',
|
|
6092
|
+
logo_URIs: {
|
|
6093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
6094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
6095
|
+
},
|
|
6096
|
+
images: [{
|
|
6097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
6098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
6099
|
+
theme: {
|
|
6100
|
+
primary_color_hex: '#3142fc'
|
|
6101
|
+
}
|
|
6102
|
+
}],
|
|
6103
|
+
traces: [{
|
|
6104
|
+
type: 'ibc-cw20',
|
|
6105
|
+
counterparty: {
|
|
6106
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6107
|
+
channel_id: 'channel-83',
|
|
6108
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
6109
|
+
chain_name: 'secretnetwork'
|
|
6110
|
+
},
|
|
6111
|
+
chain: {
|
|
6112
|
+
port: 'transfer',
|
|
6113
|
+
channel_id: 'channel-26'
|
|
6114
|
+
}
|
|
6115
|
+
}]
|
|
6116
|
+
},
|
|
6117
|
+
{
|
|
6118
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
6119
|
+
denom_units: [{
|
|
6120
|
+
denom: 'ibc/80B7753C75B089D096A6E58F18CCA87A733931130B68834EE04833FD3F0EAD76',
|
|
6121
|
+
exponent: 0,
|
|
6122
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
6123
|
+
}, {
|
|
6124
|
+
denom: 'xsilk',
|
|
6125
|
+
exponent: 6
|
|
6126
|
+
}],
|
|
6127
|
+
type_asset: 'snip25',
|
|
6128
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
6129
|
+
base: 'ibc/80B7753C75B089D096A6E58F18CCA87A733931130B68834EE04833FD3F0EAD76',
|
|
6130
|
+
name: 'xSilk',
|
|
6131
|
+
display: 'xsilk',
|
|
6132
|
+
symbol: 'xSILK',
|
|
6133
|
+
logo_URIs: {
|
|
6134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
6135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
6136
|
+
},
|
|
6137
|
+
images: [{
|
|
6138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
6139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
6140
|
+
theme: {
|
|
6141
|
+
primary_color_hex: '#3142fc'
|
|
6142
|
+
}
|
|
6143
|
+
}],
|
|
6144
|
+
traces: [{
|
|
6145
|
+
type: 'ibc-cw20',
|
|
6146
|
+
counterparty: {
|
|
6147
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6148
|
+
channel_id: 'channel-83',
|
|
6149
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
6150
|
+
chain_name: 'secretnetwork'
|
|
6151
|
+
},
|
|
6152
|
+
chain: {
|
|
6153
|
+
port: 'transfer',
|
|
6154
|
+
channel_id: 'channel-26'
|
|
6155
|
+
}
|
|
6156
|
+
}]
|
|
6157
|
+
},
|
|
5930
6158
|
{
|
|
5931
6159
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
5932
6160
|
denom_units: [{
|