@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
@@ -5645,6 +5645,88 @@ const assets = {
5645
5645
  }
5646
5646
  }]
5647
5647
  },
5648
+ {
5649
+ description: 'The native token cw20 for dSilk on Secret Network',
5650
+ denom_units: [{
5651
+ denom: 'ibc/F0939CD4D80A22ECF448C9FD39CDB837F5E83B89D69703E3911EC0D30171AD97',
5652
+ exponent: 0,
5653
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
5654
+ }, {
5655
+ denom: 'dsilk',
5656
+ exponent: 6
5657
+ }],
5658
+ type_asset: 'snip25',
5659
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
5660
+ base: 'ibc/F0939CD4D80A22ECF448C9FD39CDB837F5E83B89D69703E3911EC0D30171AD97',
5661
+ name: 'dSilk',
5662
+ display: 'dsilk',
5663
+ symbol: 'dSILK',
5664
+ logo_URIs: {
5665
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
5666
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
5667
+ },
5668
+ images: [{
5669
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
5670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
5671
+ theme: {
5672
+ primary_color_hex: '#3142fc'
5673
+ }
5674
+ }],
5675
+ traces: [{
5676
+ type: 'ibc-cw20',
5677
+ counterparty: {
5678
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
5679
+ channel_id: 'channel-45',
5680
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
5681
+ chain_name: 'secretnetwork'
5682
+ },
5683
+ chain: {
5684
+ port: 'transfer',
5685
+ channel_id: 'channel-163'
5686
+ }
5687
+ }]
5688
+ },
5689
+ {
5690
+ description: 'The native token cw20 for xSilk on Secret Network',
5691
+ denom_units: [{
5692
+ denom: 'ibc/6D9C876A9B0CF0D97E03C5BFEB89F1D8AEE14007E1B58D5E0C180E4D54653FC1',
5693
+ exponent: 0,
5694
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
5695
+ }, {
5696
+ denom: 'xsilk',
5697
+ exponent: 6
5698
+ }],
5699
+ type_asset: 'snip25',
5700
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
5701
+ base: 'ibc/6D9C876A9B0CF0D97E03C5BFEB89F1D8AEE14007E1B58D5E0C180E4D54653FC1',
5702
+ name: 'xSilk',
5703
+ display: 'xsilk',
5704
+ symbol: 'xSILK',
5705
+ logo_URIs: {
5706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
5707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
5708
+ },
5709
+ images: [{
5710
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
5711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
5712
+ theme: {
5713
+ primary_color_hex: '#3142fc'
5714
+ }
5715
+ }],
5716
+ traces: [{
5717
+ type: 'ibc-cw20',
5718
+ counterparty: {
5719
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
5720
+ channel_id: 'channel-45',
5721
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
5722
+ chain_name: 'secretnetwork'
5723
+ },
5724
+ chain: {
5725
+ port: 'transfer',
5726
+ channel_id: 'channel-163'
5727
+ }
5728
+ }]
5729
+ },
5648
5730
  {
5649
5731
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
5650
5732
  denom_units: [{
@@ -6021,6 +6103,88 @@ const assets = {
6021
6103
  }
6022
6104
  }]
6023
6105
  },
