@chain-registry/assets 1.70.219 → 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/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
|
@@ -3155,6 +3155,88 @@ const assets = {
|
|
|
3155
3155
|
}
|
|
3156
3156
|
}]
|
|
3157
3157
|
},
|
|
3158
|
+
{
|
|
3159
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
3160
|
+
denom_units: [{
|
|
3161
|
+
denom: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
|
|
3162
|
+
exponent: 0,
|
|
3163
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
3164
|
+
}, {
|
|
3165
|
+
denom: 'dsilk',
|
|
3166
|
+
exponent: 6
|
|
3167
|
+
}],
|
|
3168
|
+
type_asset: 'snip25',
|
|
3169
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
3170
|
+
base: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
|
|
3171
|
+
name: 'dSilk',
|
|
3172
|
+
display: 'dsilk',
|
|
3173
|
+
symbol: 'dSILK',
|
|
3174
|
+
logo_URIs: {
|
|
3175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
3176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
3177
|
+
},
|
|
3178
|
+
images: [{
|
|
3179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
3180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
3181
|
+
theme: {
|
|
3182
|
+
primary_color_hex: '#3142fc'
|
|
3183
|
+
}
|
|
3184
|
+
}],
|
|
3185
|
+
traces: [{
|
|
3186
|
+
type: 'ibc-cw20',
|
|
3187
|
+
counterparty: {
|
|
3188
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
3189
|
+
channel_id: 'channel-148',
|
|
3190
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
3191
|
+
chain_name: 'secretnetwork'
|
|
3192
|
+
},
|
|
3193
|
+
chain: {
|
|
3194
|
+
port: 'transfer',
|
|
3195
|
+
channel_id: 'channel-150'
|
|
3196
|
+
}
|
|
3197
|
+
}]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
3201
|
+
denom_units: [{
|
|
3202
|
+
denom: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
|
|
3203
|
+
exponent: 0,
|
|
3204
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
3205
|
+
}, {
|
|
3206
|
+
denom: 'xsilk',
|
|
3207
|
+
exponent: 6
|
|
3208
|
+
}],
|
|
3209
|
+
type_asset: 'snip25',
|
|
3210
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
3211
|
+
base: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
|
|
3212
|
+
name: 'xSilk',
|
|
3213
|
+
display: 'xsilk',
|
|
3214
|
+
symbol: 'xSILK',
|
|
3215
|
+
logo_URIs: {
|
|
3216
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
3217
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
3218
|
+
},
|
|
3219
|
+
images: [{
|
|
3220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
3221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
3222
|
+
theme: {
|
|
3223
|
+
primary_color_hex: '#3142fc'
|
|
3224
|
+
}
|
|
3225
|
+
}],
|
|
3226
|
+
traces: [{
|
|
3227
|
+
type: 'ibc-cw20',
|
|
3228
|
+
counterparty: {
|
|
3229
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
3230
|
+
channel_id: 'channel-148',
|
|
3231
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
3232
|
+
chain_name: 'secretnetwork'
|
|
3233
|
+
},
|
|
3234
|
+
chain: {
|
|
3235
|
+
port: 'transfer',
|
|
3236
|
+
channel_id: 'channel-150'
|
|
3237
|
+
}
|
|
3238
|
+
}]
|
|
3239
|
+
},
|
|
3158
3240
|
{
|
|
3159
3241
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
3160
3242
|
denom_units: [{
|
|
@@ -3531,6 +3613,88 @@ const assets = {
|
|
|
3531
3613
|
}
|
|
3532
3614
|
}]
|
|
3533
3615
|
},
|
|
3616
|
+
{
|
|
3617
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
3618
|
+
denom_units: [{
|
|
3619
|
+
denom: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
|
|
3620
|
+
exponent: 0,
|
|
3621
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
3622
|
+
}, {
|
|
3623
|
+
denom: 'dsilk',
|
|
3624
|
+
exponent: 6
|
|
3625
|
+
}],
|
|
3626
|
+
type_asset: 'snip25',
|
|
3627
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
3628
|
+
base: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
|
|
3629
|
+
name: 'dSilk',
|
|
3630
|
+
display: 'dsilk',
|
|
3631
|
+
symbol: 'dSILK',
|
|
3632
|
+
logo_URIs: {
|
|
3633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
3634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
3635
|
+
},
|
|
3636
|
+
images: [{
|
|
3637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
3638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
3639
|
+
theme: {
|
|
3640
|
+
primary_color_hex: '#3142fc'
|
|
3641
|
+
}
|
|
3642
|
+
}],
|
|
3643
|
+
traces: [{
|
|
3644
|
+
type: 'ibc-cw20',
|
|
3645
|
+
counterparty: {
|
|
3646
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
3647
|
+
channel_id: 'channel-148',
|
|
3648
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
3649
|
+
chain_name: 'secretnetwork'
|
|
3650
|
+
},
|
|
3651
|
+
chain: {
|
|
3652
|
+
port: 'transfer',
|
|
3653
|
+
channel_id: 'channel-150'
|
|
3654
|
+
}
|
|
3655
|
+
}]
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
3659
|
+
denom_units: [{
|
|
3660
|
+
denom: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
|
|
3661
|
+
exponent: 0,
|
|
3662
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
3663
|
+
}, {
|
|
3664
|
+
denom: 'xsilk',
|
|
3665
|
+
exponent: 6
|
|
3666
|
+
}],
|
|
3667
|
+
type_asset: 'snip25',
|
|
3668
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
3669
|
+
base: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
|
|
3670
|
+
name: 'xSilk',
|
|
3671
|
+
display: 'xsilk',
|
|
3672
|
+
symbol: 'xSILK',
|
|
3673
|
+
logo_URIs: {
|
|
3674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
3675
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
3676
|
+
},
|
|
3677
|
+
images: [{
|
|
3678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
3679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
3680
|
+
theme: {
|
|
3681
|
+
primary_color_hex: '#3142fc'
|
|
3682
|
+
}
|
|
3683
|
+
}],
|
|
3684
|
+
traces: [{
|
|
3685
|
+
type: 'ibc-cw20',
|
|
3686
|
+
counterparty: {
|
|
3687
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
3688
|
+
channel_id: 'channel-148',
|
|
3689
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
3690
|
+
chain_name: 'secretnetwork'
|
|
3691
|
+
},
|
|
3692
|
+
chain: {
|
|
3693
|
+
port: 'transfer',
|
|
3694
|
+
channel_id: 'channel-150'
|
|
3695
|
+
}
|
|
3696
|
+
}]
|
|
3697
|
+
},
|
|
3534
3698
|
{
|
|
3535
3699
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
3536
3700
|
denom_units: [{
|