@chain-registry/assets 1.70.220 → 1.70.222

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.
Files changed (50) hide show
  1. package/esm/mainnet/axelar.js +890 -26
  2. package/esm/mainnet/babylon.js +86 -0
  3. package/esm/mainnet/celestia.js +700 -0
  4. package/esm/mainnet/composable.js +228 -0
  5. package/esm/mainnet/cosmoshub.js +890 -26
  6. package/esm/mainnet/dydx.js +700 -0
  7. package/esm/mainnet/gravitybridge.js +164 -0
  8. package/esm/mainnet/injective.js +700 -0
  9. package/esm/mainnet/juno.js +164 -0
  10. package/esm/mainnet/kujira.js +164 -0
  11. package/esm/mainnet/migaloo.js +164 -0
  12. package/esm/mainnet/milkyway.js +76 -0
  13. package/esm/mainnet/neutron.js +890 -26
  14. package/esm/mainnet/noble.js +700 -0
  15. package/esm/mainnet/oraichain.js +164 -0
  16. package/esm/mainnet/osmosis.js +864 -0
  17. package/esm/mainnet/persistence.js +164 -0
  18. package/esm/mainnet/stride.js +700 -0
  19. package/esm/mainnet/terra2.js +890 -26
  20. package/esm/testnet/assets.js +2 -1
  21. package/esm/testnet/index.js +1 -0
  22. package/esm/testnet/int3facetestnet.js +5 -0
  23. package/esm/testnet/osmosistestnet.js +80 -0
  24. package/index.d.ts +1 -1
  25. package/mainnet/axelar.js +890 -26
  26. package/mainnet/babylon.js +86 -0
  27. package/mainnet/celestia.js +700 -0
  28. package/mainnet/composable.js +228 -0
  29. package/mainnet/cosmoshub.js +890 -26
  30. package/mainnet/dydx.js +700 -0
  31. package/mainnet/gravitybridge.js +164 -0
  32. package/mainnet/injective.js +700 -0
  33. package/mainnet/juno.js +164 -0
  34. package/mainnet/kujira.js +164 -0
  35. package/mainnet/migaloo.js +164 -0
  36. package/mainnet/milkyway.js +76 -0
  37. package/mainnet/neutron.js +890 -26
  38. package/mainnet/noble.js +700 -0
  39. package/mainnet/oraichain.js +164 -0
  40. package/mainnet/osmosis.js +864 -0
  41. package/mainnet/persistence.js +164 -0
  42. package/mainnet/stride.js +700 -0
  43. package/mainnet/terra2.js +890 -26
  44. package/package.json +5 -5
  45. package/testnet/assets.js +2 -1
  46. package/testnet/index.d.ts +1 -0
  47. package/testnet/index.js +2 -1
  48. package/testnet/int3facetestnet.d.ts +3 -0
  49. package/testnet/int3facetestnet.js +7 -0
  50. package/testnet/osmosistestnet.js +80 -0
@@ -3157,6 +3157,88 @@ const assets = {
3157
3157
  }
3158
3158
  }]
3159
3159
  },