6106
+ {
6107
+ description: 'The native token cw20 for dSilk on Secret Network',
6108
+ denom_units: [{
6109
+ denom: 'ibc/F0939CD4D80A22ECF448C9FD39CDB837F5E83B89D69703E3911EC0D30171AD97',
6110
+ exponent: 0,
6111
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
6112
+ }, {
6113
+ denom: 'dsilk',
6114
+ exponent: 6
6115
+ }],
6116
+ type_asset: 'snip25',
6117
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
6118
+ base: 'ibc/F0939CD4D80A22ECF448C9FD39CDB837F5E83B89D69703E3911EC0D30171AD97',
6119
+ name: 'dSilk',
6120
+ display: 'dsilk',
6121
+ symbol: 'dSILK',
6122
+ logo_URIs: {
6123
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
6124
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
6125
+ },
6126
+ images: [{
6127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
6128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
6129
+ theme: {
6130
+ primary_color_hex: '#3142fc'
6131
+ }
6132
+ }],
6133
+ traces: [{
6134
+ type: 'ibc-cw20',
6135
+ counterparty: {
6136
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
6137
+ channel_id: 'channel-45',
6138
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
6139
+ chain_name: 'secretnetwork'
6140
+ },
6141
+ chain: {
6142
+ port: 'transfer',
6143
+ channel_id: 'channel-163'
6144
+ }
6145
+ }]
6146
+ },
6147
+ {
6148
+ description: 'The native token cw20 for xSilk on Secret Network',
6149
+ denom_units: [{
6150
+ denom: 'ibc/6D9C876A9B0CF0D97E03C5BFEB89F1D8AEE14007E1B58D5E0C180E4D54653FC1',
6151
+ exponent: 0,
6152
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
6153
+ }, {
6154
+ denom: 'xsilk',
6155
+ exponent: 6
6156
+ }],
6157
+ type_asset: 'snip25',
6158
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
6159
+ base: 'ibc/6D9C876A9B0CF0D97E03C5BFEB89F1D8AEE14007E1B58D5E0C180E4D54653FC1',
6160
+ name: 'xSilk',
6161
+ display: 'xsilk',
6162
+ symbol: 'xSILK',
6163
+ logo_URIs: {
6164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
6165
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
6166
+ },
6167
+ images: [{
6168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
6169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
6170
+ theme: {
6171
+ primary_color_hex: '#3142fc'
6172
+ }
6173
+ }],
6174
+ traces: [{
6175
+ type: 'ibc-cw20',
6176
+ counterparty: {
6177
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
6178
+ channel_id: 'channel-45',
6179
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
6180
+ chain_name: 'secretnetwork'
6181
+ },
6182
+ chain: {
6183
+ port: 'transfer',
6184
+ channel_id: 'channel-163'
6185
+ }
6186
+ }]
6187
+ },
6024
6188
  {
6025
6189
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
6026
6190
  denom_units: [{
@@ -7047,6 +7047,88 @@ const assets = {
7047
7047
  }
7048
7048
  }]
7049
7049
  },
7050
+ {
7051
+ description: 'The native token cw20 for dSilk on Secret Network',
7052
+ denom_units: [{
7053
+ denom: 'ibc/0FC6B1300441DCCA4F6BADE5C77D70C2F0DDFD63D6299A4D285CEBC373476C1E',
7054
+ exponent: 0,
7055
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
7056
+ }, {
7057
+ denom: 'dsilk',
7058
+ exponent: 6
7059
+ }],
7060
+ type_asset: 'snip25',
7061
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
7062
+ base: 'ibc/0FC6B1300441DCCA4F6BADE5C77D70C2F0DDFD63D6299A4D285CEBC373476C1E',
7063
+ name: 'dSilk',
7064
+ display: 'dsilk',
7065
+ symbol: 'dSILK',
7066
+ logo_URIs: {
7067
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
7068
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
7069
+ },
7070
+ images: [{
7071
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
7072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
7073
+ theme: {
7074
+ primary_color_hex: '#3142fc'
7075
+ }
7076
+ }],
7077
+ traces: [{
7078
+ type: 'ibc-cw20',
7079
+ counterparty: {
7080
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
7081
+ channel_id: 'channel-46',
7082
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
7083
+ chain_name: 'secretnetwork'
7084
+ },
7085
+ chain: {
7086
+ port: 'transfer',
7087
+ channel_id: 'channel-44'
7088
+ }
7089
+ }]
7090
+ },
7091
+ {
7092
+ description: 'The native token cw20 for xSilk on Secret Network',
7093
+ denom_units: [{
7094
+ denom: 'ibc/0767B63E0CABFB1090DA8AA5C32BACCC328D126A71541243FF9B89E5B3E3BCF8',
7095
+ exponent: 0,
7096
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
7097
+ }, {
7098
+ denom: 'xsilk',
7099
+ exponent: 6
7100
+ }],
7101
+ type_asset: 'snip25',
7102
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
7103
+ base: 'ibc/0767B63E0CABFB1090DA8AA5C32BACCC328D126A71541243FF9B89E5B3E3BCF8',
7104
+ name: 'xSilk',
7105
+ display: 'xsilk',
7106
+ symbol: 'xSILK',
7107
+ logo_URIs: {
7108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
7110
+ },
7111
+ images: [{
7112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
7114
+ theme: {
7115
+ primary_color_hex: '#3142fc'
7116
+ }
7117
+ }],
7118
+ traces: [{
7119
+ type: 'ibc-cw20',
7120
+ counterparty: {
7121
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
7122
+ channel_id: 'channel-46',
7123
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
7124
+ chain_name: 'secretnetwork'
7125
+ },
7126
+ chain: {
7127
+ port: 'transfer',
7128
+ channel_id: 'channel-44'
7129
+ }
7130
+ }]
7131
+ },
7050
7132
  {
7051
7133
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
7052
7134
  denom_units: [{
@@ -8754,6 +8836,88 @@ const assets = {
8754
8836
  }
8755
8837
  }]
8756
8838
  },
