@chain-registry/assets 1.70.15 → 1.70.17

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 (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
package/esm/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './mainnet';
2
2
  export * from './testnet';
3
+ export * from './devnet';
3
4
  export * from './noncosmos';
4
5
  import asset_lists from './asset_lists';
5
6
  export default {
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-20',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-60'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
56
90
  denom_units: [{
@@ -919,7 +953,7 @@ const assets = {
919
953
  }]
920
954
  },
921
955
  {
922
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
956
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
923
957
  denom_units: [{
924
958
  denom: 'ibc/1C312D6A05202A8F83393290B3403EAA37FF2E3DDA73BB69253C2D10CDA4D6CF',
925
959
  exponent: 0,
@@ -1138,6 +1172,40 @@ const assets = {
1138
1172
  }
1139
1173
  }]
1140
1174
  },
1175
+ {
1176
+ description: 'Architects Token',
1177
+ type_asset: 'cw20',
1178
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1179
+ denom_units: [{
1180
+ denom: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
1181
+ exponent: 0,
1182
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1183
+ }, {
1184
+ denom: 'TOKN',
1185
+ exponent: 18
1186
+ }],
1187
+ base: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
1188
+ name: 'Architects Token',
1189
+ display: 'TOKN',
1190
+ symbol: 'TOKN',
1191
+ logo_URIs: {
1192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1193
+ },
1194
+ images: [{
1195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1196
+ }],
1197
+ traces: [{
1198
+ type: 'ibc',
1199
+ counterparty: {
1200
+ channel_id: 'channel-20',
1201
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1202
+ chain_name: 'archway'
1203
+ },
1204
+ chain: {
1205
+ channel_id: 'channel-60'
1206
+ }
1207
+ }]
1208
+ },
1141
1209
  {
1142
1210
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1143
1211
  denom_units: [{
@@ -2006,7 +2074,7 @@ const assets = {
2006
2074
  }]
2007
2075
  },
2008
2076
  {
2009
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2077
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2010
2078
  denom_units: [{
2011
2079
  denom: 'ibc/1C312D6A05202A8F83393290B3403EAA37FF2E3DDA73BB69253C2D10CDA4D6CF',
2012
2080
  exponent: 0,
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/6649A968BD09695F9151399866089AF2618114C9E0436E83E07437AB71BC38E7',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/6649A968BD09695F9151399866089AF2618114C9E0436E83E07437AB71BC38E7',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-26',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-109'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
56
90
  denom_units: [{
@@ -510,7 +544,7 @@ const assets = {
510
544
  }]
511
545
  },
512
546
  {
513
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
547
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
514
548
  denom_units: [{
515
549
  denom: 'ibc/1C83E3B8A612C4FB7F3D7C20AE3E827BD61FF21CE5343134CC7A4F5ADC57EE43',
516
550
  exponent: 0,
@@ -897,6 +931,40 @@ const assets = {
897
931
  }
898
932
  }]
899
933
  },
934
+ {
935
+ description: 'Architects Token',
936
+ type_asset: 'cw20',
937
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
938
+ denom_units: [{
939
+ denom: 'ibc/6649A968BD09695F9151399866089AF2618114C9E0436E83E07437AB71BC38E7',
940
+ exponent: 0,
941
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
942
+ }, {
943
+ denom: 'TOKN',
944
+ exponent: 18
945
+ }],
946
+ base: 'ibc/6649A968BD09695F9151399866089AF2618114C9E0436E83E07437AB71BC38E7',
947
+ name: 'Architects Token',
948
+ display: 'TOKN',
949
+ symbol: 'TOKN',
950
+ logo_URIs: {
951
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
952
+ },
953
+ images: [{
954
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
955
+ }],
956
+ traces: [{
957
+ type: 'ibc',
958
+ counterparty: {
959
+ channel_id: 'channel-26',
960
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
961
+ chain_name: 'archway'
962
+ },
963
+ chain: {
964
+ channel_id: 'channel-109'
965
+ }
966
+ }]
967
+ },
900
968
  {
901
969
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
902
970
  denom_units: [{
@@ -1356,7 +1424,7 @@ const assets = {
1356
1424
  }]
1357
1425
  },
1358
1426
  {
1359
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1427
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1360
1428
  denom_units: [{
1361
1429
  denom: 'ibc/1C83E3B8A612C4FB7F3D7C20AE3E827BD61FF21CE5343134CC7A4F5ADC57EE43',
1362
1430
  exponent: 0,
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/657E8D05AB120050649CC02D9B3EA60BB7D1A3525C36541FC891F77A1B9328B3',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/657E8D05AB120050649CC02D9B3EA60BB7D1A3525C36541FC891F77A1B9328B3',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-97',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-11'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
56
90
  denom_units: [{
@@ -641,6 +675,40 @@ const assets = {
641
675
  }
642
676
  }]
643
677
  },
678
+ {
679
+ description: 'Architects Token',
680
+ type_asset: 'cw20',
681
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
682
+ denom_units: [{
683
+ denom: 'ibc/657E8D05AB120050649CC02D9B3EA60BB7D1A3525C36541FC891F77A1B9328B3',
684
+ exponent: 0,
685
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
686
+ }, {
687
+ denom: 'TOKN',
688
+ exponent: 18
689
+ }],
690
+ base: 'ibc/657E8D05AB120050649CC02D9B3EA60BB7D1A3525C36541FC891F77A1B9328B3',
691
+ name: 'Architects Token',
692
+ display: 'TOKN',
693
+ symbol: 'TOKN',
694
+ logo_URIs: {
695
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
696
+ },
697
+ images: [{
698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
699
+ }],
700
+ traces: [{
701
+ type: 'ibc',
702
+ counterparty: {
703
+ channel_id: 'channel-97',
704
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
705
+ chain_name: 'archway'
706
+ },
707
+ chain: {
708
+ channel_id: 'channel-11'
709
+ }
710
+ }]
711
+ },
644
712
  {
645
713
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
646
714
  denom_units: [{
@@ -369,7 +369,7 @@ const assets = {
369
369
  }]
370
370
  },
371
371
  {
372
- description: 'BeeZee native blockchain',
372
+ description: 'BeeZee network native coin',
373
373
  denom_units: [{
374
374
  denom: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
375
375
  exponent: 0,
@@ -395,6 +395,10 @@ const assets = {
395
395
  }
396
396
  }],
397
397
  type_asset: 'sdk.coin',
398
+ socials: {
399
+ website: 'https://getbze.com/',
400
+ twitter: 'https://x.com/BZEdgeCoin'
401
+ },
398
402
  traces: [{
399
403
  type: 'ibc',
400
404
  counterparty: {
@@ -1607,7 +1611,7 @@ const assets = {
1607
1611
  }]
1608
1612
  },
1609
1613
  {
1610
- description: 'BeeZee native blockchain',
1614
+ description: 'BeeZee network native coin',
1611
1615
  denom_units: [{
1612
1616
  denom: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
1613
1617
  exponent: 0,
@@ -1633,6 +1637,10 @@ const assets = {
1633
1637
  }
1634
1638
  }],
1635
1639
  type_asset: 'sdk.coin',
1640
+ socials: {
1641
+ website: 'https://getbze.com/',
1642
+ twitter: 'https://x.com/BZEdgeCoin'
1643
+ },
1636
1644
  traces: [{
1637
1645
  type: 'ibc',
1638
1646
  counterparty: {
@@ -9,6 +9,7 @@ import _andromeda from './andromeda';
9
9
  import _archway from './archway';
10
10
  import _arkh from './arkh';
11
11
  import _assetmantle from './assetmantle';
12
+ import _atomone from './atomone';
12
13
  import _aura from './aura';
13
14
  import _axelar from './axelar';
14
15
  import _bandchain from './bandchain';
@@ -60,6 +61,7 @@ import _humans from './humans';
60
61
  import _impacthub from './impacthub';
61
62
  import _imversed from './imversed';
62
63
  import _injective from './injective';
64
+ import _int3face from './int3face';
63
65
  import _irisnet from './irisnet';
64
66
  import _jackal from './jackal';
65
67
  import _joltify from './joltify';
@@ -77,6 +79,7 @@ import _lorenzo from './lorenzo';
77
79
  import _lumenx from './lumenx';
78
80
  import _lumnetwork from './lumnetwork';
79
81
  import _mande from './mande';
82
+ import _mantrachain from './mantrachain';
80
83
  import _mars from './mars';
81
84
  import _medasdigital from './medasdigital';
82
85
  import _meme from './meme';
@@ -134,6 +137,7 @@ import _stargaze from './stargaze';
134
137
  import _starname from './starname';
135
138
  import _stratos from './stratos';
136
139
  import _stride from './stride';
140
+ import _synternet from './synternet';
137
141
  import _teritori from './teritori';
138
142
  import _terra from './terra';
139
143
  import _terra2 from './terra2';
@@ -144,5 +148,5 @@ import _unification from './unification';
144
148
  import _uptick from './uptick';
145
149
  import _vidulum from './vidulum';
146
150
  import _xpla from './xpla';
147
- const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _vidulum, _xpla];
151
+ const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumenx, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _vidulum, _xpla];
148
152
  export default assets;
@@ -0,0 +1,182 @@
1
+ const assets = {
2
+ chain_name: 'atomone',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
16
+ name: 'Osmosis',
17
+ display: 'osmo',
18
+ symbol: 'OSMO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
26
+ theme: {
27
+ primary_color_hex: '#760dbb'
28
+ }
29
+ }],
30
+ coingecko_id: 'osmosis',
31
+ keywords: ['dex', 'staking'],
32
+ socials: {
33
+ website: 'https://osmosis.zone',
34
+ twitter: 'https://twitter.com/osmosiszone'
35
+ },
36
+ traces: [{
37
+ type: 'ibc',
38
+ counterparty: {
39
+ channel_id: 'channel-85309',
40
+ base_denom: 'uosmo',
41
+ chain_name: 'osmosis'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-0'
45
+ }
46
+ }]
47
+ },
48
+ {
49
+ description: 'ION is the second native token of Osmosis.',
50
+ denom_units: [{
51
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
52
+ exponent: 0,
53
+ aliases: ['uion']
54
+ }, {
55
+ denom: 'ion',
56
+ exponent: 6
57
+ }],
58
+ type_asset: 'sdk.coin',
59
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
60
+ name: 'Ion DAO',
61
+ display: 'ion',
62
+ symbol: 'ION',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
70
+ theme: {
71
+ primary_color_hex: '#4453c7'
72
+ }
73
+ }],
74
+ coingecko_id: 'ion',
75
+ keywords: ['memecoin', 'defi'],
76
+ socials: {
77
+ website: 'https://ion.wtf',
78
+ twitter: 'https://twitter.com/_IONDAO'
79
+ },
80
+ traces: [{
81
+ type: 'ibc',
82
+ counterparty: {
83
+ channel_id: 'channel-85309',
84
+ base_denom: 'uion',
85
+ chain_name: 'osmosis'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-0'
89
+ }
90
+ }]
91
+ },
92
+ {
93
+ description: 'The native token of Osmosis',
94
+ denom_units: [{
95
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
96
+ exponent: 0,
97
+ aliases: ['uosmo']
98
+ }, {
99
+ denom: 'osmo',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'sdk.coin',
103
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
104
+ name: 'Osmosis',
105
+ display: 'osmo',
106
+ symbol: 'OSMO',
107
+ logo_URIs: {
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
+ },
111
+ images: [{
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
114
+ theme: {
115
+ primary_color_hex: '#760dbb'
116
+ }
117
+ }],
118
+ coingecko_id: 'osmosis',
119
+ keywords: ['dex', 'staking'],
120
+ socials: {
121
+ website: 'https://osmosis.zone',
122
+ twitter: 'https://twitter.com/osmosiszone'
123
+ },
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ channel_id: 'channel-85309',
128
+ base_denom: 'uosmo',
129
+ chain_name: 'osmosis'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-0'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'ION is the second native token of Osmosis.',
138
+ denom_units: [{
139
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
140
+ exponent: 0,
141
+ aliases: ['uion']
142
+ }, {
143
+ denom: 'ion',
144
+ exponent: 6
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
148
+ name: 'Ion DAO',
149
+ display: 'ion',
150
+ symbol: 'ION',
151
+ logo_URIs: {
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
158
+ theme: {
159
+ primary_color_hex: '#4453c7'
160
+ }
161
+ }],
162
+ coingecko_id: 'ion',
163
+ keywords: ['memecoin', 'defi'],
164
+ socials: {
165
+ website: 'https://ion.wtf',
166
+ twitter: 'https://twitter.com/_IONDAO'
167
+ },
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ channel_id: 'channel-85309',
172
+ base_denom: 'uion',
173
+ chain_name: 'osmosis'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-0'
177
+ }
178
+ }]
179
+ }
180
+ ]
181
+ };
182
+ export default assets;
@@ -257,6 +257,40 @@ const assets = {
257
257
  }
258
258
  }]
259
259
  },
260
+ {
261
+ description: 'Architects Token',
262
+ type_asset: 'cw20',
263
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
264
+ denom_units: [{
265
+ denom: 'ibc/8C5DC6699095C035C444AFCF756DF7374A653189559F3FBB598DF34752A6DEA4',
266
+ exponent: 0,
267
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
268
+ }, {
269
+ denom: 'TOKN',
270
+ exponent: 18
271
+ }],
272
+ base: 'ibc/8C5DC6699095C035C444AFCF756DF7374A653189559F3FBB598DF34752A6DEA4',
273
+ name: 'Architects Token',
274
+ display: 'TOKN',
275
+ symbol: 'TOKN',
276
+ logo_URIs: {
277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
278
+ },
279
+ images: [{
280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
281
+ }],
282
+ traces: [{
283
+ type: 'ibc',
284
+ counterparty: {
285
+ channel_id: 'channel-13',
286
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
287
+ chain_name: 'archway'
288
+ },
289
+ chain: {
290
+ channel_id: 'channel-111'
291
+ }
292
+ }]
293
+ },
260
294
  {
261
295
  description: 'The native token of Aura Network',
262
296
  denom_units: [{
@@ -552,6 +586,40 @@ const assets = {
552
586
  }
553
587
  }]
554
588
  },
589
+ {
590
+ description: 'Architects Token',
591
+ type_asset: 'cw20',
592
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
593
+ denom_units: [{
594
+ denom: 'ibc/8C5DC6699095C035C444AFCF756DF7374A653189559F3FBB598DF34752A6DEA4',
595
+ exponent: 0,
596
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
597
+ }, {
598
+ denom: 'TOKN',
599
+ exponent: 18
600
+ }],
601
+ base: 'ibc/8C5DC6699095C035C444AFCF756DF7374A653189559F3FBB598DF34752A6DEA4',
602
+ name: 'Architects Token',
603
+ display: 'TOKN',
604
+ symbol: 'TOKN',
605
+ logo_URIs: {
606
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
607
+ },
608
+ images: [{
609
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
610
+ }],
611
+ traces: [{
612
+ type: 'ibc',
613
+ counterparty: {
614
+ channel_id: 'channel-13',
615
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
616
+ chain_name: 'archway'
617
+ },
618
+ chain: {
619
+ channel_id: 'channel-111'
620
+ }
621
+ }]
622
+ },
555
623
  {
556
624
  description: 'The native token of Aura Network',
557
625
  denom_units: [{
@@ -1205,7 +1273,7 @@ const assets = {
1205
1273
  },
1206
1274
  socials: {
1207
1275
  website: 'https://islamiccoin.net',
1208
- twitter: 'https://x.com/1slamic_coin'
1276
+ twitter: 'https://x.com/islamic_coin'
1209
1277
  },
1210
1278
  images: [{
1211
1279
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -6320,7 +6388,7 @@ const assets = {
6320
6388
  },
6321
6389
  socials: {
6322
6390
  website: 'https://islamiccoin.net',
6323
- twitter: 'https://x.com/1slamic_coin'
6391
+ twitter: 'https://x.com/islamic_coin'
6324
6392
  },
6325
6393
  images: [{
6326
6394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',