3160
+ {
3161
+ description: 'The native token cw20 for dSilk on Secret Network',
3162
+ denom_units: [{
3163
+ denom: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
3164
+ exponent: 0,
3165
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
3166
+ }, {
3167
+ denom: 'dsilk',
3168
+ exponent: 6
3169
+ }],
3170
+ type_asset: 'snip25',
3171
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
3172
+ base: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
3173
+ name: 'dSilk',
3174
+ display: 'dsilk',
3175
+ symbol: 'dSILK',
3176
+ logo_URIs: {
3177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
3178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
3179
+ },
3180
+ images: [{
3181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
3182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
3183
+ theme: {
3184
+ primary_color_hex: '#3142fc'
3185
+ }
3186
+ }],
3187
+ traces: [{
3188
+ type: 'ibc-cw20',
3189
+ counterparty: {
3190
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
3191
+ channel_id: 'channel-148',
3192
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
3193
+ chain_name: 'secretnetwork'
3194
+ },
3195
+ chain: {
3196
+ port: 'transfer',
3197
+ channel_id: 'channel-150'
3198
+ }
3199
+ }]
3200
+ },
3201
+ {
3202
+ description: 'The native token cw20 for xSilk on Secret Network',
3203
+ denom_units: [{
3204
+ denom: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
3205
+ exponent: 0,
3206
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
3207
+ }, {
3208
+ denom: 'xsilk',
3209
+ exponent: 6
3210
+ }],
3211
+ type_asset: 'snip25',
3212
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
3213
+ base: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
3214
+ name: 'xSilk',
3215
+ display: 'xsilk',
3216
+ symbol: 'xSILK',
3217
+ logo_URIs: {
3218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
3219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
3220
+ },
3221
+ images: [{
3222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
3223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
3224
+ theme: {
3225
+ primary_color_hex: '#3142fc'
3226
+ }
3227
+ }],
3228
+ traces: [{
3229
+ type: 'ibc-cw20',
3230
+ counterparty: {
3231
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
3232
+ channel_id: 'channel-148',
3233
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
3234
+ chain_name: 'secretnetwork'
3235
+ },
3236
+ chain: {
3237
+ port: 'transfer',
3238
+ channel_id: 'channel-150'
3239
+ }
3240
+ }]
3241
+ },
3160
3242
  {
3161
3243
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
3162
3244
  denom_units: [{
@@ -3533,6 +3615,88 @@ const assets = {
3533
3615
  }
3534
3616
  }]
3535
3617
  },
3618
+ {
3619
+ description: 'The native token cw20 for dSilk on Secret Network',
3620
+ denom_units: [{
3621
+ denom: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
3622
+ exponent: 0,
3623
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
3624
+ }, {
3625
+ denom: 'dsilk',
3626
+ exponent: 6
3627
+ }],
3628
+ type_asset: 'snip25',
3629
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
3630
+ base: 'ibc/14DBE35840F95DB1BEA181E3904F65D27EC93D9F3982EC44828A275621345F58',
3631
+ name: 'dSilk',
3632
+ display: 'dsilk',
3633
+ symbol: 'dSILK',
3634
+ logo_URIs: {
3635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
3636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
3637
+ },
3638
+ images: [{
3639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
3640
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
3641
+ theme: {
3642
+ primary_color_hex: '#3142fc'
3643
+ }
3644
+ }],
3645
+ traces: [{
3646
+ type: 'ibc-cw20',
3647
+ counterparty: {
3648
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
3649
+ channel_id: 'channel-148',
3650
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
3651
+ chain_name: 'secretnetwork'
3652
+ },
3653
+ chain: {
3654
+ port: 'transfer',
3655
+ channel_id: 'channel-150'
3656
+ }
3657
+ }]
3658
+ },
3659
+ {
3660
+ description: 'The native token cw20 for xSilk on Secret Network',
3661
+ denom_units: [{
3662
+ denom: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
3663
+ exponent: 0,
3664
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
3665
+ }, {
3666
+ denom: 'xsilk',
3667
+ exponent: 6
3668
+ }],
3669
+ type_asset: 'snip25',
3670
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
3671
+ base: 'ibc/B800E6492CA925A0BAD69AC9C067EC0655085437557602F54819085D1C397089',
3672
+ name: 'xSilk',
3673
+ display: 'xsilk',
3674
+ symbol: 'xSILK',
3675
+ logo_URIs: {
3676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
3677
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
3678
+ },
3679
+ images: [{
3680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
3681
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
3682
+ theme: {
3683
+ primary_color_hex: '#3142fc'
3684
+ }
3685
+ }],
3686
+ traces: [{
3687
+ type: 'ibc-cw20',
3688
+ counterparty: {
3689
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
3690
+ channel_id: 'channel-148',
3691
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
3692
+ chain_name: 'secretnetwork'
3693
+ },
3694
+ chain: {
3695
+ port: 'transfer',
3696
+ channel_id: 'channel-150'
3697
+ }
3698
+ }]
3699
+ },
3536
3700
  {
3537
3701
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
3538
3702
  denom_units: [{