8839
+ {
8840
+ description: 'The native token cw20 for dSilk on Secret Network',
8841
+ denom_units: [{
8842
+ denom: 'ibc/0FC6B1300441DCCA4F6BADE5C77D70C2F0DDFD63D6299A4D285CEBC373476C1E',
8843
+ exponent: 0,
8844
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
8845
+ }, {
8846
+ denom: 'dsilk',
8847
+ exponent: 6
8848
+ }],
8849
+ type_asset: 'snip25',
8850
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
8851
+ base: 'ibc/0FC6B1300441DCCA4F6BADE5C77D70C2F0DDFD63D6299A4D285CEBC373476C1E',
8852
+ name: 'dSilk',
8853
+ display: 'dsilk',
8854
+ symbol: 'dSILK',
8855
+ logo_URIs: {
8856
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
8857
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
8858
+ },
8859
+ images: [{
8860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
8861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
8862
+ theme: {
8863
+ primary_color_hex: '#3142fc'
8864
+ }
8865
+ }],
8866
+ traces: [{
8867
+ type: 'ibc-cw20',
8868
+ counterparty: {
8869
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
8870
+ channel_id: 'channel-46',
8871
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
8872
+ chain_name: 'secretnetwork'
8873
+ },
8874
+ chain: {
8875
+ port: 'transfer',
8876
+ channel_id: 'channel-44'
8877
+ }
8878
+ }]
8879
+ },
8880
+ {
8881
+ description: 'The native token cw20 for xSilk on Secret Network',
8882
+ denom_units: [{
8883
+ denom: 'ibc/0767B63E0CABFB1090DA8AA5C32BACCC328D126A71541243FF9B89E5B3E3BCF8',
8884
+ exponent: 0,
8885
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
8886
+ }, {
8887
+ denom: 'xsilk',
8888
+ exponent: 6
8889
+ }],
8890
+ type_asset: 'snip25',
8891
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
8892
+ base: 'ibc/0767B63E0CABFB1090DA8AA5C32BACCC328D126A71541243FF9B89E5B3E3BCF8',
8893
+ name: 'xSilk',
8894
+ display: 'xsilk',
8895
+ symbol: 'xSILK',
8896
+ logo_URIs: {
8897
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
8898
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
8899
+ },
8900
+ images: [{
8901
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
8902
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
8903
+ theme: {
8904
+ primary_color_hex: '#3142fc'
8905
+ }
8906
+ }],
8907
+ traces: [{
8908
+ type: 'ibc-cw20',
8909
+ counterparty: {
8910
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
8911
+ channel_id: 'channel-46',
8912
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
8913
+ chain_name: 'secretnetwork'
8914
+ },
8915
+ chain: {
8916
+ port: 'transfer',
8917
+ channel_id: 'channel-44'
8918
+ }
8919
+ }]
8920
+ },
8757
8921
  {
8758
8922
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
8759
8923
  denom_units: [{
@@ -2847,6 +2847,88 @@ const assets = {
2847
2847
  }
2848
2848
  }]
2849
2849
  },
2850
+ {
2851
+ description: 'The native token cw20 for dSilk on Secret Network',
2852
+ denom_units: [{
2853
+ denom: 'ibc/9AD927921E0D94C989EB9D9F7ADD05EF7BF8321FD855DAC61841F8A37B71BF0D',
2854
+ exponent: 0,
2855
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
2856
+ }, {
2857
+ denom: 'dsilk',
2858
+ exponent: 6
2859
+ }],
2860
+ type_asset: 'snip25',
2861
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
2862
+ base: 'ibc/9AD927921E0D94C989EB9D9F7ADD05EF7BF8321FD855DAC61841F8A37B71BF0D',
2863
+ name: 'dSilk',
2864
+ display: 'dsilk',
2865
+ symbol: 'dSILK',
2866
+ logo_URIs: {
2867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
2868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
2869
+ },
2870
+ images: [{
2871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
2872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
2873
+ theme: {
2874
+ primary_color_hex: '#3142fc'
2875
+ }
2876
+ }],
2877
+ traces: [{
2878
+ type: 'ibc-cw20',
2879
+ counterparty: {
2880
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
2881
+ channel_id: 'channel-129',
2882
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
2883
+ chain_name: 'secretnetwork'
2884
+ },
2885
+ chain: {
2886
+ port: 'transfer',
2887
+ channel_id: 'channel-103'
2888
+ }
2889
+ }]
2890
+ },
2891
+ {
2892
+ description: 'The native token cw20 for xSilk on Secret Network',
2893
+ denom_units: [{
2894
+ denom: 'ibc/51A1C63C07451B2F9EAC3B7DDF6B4FE0C24C7715164C49753272FAE7DD0A4C15',
2895
+ exponent: 0,
2896
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
2897
+ }, {
2898
+ denom: 'xsilk',
2899
+ exponent: 6
2900
+ }],
2901
+ type_asset: 'snip25',
2902
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
2903
+ base: 'ibc/51A1C63C07451B2F9EAC3B7DDF6B4FE0C24C7715164C49753272FAE7DD0A4C15',
2904
+ name: 'xSilk',
2905
+ display: 'xsilk',
2906
+ symbol: 'xSILK',
2907
+ logo_URIs: {
2908
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
2909
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
2910
+ },
2911
+ images: [{
2912
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
2913
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
2914
+ theme: {
2915
+ primary_color_hex: '#3142fc'
2916
+ }
2917
+ }],
2918
+ traces: [{
2919
+ type: 'ibc-cw20',
2920
+ counterparty: {
2921
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
2922
+ channel_id: 'channel-129',
2923
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
2924
+ chain_name: 'secretnetwork'
2925
+ },
2926
+ chain: {
2927
+ port: 'transfer',
2928
+ channel_id: 'channel-103'
2929
+ }
2930
+ }]
2931
+ },
2850
2932
  {
2851
2933
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
2852
2934
  denom_units: [{
@@ -11724,6 +11806,88 @@ const assets = {
11724
11806
  }
11725
11807
  }]
11726
11808
  },
11809
+ {
11810
+ description: 'The native token cw20 for dSilk on Secret Network',
11811
+ denom_units: [{
11812
+ denom: 'ibc/9AD927921E0D94C989EB9D9F7ADD05EF7BF8321FD855DAC61841F8A37B71BF0D',
11813
+ exponent: 0,
11814
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
11815
+ }, {
11816
+ denom: 'dsilk',
11817
+ exponent: 6
11818
+ }],
11819
+ type_asset: 'snip25',
11820
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
11821
+ base: 'ibc/9AD927921E0D94C989EB9D9F7ADD05EF7BF8321FD855DAC61841F8A37B71BF0D',
11822
+ name: 'dSilk',
11823
+ display: 'dsilk',
11824
+ symbol: 'dSILK',
11825
+ logo_URIs: {
11826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
11827
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
11828
+ },
11829
+ images: [{
11830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
11831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
11832
+ theme: {
11833
+ primary_color_hex: '#3142fc'
11834
+ }
11835
+ }],
11836
+ traces: [{
11837
+ type: 'ibc-cw20',
11838
+ counterparty: {
11839
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
11840
+ channel_id: 'channel-129',
11841
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
11842
+ chain_name: 'secretnetwork'
11843
+ },
11844
+ chain: {
11845
+ port: 'transfer',
11846
+ channel_id: 'channel-103'
11847
+ }
11848
+ }]
11849
+ },
11850
+ {
11851
+ description: 'The native token cw20 for xSilk on Secret Network',
11852
+ denom_units: [{
11853
+ denom: 'ibc/51A1C63C07451B2F9EAC3B7DDF6B4FE0C24C7715164C49753272FAE7DD0A4C15',
11854
+ exponent: 0,
11855
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
11856
+ }, {
11857
+ denom: 'xsilk',
11858
+ exponent: 6
11859
+ }],
11860
+ type_asset: 'snip25',
11861
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
11862
+ base: 'ibc/51A1C63C07451B2F9EAC3B7DDF6B4FE0C24C7715164C49753272FAE7DD0A4C15',
11863
+ name: 'xSilk',
11864
+ display: 'xsilk',
11865
+ symbol: 'xSILK',
11866
+ logo_URIs: {
11867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
11868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
11869
+ },
11870
+ images: [{
11871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
11872
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
11873
+ theme: {
11874
+ primary_color_hex: '#3142fc'
11875
+ }
11876
+ }],
11877
+ traces: [{
11878
+ type: 'ibc-cw20',
11879
+ counterparty: {
11880
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
11881
+ channel_id: 'channel-129',
11882
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
11883
+ chain_name: 'secretnetwork'
11884
+ },
11885
+ chain: {
11886
+ port: 'transfer',
11887
+ channel_id: 'channel-103'
11888
+ }
11889
+ }]
11890
+ },
11727
11891
  {
11728
11892
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
11729
11893
  denom_units: [{
@@ -1,6 +1,44 @@
1
1
  const assets = {
2
2
  chain_name: 'milkyway',
3
3
  assets: [
4
+ {
5
+ description: 'The native token of Babylon Genesis.',
6
+ denom_units: [{
7
+ denom: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
8
+ exponent: 0,
9
+ aliases: ['ubbn']
10
+ }, {
11
+ denom: 'BABY',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
15
+ name: 'BABY',
16
+ display: 'BABY',
17
+ symbol: 'BABY',
18
+ logo_URIs: {
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
20
+ },
21
+ images: [{
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
23
+ }],
24
+ coingecko_id: 'babylon',
25
+ type_asset: 'sdk.coin',
26
+ socials: {
27
+ website: 'https://babylonlabs.io/',
28
+ twitter: 'https://x.com/babylonlabs_io'
29
+ },
30
+ traces: [{
31
+ type: 'ibc',
32
+ counterparty: {
33
+ channel_id: 'channel-4',
34
+ base_denom: 'ubbn',
35
+ chain_name: 'babylon'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-4'
39
+ }
40
+ }]
41
+ },
4
42
  {
5
43
  description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
6
44
  denom_units: [{
@@ -44,6 +82,44 @@ const assets = {
44
82
  }
45
83
  }]
46
84
  },
85
+ {
86
+ description: 'The native token of Babylon Genesis.',
87
+ denom_units: [{
88
+ denom: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
89
+ exponent: 0,
90
+ aliases: ['ubbn']
91
+ }, {
92
+ denom: 'BABY',
93
+ exponent: 6
94
+ }],
95
+ base: 'ibc/B0BEE773CEF718E8B6D2892A27D57FEFB00BD8B2E698367B5CC96A4F36148726',
96
+ name: 'BABY',
97
+ display: 'BABY',
98
+ symbol: 'BABY',
99
+ logo_URIs: {
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
101
+ },
102
+ images: [{
103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
104
+ }],
105
+ coingecko_id: 'babylon',
106
+ type_asset: 'sdk.coin',
107
+ socials: {
108
+ website: 'https://babylonlabs.io/',
109
+ twitter: 'https://x.com/babylonlabs_io'
110
+ },
111
+ traces: [{
112
+ type: 'ibc',
113
+ counterparty: {
114
+ channel_id: 'channel-4',
115
+ base_denom: 'ubbn',
116
+ chain_name: 'babylon'
117
+ },
118
+ chain: {
119
+ channel_id: 'channel-4'
120
+ }
121
+ }]
122
+ },
47
123
  {
48
124
  description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
49
125
  denom_units: [{