carbon-js-sdk 0.11.20 → 0.11.21

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 (1842) hide show
  1. package/README.md +85 -85
  2. package/lib/CarbonSDK.d.ts +159 -159
  3. package/lib/CarbonSDK.js +466 -470
  4. package/lib/clients/AxelarBridgeClient.d.ts +28 -28
  5. package/lib/clients/AxelarBridgeClient.js +37 -37
  6. package/lib/clients/BatchQueryClient.d.ts +26 -26
  7. package/lib/clients/BatchQueryClient.js +100 -100
  8. package/lib/clients/BlockchainClient.d.ts +16 -16
  9. package/lib/clients/BlockchainClient.js +19 -19
  10. package/lib/clients/CarbonQueryClient.d.ts +118 -118
  11. package/lib/clients/CarbonQueryClient.js +120 -120
  12. package/lib/clients/ETHClient.d.ts +115 -115
  13. package/lib/clients/ETHClient.js +377 -377
  14. package/lib/clients/GasFee.d.ts +12 -12
  15. package/lib/clients/GasFee.js +31 -31
  16. package/lib/clients/GrpcQueryClient.d.ts +22 -22
  17. package/lib/clients/GrpcQueryClient.js +56 -56
  18. package/lib/clients/HydrogenClient.d.ts +31 -31
  19. package/lib/clients/HydrogenClient.js +184 -184
  20. package/lib/clients/InsightsQueryClient.d.ts +70 -70
  21. package/lib/clients/InsightsQueryClient.js +552 -552
  22. package/lib/clients/N3Client.d.ts +73 -73
  23. package/lib/clients/N3Client.js +287 -287
  24. package/lib/clients/NEOClient.d.ts +57 -57
  25. package/lib/clients/NEOClient.js +335 -339
  26. package/lib/clients/TokenClient.d.ts +90 -90
  27. package/lib/clients/TokenClient.js +757 -757
  28. package/lib/clients/ZILClient.d.ts +106 -106
  29. package/lib/clients/ZILClient.js +443 -443
  30. package/lib/clients/index.d.ts +10 -10
  31. package/lib/clients/index.js +26 -26
  32. package/lib/codec/Switcheo/carbon/adl/genesis.d.ts +18 -18
  33. package/lib/codec/Switcheo/carbon/adl/genesis.js +46 -46
  34. package/lib/codec/Switcheo/carbon/adl/query.d.ts +12 -12
  35. package/lib/codec/Switcheo/carbon/adl/query.js +20 -20
  36. package/lib/codec/Switcheo/carbon/adl/tx.d.ts +12 -12
  37. package/lib/codec/Switcheo/carbon/adl/tx.js +20 -20
  38. package/lib/codec/Switcheo/carbon/admin/export.d.ts +2 -2
  39. package/lib/codec/Switcheo/carbon/admin/export.js +13 -13
  40. package/lib/codec/Switcheo/carbon/admin/genesis.d.ts +18 -18
  41. package/lib/codec/Switcheo/carbon/admin/genesis.js +46 -46
  42. package/lib/codec/Switcheo/carbon/admin/query.d.ts +62 -62
  43. package/lib/codec/Switcheo/carbon/admin/query.js +186 -186
  44. package/lib/codec/Switcheo/carbon/admin/tx.d.ts +62 -62
  45. package/lib/codec/Switcheo/carbon/admin/tx.js +198 -198
  46. package/lib/codec/Switcheo/carbon/bank/event.d.ts +65 -65
  47. package/lib/codec/Switcheo/carbon/bank/event.js +332 -332
  48. package/lib/codec/Switcheo/carbon/bank/export.d.ts +3 -3
  49. package/lib/codec/Switcheo/carbon/bank/export.js +23 -23
  50. package/lib/codec/Switcheo/carbon/bank/genesis.d.ts +19 -19
  51. package/lib/codec/Switcheo/carbon/bank/genesis.js +63 -63
  52. package/lib/codec/Switcheo/carbon/bank/query.d.ts +122 -122
  53. package/lib/codec/Switcheo/carbon/bank/query.js +643 -643
  54. package/lib/codec/Switcheo/carbon/bank/tx.d.ts +63 -63
  55. package/lib/codec/Switcheo/carbon/bank/tx.js +210 -210
  56. package/lib/codec/Switcheo/carbon/book/book.d.ts +57 -57
  57. package/lib/codec/Switcheo/carbon/book/book.js +319 -319
  58. package/lib/codec/Switcheo/carbon/book/event.d.ts +41 -41
  59. package/lib/codec/Switcheo/carbon/book/event.js +195 -195
  60. package/lib/codec/Switcheo/carbon/book/export.d.ts +4 -4
  61. package/lib/codec/Switcheo/carbon/book/export.js +25 -25
  62. package/lib/codec/Switcheo/carbon/book/genesis.d.ts +25 -25
  63. package/lib/codec/Switcheo/carbon/book/genesis.js +79 -79
  64. package/lib/codec/Switcheo/carbon/book/legacy.d.ts +22 -22
  65. package/lib/codec/Switcheo/carbon/book/legacy.js +120 -120
  66. package/lib/codec/Switcheo/carbon/book/query.d.ts +147 -147
  67. package/lib/codec/Switcheo/carbon/book/query.js +618 -618
  68. package/lib/codec/Switcheo/carbon/book/tx.d.ts +12 -12
  69. package/lib/codec/Switcheo/carbon/book/tx.js +20 -20
  70. package/lib/codec/Switcheo/carbon/bridge/bridge.d.ts +97 -97
  71. package/lib/codec/Switcheo/carbon/bridge/bridge.js +596 -596
  72. package/lib/codec/Switcheo/carbon/bridge/event.d.ts +293 -293
  73. package/lib/codec/Switcheo/carbon/bridge/event.js +1851 -1851
  74. package/lib/codec/Switcheo/carbon/bridge/export.d.ts +6 -6
  75. package/lib/codec/Switcheo/carbon/bridge/export.js +131 -131
  76. package/lib/codec/Switcheo/carbon/bridge/genesis.d.ts +28 -28
  77. package/lib/codec/Switcheo/carbon/bridge/genesis.js +201 -201
  78. package/lib/codec/Switcheo/carbon/bridge/params.d.ts +47 -47
  79. package/lib/codec/Switcheo/carbon/bridge/params.js +136 -136
  80. package/lib/codec/Switcheo/carbon/bridge/pending_action.d.ts +94 -94
  81. package/lib/codec/Switcheo/carbon/bridge/pending_action.js +698 -698
  82. package/lib/codec/Switcheo/carbon/bridge/query.d.ts +291 -291
  83. package/lib/codec/Switcheo/carbon/bridge/query.js +1301 -1301
  84. package/lib/codec/Switcheo/carbon/bridge/tx.d.ts +810 -810
  85. package/lib/codec/Switcheo/carbon/bridge/tx.js +3970 -3970
  86. package/lib/codec/Switcheo/carbon/broker/amm.d.ts +48 -48
  87. package/lib/codec/Switcheo/carbon/broker/amm.js +312 -312
  88. package/lib/codec/Switcheo/carbon/broker/candlestick.d.ts +27 -27
  89. package/lib/codec/Switcheo/carbon/broker/candlestick.js +211 -211
  90. package/lib/codec/Switcheo/carbon/broker/event.d.ts +53 -53
  91. package/lib/codec/Switcheo/carbon/broker/event.js +485 -485
  92. package/lib/codec/Switcheo/carbon/broker/export.d.ts +7 -7
  93. package/lib/codec/Switcheo/carbon/broker/export.js +27 -27
  94. package/lib/codec/Switcheo/carbon/broker/genesis.d.ts +25 -25
  95. package/lib/codec/Switcheo/carbon/broker/genesis.js +79 -79
  96. package/lib/codec/Switcheo/carbon/broker/incoming_liquidations.d.ts +18 -18
  97. package/lib/codec/Switcheo/carbon/broker/incoming_liquidations.js +93 -93
  98. package/lib/codec/Switcheo/carbon/broker/pagination.d.ts +19 -19
  99. package/lib/codec/Switcheo/carbon/broker/pagination.js +78 -78
  100. package/lib/codec/Switcheo/carbon/broker/query.d.ts +107 -107
  101. package/lib/codec/Switcheo/carbon/broker/query.js +597 -597
  102. package/lib/codec/Switcheo/carbon/broker/tx.d.ts +53 -53
  103. package/lib/codec/Switcheo/carbon/broker/tx.js +176 -176
  104. package/lib/codec/Switcheo/carbon/btcx/denom_cross_chain_info.d.ts +21 -21
  105. package/lib/codec/Switcheo/carbon/btcx/denom_cross_chain_info.js +98 -98
  106. package/lib/codec/Switcheo/carbon/btcx/denom_info.d.ts +24 -24
  107. package/lib/codec/Switcheo/carbon/btcx/denom_info.js +140 -140
  108. package/lib/codec/Switcheo/carbon/btcx/export.d.ts +4 -4
  109. package/lib/codec/Switcheo/carbon/btcx/export.js +19 -19
  110. package/lib/codec/Switcheo/carbon/btcx/genesis.d.ts +18 -18
  111. package/lib/codec/Switcheo/carbon/btcx/genesis.js +46 -46
  112. package/lib/codec/Switcheo/carbon/btcx/query.d.ts +68 -68
  113. package/lib/codec/Switcheo/carbon/btcx/query.js +275 -275
  114. package/lib/codec/Switcheo/carbon/btcx/tx.d.ts +92 -92
  115. package/lib/codec/Switcheo/carbon/btcx/tx.js +436 -436
  116. package/lib/codec/Switcheo/carbon/ccm/export.d.ts +4 -4
  117. package/lib/codec/Switcheo/carbon/ccm/export.js +24 -24
  118. package/lib/codec/Switcheo/carbon/ccm/genesis.d.ts +119 -119
  119. package/lib/codec/Switcheo/carbon/ccm/genesis.js +604 -604
  120. package/lib/codec/Switcheo/carbon/ccm/params.d.ts +28 -28
  121. package/lib/codec/Switcheo/carbon/ccm/params.js +78 -78
  122. package/lib/codec/Switcheo/carbon/ccm/query.d.ts +75 -75
  123. package/lib/codec/Switcheo/carbon/ccm/query.js +284 -284
  124. package/lib/codec/Switcheo/carbon/ccm/tx.d.ts +101 -101
  125. package/lib/codec/Switcheo/carbon/ccm/tx.js +359 -359
  126. package/lib/codec/Switcheo/carbon/cdp/asset_params.d.ts +55 -55
  127. package/lib/codec/Switcheo/carbon/cdp/asset_params.js +396 -396
  128. package/lib/codec/Switcheo/carbon/cdp/cdp_liquidations.d.ts +32 -32
  129. package/lib/codec/Switcheo/carbon/cdp/cdp_liquidations.js +288 -288
  130. package/lib/codec/Switcheo/carbon/cdp/debt_info.d.ts +23 -23
  131. package/lib/codec/Switcheo/carbon/cdp/debt_info.js +158 -158
  132. package/lib/codec/Switcheo/carbon/cdp/e_mode_category.d.ts +23 -23
  133. package/lib/codec/Switcheo/carbon/cdp/e_mode_category.js +135 -135
  134. package/lib/codec/Switcheo/carbon/cdp/event.d.ts +424 -424
  135. package/lib/codec/Switcheo/carbon/cdp/event.js +2695 -2695
  136. package/lib/codec/Switcheo/carbon/cdp/export.d.ts +13 -13
  137. package/lib/codec/Switcheo/carbon/cdp/export.js +196 -196
  138. package/lib/codec/Switcheo/carbon/cdp/genesis.d.ts +134 -134
  139. package/lib/codec/Switcheo/carbon/cdp/genesis.js +823 -823
  140. package/lib/codec/Switcheo/carbon/cdp/params.d.ts +98 -98
  141. package/lib/codec/Switcheo/carbon/cdp/params.js +405 -405
  142. package/lib/codec/Switcheo/carbon/cdp/query.d.ts +669 -669
  143. package/lib/codec/Switcheo/carbon/cdp/query.js +3250 -3250
  144. package/lib/codec/Switcheo/carbon/cdp/rate_strategy_params.d.ts +26 -26
  145. package/lib/codec/Switcheo/carbon/cdp/rate_strategy_params.js +180 -180
  146. package/lib/codec/Switcheo/carbon/cdp/reward_scheme.d.ts +71 -71
  147. package/lib/codec/Switcheo/carbon/cdp/reward_scheme.js +550 -550
  148. package/lib/codec/Switcheo/carbon/cdp/stablecoin_debt_info.d.ts +22 -22
  149. package/lib/codec/Switcheo/carbon/cdp/stablecoin_debt_info.js +144 -144
  150. package/lib/codec/Switcheo/carbon/cdp/stablecoin_interest_info.d.ts +19 -19
  151. package/lib/codec/Switcheo/carbon/cdp/stablecoin_interest_info.js +99 -99
  152. package/lib/codec/Switcheo/carbon/cdp/tx.d.ts +831 -831
  153. package/lib/codec/Switcheo/carbon/cdp/tx.js +3889 -3889
  154. package/lib/codec/Switcheo/carbon/coin/bridge.d.ts +24 -24
  155. package/lib/codec/Switcheo/carbon/coin/bridge.js +151 -151
  156. package/lib/codec/Switcheo/carbon/coin/event.d.ts +143 -143
  157. package/lib/codec/Switcheo/carbon/coin/event.js +775 -775
  158. package/lib/codec/Switcheo/carbon/coin/export.d.ts +8 -8
  159. package/lib/codec/Switcheo/carbon/coin/export.js +111 -111
  160. package/lib/codec/Switcheo/carbon/coin/genesis.d.ts +42 -42
  161. package/lib/codec/Switcheo/carbon/coin/genesis.js +207 -207
  162. package/lib/codec/Switcheo/carbon/coin/group.d.ts +53 -53
  163. package/lib/codec/Switcheo/carbon/coin/group.js +230 -230
  164. package/lib/codec/Switcheo/carbon/coin/proposal.d.ts +21 -21
  165. package/lib/codec/Switcheo/carbon/coin/proposal.js +91 -91
  166. package/lib/codec/Switcheo/carbon/coin/query.d.ts +331 -331
  167. package/lib/codec/Switcheo/carbon/coin/query.js +1526 -1526
  168. package/lib/codec/Switcheo/carbon/coin/token.d.ts +104 -104
  169. package/lib/codec/Switcheo/carbon/coin/token.js +700 -700
  170. package/lib/codec/Switcheo/carbon/coin/tx.d.ts +611 -611
  171. package/lib/codec/Switcheo/carbon/coin/tx.js +3255 -3255
  172. package/lib/codec/Switcheo/carbon/erc20/erc20.d.ts +44 -44
  173. package/lib/codec/Switcheo/carbon/erc20/erc20.js +144 -144
  174. package/lib/codec/Switcheo/carbon/erc20/events.d.ts +82 -82
  175. package/lib/codec/Switcheo/carbon/erc20/events.js +330 -330
  176. package/lib/codec/Switcheo/carbon/erc20/export.d.ts +5 -5
  177. package/lib/codec/Switcheo/carbon/erc20/export.js +38 -38
  178. package/lib/codec/Switcheo/carbon/erc20/genesis.d.ts +24 -24
  179. package/lib/codec/Switcheo/carbon/erc20/genesis.js +81 -81
  180. package/lib/codec/Switcheo/carbon/erc20/params.d.ts +41 -41
  181. package/lib/codec/Switcheo/carbon/erc20/params.js +133 -133
  182. package/lib/codec/Switcheo/carbon/erc20/query.d.ts +120 -120
  183. package/lib/codec/Switcheo/carbon/erc20/query.js +333 -333
  184. package/lib/codec/Switcheo/carbon/erc20/tx.d.ts +251 -251
  185. package/lib/codec/Switcheo/carbon/erc20/tx.js +767 -767
  186. package/lib/codec/Switcheo/carbon/evmbank/export.d.ts +2 -2
  187. package/lib/codec/Switcheo/carbon/evmbank/export.js +8 -8
  188. package/lib/codec/Switcheo/carbon/evmbank/genesis.d.ts +32 -32
  189. package/lib/codec/Switcheo/carbon/evmbank/genesis.js +152 -152
  190. package/lib/codec/Switcheo/carbon/evmbank/query.d.ts +40 -40
  191. package/lib/codec/Switcheo/carbon/evmbank/query.js +116 -116
  192. package/lib/codec/Switcheo/carbon/evmcontract/evm_hooks.d.ts +67 -67
  193. package/lib/codec/Switcheo/carbon/evmcontract/evm_hooks.js +407 -407
  194. package/lib/codec/Switcheo/carbon/evmcontract/export.d.ts +4 -4
  195. package/lib/codec/Switcheo/carbon/evmcontract/export.js +30 -30
  196. package/lib/codec/Switcheo/carbon/evmcontract/genesis.d.ts +24 -24
  197. package/lib/codec/Switcheo/carbon/evmcontract/genesis.js +96 -96
  198. package/lib/codec/Switcheo/carbon/evmcontract/params.d.ts +28 -28
  199. package/lib/codec/Switcheo/carbon/evmcontract/params.js +111 -111
  200. package/lib/codec/Switcheo/carbon/evmcontract/query.d.ts +139 -139
  201. package/lib/codec/Switcheo/carbon/evmcontract/query.js +581 -581
  202. package/lib/codec/Switcheo/carbon/evmcontract/tx.d.ts +89 -89
  203. package/lib/codec/Switcheo/carbon/evmcontract/tx.js +346 -346
  204. package/lib/codec/Switcheo/carbon/evmmerge/address.d.ts +19 -19
  205. package/lib/codec/Switcheo/carbon/evmmerge/address.js +75 -75
  206. package/lib/codec/Switcheo/carbon/evmmerge/event.d.ts +20 -20
  207. package/lib/codec/Switcheo/carbon/evmmerge/event.js +90 -90
  208. package/lib/codec/Switcheo/carbon/evmmerge/export.d.ts +6 -6
  209. package/lib/codec/Switcheo/carbon/evmmerge/export.js +20 -20
  210. package/lib/codec/Switcheo/carbon/evmmerge/genesis.d.ts +48 -48
  211. package/lib/codec/Switcheo/carbon/evmmerge/genesis.js +216 -216
  212. package/lib/codec/Switcheo/carbon/evmmerge/offchain.d.ts +25 -25
  213. package/lib/codec/Switcheo/carbon/evmmerge/offchain.js +105 -105
  214. package/lib/codec/Switcheo/carbon/evmmerge/query.d.ts +87 -87
  215. package/lib/codec/Switcheo/carbon/evmmerge/query.js +254 -254
  216. package/lib/codec/Switcheo/carbon/evmmerge/tx.d.ts +51 -51
  217. package/lib/codec/Switcheo/carbon/evmmerge/tx.js +128 -128
  218. package/lib/codec/Switcheo/carbon/fee/event.d.ts +20 -20
  219. package/lib/codec/Switcheo/carbon/fee/event.js +83 -83
  220. package/lib/codec/Switcheo/carbon/fee/export.d.ts +4 -4
  221. package/lib/codec/Switcheo/carbon/fee/export.js +27 -27
  222. package/lib/codec/Switcheo/carbon/fee/fee.d.ts +42 -42
  223. package/lib/codec/Switcheo/carbon/fee/fee.js +183 -183
  224. package/lib/codec/Switcheo/carbon/fee/genesis.d.ts +23 -23
  225. package/lib/codec/Switcheo/carbon/fee/genesis.js +79 -79
  226. package/lib/codec/Switcheo/carbon/fee/query.d.ts +114 -114
  227. package/lib/codec/Switcheo/carbon/fee/query.js +470 -470
  228. package/lib/codec/Switcheo/carbon/fee/tx.d.ts +108 -108
  229. package/lib/codec/Switcheo/carbon/fee/tx.js +415 -415
  230. package/lib/codec/Switcheo/carbon/headersync/consensus_peers.d.ts +71 -71
  231. package/lib/codec/Switcheo/carbon/headersync/consensus_peers.js +383 -383
  232. package/lib/codec/Switcheo/carbon/headersync/export.d.ts +4 -4
  233. package/lib/codec/Switcheo/carbon/headersync/export.js +22 -22
  234. package/lib/codec/Switcheo/carbon/headersync/genesis.d.ts +82 -82
  235. package/lib/codec/Switcheo/carbon/headersync/genesis.js +419 -419
  236. package/lib/codec/Switcheo/carbon/headersync/query.d.ts +42 -42
  237. package/lib/codec/Switcheo/carbon/headersync/query.js +125 -125
  238. package/lib/codec/Switcheo/carbon/headersync/tx.d.ts +64 -64
  239. package/lib/codec/Switcheo/carbon/headersync/tx.js +215 -215
  240. package/lib/codec/Switcheo/carbon/inflation/export.d.ts +2 -2
  241. package/lib/codec/Switcheo/carbon/inflation/export.js +8 -8
  242. package/lib/codec/Switcheo/carbon/inflation/genesis.d.ts +25 -25
  243. package/lib/codec/Switcheo/carbon/inflation/genesis.js +79 -79
  244. package/lib/codec/Switcheo/carbon/inflation/inflation.d.ts +29 -29
  245. package/lib/codec/Switcheo/carbon/inflation/inflation.js +165 -165
  246. package/lib/codec/Switcheo/carbon/inflation/query.d.ts +41 -41
  247. package/lib/codec/Switcheo/carbon/inflation/query.js +109 -109
  248. package/lib/codec/Switcheo/carbon/inflation/tx.d.ts +12 -12
  249. package/lib/codec/Switcheo/carbon/inflation/tx.js +20 -20
  250. package/lib/codec/Switcheo/carbon/insurance/event.d.ts +24 -24
  251. package/lib/codec/Switcheo/carbon/insurance/event.js +46 -46
  252. package/lib/codec/Switcheo/carbon/insurance/export.d.ts +5 -5
  253. package/lib/codec/Switcheo/carbon/insurance/export.js +21 -21
  254. package/lib/codec/Switcheo/carbon/insurance/fund.d.ts +29 -29
  255. package/lib/codec/Switcheo/carbon/insurance/fund.js +148 -148
  256. package/lib/codec/Switcheo/carbon/insurance/genesis.d.ts +24 -24
  257. package/lib/codec/Switcheo/carbon/insurance/genesis.js +63 -63
  258. package/lib/codec/Switcheo/carbon/insurance/params.d.ts +29 -29
  259. package/lib/codec/Switcheo/carbon/insurance/params.js +113 -113
  260. package/lib/codec/Switcheo/carbon/insurance/query.d.ts +63 -63
  261. package/lib/codec/Switcheo/carbon/insurance/query.js +195 -195
  262. package/lib/codec/Switcheo/carbon/insurance/tx.d.ts +69 -69
  263. package/lib/codec/Switcheo/carbon/insurance/tx.js +246 -246
  264. package/lib/codec/Switcheo/carbon/leverage/event.d.ts +21 -21
  265. package/lib/codec/Switcheo/carbon/leverage/event.js +100 -100
  266. package/lib/codec/Switcheo/carbon/leverage/export.d.ts +4 -4
  267. package/lib/codec/Switcheo/carbon/leverage/export.js +16 -16
  268. package/lib/codec/Switcheo/carbon/leverage/genesis.d.ts +24 -24
  269. package/lib/codec/Switcheo/carbon/leverage/genesis.js +64 -64
  270. package/lib/codec/Switcheo/carbon/leverage/leverage.d.ts +30 -30
  271. package/lib/codec/Switcheo/carbon/leverage/leverage.js +134 -134
  272. package/lib/codec/Switcheo/carbon/leverage/query.d.ts +70 -70
  273. package/lib/codec/Switcheo/carbon/leverage/query.js +234 -234
  274. package/lib/codec/Switcheo/carbon/leverage/tx.d.ts +43 -43
  275. package/lib/codec/Switcheo/carbon/leverage/tx.js +127 -127
  276. package/lib/codec/Switcheo/carbon/liquidation/event.d.ts +23 -23
  277. package/lib/codec/Switcheo/carbon/liquidation/event.js +154 -154
  278. package/lib/codec/Switcheo/carbon/liquidation/export.d.ts +5 -5
  279. package/lib/codec/Switcheo/carbon/liquidation/export.js +15 -15
  280. package/lib/codec/Switcheo/carbon/liquidation/genesis.d.ts +37 -37
  281. package/lib/codec/Switcheo/carbon/liquidation/genesis.js +136 -136
  282. package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.d.ts +33 -33
  283. package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.js +203 -203
  284. package/lib/codec/Switcheo/carbon/liquidation/query.d.ts +52 -52
  285. package/lib/codec/Switcheo/carbon/liquidation/query.js +254 -254
  286. package/lib/codec/Switcheo/carbon/liquidation/quote_changes.d.ts +22 -22
  287. package/lib/codec/Switcheo/carbon/liquidation/quote_changes.js +95 -95
  288. package/lib/codec/Switcheo/carbon/liquidation/tx.d.ts +12 -12
  289. package/lib/codec/Switcheo/carbon/liquidation/tx.js +20 -20
  290. package/lib/codec/Switcheo/carbon/liquiditypool/event.d.ts +182 -182
  291. package/lib/codec/Switcheo/carbon/liquiditypool/event.js +1268 -1268
  292. package/lib/codec/Switcheo/carbon/liquiditypool/export.d.ts +7 -7
  293. package/lib/codec/Switcheo/carbon/liquiditypool/export.js +132 -132
  294. package/lib/codec/Switcheo/carbon/liquiditypool/genesis.d.ts +33 -33
  295. package/lib/codec/Switcheo/carbon/liquiditypool/genesis.js +229 -229
  296. package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.d.ts +147 -147
  297. package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.js +1081 -1081
  298. package/lib/codec/Switcheo/carbon/liquiditypool/params.d.ts +30 -30
  299. package/lib/codec/Switcheo/carbon/liquiditypool/params.js +149 -149
  300. package/lib/codec/Switcheo/carbon/liquiditypool/proposal.d.ts +117 -117
  301. package/lib/codec/Switcheo/carbon/liquiditypool/proposal.js +697 -697
  302. package/lib/codec/Switcheo/carbon/liquiditypool/query.d.ts +393 -393
  303. package/lib/codec/Switcheo/carbon/liquiditypool/query.js +1826 -1826
  304. package/lib/codec/Switcheo/carbon/liquiditypool/reward.d.ts +196 -196
  305. package/lib/codec/Switcheo/carbon/liquiditypool/reward.js +1204 -1204
  306. package/lib/codec/Switcheo/carbon/liquiditypool/tx.d.ts +495 -495
  307. package/lib/codec/Switcheo/carbon/liquiditypool/tx.js +2522 -2522
  308. package/lib/codec/Switcheo/carbon/lockproxy/event.d.ts +46 -46
  309. package/lib/codec/Switcheo/carbon/lockproxy/event.js +348 -348
  310. package/lib/codec/Switcheo/carbon/lockproxy/export.d.ts +5 -5
  311. package/lib/codec/Switcheo/carbon/lockproxy/export.js +28 -28
  312. package/lib/codec/Switcheo/carbon/lockproxy/genesis.d.ts +68 -68
  313. package/lib/codec/Switcheo/carbon/lockproxy/genesis.js +355 -355
  314. package/lib/codec/Switcheo/carbon/lockproxy/lockproxy.d.ts +22 -22
  315. package/lib/codec/Switcheo/carbon/lockproxy/lockproxy.js +147 -147
  316. package/lib/codec/Switcheo/carbon/lockproxy/query.d.ts +67 -67
  317. package/lib/codec/Switcheo/carbon/lockproxy/query.js +274 -274
  318. package/lib/codec/Switcheo/carbon/lockproxy/tx.d.ts +147 -147
  319. package/lib/codec/Switcheo/carbon/lockproxy/tx.js +808 -808
  320. package/lib/codec/Switcheo/carbon/market/event.d.ts +20 -20
  321. package/lib/codec/Switcheo/carbon/market/event.js +76 -76
  322. package/lib/codec/Switcheo/carbon/market/export.d.ts +7 -7
  323. package/lib/codec/Switcheo/carbon/market/export.js +71 -71
  324. package/lib/codec/Switcheo/carbon/market/fee.d.ts +129 -129
  325. package/lib/codec/Switcheo/carbon/market/fee.js +334 -334
  326. package/lib/codec/Switcheo/carbon/market/genesis.d.ts +32 -32
  327. package/lib/codec/Switcheo/carbon/market/genesis.js +146 -146
  328. package/lib/codec/Switcheo/carbon/market/market.d.ts +96 -96
  329. package/lib/codec/Switcheo/carbon/market/market.js +880 -880
  330. package/lib/codec/Switcheo/carbon/market/params.d.ts +85 -85
  331. package/lib/codec/Switcheo/carbon/market/params.js +821 -821
  332. package/lib/codec/Switcheo/carbon/market/proposal.d.ts +46 -46
  333. package/lib/codec/Switcheo/carbon/market/proposal.js +245 -245
  334. package/lib/codec/Switcheo/carbon/market/query.d.ts +276 -276
  335. package/lib/codec/Switcheo/carbon/market/query.js +1250 -1250
  336. package/lib/codec/Switcheo/carbon/market/tx.d.ts +337 -337
  337. package/lib/codec/Switcheo/carbon/market/tx.js +1601 -1601
  338. package/lib/codec/Switcheo/carbon/marketstats/export.d.ts +2 -2
  339. package/lib/codec/Switcheo/carbon/marketstats/export.js +8 -8
  340. package/lib/codec/Switcheo/carbon/marketstats/genesis.d.ts +18 -18
  341. package/lib/codec/Switcheo/carbon/marketstats/genesis.js +46 -46
  342. package/lib/codec/Switcheo/carbon/marketstats/marketstats.d.ts +31 -31
  343. package/lib/codec/Switcheo/carbon/marketstats/marketstats.js +258 -258
  344. package/lib/codec/Switcheo/carbon/marketstats/query.d.ts +40 -40
  345. package/lib/codec/Switcheo/carbon/marketstats/query.js +108 -108
  346. package/lib/codec/Switcheo/carbon/marketstats/tx.d.ts +12 -12
  347. package/lib/codec/Switcheo/carbon/marketstats/tx.js +20 -20
  348. package/lib/codec/Switcheo/carbon/misc/block.d.ts +21 -21
  349. package/lib/codec/Switcheo/carbon/misc/block.js +105 -105
  350. package/lib/codec/Switcheo/carbon/misc/export.d.ts +6 -6
  351. package/lib/codec/Switcheo/carbon/misc/export.js +29 -29
  352. package/lib/codec/Switcheo/carbon/misc/message.d.ts +24 -24
  353. package/lib/codec/Switcheo/carbon/misc/message.js +157 -157
  354. package/lib/codec/Switcheo/carbon/misc/message_type.d.ts +18 -18
  355. package/lib/codec/Switcheo/carbon/misc/message_type.js +60 -60
  356. package/lib/codec/Switcheo/carbon/misc/query.d.ts +192 -192
  357. package/lib/codec/Switcheo/carbon/misc/query.js +884 -884
  358. package/lib/codec/Switcheo/carbon/misc/trade.d.ts +28 -28
  359. package/lib/codec/Switcheo/carbon/misc/trade.js +224 -224
  360. package/lib/codec/Switcheo/carbon/misc/transaction.d.ts +45 -45
  361. package/lib/codec/Switcheo/carbon/misc/transaction.js +369 -369
  362. package/lib/codec/Switcheo/carbon/oracle/event.d.ts +37 -37
  363. package/lib/codec/Switcheo/carbon/oracle/event.js +228 -228
  364. package/lib/codec/Switcheo/carbon/oracle/export.d.ts +6 -6
  365. package/lib/codec/Switcheo/carbon/oracle/export.js +67 -67
  366. package/lib/codec/Switcheo/carbon/oracle/genesis.d.ts +28 -28
  367. package/lib/codec/Switcheo/carbon/oracle/genesis.js +127 -127
  368. package/lib/codec/Switcheo/carbon/oracle/oracle.d.ts +50 -50
  369. package/lib/codec/Switcheo/carbon/oracle/oracle.js +324 -324
  370. package/lib/codec/Switcheo/carbon/oracle/params.d.ts +47 -47
  371. package/lib/codec/Switcheo/carbon/oracle/params.js +389 -389
  372. package/lib/codec/Switcheo/carbon/oracle/query.d.ts +331 -331
  373. package/lib/codec/Switcheo/carbon/oracle/query.js +1501 -1501
  374. package/lib/codec/Switcheo/carbon/oracle/slashing.d.ts +33 -33
  375. package/lib/codec/Switcheo/carbon/oracle/slashing.js +191 -191
  376. package/lib/codec/Switcheo/carbon/oracle/tx.d.ts +306 -306
  377. package/lib/codec/Switcheo/carbon/oracle/tx.js +1496 -1496
  378. package/lib/codec/Switcheo/carbon/order/event.d.ts +23 -23
  379. package/lib/codec/Switcheo/carbon/order/event.js +146 -146
  380. package/lib/codec/Switcheo/carbon/order/evm_hooks.d.ts +57 -57
  381. package/lib/codec/Switcheo/carbon/order/evm_hooks.js +356 -356
  382. package/lib/codec/Switcheo/carbon/order/export.d.ts +7 -7
  383. package/lib/codec/Switcheo/carbon/order/export.js +48 -48
  384. package/lib/codec/Switcheo/carbon/order/genesis.d.ts +63 -63
  385. package/lib/codec/Switcheo/carbon/order/genesis.js +323 -323
  386. package/lib/codec/Switcheo/carbon/order/order.d.ts +103 -103
  387. package/lib/codec/Switcheo/carbon/order/order.js +847 -847
  388. package/lib/codec/Switcheo/carbon/order/params.d.ts +28 -28
  389. package/lib/codec/Switcheo/carbon/order/params.js +109 -109
  390. package/lib/codec/Switcheo/carbon/order/query.d.ts +144 -144
  391. package/lib/codec/Switcheo/carbon/order/query.js +597 -597
  392. package/lib/codec/Switcheo/carbon/order/tx.d.ts +188 -188
  393. package/lib/codec/Switcheo/carbon/order/tx.js +817 -817
  394. package/lib/codec/Switcheo/carbon/otc/event.d.ts +34 -0
  395. package/lib/codec/Switcheo/carbon/otc/event.js +174 -0
  396. package/lib/codec/Switcheo/carbon/otc/export.d.ts +6 -0
  397. package/lib/codec/Switcheo/carbon/otc/export.js +36 -0
  398. package/lib/codec/{marketstats → Switcheo/carbon/otc}/genesis.d.ts +25 -21
  399. package/lib/codec/{marketstats → Switcheo/carbon/otc}/genesis.js +97 -63
  400. package/lib/codec/Switcheo/carbon/otc/params.d.ts +45 -0
  401. package/lib/codec/Switcheo/carbon/otc/params.js +332 -0
  402. package/lib/codec/Switcheo/carbon/otc/query.d.ts +170 -0
  403. package/lib/codec/Switcheo/carbon/otc/query.js +675 -0
  404. package/lib/codec/Switcheo/carbon/otc/quote.d.ts +34 -0
  405. package/lib/codec/Switcheo/carbon/otc/quote.js +197 -0
  406. package/lib/codec/Switcheo/carbon/otc/rfq.d.ts +34 -0
  407. package/lib/codec/Switcheo/carbon/otc/rfq.js +197 -0
  408. package/lib/codec/Switcheo/carbon/otc/tx.d.ts +137 -0
  409. package/lib/codec/Switcheo/carbon/otc/tx.js +578 -0
  410. package/lib/codec/Switcheo/carbon/perpspool/event.d.ts +95 -95
  411. package/lib/codec/Switcheo/carbon/perpspool/event.js +561 -561
  412. package/lib/codec/Switcheo/carbon/perpspool/export.d.ts +7 -7
  413. package/lib/codec/Switcheo/carbon/perpspool/export.js +69 -69
  414. package/lib/codec/Switcheo/carbon/perpspool/genesis.d.ts +61 -61
  415. package/lib/codec/Switcheo/carbon/perpspool/genesis.js +343 -343
  416. package/lib/codec/Switcheo/carbon/perpspool/market.d.ts +109 -109
  417. package/lib/codec/Switcheo/carbon/perpspool/market.js +493 -493
  418. package/lib/codec/Switcheo/carbon/perpspool/params.d.ts +49 -49
  419. package/lib/codec/Switcheo/carbon/perpspool/params.js +363 -363
  420. package/lib/codec/Switcheo/carbon/perpspool/pool.d.ts +109 -109
  421. package/lib/codec/Switcheo/carbon/perpspool/pool.js +638 -638
  422. package/lib/codec/Switcheo/carbon/perpspool/query.d.ts +247 -247
  423. package/lib/codec/Switcheo/carbon/perpspool/query.js +1141 -1141
  424. package/lib/codec/Switcheo/carbon/perpspool/tx.d.ts +242 -242
  425. package/lib/codec/Switcheo/carbon/perpspool/tx.js +1065 -1065
  426. package/lib/codec/Switcheo/carbon/position/event.d.ts +36 -36
  427. package/lib/codec/Switcheo/carbon/position/event.js +230 -230
  428. package/lib/codec/Switcheo/carbon/position/evm_hooks.d.ts +32 -32
  429. package/lib/codec/Switcheo/carbon/position/evm_hooks.js +195 -195
  430. package/lib/codec/Switcheo/carbon/position/export.d.ts +5 -5
  431. package/lib/codec/Switcheo/carbon/position/export.js +29 -29
  432. package/lib/codec/Switcheo/carbon/position/genesis.d.ts +24 -24
  433. package/lib/codec/Switcheo/carbon/position/genesis.js +64 -64
  434. package/lib/codec/Switcheo/carbon/position/position.d.ts +85 -85
  435. package/lib/codec/Switcheo/carbon/position/position.js +659 -659
  436. package/lib/codec/Switcheo/carbon/position/query.d.ts +135 -135
  437. package/lib/codec/Switcheo/carbon/position/query.js +588 -588
  438. package/lib/codec/Switcheo/carbon/position/tx.d.ts +42 -42
  439. package/lib/codec/Switcheo/carbon/position/tx.js +127 -127
  440. package/lib/codec/Switcheo/carbon/pricing/event.d.ts +84 -84
  441. package/lib/codec/Switcheo/carbon/pricing/event.js +411 -411
  442. package/lib/codec/Switcheo/carbon/pricing/export.d.ts +6 -6
  443. package/lib/codec/Switcheo/carbon/pricing/export.js +51 -51
  444. package/lib/codec/Switcheo/carbon/pricing/genesis.d.ts +27 -27
  445. package/lib/codec/Switcheo/carbon/pricing/genesis.js +96 -96
  446. package/lib/codec/Switcheo/carbon/pricing/legacy.d.ts +22 -22
  447. package/lib/codec/Switcheo/carbon/pricing/legacy.js +93 -93
  448. package/lib/codec/Switcheo/carbon/pricing/params.d.ts +37 -37
  449. package/lib/codec/Switcheo/carbon/pricing/params.js +252 -252
  450. package/lib/codec/Switcheo/carbon/pricing/pricing.d.ts +45 -45
  451. package/lib/codec/Switcheo/carbon/pricing/pricing.js +357 -357
  452. package/lib/codec/Switcheo/carbon/pricing/query.d.ts +184 -184
  453. package/lib/codec/Switcheo/carbon/pricing/query.js +760 -760
  454. package/lib/codec/Switcheo/carbon/pricing/tx.d.ts +220 -220
  455. package/lib/codec/Switcheo/carbon/pricing/tx.js +851 -851
  456. package/lib/codec/Switcheo/carbon/profile/event.d.ts +20 -20
  457. package/lib/codec/Switcheo/carbon/profile/event.js +78 -78
  458. package/lib/codec/Switcheo/carbon/profile/export.d.ts +4 -4
  459. package/lib/codec/Switcheo/carbon/profile/export.js +17 -17
  460. package/lib/codec/Switcheo/carbon/profile/genesis.d.ts +24 -24
  461. package/lib/codec/Switcheo/carbon/profile/genesis.js +64 -64
  462. package/lib/codec/Switcheo/carbon/profile/profile.d.ts +20 -20
  463. package/lib/codec/Switcheo/carbon/profile/profile.js +83 -83
  464. package/lib/codec/Switcheo/carbon/profile/query.d.ts +91 -91
  465. package/lib/codec/Switcheo/carbon/profile/query.js +347 -347
  466. package/lib/codec/Switcheo/carbon/profile/tx.d.ts +43 -43
  467. package/lib/codec/Switcheo/carbon/profile/tx.js +127 -127
  468. package/lib/codec/Switcheo/carbon/sequence/export.d.ts +3 -3
  469. package/lib/codec/Switcheo/carbon/sequence/export.js +13 -13
  470. package/lib/codec/Switcheo/carbon/sequence/genesis.d.ts +30 -30
  471. package/lib/codec/Switcheo/carbon/sequence/genesis.js +122 -122
  472. package/lib/codec/Switcheo/carbon/sequence/query.d.ts +66 -66
  473. package/lib/codec/Switcheo/carbon/sequence/query.js +245 -245
  474. package/lib/codec/Switcheo/carbon/sequence/tx.d.ts +41 -41
  475. package/lib/codec/Switcheo/carbon/sequence/tx.js +148 -148
  476. package/lib/codec/Switcheo/carbon/subaccount/export.d.ts +5 -5
  477. package/lib/codec/Switcheo/carbon/subaccount/export.js +39 -39
  478. package/lib/codec/Switcheo/carbon/subaccount/genesis.d.ts +29 -29
  479. package/lib/codec/Switcheo/carbon/subaccount/genesis.js +111 -111
  480. package/lib/codec/Switcheo/carbon/subaccount/legacy.d.ts +19 -19
  481. package/lib/codec/Switcheo/carbon/subaccount/legacy.js +72 -72
  482. package/lib/codec/Switcheo/carbon/subaccount/params.d.ts +29 -29
  483. package/lib/codec/Switcheo/carbon/subaccount/params.js +119 -119
  484. package/lib/codec/Switcheo/carbon/subaccount/query.d.ts +230 -230
  485. package/lib/codec/Switcheo/carbon/subaccount/query.js +1027 -1027
  486. package/lib/codec/Switcheo/carbon/subaccount/subaccount.d.ts +46 -46
  487. package/lib/codec/Switcheo/carbon/subaccount/subaccount.js +296 -296
  488. package/lib/codec/Switcheo/carbon/subaccount/tx.d.ts +134 -134
  489. package/lib/codec/Switcheo/carbon/subaccount/tx.js +497 -497
  490. package/lib/codec/alliance/alliance/alliance.d.ts +65 -65
  491. package/lib/codec/alliance/alliance/alliance.js +354 -354
  492. package/lib/codec/alliance/alliance/delegations.d.ts +63 -63
  493. package/lib/codec/alliance/alliance/delegations.js +344 -344
  494. package/lib/codec/alliance/alliance/events.d.ts +71 -71
  495. package/lib/codec/alliance/alliance/events.js +452 -452
  496. package/lib/codec/alliance/alliance/export.d.ts +10 -10
  497. package/lib/codec/alliance/alliance/export.js +84 -84
  498. package/lib/codec/alliance/alliance/genesis.d.ts +75 -75
  499. package/lib/codec/alliance/alliance/genesis.js +470 -470
  500. package/lib/codec/alliance/alliance/gov.d.ts +80 -80
  501. package/lib/codec/alliance/alliance/gov.js +400 -400
  502. package/lib/codec/alliance/alliance/params.d.ts +35 -35
  503. package/lib/codec/alliance/alliance/params.js +194 -194
  504. package/lib/codec/alliance/alliance/query.d.ts +404 -404
  505. package/lib/codec/alliance/alliance/query.js +1982 -1982
  506. package/lib/codec/alliance/alliance/redelegations.d.ts +57 -57
  507. package/lib/codec/alliance/alliance/redelegations.js +294 -294
  508. package/lib/codec/alliance/alliance/tx.d.ts +230 -230
  509. package/lib/codec/alliance/alliance/tx.js +1050 -1050
  510. package/lib/codec/alliance/alliance/unbonding.d.ts +26 -26
  511. package/lib/codec/alliance/alliance/unbonding.js +126 -126
  512. package/lib/codec/amino/amino.d.ts +1 -1
  513. package/lib/codec/amino/amino.js +14 -14
  514. package/lib/codec/carbon-models.d.ts +29 -29
  515. package/lib/codec/carbon-models.js +51 -55
  516. package/lib/codec/cosmos/app/runtime/v1alpha1/module.d.ts +84 -84
  517. package/lib/codec/cosmos/app/runtime/v1alpha1/module.js +246 -246
  518. package/lib/codec/cosmos/app/v1alpha1/config.d.ts +83 -83
  519. package/lib/codec/cosmos/app/v1alpha1/config.js +215 -215
  520. package/lib/codec/cosmos/app/v1alpha1/module.d.ts +109 -109
  521. package/lib/codec/cosmos/app/v1alpha1/module.js +192 -192
  522. package/lib/codec/cosmos/app/v1alpha1/query.d.ts +44 -44
  523. package/lib/codec/cosmos/app/v1alpha1/query.js +107 -107
  524. package/lib/codec/cosmos/auth/module/v1/module.d.ts +41 -41
  525. package/lib/codec/cosmos/auth/module/v1/module.js +149 -149
  526. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +76 -76
  527. package/lib/codec/cosmos/auth/v1beta1/auth.js +408 -408
  528. package/lib/codec/cosmos/auth/v1beta1/export.d.ts +3 -3
  529. package/lib/codec/cosmos/auth/v1beta1/export.js +32 -32
  530. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +24 -24
  531. package/lib/codec/cosmos/auth/v1beta1/genesis.js +81 -81
  532. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +379 -379
  533. package/lib/codec/cosmos/auth/v1beta1/query.js +1050 -1050
  534. package/lib/codec/cosmos/auth/v1beta1/tx.d.ts +64 -64
  535. package/lib/codec/cosmos/auth/v1beta1/tx.js +120 -120
  536. package/lib/codec/cosmos/authz/module/v1/module.d.ts +18 -18
  537. package/lib/codec/cosmos/authz/module/v1/module.js +46 -46
  538. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +74 -74
  539. package/lib/codec/cosmos/authz/v1beta1/authz.js +284 -284
  540. package/lib/codec/cosmos/authz/v1beta1/event.d.ts +41 -41
  541. package/lib/codec/cosmos/authz/v1beta1/event.js +152 -152
  542. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +21 -21
  543. package/lib/codec/cosmos/authz/v1beta1/genesis.js +64 -64
  544. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +122 -122
  545. package/lib/codec/cosmos/authz/v1beta1/query.js +458 -458
  546. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +126 -126
  547. package/lib/codec/cosmos/authz/v1beta1/tx.js +386 -386
  548. package/lib/codec/cosmos/autocli/v1/options.d.ts +184 -184
  549. package/lib/codec/cosmos/autocli/v1/options.js +686 -686
  550. package/lib/codec/cosmos/autocli/v1/query.d.ts +60 -60
  551. package/lib/codec/cosmos/autocli/v1/query.js +180 -180
  552. package/lib/codec/cosmos/bank/module/v1/module.d.ts +26 -26
  553. package/lib/codec/cosmos/bank/module/v1/module.js +76 -76
  554. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +32 -32
  555. package/lib/codec/cosmos/bank/v1beta1/authz.js +79 -79
  556. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +160 -160
  557. package/lib/codec/cosmos/bank/v1beta1/bank.js +519 -519
  558. package/lib/codec/cosmos/bank/v1beta1/export.d.ts +5 -5
  559. package/lib/codec/cosmos/bank/v1beta1/export.js +52 -52
  560. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +54 -54
  561. package/lib/codec/cosmos/bank/v1beta1/genesis.js +187 -187
  562. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +557 -557
  563. package/lib/codec/cosmos/bank/v1beta1/query.js +1649 -1649
  564. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +173 -173
  565. package/lib/codec/cosmos/bank/v1beta1/tx.js +449 -449
  566. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +258 -258
  567. package/lib/codec/cosmos/base/abci/v1beta1/abci.js +1068 -1068
  568. package/lib/codec/cosmos/base/node/v1beta1/query.d.ts +78 -78
  569. package/lib/codec/cosmos/base/node/v1beta1/query.js +358 -358
  570. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +85 -85
  571. package/lib/codec/cosmos/base/query/v1beta1/pagination.js +215 -215
  572. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +81 -81
  573. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.js +210 -210
  574. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +414 -414
  575. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.js +1438 -1438
  576. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +321 -321
  577. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js +1490 -1490
  578. package/lib/codec/cosmos/base/tendermint/v1beta1/types.d.ts +67 -67
  579. package/lib/codec/cosmos/base/tendermint/v1beta1/types.js +423 -423
  580. package/lib/codec/cosmos/base/v1beta1/coin.d.ts +70 -70
  581. package/lib/codec/cosmos/base/v1beta1/coin.js +214 -214
  582. package/lib/codec/cosmos/circuit/module/v1/module.d.ts +20 -20
  583. package/lib/codec/cosmos/circuit/module/v1/module.js +59 -59
  584. package/lib/codec/cosmos/circuit/v1/query.d.ts +97 -97
  585. package/lib/codec/cosmos/circuit/v1/query.js +333 -333
  586. package/lib/codec/cosmos/circuit/v1/tx.d.ts +128 -128
  587. package/lib/codec/cosmos/circuit/v1/tx.js +371 -371
  588. package/lib/codec/cosmos/circuit/v1/types.d.ts +81 -81
  589. package/lib/codec/cosmos/circuit/v1/types.js +266 -266
  590. package/lib/codec/cosmos/consensus/module/v1/module.d.ts +20 -20
  591. package/lib/codec/cosmos/consensus/module/v1/module.js +59 -59
  592. package/lib/codec/cosmos/consensus/v1/query.d.ts +49 -49
  593. package/lib/codec/cosmos/consensus/v1/query.js +109 -109
  594. package/lib/codec/cosmos/consensus/v1/tx.d.ts +65 -65
  595. package/lib/codec/cosmos/consensus/v1/tx.js +174 -174
  596. package/lib/codec/cosmos/crisis/module/v1/module.d.ts +22 -22
  597. package/lib/codec/cosmos/crisis/module/v1/module.js +72 -72
  598. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +24 -24
  599. package/lib/codec/cosmos/crisis/v1beta1/genesis.js +65 -65
  600. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +89 -89
  601. package/lib/codec/cosmos/crisis/v1beta1/tx.js +236 -236
  602. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +39 -39
  603. package/lib/codec/cosmos/crypto/ed25519/keys.js +138 -138
  604. package/lib/codec/cosmos/crypto/hd/v1/hd.d.ts +32 -32
  605. package/lib/codec/cosmos/crypto/hd/v1/hd.js +114 -114
  606. package/lib/codec/cosmos/crypto/keyring/v1/record.d.ts +78 -78
  607. package/lib/codec/cosmos/crypto/keyring/v1/record.js +309 -309
  608. package/lib/codec/cosmos/crypto/multisig/keys.d.ts +25 -25
  609. package/lib/codec/cosmos/crypto/multisig/keys.js +76 -76
  610. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +40 -40
  611. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.js +153 -153
  612. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +36 -36
  613. package/lib/codec/cosmos/crypto/secp256k1/keys.js +138 -138
  614. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +36 -36
  615. package/lib/codec/cosmos/crypto/secp256r1/keys.js +138 -138
  616. package/lib/codec/cosmos/distribution/module/v1/module.d.ts +21 -21
  617. package/lib/codec/cosmos/distribution/module/v1/module.js +72 -72
  618. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +225 -225
  619. package/lib/codec/cosmos/distribution/v1beta1/distribution.js +858 -858
  620. package/lib/codec/cosmos/distribution/v1beta1/export.d.ts +4 -4
  621. package/lib/codec/cosmos/distribution/v1beta1/export.js +63 -63
  622. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +156 -156
  623. package/lib/codec/cosmos/distribution/v1beta1/genesis.js +722 -722
  624. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +384 -384
  625. package/lib/codec/cosmos/distribution/v1beta1/query.js +1232 -1232
  626. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +287 -287
  627. package/lib/codec/cosmos/distribution/v1beta1/tx.js +766 -766
  628. package/lib/codec/cosmos/evidence/module/v1/module.d.ts +18 -18
  629. package/lib/codec/cosmos/evidence/module/v1/module.js +46 -46
  630. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +29 -29
  631. package/lib/codec/cosmos/evidence/v1beta1/evidence.js +133 -133
  632. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +21 -21
  633. package/lib/codec/cosmos/evidence/v1beta1/genesis.js +64 -64
  634. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +93 -93
  635. package/lib/codec/cosmos/evidence/v1beta1/query.js +292 -292
  636. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +54 -54
  637. package/lib/codec/cosmos/evidence/v1beta1/tx.js +167 -167
  638. package/lib/codec/cosmos/feegrant/module/v1/module.d.ts +18 -18
  639. package/lib/codec/cosmos/feegrant/module/v1/module.js +46 -46
  640. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +96 -96
  641. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js +359 -359
  642. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +21 -21
  643. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js +64 -64
  644. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +122 -122
  645. package/lib/codec/cosmos/feegrant/v1beta1/query.js +407 -407
  646. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +122 -122
  647. package/lib/codec/cosmos/feegrant/v1beta1/tx.js +312 -312
  648. package/lib/codec/cosmos/genutil/module/v1/module.d.ts +18 -18
  649. package/lib/codec/cosmos/genutil/module/v1/module.js +46 -46
  650. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +20 -20
  651. package/lib/codec/cosmos/genutil/v1beta1/genesis.js +93 -93
  652. package/lib/codec/cosmos/gov/module/v1/module.d.ts +25 -25
  653. package/lib/codec/cosmos/gov/module/v1/module.js +75 -75
  654. package/lib/codec/cosmos/gov/v1/export.d.ts +3 -3
  655. package/lib/codec/cosmos/gov/v1/export.js +53 -53
  656. package/lib/codec/cosmos/gov/v1/genesis.d.ts +64 -64
  657. package/lib/codec/cosmos/gov/v1/genesis.js +198 -198
  658. package/lib/codec/cosmos/gov/v1/gov.d.ts +345 -345
  659. package/lib/codec/cosmos/gov/v1/gov.js +1204 -1204
  660. package/lib/codec/cosmos/gov/v1/query.d.ts +312 -312
  661. package/lib/codec/cosmos/gov/v1/query.js +1145 -1145
  662. package/lib/codec/cosmos/gov/v1/tx.d.ts +291 -291
  663. package/lib/codec/cosmos/gov/v1/tx.js +953 -953
  664. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +33 -33
  665. package/lib/codec/cosmos/gov/v1beta1/genesis.js +166 -166
  666. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +246 -246
  667. package/lib/codec/cosmos/gov/v1beta1/gov.js +929 -929
  668. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +265 -265
  669. package/lib/codec/cosmos/gov/v1beta1/query.js +1045 -1045
  670. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +154 -154
  671. package/lib/codec/cosmos/gov/v1beta1/tx.js +496 -496
  672. package/lib/codec/cosmos/group/module/v1/module.d.ts +29 -29
  673. package/lib/codec/cosmos/group/module/v1/module.js +83 -83
  674. package/lib/codec/cosmos/group/v1/events.d.ts +140 -140
  675. package/lib/codec/cosmos/group/v1/events.js +560 -560
  676. package/lib/codec/cosmos/group/v1/genesis.d.ts +45 -45
  677. package/lib/codec/cosmos/group/v1/genesis.js +176 -176
  678. package/lib/codec/cosmos/group/v1/query.d.ts +453 -453
  679. package/lib/codec/cosmos/group/v1/query.js +1771 -1771
  680. package/lib/codec/cosmos/group/v1/tx.d.ts +495 -495
  681. package/lib/codec/cosmos/group/v1/tx.js +1866 -1866
  682. package/lib/codec/cosmos/group/v1/types.d.ts +382 -382
  683. package/lib/codec/cosmos/group/v1/types.js +1332 -1332
  684. package/lib/codec/cosmos/ics23/v1/proofs.d.ts +328 -328
  685. package/lib/codec/cosmos/ics23/v1/proofs.js +1347 -1347
  686. package/lib/codec/cosmos/mint/module/v1/module.d.ts +21 -21
  687. package/lib/codec/cosmos/mint/module/v1/module.js +72 -72
  688. package/lib/codec/cosmos/mint/v1beta1/export.d.ts +3 -3
  689. package/lib/codec/cosmos/mint/v1beta1/export.js +16 -16
  690. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +23 -23
  691. package/lib/codec/cosmos/mint/v1beta1/genesis.js +79 -79
  692. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +44 -44
  693. package/lib/codec/cosmos/mint/v1beta1/mint.js +192 -192
  694. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +103 -103
  695. package/lib/codec/cosmos/mint/v1beta1/query.js +309 -309
  696. package/lib/codec/cosmos/mint/v1beta1/tx.d.ts +64 -64
  697. package/lib/codec/cosmos/mint/v1beta1/tx.js +120 -120
  698. package/lib/codec/cosmos/msg/textual/v1/textual.d.ts +1 -1
  699. package/lib/codec/cosmos/msg/textual/v1/textual.js +14 -14
  700. package/lib/codec/cosmos/msg/v1/msg.d.ts +1 -1
  701. package/lib/codec/cosmos/msg/v1/msg.js +14 -14
  702. package/lib/codec/cosmos/nft/module/v1/module.d.ts +18 -18
  703. package/lib/codec/cosmos/nft/module/v1/module.js +46 -46
  704. package/lib/codec/cosmos/nft/v1beta1/event.d.ts +58 -58
  705. package/lib/codec/cosmos/nft/v1beta1/event.js +227 -227
  706. package/lib/codec/cosmos/nft/v1beta1/genesis.d.ts +37 -37
  707. package/lib/codec/cosmos/nft/v1beta1/genesis.js +140 -140
  708. package/lib/codec/cosmos/nft/v1beta1/nft.d.ts +53 -53
  709. package/lib/codec/cosmos/nft/v1beta1/nft.js +233 -233
  710. package/lib/codec/cosmos/nft/v1beta1/query.d.ts +226 -226
  711. package/lib/codec/cosmos/nft/v1beta1/query.js +817 -817
  712. package/lib/codec/cosmos/nft/v1beta1/tx.d.ts +49 -49
  713. package/lib/codec/cosmos/nft/v1beta1/tx.js +137 -137
  714. package/lib/codec/cosmos/orm/module/v1alpha1/module.d.ts +22 -22
  715. package/lib/codec/cosmos/orm/module/v1alpha1/module.js +46 -46
  716. package/lib/codec/cosmos/orm/query/v1alpha1/query.d.ts +173 -173
  717. package/lib/codec/cosmos/orm/query/v1alpha1/query.js +652 -652
  718. package/lib/codec/cosmos/orm/v1/orm.d.ts +126 -126
  719. package/lib/codec/cosmos/orm/v1/orm.js +263 -263
  720. package/lib/codec/cosmos/orm/v1alpha1/schema.d.ts +76 -76
  721. package/lib/codec/cosmos/orm/v1alpha1/schema.js +235 -235
  722. package/lib/codec/cosmos/params/module/v1/module.d.ts +18 -18
  723. package/lib/codec/cosmos/params/module/v1/module.js +46 -46
  724. package/lib/codec/cosmos/params/v1beta1/export.d.ts +2 -2
  725. package/lib/codec/cosmos/params/v1beta1/export.js +12 -12
  726. package/lib/codec/cosmos/params/v1beta1/params.d.ts +37 -37
  727. package/lib/codec/cosmos/params/v1beta1/params.js +155 -155
  728. package/lib/codec/cosmos/params/v1beta1/query.d.ts +106 -106
  729. package/lib/codec/cosmos/params/v1beta1/query.js +280 -280
  730. package/lib/codec/cosmos/query/v1/query.d.ts +1 -1
  731. package/lib/codec/cosmos/query/v1/query.js +14 -14
  732. package/lib/codec/cosmos/reflection/v1/reflection.d.ts +50 -50
  733. package/lib/codec/cosmos/reflection/v1/reflection.js +108 -108
  734. package/lib/codec/cosmos/slashing/module/v1/module.d.ts +20 -20
  735. package/lib/codec/cosmos/slashing/module/v1/module.js +59 -59
  736. package/lib/codec/cosmos/slashing/v1beta1/export.d.ts +4 -4
  737. package/lib/codec/cosmos/slashing/v1beta1/export.js +22 -22
  738. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +76 -76
  739. package/lib/codec/cosmos/slashing/v1beta1/genesis.js +282 -282
  740. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +110 -110
  741. package/lib/codec/cosmos/slashing/v1beta1/query.js +333 -333
  742. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +59 -59
  743. package/lib/codec/cosmos/slashing/v1beta1/slashing.js +320 -320
  744. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +92 -92
  745. package/lib/codec/cosmos/slashing/v1beta1/tx.js +204 -204
  746. package/lib/codec/cosmos/staking/module/v1/module.d.ts +30 -30
  747. package/lib/codec/cosmos/staking/module/v1/module.js +108 -108
  748. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +68 -68
  749. package/lib/codec/cosmos/staking/v1beta1/authz.js +225 -225
  750. package/lib/codec/cosmos/staking/v1beta1/export.d.ts +5 -5
  751. package/lib/codec/cosmos/staking/v1beta1/export.js +84 -84
  752. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +55 -55
  753. package/lib/codec/cosmos/staking/v1beta1/genesis.js +259 -259
  754. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +525 -525
  755. package/lib/codec/cosmos/staking/v1beta1/query.js +1750 -1750
  756. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +427 -427
  757. package/lib/codec/cosmos/staking/v1beta1/staking.js +1900 -1900
  758. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +282 -282
  759. package/lib/codec/cosmos/staking/v1beta1/tx.js +1001 -1001
  760. package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.d.ts +31 -31
  761. package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.js +154 -154
  762. package/lib/codec/cosmos/store/snapshots/v1/snapshot.d.ts +119 -119
  763. package/lib/codec/cosmos/store/snapshots/v1/snapshot.js +540 -540
  764. package/lib/codec/cosmos/store/streaming/abci/grpc.d.ts +72 -72
  765. package/lib/codec/cosmos/store/streaming/abci/grpc.js +247 -247
  766. package/lib/codec/cosmos/store/v1beta1/commit_info.d.ts +54 -54
  767. package/lib/codec/cosmos/store/v1beta1/commit_info.js +273 -273
  768. package/lib/codec/cosmos/store/v1beta1/listening.d.ts +48 -48
  769. package/lib/codec/cosmos/store/v1beta1/listening.js +220 -220
  770. package/lib/codec/cosmos/tx/config/v1/config.d.ts +28 -28
  771. package/lib/codec/cosmos/tx/config/v1/config.js +73 -73
  772. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +147 -147
  773. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +477 -477
  774. package/lib/codec/cosmos/tx/v1beta1/export.d.ts +2 -2
  775. package/lib/codec/cosmos/tx/v1beta1/export.js +43 -43
  776. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +460 -460
  777. package/lib/codec/cosmos/tx/v1beta1/service.js +1340 -1340
  778. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +377 -377
  779. package/lib/codec/cosmos/tx/v1beta1/tx.js +1121 -1121
  780. package/lib/codec/cosmos/upgrade/module/v1/module.d.ts +20 -20
  781. package/lib/codec/cosmos/upgrade/module/v1/module.js +59 -59
  782. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +213 -213
  783. package/lib/codec/cosmos/upgrade/v1beta1/query.js +526 -526
  784. package/lib/codec/cosmos/upgrade/v1beta1/tx.d.ts +97 -97
  785. package/lib/codec/cosmos/upgrade/v1beta1/tx.js +203 -203
  786. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +114 -114
  787. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.js +341 -341
  788. package/lib/codec/cosmos/vesting/module/v1/module.d.ts +18 -18
  789. package/lib/codec/cosmos/vesting/module/v1/module.js +46 -46
  790. package/lib/codec/cosmos/vesting/v1beta1/export.d.ts +2 -2
  791. package/lib/codec/cosmos/vesting/v1beta1/export.js +17 -17
  792. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +138 -138
  793. package/lib/codec/cosmos/vesting/v1beta1/tx.js +416 -416
  794. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +106 -106
  795. package/lib/codec/cosmos/vesting/v1beta1/vesting.js +451 -451
  796. package/lib/codec/cosmos-models.d.ts +10 -10
  797. package/lib/codec/cosmos-models.js +32 -36
  798. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/export.d.ts +1 -1
  799. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/export.js +6 -6
  800. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +39 -39
  801. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/keys.js +138 -138
  802. package/lib/codec/ethermint/evm/v1/events.d.ts +72 -72
  803. package/lib/codec/ethermint/evm/v1/events.js +303 -303
  804. package/lib/codec/ethermint/evm/v1/evm.d.ts +239 -239
  805. package/lib/codec/ethermint/evm/v1/evm.js +1140 -1140
  806. package/lib/codec/ethermint/evm/v1/export.d.ts +5 -5
  807. package/lib/codec/ethermint/evm/v1/export.js +53 -53
  808. package/lib/codec/ethermint/evm/v1/genesis.d.ts +43 -43
  809. package/lib/codec/ethermint/evm/v1/genesis.js +153 -153
  810. package/lib/codec/ethermint/evm/v1/query.d.ts +424 -424
  811. package/lib/codec/ethermint/evm/v1/query.js +1637 -1637
  812. package/lib/codec/ethermint/evm/v1/tx.d.ts +219 -219
  813. package/lib/codec/ethermint/evm/v1/tx.js +935 -935
  814. package/lib/codec/ethermint/feemarket/v1/events.d.ts +34 -34
  815. package/lib/codec/ethermint/feemarket/v1/events.js +116 -116
  816. package/lib/codec/ethermint/feemarket/v1/export.d.ts +4 -4
  817. package/lib/codec/ethermint/feemarket/v1/export.js +18 -18
  818. package/lib/codec/ethermint/feemarket/v1/feemarket.d.ts +51 -51
  819. package/lib/codec/ethermint/feemarket/v1/feemarket.js +176 -176
  820. package/lib/codec/ethermint/feemarket/v1/genesis.d.ts +26 -26
  821. package/lib/codec/ethermint/feemarket/v1/genesis.js +79 -79
  822. package/lib/codec/ethermint/feemarket/v1/query.d.ts +100 -100
  823. package/lib/codec/ethermint/feemarket/v1/query.js +276 -276
  824. package/lib/codec/ethermint/feemarket/v1/tx.d.ts +55 -55
  825. package/lib/codec/ethermint/feemarket/v1/tx.js +120 -120
  826. package/lib/codec/ethermint/types/v1/account.d.ts +26 -26
  827. package/lib/codec/ethermint/types/v1/account.js +78 -78
  828. package/lib/codec/ethermint/types/v1/dynamic_fee.d.ts +20 -20
  829. package/lib/codec/ethermint/types/v1/dynamic_fee.js +60 -60
  830. package/lib/codec/ethermint/types/v1/export.d.ts +4 -4
  831. package/lib/codec/ethermint/types/v1/export.js +11 -11
  832. package/lib/codec/ethermint/types/v1/indexer.d.ts +41 -41
  833. package/lib/codec/ethermint/types/v1/indexer.js +153 -153
  834. package/lib/codec/ethermint/types/v1/web3.d.ts +36 -36
  835. package/lib/codec/ethermint/types/v1/web3.js +124 -124
  836. package/lib/codec/ethermint-models.d.ts +4 -4
  837. package/lib/codec/ethermint-models.js +26 -30
  838. package/lib/codec/google/protobuf/any.d.ts +137 -137
  839. package/lib/codec/google/protobuf/any.js +103 -103
  840. package/lib/codec/google/protobuf/descriptor.d.ts +1372 -1372
  841. package/lib/codec/google/protobuf/descriptor.js +4471 -4471
  842. package/lib/codec/google/protobuf/duration.d.ts +92 -92
  843. package/lib/codec/google/protobuf/duration.js +75 -75
  844. package/lib/codec/google/protobuf/empty.d.ts +26 -26
  845. package/lib/codec/google/protobuf/empty.js +46 -46
  846. package/lib/codec/google/protobuf/timestamp.d.ts +121 -121
  847. package/lib/codec/google/protobuf/timestamp.js +75 -75
  848. package/lib/codec/google/protobuf/wrappers.d.ts +152 -152
  849. package/lib/codec/google/protobuf/wrappers.js +457 -457
  850. package/lib/codec/ibc/applications/fee/v1/ack.d.ts +24 -24
  851. package/lib/codec/ibc/applications/fee/v1/ack.js +125 -125
  852. package/lib/codec/ibc/applications/fee/v1/fee.d.ts +68 -68
  853. package/lib/codec/ibc/applications/fee/v1/fee.js +289 -289
  854. package/lib/codec/ibc/applications/fee/v1/genesis.d.ts +93 -93
  855. package/lib/codec/ibc/applications/fee/v1/genesis.js +390 -390
  856. package/lib/codec/ibc/applications/fee/v1/metadata.d.ts +25 -25
  857. package/lib/codec/ibc/applications/fee/v1/metadata.js +71 -71
  858. package/lib/codec/ibc/applications/fee/v1/query.d.ts +318 -318
  859. package/lib/codec/ibc/applications/fee/v1/query.js +1241 -1241
  860. package/lib/codec/ibc/applications/fee/v1/tx.d.ts +171 -171
  861. package/lib/codec/ibc/applications/fee/v1/tx.js +524 -524
  862. package/lib/codec/ibc/applications/interchain_accounts/controller/export.d.ts +3 -3
  863. package/lib/codec/ibc/applications/interchain_accounts/controller/export.js +17 -17
  864. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +23 -23
  865. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.js +61 -61
  866. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +70 -70
  867. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.js +219 -219
  868. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +113 -113
  869. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.js +426 -426
  870. package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +80 -80
  871. package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.js +439 -439
  872. package/lib/codec/ibc/applications/interchain_accounts/host/export.d.ts +3 -3
  873. package/lib/codec/ibc/applications/interchain_accounts/host/export.js +11 -11
  874. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.d.ts +25 -25
  875. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.js +76 -76
  876. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.d.ts +44 -44
  877. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.js +107 -107
  878. package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.d.ts +50 -50
  879. package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.js +120 -120
  880. package/lib/codec/ibc/applications/interchain_accounts/v1/account.d.ts +21 -21
  881. package/lib/codec/ibc/applications/interchain_accounts/v1/account.js +79 -79
  882. package/lib/codec/ibc/applications/interchain_accounts/v1/export.d.ts +3 -3
  883. package/lib/codec/ibc/applications/interchain_accounts/v1/export.js +13 -13
  884. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.d.ts +36 -36
  885. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.js +129 -129
  886. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.d.ts +46 -46
  887. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.js +203 -203
  888. package/lib/codec/ibc/applications/transfer/v1/authz.d.ts +47 -47
  889. package/lib/codec/ibc/applications/transfer/v1/authz.js +173 -173
  890. package/lib/codec/ibc/applications/transfer/v1/export.d.ts +4 -4
  891. package/lib/codec/ibc/applications/transfer/v1/export.js +27 -27
  892. package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +28 -28
  893. package/lib/codec/ibc/applications/transfer/v1/genesis.js +108 -108
  894. package/lib/codec/ibc/applications/transfer/v1/query.d.ts +201 -201
  895. package/lib/codec/ibc/applications/transfer/v1/query.js +637 -637
  896. package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts +53 -53
  897. package/lib/codec/ibc/applications/transfer/v1/transfer.js +130 -130
  898. package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +106 -106
  899. package/lib/codec/ibc/applications/transfer/v1/tx.js +327 -327
  900. package/lib/codec/ibc/applications/transfer/v2/export.d.ts +1 -1
  901. package/lib/codec/ibc/applications/transfer/v2/export.js +5 -5
  902. package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +32 -32
  903. package/lib/codec/ibc/applications/transfer/v2/packet.js +113 -113
  904. package/lib/codec/ibc/core/channel/v1/channel.d.ts +257 -257
  905. package/lib/codec/ibc/core/channel/v1/channel.js +1003 -1003
  906. package/lib/codec/ibc/core/channel/v1/export.d.ts +5 -5
  907. package/lib/codec/ibc/core/channel/v1/export.js +103 -103
  908. package/lib/codec/ibc/core/channel/v1/genesis.d.ts +45 -45
  909. package/lib/codec/ibc/core/channel/v1/genesis.js +265 -265
  910. package/lib/codec/ibc/core/channel/v1/query.d.ts +687 -687
  911. package/lib/codec/ibc/core/channel/v1/query.js +2693 -2693
  912. package/lib/codec/ibc/core/channel/v1/tx.d.ts +643 -643
  913. package/lib/codec/ibc/core/channel/v1/tx.js +3315 -3315
  914. package/lib/codec/ibc/core/channel/v1/upgrade.d.ts +62 -62
  915. package/lib/codec/ibc/core/channel/v1/upgrade.js +238 -238
  916. package/lib/codec/ibc/core/client/v1/client.d.ts +161 -161
  917. package/lib/codec/ibc/core/client/v1/client.js +506 -506
  918. package/lib/codec/ibc/core/client/v1/export.d.ts +4 -4
  919. package/lib/codec/ibc/core/client/v1/export.js +48 -48
  920. package/lib/codec/ibc/core/client/v1/genesis.d.ts +67 -67
  921. package/lib/codec/ibc/core/client/v1/genesis.js +296 -296
  922. package/lib/codec/ibc/core/client/v1/query.d.ts +346 -346
  923. package/lib/codec/ibc/core/client/v1/query.js +1128 -1128
  924. package/lib/codec/ibc/core/client/v1/tx.d.ts +264 -264
  925. package/lib/codec/ibc/core/client/v1/tx.js +896 -896
  926. package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +70 -70
  927. package/lib/codec/ibc/core/commitment/v1/commitment.js +237 -237
  928. package/lib/codec/ibc/core/commitment/v1/export.d.ts +1 -1
  929. package/lib/codec/ibc/core/commitment/v1/export.js +8 -8
  930. package/lib/codec/ibc/core/connection/v1/connection.d.ts +170 -170
  931. package/lib/codec/ibc/core/connection/v1/connection.js +600 -600
  932. package/lib/codec/ibc/core/connection/v1/export.d.ts +3 -3
  933. package/lib/codec/ibc/core/connection/v1/export.js +38 -38
  934. package/lib/codec/ibc/core/connection/v1/genesis.d.ts +24 -24
  935. package/lib/codec/ibc/core/connection/v1/genesis.js +113 -113
  936. package/lib/codec/ibc/core/connection/v1/query.d.ts +245 -245
  937. package/lib/codec/ibc/core/connection/v1/query.js +866 -866
  938. package/lib/codec/ibc/core/connection/v1/tx.d.ts +221 -221
  939. package/lib/codec/ibc/core/connection/v1/tx.js +963 -963
  940. package/lib/codec/ibc/core/types/v1/genesis.d.ts +27 -27
  941. package/lib/codec/ibc/core/types/v1/genesis.js +105 -105
  942. package/lib/codec/ibc/lightclients/localhost/v2/export.d.ts +1 -1
  943. package/lib/codec/ibc/lightclients/localhost/v2/export.js +5 -5
  944. package/lib/codec/ibc/lightclients/localhost/v2/localhost.d.ts +21 -21
  945. package/lib/codec/ibc/lightclients/localhost/v2/localhost.js +65 -65
  946. package/lib/codec/ibc/lightclients/solomachine/v2/export.d.ts +1 -1
  947. package/lib/codec/ibc/lightclients/solomachine/v2/export.js +23 -23
  948. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.d.ts +298 -298
  949. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.js +1352 -1352
  950. package/lib/codec/ibc/lightclients/solomachine/v3/export.d.ts +1 -1
  951. package/lib/codec/ibc/lightclients/solomachine/v3/export.js +12 -12
  952. package/lib/codec/ibc/lightclients/solomachine/v3/solomachine.d.ts +146 -146
  953. package/lib/codec/ibc/lightclients/solomachine/v3/solomachine.js +712 -712
  954. package/lib/codec/ibc/lightclients/tendermint/v1/export.d.ts +1 -1
  955. package/lib/codec/ibc/lightclients/tendermint/v1/export.js +9 -9
  956. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +147 -147
  957. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js +623 -623
  958. package/lib/codec/ibc/lightclients/wasm/v1/genesis.d.ts +32 -32
  959. package/lib/codec/ibc/lightclients/wasm/v1/genesis.js +140 -140
  960. package/lib/codec/ibc/lightclients/wasm/v1/query.d.ts +74 -74
  961. package/lib/codec/ibc/lightclients/wasm/v1/query.js +272 -272
  962. package/lib/codec/ibc/lightclients/wasm/v1/tx.d.ts +105 -105
  963. package/lib/codec/ibc/lightclients/wasm/v1/tx.js +384 -384
  964. package/lib/codec/ibc/lightclients/wasm/v1/wasm.d.ts +70 -70
  965. package/lib/codec/ibc/lightclients/wasm/v1/wasm.js +267 -267
  966. package/lib/codec/ibc-models.d.ts +13 -13
  967. package/lib/codec/ibc-models.js +35 -39
  968. package/lib/codec/index.d.ts +662 -662
  969. package/lib/codec/index.js +30969 -30973
  970. package/lib/codec/oraclesvc/query.d.ts +20 -20
  971. package/lib/codec/oraclesvc/query.js +29 -29
  972. package/lib/codec/polynetwork-models.d.ts +4 -4
  973. package/lib/codec/polynetwork-models.js +26 -30
  974. package/lib/codec/tendermint/abci/types.d.ts +817 -817
  975. package/lib/codec/tendermint/abci/types.js +4769 -4769
  976. package/lib/codec/tendermint/crypto/keys.d.ts +20 -20
  977. package/lib/codec/tendermint/crypto/keys.js +109 -109
  978. package/lib/codec/tendermint/crypto/proof.d.ts +74 -74
  979. package/lib/codec/tendermint/crypto/proof.js +391 -391
  980. package/lib/codec/tendermint/libs/bits/types.d.ts +19 -19
  981. package/lib/codec/tendermint/libs/bits/types.js +89 -89
  982. package/lib/codec/tendermint/oracle/types.d.ts +90 -90
  983. package/lib/codec/tendermint/oracle/types.js +629 -629
  984. package/lib/codec/tendermint/p2p/types.d.ts +60 -60
  985. package/lib/codec/tendermint/p2p/types.js +400 -400
  986. package/lib/codec/tendermint/types/block.d.ts +23 -23
  987. package/lib/codec/tendermint/types/block.js +116 -116
  988. package/lib/codec/tendermint/types/evidence.d.ts +61 -61
  989. package/lib/codec/tendermint/types/evidence.js +390 -390
  990. package/lib/codec/tendermint/types/params.d.ts +141 -141
  991. package/lib/codec/tendermint/types/params.js +498 -498
  992. package/lib/codec/tendermint/types/types.d.ts +274 -274
  993. package/lib/codec/tendermint/types/types.js +1643 -1643
  994. package/lib/codec/tendermint/types/validator.d.ts +59 -59
  995. package/lib/codec/tendermint/types/validator.js +343 -343
  996. package/lib/codec/tendermint/version/types.d.ts +40 -40
  997. package/lib/codec/tendermint/version/types.js +139 -139
  998. package/lib/constant/address.d.ts +3 -3
  999. package/lib/constant/address.js +5 -5
  1000. package/lib/constant/eip6963Provider.d.ts +66 -66
  1001. package/lib/constant/eip6963Provider.js +31 -31
  1002. package/lib/constant/eip712.d.ts +46 -46
  1003. package/lib/constant/eip712.js +106 -106
  1004. package/lib/constant/generic.d.ts +24 -24
  1005. package/lib/constant/generic.js +24 -24
  1006. package/lib/constant/grant.d.ts +1 -1
  1007. package/lib/constant/grant.js +4 -4
  1008. package/lib/constant/ibc.d.ts +190 -190
  1009. package/lib/constant/ibc.js +2131 -2135
  1010. package/lib/constant/index.d.ts +9 -9
  1011. package/lib/constant/index.js +21 -25
  1012. package/lib/constant/network.d.ts +76 -76
  1013. package/lib/constant/network.js +349 -349
  1014. package/lib/constant/node.d.ts +5 -5
  1015. package/lib/constant/node.js +80 -80
  1016. package/lib/constant/token.d.ts +11 -11
  1017. package/lib/constant/token.js +373 -373
  1018. package/lib/constant/walletProvider.d.ts +10 -10
  1019. package/lib/constant/walletProvider.js +15 -15
  1020. package/lib/constant/web3Config.d.ts +33 -33
  1021. package/lib/constant/web3Config.js +175 -175
  1022. package/lib/eth/abis/axelarBridge.json +1150 -1150
  1023. package/lib/eth/abis/balanceReader.json +26 -26
  1024. package/lib/eth/abis/bridgeEntrance.json +105 -105
  1025. package/lib/eth/abis/erc20.json +222 -222
  1026. package/lib/eth/abis/index.d.ts +8 -8
  1027. package/lib/eth/abis/index.js +20 -20
  1028. package/lib/eth/abis/keyStorage.json +44 -44
  1029. package/lib/eth/abis/lockProxy.json +574 -574
  1030. package/lib/eth/abis/vault.json +119 -119
  1031. package/lib/eth/index.d.ts +1 -1
  1032. package/lib/eth/index.js +23 -27
  1033. package/lib/hydrogen/feeQuote.d.ts +23 -23
  1034. package/lib/hydrogen/feeQuote.js +2 -2
  1035. package/lib/hydrogen/index.d.ts +3 -3
  1036. package/lib/hydrogen/index.js +15 -19
  1037. package/lib/hydrogen/relays.d.ts +34 -34
  1038. package/lib/hydrogen/relays.js +2 -2
  1039. package/lib/hydrogen/stats.d.ts +26 -26
  1040. package/lib/hydrogen/stats.js +2 -2
  1041. package/lib/hydrogen/transfer.d.ts +159 -159
  1042. package/lib/hydrogen/transfer.js +10 -10
  1043. package/lib/index.d.ts +12 -12
  1044. package/lib/index.js +59 -63
  1045. package/lib/insights/alliances.d.ts +39 -39
  1046. package/lib/insights/alliances.js +2 -2
  1047. package/lib/insights/balance.d.ts +74 -74
  1048. package/lib/insights/balance.js +2 -2
  1049. package/lib/insights/block.d.ts +25 -25
  1050. package/lib/insights/block.js +2 -2
  1051. package/lib/insights/chain.d.ts +40 -40
  1052. package/lib/insights/chain.js +2 -2
  1053. package/lib/insights/common.d.ts +93 -93
  1054. package/lib/insights/common.js +73 -73
  1055. package/lib/insights/competition.d.ts +196 -196
  1056. package/lib/insights/competition.js +2 -2
  1057. package/lib/insights/delegation.d.ts +26 -26
  1058. package/lib/insights/delegation.js +2 -2
  1059. package/lib/insights/funding.d.ts +41 -41
  1060. package/lib/insights/funding.js +2 -2
  1061. package/lib/insights/index.d.ts +15 -15
  1062. package/lib/insights/index.js +27 -31
  1063. package/lib/insights/inflation.d.ts +6 -6
  1064. package/lib/insights/inflation.js +2 -2
  1065. package/lib/insights/market.d.ts +20 -20
  1066. package/lib/insights/market.js +2 -2
  1067. package/lib/insights/node.d.ts +32 -32
  1068. package/lib/insights/node.js +2 -2
  1069. package/lib/insights/oracles.d.ts +17 -17
  1070. package/lib/insights/oracles.js +2 -2
  1071. package/lib/insights/pool.d.ts +143 -143
  1072. package/lib/insights/pool.js +2 -2
  1073. package/lib/insights/position.d.ts +104 -104
  1074. package/lib/insights/position.js +10 -10
  1075. package/lib/insights/proposal.d.ts +21 -21
  1076. package/lib/insights/proposal.js +2 -2
  1077. package/lib/insights/transaction.d.ts +30 -30
  1078. package/lib/insights/transaction.js +2 -2
  1079. package/lib/insights/user.d.ts +148 -148
  1080. package/lib/insights/user.js +2 -2
  1081. package/lib/modules/admin.d.ts +377 -377
  1082. package/lib/modules/admin.js +715 -715
  1083. package/lib/modules/alliance.d.ts +43 -43
  1084. package/lib/modules/alliance.js +102 -102
  1085. package/lib/modules/bank.d.ts +14 -14
  1086. package/lib/modules/bank.js +35 -35
  1087. package/lib/modules/base.d.ts +12 -12
  1088. package/lib/modules/base.js +29 -29
  1089. package/lib/modules/bridge.d.ts +27 -27
  1090. package/lib/modules/bridge.js +68 -68
  1091. package/lib/modules/broker.d.ts +16 -16
  1092. package/lib/modules/broker.js +50 -50
  1093. package/lib/modules/cdp.d.ts +189 -189
  1094. package/lib/modules/cdp.js +973 -973
  1095. package/lib/modules/coin.d.ts +54 -54
  1096. package/lib/modules/coin.js +138 -138
  1097. package/lib/modules/cosmwasm.d.ts +20 -20
  1098. package/lib/modules/cosmwasm.js +88 -88
  1099. package/lib/modules/erc20.d.ts +30 -30
  1100. package/lib/modules/erc20.js +81 -81
  1101. package/lib/modules/evm.d.ts +45 -45
  1102. package/lib/modules/evm.js +85 -85
  1103. package/lib/modules/evmmerge.d.ts +12 -12
  1104. package/lib/modules/evmmerge.js +35 -35
  1105. package/lib/modules/fee.d.ts +5 -5
  1106. package/lib/modules/fee.js +27 -27
  1107. package/lib/modules/gov.d.ts +21 -21
  1108. package/lib/modules/gov.js +70 -70
  1109. package/lib/modules/grant.d.ts +33 -33
  1110. package/lib/modules/grant.js +196 -196
  1111. package/lib/modules/ibc.d.ts +46 -46
  1112. package/lib/modules/ibc.js +236 -236
  1113. package/lib/modules/index.d.ts +24 -24
  1114. package/lib/modules/index.js +36 -40
  1115. package/lib/modules/leverage.d.ts +13 -13
  1116. package/lib/modules/leverage.js +52 -52
  1117. package/lib/modules/liquiditypool.d.ts +84 -84
  1118. package/lib/modules/liquiditypool.js +198 -198
  1119. package/lib/modules/market.d.ts +104 -104
  1120. package/lib/modules/market.js +183 -183
  1121. package/lib/modules/oracle.d.ts +5 -5
  1122. package/lib/modules/oracle.js +10 -10
  1123. package/lib/modules/order.d.ts +70 -70
  1124. package/lib/modules/order.js +194 -194
  1125. package/lib/modules/perpspool.d.ts +49 -49
  1126. package/lib/modules/perpspool.js +117 -117
  1127. package/lib/modules/position.d.ts +13 -13
  1128. package/lib/modules/position.js +52 -52
  1129. package/lib/modules/profile.d.ts +11 -11
  1130. package/lib/modules/profile.js +35 -35
  1131. package/lib/modules/staking.d.ts +36 -36
  1132. package/lib/modules/staking.js +107 -107
  1133. package/lib/modules/subaccount.d.ts +24 -24
  1134. package/lib/modules/subaccount.js +66 -66
  1135. package/lib/modules/xchain.d.ts +22 -22
  1136. package/lib/modules/xchain.js +53 -53
  1137. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.d.ts +5 -5
  1138. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.js +26 -26
  1139. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.d.ts +40 -40
  1140. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +62 -62
  1141. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.d.ts +3 -3
  1142. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.js +17 -21
  1143. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.d.ts +42 -42
  1144. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +181 -181
  1145. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.d.ts +24 -24
  1146. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +146 -150
  1147. package/lib/provider/account/NeoLedgerAccount/NeonLedger.d.ts +59 -59
  1148. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +180 -180
  1149. package/lib/provider/account/NeoLedgerAccount/index.d.ts +1 -1
  1150. package/lib/provider/account/NeoLedgerAccount/index.js +13 -17
  1151. package/lib/provider/account/index.d.ts +1 -1
  1152. package/lib/provider/account/index.js +13 -17
  1153. package/lib/provider/amino/AminoTypesMap.d.ts +3 -3
  1154. package/lib/provider/amino/AminoTypesMap.js +6 -6
  1155. package/lib/provider/amino/index.d.ts +1 -1
  1156. package/lib/provider/amino/index.js +8 -8
  1157. package/lib/provider/amino/types/admin.d.ts +4 -4
  1158. package/lib/provider/amino/types/admin.js +242 -246
  1159. package/lib/provider/amino/types/bank.d.ts +4 -4
  1160. package/lib/provider/amino/types/bank.js +34 -38
  1161. package/lib/provider/amino/types/bridge.d.ts +4 -4
  1162. package/lib/provider/amino/types/bridge.js +36 -40
  1163. package/lib/provider/amino/types/broker.d.ts +4 -4
  1164. package/lib/provider/amino/types/broker.js +34 -38
  1165. package/lib/provider/amino/types/cdp.d.ts +4 -4
  1166. package/lib/provider/amino/types/cdp.js +173 -177
  1167. package/lib/provider/amino/types/coin.d.ts +4 -4
  1168. package/lib/provider/amino/types/coin.js +52 -56
  1169. package/lib/provider/amino/types/erc20.d.ts +4 -4
  1170. package/lib/provider/amino/types/erc20.js +40 -44
  1171. package/lib/provider/amino/types/evm.d.ts +4 -4
  1172. package/lib/provider/amino/types/evm.js +34 -38
  1173. package/lib/provider/amino/types/evmmerge.d.ts +4 -4
  1174. package/lib/provider/amino/types/evmmerge.js +34 -38
  1175. package/lib/provider/amino/types/feemarket.d.ts +4 -4
  1176. package/lib/provider/amino/types/feemarket.js +34 -38
  1177. package/lib/provider/amino/types/gov.d.ts +4 -4
  1178. package/lib/provider/amino/types/gov.js +413 -417
  1179. package/lib/provider/amino/types/grant.d.ts +13 -13
  1180. package/lib/provider/amino/types/grant.js +198 -202
  1181. package/lib/provider/amino/types/ibc.d.ts +4 -4
  1182. package/lib/provider/amino/types/ibc.js +57 -61
  1183. package/lib/provider/amino/types/index.d.ts +23 -23
  1184. package/lib/provider/amino/types/index.js +52 -52
  1185. package/lib/provider/amino/types/leverage.d.ts +4 -4
  1186. package/lib/provider/amino/types/leverage.js +36 -40
  1187. package/lib/provider/amino/types/liquidityPool.d.ts +4 -4
  1188. package/lib/provider/amino/types/liquidityPool.js +97 -101
  1189. package/lib/provider/amino/types/market.d.ts +4 -4
  1190. package/lib/provider/amino/types/market.js +90 -94
  1191. package/lib/provider/amino/types/oracle.d.ts +4 -4
  1192. package/lib/provider/amino/types/oracle.js +4 -4
  1193. package/lib/provider/amino/types/order.d.ts +4 -4
  1194. package/lib/provider/amino/types/order.js +84 -88
  1195. package/lib/provider/amino/types/perpspool.d.ts +4 -4
  1196. package/lib/provider/amino/types/perpspool.js +73 -77
  1197. package/lib/provider/amino/types/position.d.ts +4 -4
  1198. package/lib/provider/amino/types/position.js +34 -38
  1199. package/lib/provider/amino/types/profile.d.ts +4 -4
  1200. package/lib/provider/amino/types/profile.js +50 -54
  1201. package/lib/provider/amino/types/staking.d.ts +4 -4
  1202. package/lib/provider/amino/types/staking.js +52 -56
  1203. package/lib/provider/amino/types/subaccount.d.ts +4 -4
  1204. package/lib/provider/amino/types/subaccount.js +46 -50
  1205. package/lib/provider/amino/utils.d.ts +44 -44
  1206. package/lib/provider/amino/utils.js +247 -246
  1207. package/lib/provider/chainProvider/GetSigningCosmosClientOptions.d.ts +2 -2
  1208. package/lib/provider/chainProvider/GetSigningCosmosClientOptions.js +18 -18
  1209. package/lib/provider/chainProvider/index.d.ts +2 -2
  1210. package/lib/provider/chainProvider/index.js +5 -5
  1211. package/lib/provider/eip6963Provider/Eip6963Provider.d.ts +8 -8
  1212. package/lib/provider/eip6963Provider/Eip6963Provider.js +24 -24
  1213. package/lib/provider/eip6963Provider/index.d.ts +1 -1
  1214. package/lib/provider/eip6963Provider/index.js +8 -8
  1215. package/lib/provider/index.d.ts +13 -13
  1216. package/lib/provider/index.js +29 -29
  1217. package/lib/provider/keplr/KeplrAccount.d.ts +27 -27
  1218. package/lib/provider/keplr/KeplrAccount.js +230 -230
  1219. package/lib/provider/keplr/KeplrStore.js +1 -1
  1220. package/lib/provider/keplr/index.d.ts +3 -3
  1221. package/lib/provider/keplr/index.js +8 -8
  1222. package/lib/provider/leap/LeapAccount.d.ts +28 -28
  1223. package/lib/provider/leap/LeapAccount.js +208 -208
  1224. package/lib/provider/leap/index.d.ts +3 -3
  1225. package/lib/provider/leap/index.js +8 -8
  1226. package/lib/provider/ledger/index.d.ts +1 -1
  1227. package/lib/provider/ledger/index.js +8 -8
  1228. package/lib/provider/ledger/ledger.d.ts +28 -28
  1229. package/lib/provider/ledger/ledger.js +336 -339
  1230. package/lib/provider/metamask/MetaMask.d.ts +76 -76
  1231. package/lib/provider/metamask/MetaMask.js +730 -734
  1232. package/lib/provider/metamask/error.d.ts +2 -2
  1233. package/lib/provider/metamask/error.js +18 -18
  1234. package/lib/provider/metamask/index.d.ts +1 -1
  1235. package/lib/provider/metamask/index.js +5 -5
  1236. package/lib/provider/metamask/legacy-accounts.d.ts +11 -11
  1237. package/lib/provider/metamask/legacy-accounts.js +2254 -2254
  1238. package/lib/provider/o3/O3Types.d.ts +84 -84
  1239. package/lib/provider/o3/O3Types.js +41 -41
  1240. package/lib/provider/o3/O3Wallet.d.ts +29 -29
  1241. package/lib/provider/o3/O3Wallet.js +238 -242
  1242. package/lib/provider/o3/index.d.ts +2 -2
  1243. package/lib/provider/o3/index.js +28 -32
  1244. package/lib/provider/rainbowKit/RainbowKitAccount.d.ts +37 -37
  1245. package/lib/provider/rainbowKit/RainbowKitAccount.js +341 -341
  1246. package/lib/provider/rainbowKit/index.d.ts +1 -1
  1247. package/lib/provider/rainbowKit/index.js +8 -8
  1248. package/lib/provider/sdk/SDKProvider.d.ts +13 -13
  1249. package/lib/provider/sdk/SDKProvider.js +2 -2
  1250. package/lib/provider/sdk/index.d.ts +1 -1
  1251. package/lib/provider/sdk/index.js +2 -2
  1252. package/lib/provider/zilpay/Zilpay.d.ts +33 -33
  1253. package/lib/provider/zilpay/Zilpay.js +82 -82
  1254. package/lib/provider/zilpay/index.d.ts +1 -1
  1255. package/lib/provider/zilpay/index.js +13 -17
  1256. package/lib/util/address.d.ts +80 -80
  1257. package/lib/util/address.js +324 -328
  1258. package/lib/util/alliance.d.ts +2 -2
  1259. package/lib/util/alliance.js +27 -27
  1260. package/lib/util/api.d.ts +117 -117
  1261. package/lib/util/api.js +177 -177
  1262. package/lib/util/blockchain.d.ts +107 -107
  1263. package/lib/util/blockchain.js +479 -479
  1264. package/lib/util/eip712.d.ts +10 -10
  1265. package/lib/util/eip712.js +198 -198
  1266. package/lib/util/ethermint.d.ts +9 -9
  1267. package/lib/util/ethermint.js +118 -118
  1268. package/lib/util/external.d.ts +11 -11
  1269. package/lib/util/external.js +8 -8
  1270. package/lib/util/fetch.d.ts +1 -1
  1271. package/lib/util/fetch.js +16 -16
  1272. package/lib/util/generic.d.ts +41 -42
  1273. package/lib/util/generic.js +171 -171
  1274. package/lib/util/gov.d.ts +55 -55
  1275. package/lib/util/gov.js +301 -301
  1276. package/lib/util/grant.d.ts +10 -10
  1277. package/lib/util/grant.js +30 -30
  1278. package/lib/util/ibc.d.ts +19 -19
  1279. package/lib/util/ibc.js +150 -150
  1280. package/lib/util/index.d.ts +17 -17
  1281. package/lib/util/index.js +39 -43
  1282. package/lib/util/ledger.d.ts +3 -3
  1283. package/lib/util/ledger.js +59 -59
  1284. package/lib/util/legacyEIP712.d.ts +20 -20
  1285. package/lib/util/legacyEIP712.js +98 -98
  1286. package/lib/util/message.d.ts +2 -2
  1287. package/lib/util/message.js +24 -24
  1288. package/lib/util/network.d.ts +9 -9
  1289. package/lib/util/network.js +40 -40
  1290. package/lib/util/number.d.ts +9 -9
  1291. package/lib/util/number.js +47 -47
  1292. package/lib/util/order.d.ts +3 -3
  1293. package/lib/util/order.js +13 -13
  1294. package/lib/util/provider.d.ts +1 -1
  1295. package/lib/util/provider.js +24 -24
  1296. package/lib/util/token.d.ts +16 -16
  1297. package/lib/util/token.js +23 -23
  1298. package/lib/util/transferfees.d.ts +18 -18
  1299. package/lib/util/transferfees.js +9 -9
  1300. package/lib/util/tx.d.ts +709 -709
  1301. package/lib/util/tx.js +156 -160
  1302. package/lib/util/type.d.ts +22 -22
  1303. package/lib/util/type.js +45 -45
  1304. package/lib/wallet/CarbonSigner.d.ts +68 -68
  1305. package/lib/wallet/CarbonSigner.js +170 -170
  1306. package/lib/wallet/CarbonSigningClient.d.ts +41 -41
  1307. package/lib/wallet/CarbonSigningClient.js +210 -210
  1308. package/lib/wallet/CarbonWallet.d.ts +220 -220
  1309. package/lib/wallet/CarbonWallet.js +756 -756
  1310. package/lib/wallet/index.d.ts +2 -2
  1311. package/lib/wallet/index.js +14 -18
  1312. package/lib/websocket/channel.d.ts +3 -3
  1313. package/lib/websocket/channel.js +286 -286
  1314. package/lib/websocket/connector.d.ts +234 -234
  1315. package/lib/websocket/connector.js +514 -518
  1316. package/lib/websocket/index.d.ts +1 -1
  1317. package/lib/websocket/index.js +13 -17
  1318. package/lib/websocket/models.d.ts +331 -331
  1319. package/lib/websocket/models.js +2 -2
  1320. package/lib/websocket/types.d.ts +233 -233
  1321. package/lib/websocket/types.js +73 -73
  1322. package/package.json +92 -92
  1323. package/lib/codec/Switcheo/carbon/ccm/ccm.d.ts +0 -19
  1324. package/lib/codec/Switcheo/carbon/ccm/ccm.js +0 -60
  1325. package/lib/codec/Switcheo/carbon/fee/proposal.d.ts +0 -57
  1326. package/lib/codec/Switcheo/carbon/fee/proposal.js +0 -311
  1327. package/lib/codec/Switcheo/carbon/liquidation/liquidation.d.ts +0 -17
  1328. package/lib/codec/Switcheo/carbon/liquidation/liquidation.js +0 -46
  1329. package/lib/codec/Switcheo/carbon/marketstats/params.d.ts +0 -18
  1330. package/lib/codec/Switcheo/carbon/marketstats/params.js +0 -46
  1331. package/lib/codec/Switcheo/carbon/oracle/proposal.d.ts +0 -21
  1332. package/lib/codec/Switcheo/carbon/oracle/proposal.js +0 -91
  1333. package/lib/codec/Switcheo/carbon/pricing/proposal.d.ts +0 -31
  1334. package/lib/codec/Switcheo/carbon/pricing/proposal.js +0 -148
  1335. package/lib/codec/adl/genesis.d.ts +0 -18
  1336. package/lib/codec/adl/genesis.js +0 -46
  1337. package/lib/codec/adl/query.d.ts +0 -12
  1338. package/lib/codec/adl/query.js +0 -20
  1339. package/lib/codec/adl/tx.d.ts +0 -12
  1340. package/lib/codec/adl/tx.js +0 -20
  1341. package/lib/codec/admin/export.d.ts +0 -2
  1342. package/lib/codec/admin/export.js +0 -13
  1343. package/lib/codec/admin/genesis.d.ts +0 -18
  1344. package/lib/codec/admin/genesis.js +0 -46
  1345. package/lib/codec/admin/query.d.ts +0 -62
  1346. package/lib/codec/admin/query.js +0 -186
  1347. package/lib/codec/admin/tx.d.ts +0 -62
  1348. package/lib/codec/admin/tx.js +0 -198
  1349. package/lib/codec/alliance/alliance.d.ts +0 -65
  1350. package/lib/codec/alliance/alliance.js +0 -354
  1351. package/lib/codec/alliance/delegations.d.ts +0 -86
  1352. package/lib/codec/alliance/delegations.js +0 -489
  1353. package/lib/codec/alliance/events.d.ts +0 -61
  1354. package/lib/codec/alliance/events.js +0 -403
  1355. package/lib/codec/alliance/export.d.ts +0 -8
  1356. package/lib/codec/alliance/export.js +0 -64
  1357. package/lib/codec/alliance/genesis.d.ts +0 -74
  1358. package/lib/codec/alliance/genesis.js +0 -469
  1359. package/lib/codec/alliance/gov.d.ts +0 -78
  1360. package/lib/codec/alliance/gov.js +0 -380
  1361. package/lib/codec/alliance/params.d.ts +0 -34
  1362. package/lib/codec/alliance/params.js +0 -182
  1363. package/lib/codec/alliance/query.d.ts +0 -333
  1364. package/lib/codec/alliance/query.js +0 -1497
  1365. package/lib/codec/alliance/tx.d.ts +0 -111
  1366. package/lib/codec/alliance/tx.js +0 -495
  1367. package/lib/codec/bank/event.d.ts +0 -65
  1368. package/lib/codec/bank/event.js +0 -332
  1369. package/lib/codec/bank/export.d.ts +0 -2
  1370. package/lib/codec/bank/export.js +0 -14
  1371. package/lib/codec/bank/genesis.d.ts +0 -18
  1372. package/lib/codec/bank/genesis.js +0 -46
  1373. package/lib/codec/bank/query.d.ts +0 -77
  1374. package/lib/codec/bank/query.js +0 -459
  1375. package/lib/codec/book/book.d.ts +0 -57
  1376. package/lib/codec/book/book.js +0 -319
  1377. package/lib/codec/book/event.d.ts +0 -22
  1378. package/lib/codec/book/event.js +0 -113
  1379. package/lib/codec/book/export.d.ts +0 -4
  1380. package/lib/codec/book/export.js +0 -23
  1381. package/lib/codec/book/genesis.d.ts +0 -25
  1382. package/lib/codec/book/genesis.js +0 -79
  1383. package/lib/codec/book/legacy.d.ts +0 -22
  1384. package/lib/codec/book/legacy.js +0 -120
  1385. package/lib/codec/book/query.d.ts +0 -141
  1386. package/lib/codec/book/query.js +0 -606
  1387. package/lib/codec/book/tx.d.ts +0 -12
  1388. package/lib/codec/book/tx.js +0 -20
  1389. package/lib/codec/broker/amm.d.ts +0 -50
  1390. package/lib/codec/broker/amm.js +0 -326
  1391. package/lib/codec/broker/candlestick.d.ts +0 -27
  1392. package/lib/codec/broker/candlestick.js +0 -211
  1393. package/lib/codec/broker/event.d.ts +0 -53
  1394. package/lib/codec/broker/event.js +0 -485
  1395. package/lib/codec/broker/export.d.ts +0 -7
  1396. package/lib/codec/broker/export.js +0 -27
  1397. package/lib/codec/broker/genesis.d.ts +0 -25
  1398. package/lib/codec/broker/genesis.js +0 -79
  1399. package/lib/codec/broker/incoming_liquidations.d.ts +0 -18
  1400. package/lib/codec/broker/incoming_liquidations.js +0 -93
  1401. package/lib/codec/broker/incoming_pool_swap.d.ts +0 -23
  1402. package/lib/codec/broker/incoming_pool_swap.js +0 -136
  1403. package/lib/codec/broker/pagination.d.ts +0 -19
  1404. package/lib/codec/broker/pagination.js +0 -78
  1405. package/lib/codec/broker/query.d.ts +0 -107
  1406. package/lib/codec/broker/query.js +0 -597
  1407. package/lib/codec/broker/tx.d.ts +0 -53
  1408. package/lib/codec/broker/tx.js +0 -176
  1409. package/lib/codec/btcx/denom_cross_chain_info.d.ts +0 -21
  1410. package/lib/codec/btcx/denom_cross_chain_info.js +0 -98
  1411. package/lib/codec/btcx/denom_info.d.ts +0 -24
  1412. package/lib/codec/btcx/denom_info.js +0 -140
  1413. package/lib/codec/btcx/export.d.ts +0 -4
  1414. package/lib/codec/btcx/export.js +0 -19
  1415. package/lib/codec/btcx/genesis.d.ts +0 -18
  1416. package/lib/codec/btcx/genesis.js +0 -46
  1417. package/lib/codec/btcx/query.d.ts +0 -68
  1418. package/lib/codec/btcx/query.js +0 -275
  1419. package/lib/codec/btcx/tx.d.ts +0 -92
  1420. package/lib/codec/btcx/tx.js +0 -436
  1421. package/lib/codec/ccm/ccm.d.ts +0 -19
  1422. package/lib/codec/ccm/ccm.js +0 -60
  1423. package/lib/codec/ccm/export.d.ts +0 -4
  1424. package/lib/codec/ccm/export.js +0 -20
  1425. package/lib/codec/ccm/genesis.d.ts +0 -83
  1426. package/lib/codec/ccm/genesis.js +0 -438
  1427. package/lib/codec/ccm/query.d.ts +0 -45
  1428. package/lib/codec/ccm/query.js +0 -197
  1429. package/lib/codec/ccm/tx.d.ts +0 -97
  1430. package/lib/codec/ccm/tx.js +0 -462
  1431. package/lib/codec/cdp/asset_params.d.ts +0 -57
  1432. package/lib/codec/cdp/asset_params.js +0 -411
  1433. package/lib/codec/cdp/cdp_liquidations.d.ts +0 -32
  1434. package/lib/codec/cdp/cdp_liquidations.js +0 -288
  1435. package/lib/codec/cdp/debt_info.d.ts +0 -23
  1436. package/lib/codec/cdp/debt_info.js +0 -158
  1437. package/lib/codec/cdp/e_mode_category.d.ts +0 -23
  1438. package/lib/codec/cdp/e_mode_category.js +0 -135
  1439. package/lib/codec/cdp/event.d.ts +0 -446
  1440. package/lib/codec/cdp/event.js +0 -2913
  1441. package/lib/codec/cdp/export.d.ts +0 -13
  1442. package/lib/codec/cdp/export.js +0 -210
  1443. package/lib/codec/cdp/genesis.d.ts +0 -134
  1444. package/lib/codec/cdp/genesis.js +0 -825
  1445. package/lib/codec/cdp/params.d.ts +0 -68
  1446. package/lib/codec/cdp/params.js +0 -210
  1447. package/lib/codec/cdp/query.d.ts +0 -644
  1448. package/lib/codec/cdp/query.js +0 -3099
  1449. package/lib/codec/cdp/rate_strategy_params.d.ts +0 -26
  1450. package/lib/codec/cdp/rate_strategy_params.js +0 -180
  1451. package/lib/codec/cdp/reward_scheme.d.ts +0 -71
  1452. package/lib/codec/cdp/reward_scheme.js +0 -550
  1453. package/lib/codec/cdp/stablecoin_debt_info.d.ts +0 -22
  1454. package/lib/codec/cdp/stablecoin_debt_info.js +0 -144
  1455. package/lib/codec/cdp/stablecoin_interest_info.d.ts +0 -19
  1456. package/lib/codec/cdp/stablecoin_interest_info.js +0 -99
  1457. package/lib/codec/cdp/tx.d.ts +0 -1026
  1458. package/lib/codec/cdp/tx.js +0 -5191
  1459. package/lib/codec/coin/bridge.d.ts +0 -24
  1460. package/lib/codec/coin/bridge.js +0 -151
  1461. package/lib/codec/coin/event.d.ts +0 -143
  1462. package/lib/codec/coin/event.js +0 -775
  1463. package/lib/codec/coin/export.d.ts +0 -8
  1464. package/lib/codec/coin/export.js +0 -107
  1465. package/lib/codec/coin/genesis.d.ts +0 -42
  1466. package/lib/codec/coin/genesis.js +0 -207
  1467. package/lib/codec/coin/group.d.ts +0 -50
  1468. package/lib/codec/coin/group.js +0 -230
  1469. package/lib/codec/coin/proposal.d.ts +0 -21
  1470. package/lib/codec/coin/proposal.js +0 -91
  1471. package/lib/codec/coin/query.d.ts +0 -310
  1472. package/lib/codec/coin/query.js +0 -1439
  1473. package/lib/codec/coin/token.d.ts +0 -104
  1474. package/lib/codec/coin/token.js +0 -700
  1475. package/lib/codec/coin/tx.d.ts +0 -586
  1476. package/lib/codec/coin/tx.js +0 -3131
  1477. package/lib/codec/cosmos/app/module/v1alpha1/module.d.ts +0 -18
  1478. package/lib/codec/cosmos/app/module/v1alpha1/module.js +0 -46
  1479. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +0 -31
  1480. package/lib/codec/cosmos/base/kv/v1beta1/kv.js +0 -154
  1481. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -160
  1482. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js +0 -684
  1483. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +0 -54
  1484. package/lib/codec/cosmos/base/store/v1beta1/commit_info.js +0 -273
  1485. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +0 -62
  1486. package/lib/codec/cosmos/base/store/v1beta1/listening.js +0 -341
  1487. package/lib/codec/cosmos/capability/module/v1/module.d.ts +0 -23
  1488. package/lib/codec/cosmos/capability/module/v1/module.js +0 -59
  1489. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +0 -51
  1490. package/lib/codec/cosmos/capability/v1beta1/capability.js +0 -168
  1491. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +0 -40
  1492. package/lib/codec/cosmos/capability/v1beta1/genesis.js +0 -146
  1493. package/lib/codec/cosmos/gov/v1beta1/export.d.ts +0 -3
  1494. package/lib/codec/cosmos/gov/v1beta1/export.js +0 -45
  1495. package/lib/codec/crisis/genesis.d.ts +0 -18
  1496. package/lib/codec/crisis/genesis.js +0 -46
  1497. package/lib/codec/crisis/query.d.ts +0 -43
  1498. package/lib/codec/crisis/query.js +0 -103
  1499. package/lib/codec/crisis/tx.d.ts +0 -12
  1500. package/lib/codec/crisis/tx.js +0 -20
  1501. package/lib/codec/erc20/erc20.d.ts +0 -41
  1502. package/lib/codec/erc20/erc20.js +0 -144
  1503. package/lib/codec/erc20/events.d.ts +0 -76
  1504. package/lib/codec/erc20/events.js +0 -330
  1505. package/lib/codec/erc20/export.d.ts +0 -5
  1506. package/lib/codec/erc20/export.js +0 -37
  1507. package/lib/codec/erc20/genesis.d.ts +0 -40
  1508. package/lib/codec/erc20/genesis.js +0 -139
  1509. package/lib/codec/erc20/query.d.ts +0 -117
  1510. package/lib/codec/erc20/query.js +0 -333
  1511. package/lib/codec/erc20/tx.d.ts +0 -232
  1512. package/lib/codec/erc20/tx.js +0 -765
  1513. package/lib/codec/evmbank/export.d.ts +0 -2
  1514. package/lib/codec/evmbank/export.js +0 -8
  1515. package/lib/codec/evmbank/genesis.d.ts +0 -32
  1516. package/lib/codec/evmbank/genesis.js +0 -152
  1517. package/lib/codec/evmbank/query.d.ts +0 -40
  1518. package/lib/codec/evmbank/query.js +0 -116
  1519. package/lib/codec/evmcontract/genesis.d.ts +0 -18
  1520. package/lib/codec/evmcontract/genesis.js +0 -46
  1521. package/lib/codec/evmcontract/query.d.ts +0 -12
  1522. package/lib/codec/evmcontract/query.js +0 -20
  1523. package/lib/codec/evmcontract/tx.d.ts +0 -12
  1524. package/lib/codec/evmcontract/tx.js +0 -20
  1525. package/lib/codec/evmmerge/address.d.ts +0 -19
  1526. package/lib/codec/evmmerge/address.js +0 -75
  1527. package/lib/codec/evmmerge/event.d.ts +0 -20
  1528. package/lib/codec/evmmerge/event.js +0 -90
  1529. package/lib/codec/evmmerge/export.d.ts +0 -6
  1530. package/lib/codec/evmmerge/export.js +0 -20
  1531. package/lib/codec/evmmerge/genesis.d.ts +0 -48
  1532. package/lib/codec/evmmerge/genesis.js +0 -216
  1533. package/lib/codec/evmmerge/offchain.d.ts +0 -22
  1534. package/lib/codec/evmmerge/offchain.js +0 -105
  1535. package/lib/codec/evmmerge/query.d.ts +0 -75
  1536. package/lib/codec/evmmerge/query.js +0 -254
  1537. package/lib/codec/evmmerge/tx.d.ts +0 -45
  1538. package/lib/codec/evmmerge/tx.js +0 -128
  1539. package/lib/codec/fee/event.d.ts +0 -20
  1540. package/lib/codec/fee/event.js +0 -83
  1541. package/lib/codec/fee/export.d.ts +0 -5
  1542. package/lib/codec/fee/export.js +0 -32
  1543. package/lib/codec/fee/fee.d.ts +0 -42
  1544. package/lib/codec/fee/fee.js +0 -183
  1545. package/lib/codec/fee/genesis.d.ts +0 -23
  1546. package/lib/codec/fee/genesis.js +0 -79
  1547. package/lib/codec/fee/proposal.d.ts +0 -57
  1548. package/lib/codec/fee/proposal.js +0 -311
  1549. package/lib/codec/fee/query.d.ts +0 -114
  1550. package/lib/codec/fee/query.js +0 -470
  1551. package/lib/codec/fee/tx.d.ts +0 -108
  1552. package/lib/codec/fee/tx.js +0 -415
  1553. package/lib/codec/headersync/consensus_peers.d.ts +0 -70
  1554. package/lib/codec/headersync/consensus_peers.js +0 -383
  1555. package/lib/codec/headersync/export.d.ts +0 -4
  1556. package/lib/codec/headersync/export.js +0 -24
  1557. package/lib/codec/headersync/genesis.d.ts +0 -79
  1558. package/lib/codec/headersync/genesis.js +0 -419
  1559. package/lib/codec/headersync/query.d.ts +0 -64
  1560. package/lib/codec/headersync/query.js +0 -231
  1561. package/lib/codec/headersync/tx.d.ts +0 -64
  1562. package/lib/codec/headersync/tx.js +0 -215
  1563. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.d.ts +0 -76
  1564. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.js +0 -424
  1565. package/lib/codec/ibc/lightclients/localhost/v1/export.d.ts +0 -1
  1566. package/lib/codec/ibc/lightclients/localhost/v1/export.js +0 -5
  1567. package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts +0 -26
  1568. package/lib/codec/ibc/lightclients/localhost/v1/localhost.js +0 -76
  1569. package/lib/codec/ibc/lightclients/solomachine/v1/export.d.ts +0 -1
  1570. package/lib/codec/ibc/lightclients/solomachine/v1/export.js +0 -23
  1571. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -298
  1572. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.js +0 -1356
  1573. package/lib/codec/inflation/export.d.ts +0 -2
  1574. package/lib/codec/inflation/export.js +0 -8
  1575. package/lib/codec/inflation/genesis.d.ts +0 -25
  1576. package/lib/codec/inflation/genesis.js +0 -79
  1577. package/lib/codec/inflation/inflation.d.ts +0 -26
  1578. package/lib/codec/inflation/inflation.js +0 -165
  1579. package/lib/codec/inflation/query.d.ts +0 -41
  1580. package/lib/codec/inflation/query.js +0 -109
  1581. package/lib/codec/inflation/tx.d.ts +0 -12
  1582. package/lib/codec/inflation/tx.js +0 -20
  1583. package/lib/codec/insurance/event.d.ts +0 -24
  1584. package/lib/codec/insurance/event.js +0 -46
  1585. package/lib/codec/insurance/export.d.ts +0 -4
  1586. package/lib/codec/insurance/export.js +0 -14
  1587. package/lib/codec/insurance/fund.d.ts +0 -29
  1588. package/lib/codec/insurance/fund.js +0 -148
  1589. package/lib/codec/insurance/genesis.d.ts +0 -18
  1590. package/lib/codec/insurance/genesis.js +0 -46
  1591. package/lib/codec/insurance/query.d.ts +0 -41
  1592. package/lib/codec/insurance/query.js +0 -108
  1593. package/lib/codec/insurance/tx.d.ts +0 -44
  1594. package/lib/codec/insurance/tx.js +0 -144
  1595. package/lib/codec/leverage/event.d.ts +0 -21
  1596. package/lib/codec/leverage/event.js +0 -100
  1597. package/lib/codec/leverage/export.d.ts +0 -4
  1598. package/lib/codec/leverage/export.js +0 -16
  1599. package/lib/codec/leverage/genesis.d.ts +0 -24
  1600. package/lib/codec/leverage/genesis.js +0 -64
  1601. package/lib/codec/leverage/leverage.d.ts +0 -30
  1602. package/lib/codec/leverage/leverage.js +0 -134
  1603. package/lib/codec/leverage/query.d.ts +0 -70
  1604. package/lib/codec/leverage/query.js +0 -234
  1605. package/lib/codec/leverage/tx.d.ts +0 -43
  1606. package/lib/codec/leverage/tx.js +0 -127
  1607. package/lib/codec/liquidation/export.d.ts +0 -5
  1608. package/lib/codec/liquidation/export.js +0 -17
  1609. package/lib/codec/liquidation/genesis.d.ts +0 -37
  1610. package/lib/codec/liquidation/genesis.js +0 -136
  1611. package/lib/codec/liquidation/liquidation.d.ts +0 -17
  1612. package/lib/codec/liquidation/liquidation.js +0 -46
  1613. package/lib/codec/liquidation/outstanding_position.d.ts +0 -33
  1614. package/lib/codec/liquidation/outstanding_position.js +0 -203
  1615. package/lib/codec/liquidation/query.d.ts +0 -77
  1616. package/lib/codec/liquidation/query.js +0 -341
  1617. package/lib/codec/liquidation/quote_changes.d.ts +0 -22
  1618. package/lib/codec/liquidation/quote_changes.js +0 -95
  1619. package/lib/codec/liquidation/tx.d.ts +0 -12
  1620. package/lib/codec/liquidation/tx.js +0 -20
  1621. package/lib/codec/liquiditypool/event.d.ts +0 -182
  1622. package/lib/codec/liquiditypool/event.js +0 -1268
  1623. package/lib/codec/liquiditypool/export.d.ts +0 -6
  1624. package/lib/codec/liquiditypool/export.js +0 -125
  1625. package/lib/codec/liquiditypool/genesis.d.ts +0 -32
  1626. package/lib/codec/liquiditypool/genesis.js +0 -228
  1627. package/lib/codec/liquiditypool/liquiditypool.d.ts +0 -138
  1628. package/lib/codec/liquiditypool/liquiditypool.js +0 -943
  1629. package/lib/codec/liquiditypool/proposal.d.ts +0 -117
  1630. package/lib/codec/liquiditypool/proposal.js +0 -697
  1631. package/lib/codec/liquiditypool/query.d.ts +0 -370
  1632. package/lib/codec/liquiditypool/query.js +0 -1738
  1633. package/lib/codec/liquiditypool/reward.d.ts +0 -196
  1634. package/lib/codec/liquiditypool/reward.js +0 -1204
  1635. package/lib/codec/liquiditypool/tx.d.ts +0 -453
  1636. package/lib/codec/liquiditypool/tx.js +0 -2423
  1637. package/lib/codec/lockproxy/event.d.ts +0 -46
  1638. package/lib/codec/lockproxy/event.js +0 -348
  1639. package/lib/codec/lockproxy/export.d.ts +0 -5
  1640. package/lib/codec/lockproxy/export.js +0 -28
  1641. package/lib/codec/lockproxy/genesis.d.ts +0 -68
  1642. package/lib/codec/lockproxy/genesis.js +0 -355
  1643. package/lib/codec/lockproxy/lockproxy.d.ts +0 -22
  1644. package/lib/codec/lockproxy/lockproxy.js +0 -147
  1645. package/lib/codec/lockproxy/query.d.ts +0 -67
  1646. package/lib/codec/lockproxy/query.js +0 -274
  1647. package/lib/codec/lockproxy/tx.d.ts +0 -147
  1648. package/lib/codec/lockproxy/tx.js +0 -808
  1649. package/lib/codec/market/event.d.ts +0 -20
  1650. package/lib/codec/market/event.js +0 -76
  1651. package/lib/codec/market/export.d.ts +0 -6
  1652. package/lib/codec/market/export.js +0 -61
  1653. package/lib/codec/market/fee.d.ts +0 -123
  1654. package/lib/codec/market/fee.js +0 -334
  1655. package/lib/codec/market/genesis.d.ts +0 -31
  1656. package/lib/codec/market/genesis.js +0 -147
  1657. package/lib/codec/market/legacy.d.ts +0 -62
  1658. package/lib/codec/market/legacy.js +0 -630
  1659. package/lib/codec/market/market.d.ts +0 -131
  1660. package/lib/codec/market/market.js +0 -1245
  1661. package/lib/codec/market/proposal.d.ts +0 -46
  1662. package/lib/codec/market/proposal.js +0 -245
  1663. package/lib/codec/market/query.d.ts +0 -233
  1664. package/lib/codec/market/query.js +0 -938
  1665. package/lib/codec/market/tx.d.ts +0 -250
  1666. package/lib/codec/market/tx.js +0 -1265
  1667. package/lib/codec/marketstats/export.d.ts +0 -3
  1668. package/lib/codec/marketstats/export.js +0 -12
  1669. package/lib/codec/marketstats/marketstats.d.ts +0 -31
  1670. package/lib/codec/marketstats/marketstats.js +0 -258
  1671. package/lib/codec/marketstats/params.d.ts +0 -18
  1672. package/lib/codec/marketstats/params.js +0 -46
  1673. package/lib/codec/marketstats/query.d.ts +0 -66
  1674. package/lib/codec/marketstats/query.js +0 -195
  1675. package/lib/codec/marketstats/tx.d.ts +0 -12
  1676. package/lib/codec/marketstats/tx.js +0 -20
  1677. package/lib/codec/misc/block.d.ts +0 -21
  1678. package/lib/codec/misc/block.js +0 -105
  1679. package/lib/codec/misc/export.d.ts +0 -6
  1680. package/lib/codec/misc/export.js +0 -29
  1681. package/lib/codec/misc/message.d.ts +0 -22
  1682. package/lib/codec/misc/message.js +0 -128
  1683. package/lib/codec/misc/message_type.d.ts +0 -18
  1684. package/lib/codec/misc/message_type.js +0 -60
  1685. package/lib/codec/misc/query.d.ts +0 -192
  1686. package/lib/codec/misc/query.js +0 -884
  1687. package/lib/codec/misc/trade.d.ts +0 -28
  1688. package/lib/codec/misc/trade.js +0 -224
  1689. package/lib/codec/misc/transaction.d.ts +0 -45
  1690. package/lib/codec/misc/transaction.js +0 -369
  1691. package/lib/codec/oracle/event.d.ts +0 -37
  1692. package/lib/codec/oracle/event.js +0 -228
  1693. package/lib/codec/oracle/export.d.ts +0 -6
  1694. package/lib/codec/oracle/export.js +0 -58
  1695. package/lib/codec/oracle/genesis.d.ts +0 -28
  1696. package/lib/codec/oracle/genesis.js +0 -141
  1697. package/lib/codec/oracle/oracle.d.ts +0 -94
  1698. package/lib/codec/oracle/oracle.js +0 -650
  1699. package/lib/codec/oracle/proposal.d.ts +0 -21
  1700. package/lib/codec/oracle/proposal.js +0 -91
  1701. package/lib/codec/oracle/query.d.ts +0 -336
  1702. package/lib/codec/oracle/query.js +0 -1551
  1703. package/lib/codec/oracle/slashing.d.ts +0 -33
  1704. package/lib/codec/oracle/slashing.js +0 -191
  1705. package/lib/codec/oracle/tx.d.ts +0 -169
  1706. package/lib/codec/oracle/tx.js +0 -877
  1707. package/lib/codec/order/event.d.ts +0 -23
  1708. package/lib/codec/order/event.js +0 -146
  1709. package/lib/codec/order/export.d.ts +0 -5
  1710. package/lib/codec/order/export.js +0 -39
  1711. package/lib/codec/order/genesis.d.ts +0 -62
  1712. package/lib/codec/order/genesis.js +0 -322
  1713. package/lib/codec/order/order.d.ts +0 -113
  1714. package/lib/codec/order/order.js +0 -875
  1715. package/lib/codec/order/query.d.ts +0 -143
  1716. package/lib/codec/order/query.js +0 -596
  1717. package/lib/codec/order/tx.d.ts +0 -146
  1718. package/lib/codec/order/tx.js +0 -715
  1719. package/lib/codec/perpsliquidity/event.d.ts +0 -115
  1720. package/lib/codec/perpsliquidity/event.js +0 -657
  1721. package/lib/codec/perpsliquidity/genesis.d.ts +0 -36
  1722. package/lib/codec/perpsliquidity/genesis.js +0 -163
  1723. package/lib/codec/perpsliquidity/market.d.ts +0 -84
  1724. package/lib/codec/perpsliquidity/market.js +0 -431
  1725. package/lib/codec/perpsliquidity/params.d.ts +0 -27
  1726. package/lib/codec/perpsliquidity/params.js +0 -129
  1727. package/lib/codec/perpsliquidity/pool.d.ts +0 -119
  1728. package/lib/codec/perpsliquidity/pool.js +0 -774
  1729. package/lib/codec/perpsliquidity/query.d.ts +0 -246
  1730. package/lib/codec/perpsliquidity/query.js +0 -1125
  1731. package/lib/codec/perpsliquidity/tx.d.ts +0 -203
  1732. package/lib/codec/perpsliquidity/tx.js +0 -973
  1733. package/lib/codec/perpspool/event.d.ts +0 -95
  1734. package/lib/codec/perpspool/event.js +0 -561
  1735. package/lib/codec/perpspool/export.d.ts +0 -7
  1736. package/lib/codec/perpspool/export.js +0 -68
  1737. package/lib/codec/perpspool/genesis.d.ts +0 -61
  1738. package/lib/codec/perpspool/genesis.js +0 -343
  1739. package/lib/codec/perpspool/market.d.ts +0 -96
  1740. package/lib/codec/perpspool/market.js +0 -493
  1741. package/lib/codec/perpspool/params.d.ts +0 -30
  1742. package/lib/codec/perpspool/params.js +0 -189
  1743. package/lib/codec/perpspool/pool.d.ts +0 -103
  1744. package/lib/codec/perpspool/pool.js +0 -638
  1745. package/lib/codec/perpspool/query.d.ts +0 -247
  1746. package/lib/codec/perpspool/query.js +0 -1141
  1747. package/lib/codec/perpspool/tx.d.ts +0 -229
  1748. package/lib/codec/perpspool/tx.js +0 -1144
  1749. package/lib/codec/position/event.d.ts +0 -26
  1750. package/lib/codec/position/event.js +0 -180
  1751. package/lib/codec/position/export.d.ts +0 -4
  1752. package/lib/codec/position/export.js +0 -20
  1753. package/lib/codec/position/genesis.d.ts +0 -24
  1754. package/lib/codec/position/genesis.js +0 -64
  1755. package/lib/codec/position/position.d.ts +0 -74
  1756. package/lib/codec/position/position.js +0 -601
  1757. package/lib/codec/position/query.d.ts +0 -92
  1758. package/lib/codec/position/query.js +0 -400
  1759. package/lib/codec/position/tx.d.ts +0 -42
  1760. package/lib/codec/position/tx.js +0 -127
  1761. package/lib/codec/pricing/event.d.ts +0 -74
  1762. package/lib/codec/pricing/event.js +0 -361
  1763. package/lib/codec/pricing/export.d.ts +0 -6
  1764. package/lib/codec/pricing/export.js +0 -45
  1765. package/lib/codec/pricing/genesis.d.ts +0 -26
  1766. package/lib/codec/pricing/genesis.js +0 -95
  1767. package/lib/codec/pricing/legacy.d.ts +0 -22
  1768. package/lib/codec/pricing/legacy.js +0 -93
  1769. package/lib/codec/pricing/pricing.d.ts +0 -60
  1770. package/lib/codec/pricing/pricing.js +0 -456
  1771. package/lib/codec/pricing/proposal.d.ts +0 -31
  1772. package/lib/codec/pricing/proposal.js +0 -148
  1773. package/lib/codec/pricing/query.d.ts +0 -183
  1774. package/lib/codec/pricing/query.js +0 -759
  1775. package/lib/codec/pricing/tx.d.ts +0 -131
  1776. package/lib/codec/pricing/tx.js +0 -529
  1777. package/lib/codec/profile/event.d.ts +0 -20
  1778. package/lib/codec/profile/event.js +0 -78
  1779. package/lib/codec/profile/export.d.ts +0 -4
  1780. package/lib/codec/profile/export.js +0 -17
  1781. package/lib/codec/profile/genesis.d.ts +0 -24
  1782. package/lib/codec/profile/genesis.js +0 -64
  1783. package/lib/codec/profile/profile.d.ts +0 -20
  1784. package/lib/codec/profile/profile.js +0 -83
  1785. package/lib/codec/profile/query.d.ts +0 -92
  1786. package/lib/codec/profile/query.js +0 -360
  1787. package/lib/codec/profile/tx.d.ts +0 -43
  1788. package/lib/codec/profile/tx.js +0 -127
  1789. package/lib/codec/proofs.d.ts +0 -315
  1790. package/lib/codec/proofs.js +0 -1304
  1791. package/lib/codec/query/pagination.d.ts +0 -29
  1792. package/lib/codec/query/pagination.js +0 -126
  1793. package/lib/codec/sequence/export.d.ts +0 -3
  1794. package/lib/codec/sequence/export.js +0 -13
  1795. package/lib/codec/sequence/genesis.d.ts +0 -30
  1796. package/lib/codec/sequence/genesis.js +0 -122
  1797. package/lib/codec/sequence/query.d.ts +0 -63
  1798. package/lib/codec/sequence/query.js +0 -208
  1799. package/lib/codec/sequence/tx.d.ts +0 -41
  1800. package/lib/codec/sequence/tx.js +0 -148
  1801. package/lib/codec/subaccount/export.d.ts +0 -4
  1802. package/lib/codec/subaccount/export.js +0 -35
  1803. package/lib/codec/subaccount/genesis.d.ts +0 -28
  1804. package/lib/codec/subaccount/genesis.js +0 -110
  1805. package/lib/codec/subaccount/legacy.d.ts +0 -19
  1806. package/lib/codec/subaccount/legacy.js +0 -72
  1807. package/lib/codec/subaccount/query.d.ts +0 -229
  1808. package/lib/codec/subaccount/query.js +0 -1026
  1809. package/lib/codec/subaccount/subaccount.d.ts +0 -57
  1810. package/lib/codec/subaccount/subaccount.js +0 -349
  1811. package/lib/codec/subaccount/tx.d.ts +0 -92
  1812. package/lib/codec/subaccount/tx.js +0 -395
  1813. package/lib/constant/amino.d.ts +0 -0
  1814. package/lib/constant/amino.js +0 -1
  1815. package/lib/constant/chainConfig.d.ts +0 -26
  1816. package/lib/constant/chainConfig.js +0 -154
  1817. package/lib/constant/signless.d.ts +0 -2
  1818. package/lib/constant/signless.js +0 -5
  1819. package/lib/modules/feemarket.d.ts +0 -20
  1820. package/lib/modules/feemarket.js +0 -45
  1821. package/lib/modules/perpsliquidity.d.ts +0 -49
  1822. package/lib/modules/perpsliquidity.js +0 -118
  1823. package/lib/modules/signless.d.ts +0 -24
  1824. package/lib/modules/signless.js +0 -108
  1825. package/lib/modules/vault.d.ts +0 -56
  1826. package/lib/modules/vault.js +0 -128
  1827. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.d.ts +0 -29
  1828. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +0 -178
  1829. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.d.ts +0 -13
  1830. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.js +0 -81
  1831. package/lib/provider/account/EthLedgerAccount/index.d.ts +0 -2
  1832. package/lib/provider/account/EthLedgerAccount/index.js +0 -14
  1833. package/lib/provider/amino/types/perpsliquidity.d.ts +0 -4
  1834. package/lib/provider/amino/types/perpsliquidity.js +0 -73
  1835. package/lib/provider/amino/types/signless.d.ts +0 -12
  1836. package/lib/provider/amino/types/signless.js +0 -193
  1837. package/lib/provider/station/StationAccount.d.ts +0 -28
  1838. package/lib/provider/station/StationAccount.js +0 -168
  1839. package/lib/provider/station/index.d.ts +0 -2
  1840. package/lib/provider/station/index.js +0 -10
  1841. package/lib/util/signless.d.ts +0 -11
  1842. package/lib/util/signless.js +0 -92
@@ -1,2135 +1,2131 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.DefaultGasPriceStep = exports.ibcGasOverride = exports.ibcDefaultGas = exports.ibcTransferChannelRegex = exports.ibcNetworkRegex = exports.cosmBridgeRegex = exports.factoryIbcMinimalDenomRegex = exports.cw20TokenRegex = exports.ibcTokenRegex = exports.cibtIbcTokenRegex = exports.swthChannels = exports.EmbedChainInfosInit = exports.ibcWhitelist = exports.swthIbcWhitelist = exports.ChainIds = exports.IBCAddress = void 0;
27
- const bech32 = __importStar(require("bech32"));
28
- const generic_1 = require("./generic");
29
- const token_1 = require("./token");
30
- exports.IBCAddress = {
31
- getAddressBytes(bech32Address, prefix) {
32
- const decoded = bech32.decode(bech32Address);
33
- if (prefix && decoded.prefix !== prefix) {
34
- throw new Error("Unmatched prefix");
35
- }
36
- return new Uint8Array(bech32.fromWords(decoded.words));
37
- },
38
- defaultBech32Config(mainPrefix, validatorPrefix = "val", consensusPrefix = "cons", publicPrefix = "pub", operatorPrefix = "oper") {
39
- return {
40
- bech32PrefixAccAddr: mainPrefix,
41
- bech32PrefixAccPub: mainPrefix + publicPrefix,
42
- bech32PrefixValAddr: mainPrefix + validatorPrefix + operatorPrefix,
43
- bech32PrefixValPub: mainPrefix + validatorPrefix + operatorPrefix + publicPrefix,
44
- bech32PrefixConsAddr: mainPrefix + validatorPrefix + consensusPrefix,
45
- bech32PrefixConsPub: mainPrefix + validatorPrefix + consensusPrefix + publicPrefix,
46
- };
47
- },
48
- deriveAddressFromBytes(bytes, prefix) {
49
- const words = bech32.toWords(bytes);
50
- return bech32.encode(prefix, words);
51
- },
52
- };
53
- var ChainIds;
54
- (function (ChainIds) {
55
- ChainIds["Osmosis"] = "osmosis-1";
56
- ChainIds["CosmosHub"] = "cosmoshub-4";
57
- ChainIds["Terra"] = "columbus-5";
58
- ChainIds["Secret"] = "secret-4";
59
- ChainIds["Akash"] = "akashnet-2";
60
- ChainIds["Regen"] = "regen-1";
61
- ChainIds["Sentinel"] = "sentinelhub-2";
62
- ChainIds["Persistence"] = "core-1";
63
- ChainIds["IrisNet"] = "irishub-1";
64
- ChainIds["CryptoOrg"] = "crypto-org-chain-mainnet-1";
65
- ChainIds["Starname"] = "iov-mainnet-ibc";
66
- ChainIds["EMoney"] = "emoney-3";
67
- ChainIds["Juno"] = "juno-1";
68
- ChainIds["Evmos"] = "evmos_9001-2";
69
- ChainIds["Microtick"] = "microtick-1";
70
- ChainIds["LikeCoin"] = "likecoin-mainnet-2";
71
- ChainIds["IXO"] = "impacthub-3";
72
- ChainIds["BitCanna"] = "bitcanna-1";
73
- ChainIds["BitSong"] = "bitsong-2b";
74
- ChainIds["KiChain"] = "kichain-2";
75
- ChainIds["MediBloc"] = "panacea-3";
76
- ChainIds["Bostrom"] = "bostrom";
77
- ChainIds["Comdex"] = "comdex-1";
78
- ChainIds["Cheqd"] = "cheqd-mainnet-1";
79
- ChainIds["Stargaze"] = "stargaze-1";
80
- ChainIds["Chihuahua"] = "chihuahua-1";
81
- ChainIds["LumNetwork"] = "lum-network-1";
82
- ChainIds["Vidulum"] = "vidulum-1";
83
- ChainIds["Desmos"] = "desmos-mainnet";
84
- ChainIds["Dig"] = "dig-1";
85
- ChainIds["Sommelier"] = "sommelier-3";
86
- ChainIds["Sifchain"] = "sifchain-1";
87
- ChainIds["BandChain"] = "laozi-mainnet";
88
- ChainIds["Konstellation"] = "darchub";
89
- ChainIds["Umee"] = "umee-1";
90
- ChainIds["GravityBridge"] = "gravity-bridge-3";
91
- ChainIds["Decentr"] = "mainnet-3";
92
- ChainIds["Certik"] = "shentu-2.2";
93
- ChainIds["Carbon"] = "carbon-1";
94
- ChainIds["Axelar"] = "axelar-dojo-1";
95
- ChainIds["Stride"] = "stride-1";
96
- ChainIds["Kujira"] = "kaiyo-1";
97
- ChainIds["Terra2"] = "phoenix-1";
98
- ChainIds["Quicksilver"] = "quicksilver-2";
99
- ChainIds["StafiHub"] = "stafihub-1";
100
- ChainIds["Canto"] = "canto_7700-1";
101
- ChainIds["OmniFlixHub"] = "omniflixhub-1";
102
- ChainIds["Agoric"] = "agoric-3";
103
- })(ChainIds = exports.ChainIds || (exports.ChainIds = {}));
104
- // whitelisted networks for addition of swth as a currency
105
- exports.swthIbcWhitelist = [ChainIds.Osmosis];
106
- // whitelisted networks for addition of transfer options
107
- exports.ibcWhitelist = [
108
- ChainIds.Osmosis,
109
- ChainIds.Terra,
110
- ChainIds.CosmosHub,
111
- ChainIds.Juno,
112
- ChainIds.Evmos,
113
- ChainIds.Axelar,
114
- ChainIds.Stride,
115
- ChainIds.Kujira,
116
- ChainIds.Terra2,
117
- ChainIds.Quicksilver,
118
- ChainIds.Comdex,
119
- ChainIds.StafiHub,
120
- ChainIds.Persistence,
121
- ChainIds.Stargaze,
122
- ChainIds.Canto,
123
- ChainIds.OmniFlixHub,
124
- ChainIds.Agoric,
125
- ChainIds.Sommelier,
126
- ];
127
- exports.EmbedChainInfosInit = {
128
- [ChainIds.Osmosis]: {
129
- rpc: "https://rpc-osmosis.keplr.app",
130
- rest: "https://lcd-osmosis.keplr.app",
131
- chainId: "osmosis-1",
132
- chainName: "Osmosis",
133
- stakeCurrency: {
134
- coinDenom: "OSMO",
135
- coinMinimalDenom: "uosmo",
136
- coinDecimals: 6,
137
- coinGeckoId: "osmosis",
138
- },
139
- bip44: {
140
- coinType: 118,
141
- },
142
- bech32Config: exports.IBCAddress.defaultBech32Config("osmo"),
143
- currencies: [
144
- {
145
- coinDenom: "OSMO",
146
- coinMinimalDenom: "uosmo",
147
- coinDecimals: 6,
148
- coinGeckoId: "osmosis",
149
- },
150
- {
151
- coinDenom: "ION",
152
- coinMinimalDenom: "uion",
153
- coinDecimals: 6,
154
- coinGeckoId: "ion",
155
- },
156
- {
157
- coinDenom: "axlUSDC",
158
- coinMinimalDenom: "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
159
- coinDecimals: 6,
160
- coinGeckoId: "usd-coin",
161
- },
162
- ],
163
- feeCurrencies: [
164
- {
165
- coinDenom: "OSMO",
166
- coinMinimalDenom: "uosmo",
167
- coinDecimals: 6,
168
- coinGeckoId: "osmosis",
169
- gasPriceStep: {
170
- low: 0,
171
- average: 0.025,
172
- high: 0.04,
173
- },
174
- },
175
- ],
176
- features: ["ibc-transfer", "ibc-go"],
177
- explorerUrlToTx: "https://www.mintscan.io/osmosis/txs/{txHash}",
178
- tmRpc: "https://rpc-osmosis.blockapsis.com/",
179
- },
180
- [ChainIds.CosmosHub]: {
181
- rpc: "https://rpc-cosmoshub.keplr.app",
182
- rest: "https://lcd-cosmoshub.keplr.app",
183
- chainId: "cosmoshub-4",
184
- chainName: "Cosmos Hub",
185
- stakeCurrency: {
186
- coinDenom: "ATOM",
187
- coinMinimalDenom: "uatom",
188
- coinDecimals: 6,
189
- coinGeckoId: "cosmos",
190
- },
191
- bip44: {
192
- coinType: 118,
193
- },
194
- bech32Config: exports.IBCAddress.defaultBech32Config("cosmos"),
195
- currencies: [
196
- {
197
- coinDenom: "ATOM",
198
- coinMinimalDenom: "uatom",
199
- coinDecimals: 6,
200
- coinGeckoId: "cosmos",
201
- },
202
- ],
203
- feeCurrencies: [
204
- {
205
- coinDenom: "ATOM",
206
- coinMinimalDenom: "uatom",
207
- coinDecimals: 6,
208
- coinGeckoId: "cosmos",
209
- },
210
- ],
211
- features: ["ibc-transfer", "ibc-go"],
212
- explorerUrlToTx: "https://www.mintscan.io/cosmos/txs/{txHash}",
213
- tmRpc: "https://rpc.cosmos.network/",
214
- },
215
- [ChainIds.Terra]: {
216
- rpc: "https://rpc-columbus.keplr.app",
217
- rest: "https://lcd-columbus.keplr.app",
218
- chainId: "columbus-5",
219
- chainName: "Terra",
220
- stakeCurrency: {
221
- coinDenom: "LUNA",
222
- coinMinimalDenom: "uluna",
223
- coinDecimals: 6,
224
- coinGeckoId: "terra-luna",
225
- },
226
- bip44: {
227
- coinType: 330,
228
- },
229
- bech32Config: exports.IBCAddress.defaultBech32Config("terra"),
230
- currencies: [
231
- {
232
- coinDenom: "LUNA",
233
- coinMinimalDenom: "uluna",
234
- coinDecimals: 6,
235
- coinGeckoId: "terra-luna",
236
- },
237
- {
238
- coinDenom: "UST",
239
- coinMinimalDenom: "uusd",
240
- coinDecimals: 6,
241
- coinGeckoId: "terrausd",
242
- },
243
- {
244
- coinDenom: "KRT",
245
- coinMinimalDenom: "ukrw",
246
- coinDecimals: 6,
247
- coinGeckoId: "terra-krw",
248
- },
249
- ],
250
- feeCurrencies: [
251
- {
252
- coinDenom: "LUNA",
253
- coinMinimalDenom: "uluna",
254
- coinDecimals: 6,
255
- coinGeckoId: "terra-luna",
256
- gasPriceStep: {
257
- low: 0.15,
258
- average: 0.2,
259
- high: 0.25,
260
- },
261
- },
262
- {
263
- coinDenom: "UST",
264
- coinMinimalDenom: "uusd",
265
- coinDecimals: 6,
266
- coinGeckoId: "terrausd",
267
- gasPriceStep: {
268
- low: 0.15,
269
- average: 0.2,
270
- high: 0.25,
271
- },
272
- },
273
- ],
274
- features: ["ibc-transfer", "ibc-go"],
275
- explorerUrlToTx: "https://finder.terra.money/columbus-5/tx/{txHash}",
276
- tmRpc: "https://terra-rpc.easy2stake.com/",
277
- },
278
- [ChainIds.Secret]: {
279
- rpc: "https://rpc-secret.keplr.app",
280
- rest: "https://lcd-secret.keplr.app",
281
- chainId: "secret-4",
282
- chainName: "Secret Network",
283
- stakeCurrency: {
284
- coinDenom: "SCRT",
285
- coinMinimalDenom: "uscrt",
286
- coinDecimals: 6,
287
- coinGeckoId: "secret",
288
- },
289
- bip44: {
290
- coinType: 529,
291
- },
292
- bech32Config: exports.IBCAddress.defaultBech32Config("secret"),
293
- currencies: [
294
- {
295
- coinDenom: "SCRT",
296
- coinMinimalDenom: "uscrt",
297
- coinDecimals: 6,
298
- coinGeckoId: "secret",
299
- },
300
- ],
301
- feeCurrencies: [
302
- {
303
- coinDenom: "SCRT",
304
- coinMinimalDenom: "uscrt",
305
- coinDecimals: 6,
306
- coinGeckoId: "secret",
307
- },
308
- ],
309
- features: ["ibc-transfer", "ibc-go"],
310
- explorerUrlToTx: "https://secretnodes.com/secret/chains/secret-4/transactions/{txHash}",
311
- },
312
- [ChainIds.Akash]: {
313
- rpc: "https://rpc-akash.keplr.app",
314
- rest: "https://lcd-akash.keplr.app",
315
- chainId: "akashnet-2",
316
- chainName: "Akash",
317
- stakeCurrency: {
318
- coinDenom: "AKT",
319
- coinMinimalDenom: "uakt",
320
- coinDecimals: 6,
321
- coinGeckoId: "akash-network",
322
- },
323
- bip44: {
324
- coinType: 118,
325
- },
326
- bech32Config: exports.IBCAddress.defaultBech32Config("akash"),
327
- currencies: [
328
- {
329
- coinDenom: "AKT",
330
- coinMinimalDenom: "uakt",
331
- coinDecimals: 6,
332
- coinGeckoId: "akash-network",
333
- },
334
- ],
335
- feeCurrencies: [
336
- {
337
- coinDenom: "AKT",
338
- coinMinimalDenom: "uakt",
339
- coinDecimals: 6,
340
- coinGeckoId: "akash-network",
341
- },
342
- ],
343
- features: ["ibc-transfer", "ibc-go"],
344
- explorerUrlToTx: "https://www.mintscan.io/akash/txs/{txHash}",
345
- },
346
- [ChainIds.Regen]: {
347
- rpc: "https://rpc-regen.keplr.app",
348
- rest: "https://lcd-regen.keplr.app",
349
- chainId: "regen-1",
350
- chainName: "Regen Network",
351
- stakeCurrency: {
352
- coinDenom: "REGEN",
353
- coinMinimalDenom: "uregen",
354
- coinDecimals: 6,
355
- coinGeckoId: "regen",
356
- },
357
- bip44: { coinType: 118 },
358
- bech32Config: exports.IBCAddress.defaultBech32Config("regen"),
359
- currencies: [
360
- {
361
- coinDenom: "REGEN",
362
- coinMinimalDenom: "uregen",
363
- coinDecimals: 6,
364
- coinGeckoId: "regen",
365
- },
366
- ],
367
- feeCurrencies: [
368
- {
369
- coinDenom: "REGEN",
370
- coinMinimalDenom: "uregen",
371
- coinDecimals: 6,
372
- coinGeckoId: "regen",
373
- },
374
- ],
375
- features: ["ibc-transfer", "ibc-go"],
376
- explorerUrlToTx: "https://regen.aneka.io/txs/{txHash}",
377
- },
378
- [ChainIds.Sentinel]: {
379
- rpc: "https://rpc-sentinel.keplr.app",
380
- rest: "https://lcd-sentinel.keplr.app",
381
- chainId: "sentinelhub-2",
382
- chainName: "Sentinel",
383
- stakeCurrency: {
384
- coinDenom: "DVPN",
385
- coinMinimalDenom: "udvpn",
386
- coinDecimals: 6,
387
- coinGeckoId: "sentinel",
388
- },
389
- bip44: { coinType: 118 },
390
- bech32Config: exports.IBCAddress.defaultBech32Config("sent"),
391
- currencies: [
392
- {
393
- coinDenom: "DVPN",
394
- coinMinimalDenom: "udvpn",
395
- coinDecimals: 6,
396
- coinGeckoId: "sentinel",
397
- },
398
- ],
399
- feeCurrencies: [
400
- {
401
- coinDenom: "DVPN",
402
- coinMinimalDenom: "udvpn",
403
- coinDecimals: 6,
404
- coinGeckoId: "sentinel",
405
- },
406
- ],
407
- explorerUrlToTx: "https://www.mintscan.io/sentinel/txs/{txHash}",
408
- features: ["ibc-transfer", "ibc-go"],
409
- },
410
- [ChainIds.Persistence]: {
411
- rpc: "https://rpc-persistence.keplr.app",
412
- rest: "https://lcd-persistence.keplr.app",
413
- chainId: "core-1",
414
- chainName: "Persistence",
415
- stakeCurrency: {
416
- coinDenom: "XPRT",
417
- coinMinimalDenom: "uxprt",
418
- coinDecimals: 6,
419
- coinGeckoId: "persistence",
420
- },
421
- bip44: {
422
- coinType: 750,
423
- },
424
- bech32Config: exports.IBCAddress.defaultBech32Config("persistence"),
425
- currencies: [
426
- {
427
- coinDenom: "XPRT",
428
- coinMinimalDenom: "uxprt",
429
- coinDecimals: 6,
430
- coinGeckoId: "persistence",
431
- },
432
- {
433
- coinDenom: "PSTAKE",
434
- coinMinimalDenom: "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
435
- coinDecimals: 18,
436
- coinGeckoId: "pstake-finance",
437
- },
438
- ],
439
- feeCurrencies: [
440
- {
441
- coinDenom: "XPRT",
442
- coinMinimalDenom: "uxprt",
443
- coinDecimals: 6,
444
- coinGeckoId: "persistence",
445
- },
446
- ],
447
- features: ["ibc-transfer", "ibc-go"],
448
- explorerUrlToTx: "https://www.mintscan.io/persistence/txs/{txHash}",
449
- },
450
- [ChainIds.IrisNet]: {
451
- rpc: "https://rpc-iris.keplr.app",
452
- rest: "https://lcd-iris.keplr.app",
453
- chainId: "irishub-1",
454
- chainName: "IRISnet",
455
- stakeCurrency: {
456
- coinDenom: "IRIS",
457
- coinMinimalDenom: "uiris",
458
- coinDecimals: 6,
459
- coinGeckoId: "iris-network",
460
- },
461
- bip44: {
462
- coinType: 118,
463
- },
464
- bech32Config: exports.IBCAddress.defaultBech32Config("iaa"),
465
- currencies: [
466
- {
467
- coinDenom: "IRIS",
468
- coinMinimalDenom: "uiris",
469
- coinDecimals: 6,
470
- coinGeckoId: "iris-network",
471
- },
472
- ],
473
- feeCurrencies: [
474
- {
475
- coinDenom: "IRIS",
476
- coinMinimalDenom: "uiris",
477
- coinDecimals: 6,
478
- coinGeckoId: "iris-network",
479
- },
480
- ],
481
- features: ["ibc-transfer", "ibc-go"],
482
- explorerUrlToTx: "https://www.mintscan.io/iris/txs/{txHash}",
483
- },
484
- [ChainIds.CryptoOrg]: {
485
- rpc: "https://rpc-crypto-org.keplr.app/",
486
- rest: "https://lcd-crypto-org.keplr.app/",
487
- chainId: "crypto-org-chain-mainnet-1",
488
- chainName: "Crypto.org",
489
- stakeCurrency: {
490
- coinDenom: "CRO",
491
- coinMinimalDenom: "basecro",
492
- coinDecimals: 8,
493
- coinGeckoId: "crypto-com-chain",
494
- },
495
- bip44: {
496
- coinType: 394,
497
- },
498
- bech32Config: exports.IBCAddress.defaultBech32Config("cro"),
499
- currencies: [
500
- {
501
- coinDenom: "CRO",
502
- coinMinimalDenom: "basecro",
503
- coinDecimals: 8,
504
- coinGeckoId: "crypto-com-chain",
505
- },
506
- ],
507
- feeCurrencies: [
508
- {
509
- coinDenom: "CRO",
510
- coinMinimalDenom: "basecro",
511
- coinDecimals: 8,
512
- coinGeckoId: "crypto-com-chain",
513
- },
514
- ],
515
- features: ["ibc-transfer", "ibc-go"],
516
- explorerUrlToTx: "https://www.mintscan.io/crypto-org/txs/{txHash}",
517
- },
518
- [ChainIds.Starname]: {
519
- rpc: "https://rpc-iov.keplr.app",
520
- rest: "https://lcd-iov.keplr.app",
521
- chainId: "iov-mainnet-ibc",
522
- chainName: "Starname",
523
- stakeCurrency: {
524
- coinDenom: "IOV",
525
- coinMinimalDenom: "uiov",
526
- coinDecimals: 6,
527
- coinGeckoId: "starname",
528
- },
529
- bip44: {
530
- coinType: 234,
531
- },
532
- bech32Config: exports.IBCAddress.defaultBech32Config("star"),
533
- currencies: [
534
- {
535
- coinDenom: "IOV",
536
- coinMinimalDenom: "uiov",
537
- coinDecimals: 6,
538
- coinGeckoId: "starname",
539
- },
540
- ],
541
- feeCurrencies: [
542
- {
543
- coinDenom: "IOV",
544
- coinMinimalDenom: "uiov",
545
- coinDecimals: 6,
546
- coinGeckoId: "starname",
547
- },
548
- ],
549
- features: ["ibc-transfer", "ibc-go"],
550
- explorerUrlToTx: "https://www.mintscan.io/starname/txs/{txHash}",
551
- },
552
- [ChainIds.EMoney]: {
553
- rpc: "https://rpc-emoney.keplr.app",
554
- rest: "https://lcd-emoney.keplr.app",
555
- chainId: "emoney-3",
556
- chainName: "e-Money",
557
- stakeCurrency: {
558
- coinDenom: "NGM",
559
- coinMinimalDenom: "ungm",
560
- coinDecimals: 6,
561
- coinGeckoId: "e-money",
562
- },
563
- bip44: {
564
- coinType: 118,
565
- },
566
- bech32Config: exports.IBCAddress.defaultBech32Config("emoney"),
567
- currencies: [
568
- {
569
- coinDenom: "NGM",
570
- coinMinimalDenom: "ungm",
571
- coinDecimals: 6,
572
- coinGeckoId: "e-money",
573
- },
574
- {
575
- coinDenom: "EEUR",
576
- coinMinimalDenom: "eeur",
577
- coinDecimals: 6,
578
- coinGeckoId: "e-money-eur",
579
- },
580
- ],
581
- feeCurrencies: [
582
- {
583
- coinDenom: "NGM",
584
- coinMinimalDenom: "ungm",
585
- coinDecimals: 6,
586
- coinGeckoId: "e-money",
587
- gasPriceStep: {
588
- low: 1,
589
- average: 1,
590
- high: 1,
591
- },
592
- },
593
- ],
594
- features: ["ibc-transfer", "ibc-go"],
595
- explorerUrlToTx: "https://emoney.bigdipper.live/transactions/{txHash}",
596
- },
597
- [ChainIds.Juno]: {
598
- rpc: "https://rpc-juno.keplr.app",
599
- rest: "https://lcd-juno.keplr.app",
600
- chainId: "juno-1",
601
- chainName: "Juno",
602
- stakeCurrency: {
603
- coinDenom: "JUNO",
604
- coinMinimalDenom: "ujuno",
605
- coinDecimals: 6,
606
- coinGeckoId: "juno-network",
607
- },
608
- bip44: {
609
- coinType: 118,
610
- },
611
- bech32Config: exports.IBCAddress.defaultBech32Config("juno"),
612
- currencies: [
613
- {
614
- coinDenom: "JUNO",
615
- coinMinimalDenom: "ujuno",
616
- coinDecimals: 6,
617
- coinGeckoId: "juno-network",
618
- },
619
- ],
620
- feeCurrencies: [
621
- {
622
- coinDenom: "JUNO",
623
- coinMinimalDenom: "ujuno",
624
- coinDecimals: 6,
625
- coinGeckoId: "juno-network",
626
- gasPriceStep: {
627
- low: 0.001,
628
- average: 0.0025,
629
- high: 0.004,
630
- },
631
- },
632
- ],
633
- features: ["ibc-transfer", "ibc-go"],
634
- explorerUrlToTx: "https://www.mintscan.io/juno/txs/{txHash}",
635
- },
636
- [ChainIds.Evmos]: {
637
- rpc: "https://rpc-evmos.keplr.app/",
638
- rest: "https://lcd-evmos.keplr.app/",
639
- chainId: "evmos_9001-2",
640
- chainName: "Evmos",
641
- stakeCurrency: {
642
- coinDenom: "EVMOS",
643
- coinMinimalDenom: "aevmos",
644
- coinDecimals: 18,
645
- coinGeckoId: "evmos",
646
- },
647
- bip44: {
648
- coinType: 60,
649
- },
650
- bech32Config: exports.IBCAddress.defaultBech32Config("evmos"),
651
- currencies: [
652
- {
653
- coinDenom: "EVMOS",
654
- coinMinimalDenom: "aevmos",
655
- coinDecimals: 18,
656
- coinGeckoId: "evmos",
657
- },
658
- ],
659
- feeCurrencies: [
660
- {
661
- coinDenom: "EVMOS",
662
- coinMinimalDenom: "aevmos",
663
- coinDecimals: 18,
664
- coinGeckoId: "evmos",
665
- gasPriceStep: {
666
- low: 25000000000,
667
- average: 25000000000,
668
- high: 40000000000,
669
- },
670
- },
671
- ],
672
- features: ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
673
- explorerUrlToTx: "https://www.mintscan.io/evmos/txs/{txHash}",
674
- },
675
- [ChainIds.Microtick]: {
676
- rpc: "https://rpc-microtick.keplr.app",
677
- rest: "https://lcd-microtick.keplr.app",
678
- chainId: "microtick-1",
679
- chainName: "Microtick",
680
- stakeCurrency: {
681
- coinDenom: "TICK",
682
- coinMinimalDenom: "utick",
683
- coinDecimals: 6,
684
- coinGeckoId: "pool:utick",
685
- },
686
- bip44: {
687
- coinType: 118,
688
- },
689
- bech32Config: exports.IBCAddress.defaultBech32Config("micro"),
690
- currencies: [
691
- {
692
- coinDenom: "TICK",
693
- coinMinimalDenom: "utick",
694
- coinDecimals: 6,
695
- coinGeckoId: "pool:utick",
696
- },
697
- ],
698
- feeCurrencies: [
699
- {
700
- coinDenom: "TICK",
701
- coinMinimalDenom: "utick",
702
- coinDecimals: 6,
703
- coinGeckoId: "pool:utick",
704
- },
705
- ],
706
- features: ["ibc-transfer", "ibc-go"],
707
- explorerUrlToTx: "https://explorer.microtick.zone/transactions/{txHash}",
708
- },
709
- [ChainIds.LikeCoin]: {
710
- rpc: "https://mainnet-node.like.co/rpc",
711
- rest: "https://mainnet-node.like.co",
712
- chainId: "likecoin-mainnet-2",
713
- chainName: "LikeCoin",
714
- stakeCurrency: {
715
- coinDenom: "LIKE",
716
- coinMinimalDenom: "nanolike",
717
- coinDecimals: 9,
718
- coinGeckoId: "likecoin",
719
- },
720
- bip44: {
721
- coinType: 118,
722
- },
723
- bech32Config: exports.IBCAddress.defaultBech32Config("cosmos"),
724
- currencies: [
725
- {
726
- coinDenom: "LIKE",
727
- coinMinimalDenom: "nanolike",
728
- coinDecimals: 9,
729
- coinGeckoId: "likecoin",
730
- },
731
- ],
732
- feeCurrencies: [
733
- {
734
- coinDenom: "LIKE",
735
- coinMinimalDenom: "nanolike",
736
- coinDecimals: 9,
737
- coinGeckoId: "likecoin",
738
- },
739
- ],
740
- features: ["ibc-transfer", "ibc-go"],
741
- explorerUrlToTx: "https://likecoin.bigdipper.live/transactions/{txHash}",
742
- },
743
- [ChainIds.IXO]: {
744
- rpc: "https://rpc-impacthub.keplr.app",
745
- rest: "https://lcd-impacthub.keplr.app",
746
- chainId: "impacthub-3",
747
- chainName: "IXO",
748
- stakeCurrency: {
749
- coinDenom: "IXO",
750
- coinMinimalDenom: "uixo",
751
- coinDecimals: 6,
752
- coinGeckoId: "pool:uixo",
753
- },
754
- bip44: {
755
- coinType: 118,
756
- },
757
- bech32Config: exports.IBCAddress.defaultBech32Config("ixo"),
758
- currencies: [
759
- {
760
- coinDenom: "IXO",
761
- coinMinimalDenom: "uixo",
762
- coinDecimals: 6,
763
- coinGeckoId: "pool:uixo",
764
- },
765
- ],
766
- feeCurrencies: [
767
- {
768
- coinDenom: "IXO",
769
- coinMinimalDenom: "uixo",
770
- coinDecimals: 6,
771
- coinGeckoId: "pool:uixo",
772
- },
773
- ],
774
- features: ["ibc-transfer", "ibc-go"],
775
- explorerUrlToTx: "https://blockscan.ixo.world/transactions/{txHash}",
776
- },
777
- [ChainIds.BitCanna]: {
778
- rpc: "https://rpc.bitcanna.io",
779
- rest: "https://lcd.bitcanna.io",
780
- chainId: "bitcanna-1",
781
- chainName: "BitCanna",
782
- stakeCurrency: {
783
- coinDenom: "BCNA",
784
- coinMinimalDenom: "ubcna",
785
- coinDecimals: 6,
786
- coinGeckoId: "bitcanna",
787
- },
788
- bip44: {
789
- coinType: 118,
790
- },
791
- bech32Config: exports.IBCAddress.defaultBech32Config("bcna"),
792
- currencies: [
793
- {
794
- coinDenom: "BCNA",
795
- coinMinimalDenom: "ubcna",
796
- coinDecimals: 6,
797
- coinGeckoId: "bitcanna",
798
- },
799
- ],
800
- feeCurrencies: [
801
- {
802
- coinDenom: "BCNA",
803
- coinMinimalDenom: "ubcna",
804
- coinDecimals: 6,
805
- coinGeckoId: "bitcanna",
806
- },
807
- ],
808
- features: ["ibc-transfer", "ibc-go"],
809
- explorerUrlToTx: "https://www.mintscan.io/bitcanna/txs/{txHash}",
810
- tmRpc: "https://rpc.bitcanna.io/",
811
- },
812
- [ChainIds.BitSong]: {
813
- rpc: "https://rpc.explorebitsong.com",
814
- rest: "https://lcd.explorebitsong.com",
815
- chainId: "bitsong-2b",
816
- chainName: "BitSong",
817
- stakeCurrency: {
818
- coinDenom: "BTSG",
819
- coinMinimalDenom: "ubtsg",
820
- coinDecimals: 6,
821
- coinGeckoId: "pool:ubtsg",
822
- },
823
- bip44: {
824
- coinType: 639,
825
- },
826
- bech32Config: exports.IBCAddress.defaultBech32Config("bitsong"),
827
- currencies: [
828
- {
829
- coinDenom: "BTSG",
830
- coinMinimalDenom: "ubtsg",
831
- coinDecimals: 6,
832
- coinGeckoId: "pool:ubtsg",
833
- },
834
- ],
835
- feeCurrencies: [
836
- {
837
- coinDenom: "BTSG",
838
- coinMinimalDenom: "ubtsg",
839
- coinDecimals: 6,
840
- coinGeckoId: "pool:ubtsg",
841
- },
842
- ],
843
- features: ["ibc-transfer", "ibc-go"],
844
- explorerUrlToTx: "https://explorebitsong.com/transactions/{txHash}",
845
- tmRpc: "https://rpc.explorebitsong.com/",
846
- },
847
- [ChainIds.KiChain]: {
848
- rpc: "https://rpc-mainnet.blockchain.ki",
849
- rest: "https://api-mainnet.blockchain.ki",
850
- chainId: "kichain-2",
851
- chainName: "Ki",
852
- stakeCurrency: {
853
- coinDenom: "XKI",
854
- coinMinimalDenom: "uxki",
855
- coinDecimals: 6,
856
- coinGeckoId: "pool:uxki",
857
- },
858
- bip44: {
859
- coinType: 118,
860
- },
861
- bech32Config: exports.IBCAddress.defaultBech32Config("ki"),
862
- currencies: [
863
- {
864
- coinDenom: "XKI",
865
- coinMinimalDenom: "uxki",
866
- coinDecimals: 6,
867
- coinGeckoId: "pool:uxki",
868
- },
869
- ],
870
- feeCurrencies: [
871
- {
872
- coinDenom: "XKI",
873
- coinMinimalDenom: "uxki",
874
- coinDecimals: 6,
875
- coinGeckoId: "pool:uxki",
876
- },
877
- ],
878
- features: ["ibc-transfer", "ibc-go"],
879
- explorerUrlToTx: "https://www.mintscan.io/ki-chain/txs/{txHash}",
880
- tmRpc: "https://rpc-mainnet.blockchain.ki",
881
- },
882
- [ChainIds.MediBloc]: {
883
- rpc: "https://rpc.gopanacea.org",
884
- rest: "https://api.gopanacea.org",
885
- chainId: "panacea-3",
886
- chainName: "MediBloc",
887
- stakeCurrency: {
888
- coinDenom: "MED",
889
- coinMinimalDenom: "umed",
890
- coinDecimals: 6,
891
- coinGeckoId: "medibloc",
892
- },
893
- bip44: {
894
- coinType: 371,
895
- },
896
- bech32Config: exports.IBCAddress.defaultBech32Config("panacea"),
897
- currencies: [
898
- {
899
- coinDenom: "MED",
900
- coinMinimalDenom: "umed",
901
- coinDecimals: 6,
902
- coinGeckoId: "medibloc",
903
- },
904
- ],
905
- feeCurrencies: [
906
- {
907
- coinDenom: "MED",
908
- coinMinimalDenom: "umed",
909
- coinDecimals: 6,
910
- coinGeckoId: "medibloc",
911
- gasPriceStep: {
912
- low: 5,
913
- average: 7,
914
- high: 9,
915
- },
916
- },
917
- ],
918
- features: ["ibc-transfer", "ibc-go"],
919
- explorerUrlToTx: "https://www.mintscan.io/medibloc/txs/{txHash}",
920
- tmRpc: "https://rpc.gopanacea.org/",
921
- },
922
- [ChainIds.Bostrom]: {
923
- rpc: "https://rpc.bostrom.cybernode.ai",
924
- rest: "https://lcd.bostrom.cybernode.ai",
925
- chainId: "bostrom",
926
- chainName: "Bostrom",
927
- stakeCurrency: {
928
- coinDenom: "BOOT",
929
- coinMinimalDenom: "boot",
930
- coinDecimals: 0,
931
- // coinGeckoId: "pool:boot",
932
- },
933
- bip44: {
934
- coinType: 118,
935
- },
936
- bech32Config: exports.IBCAddress.defaultBech32Config("bostrom"),
937
- currencies: [
938
- {
939
- coinDenom: "BOOT",
940
- coinMinimalDenom: "boot",
941
- coinDecimals: 0,
942
- // coinGeckoId: "pool:boot",
943
- },
944
- ],
945
- feeCurrencies: [
946
- {
947
- coinDenom: "BOOT",
948
- coinMinimalDenom: "boot",
949
- coinDecimals: 0,
950
- // coinGeckoId: "pool:boot",
951
- },
952
- ],
953
- features: ["ibc-transfer", "ibc-go"],
954
- explorerUrlToTx: "https://cyb.ai/network/bostrom/tx/{txHash}",
955
- tmRpc: "https://rpc.bostrom.cybernode.ai/",
956
- },
957
- [ChainIds.Comdex]: {
958
- rpc: "https://rpc.comdex.one",
959
- rest: "https://rest.comdex.one",
960
- chainId: "comdex-1",
961
- chainName: "Comdex",
962
- stakeCurrency: {
963
- coinDenom: "CMDX",
964
- coinMinimalDenom: "ucmdx",
965
- coinDecimals: 6,
966
- coinGeckoId: "comdex",
967
- },
968
- bip44: {
969
- coinType: 118,
970
- },
971
- bech32Config: exports.IBCAddress.defaultBech32Config("comdex"),
972
- currencies: [
973
- {
974
- coinDenom: "CMDX",
975
- coinMinimalDenom: "ucmdx",
976
- coinDecimals: 6,
977
- coinGeckoId: "comdex",
978
- },
979
- ],
980
- feeCurrencies: [
981
- {
982
- coinDenom: "CMDX",
983
- coinMinimalDenom: "ucmdx",
984
- coinDecimals: 6,
985
- coinGeckoId: "comdex",
986
- gasPriceStep: {
987
- low: 0.0125,
988
- average: 0.025,
989
- high: 0.04,
990
- },
991
- },
992
- ],
993
- features: ["ibc-transfer", "ibc-go"],
994
- explorerUrlToTx: "https://www.mintscan.io/comdex/txs/{txHash}",
995
- tmRpc: "https://rpc.comdex.one/",
996
- },
997
- [ChainIds.Cheqd]: {
998
- rpc: "https://rpc.cheqd.net",
999
- rest: "https://api.cheqd.net",
1000
- chainId: "cheqd-mainnet-1",
1001
- chainName: "cheqd",
1002
- stakeCurrency: {
1003
- coinDenom: "CHEQ",
1004
- coinMinimalDenom: "ncheq",
1005
- coinDecimals: 9,
1006
- coinGeckoId: "cheqd-network",
1007
- },
1008
- bip44: {
1009
- coinType: 118,
1010
- },
1011
- bech32Config: exports.IBCAddress.defaultBech32Config("cheqd"),
1012
- currencies: [
1013
- {
1014
- coinDenom: "CHEQ",
1015
- coinMinimalDenom: "ncheq",
1016
- coinDecimals: 9,
1017
- coinGeckoId: "cheqd-network",
1018
- },
1019
- ],
1020
- feeCurrencies: [
1021
- {
1022
- coinDenom: "CHEQ",
1023
- coinMinimalDenom: "ncheq",
1024
- coinDecimals: 9,
1025
- coinGeckoId: "cheqd-network",
1026
- gasPriceStep: {
1027
- low: 25,
1028
- average: 30,
1029
- high: 50,
1030
- },
1031
- },
1032
- ],
1033
- features: ["ibc-transfer", "ibc-go"],
1034
- explorerUrlToTx: "https://explorer.cheqd.io/transactions/{txHash}",
1035
- tmRpc: "https://rpc.cheqd.net/",
1036
- },
1037
- [ChainIds.Stargaze]: {
1038
- rpc: "https://rpc.stargaze-apis.com",
1039
- rest: "https://rest.stargaze-apis.com",
1040
- chainId: "stargaze-1",
1041
- chainName: "Stargaze",
1042
- stakeCurrency: {
1043
- coinDenom: "STARS",
1044
- coinMinimalDenom: "ustars",
1045
- coinDecimals: 6,
1046
- coinGeckoId: "pool:ustars",
1047
- },
1048
- bip44: {
1049
- coinType: 118,
1050
- },
1051
- bech32Config: exports.IBCAddress.defaultBech32Config("stars"),
1052
- currencies: [
1053
- {
1054
- coinDenom: "STARS",
1055
- coinMinimalDenom: "ustars",
1056
- coinDecimals: 6,
1057
- coinGeckoId: "pool:ustars",
1058
- },
1059
- ],
1060
- feeCurrencies: [
1061
- {
1062
- coinDenom: "STARS",
1063
- coinMinimalDenom: "ustars",
1064
- coinDecimals: 6,
1065
- coinGeckoId: "pool:ustars",
1066
- },
1067
- ],
1068
- features: ["ibc-transfer", "ibc-go"],
1069
- explorerUrlToTx: "https://www.mintscan.io/stargaze/txs/{txHash}",
1070
- tmRpc: "https://rpc.stargaze-apis.com/",
1071
- },
1072
- [ChainIds.Chihuahua]: {
1073
- rpc: "https://rpc.chihuahua.wtf",
1074
- rest: "https://api.chihuahua.wtf",
1075
- chainId: "chihuahua-1",
1076
- chainName: "Chihuahua",
1077
- stakeCurrency: {
1078
- coinDenom: "HUAHUA",
1079
- coinMinimalDenom: "uhuahua",
1080
- coinDecimals: 6,
1081
- coinGeckoId: "pool:uhuahua",
1082
- },
1083
- bip44: {
1084
- coinType: 118,
1085
- },
1086
- bech32Config: exports.IBCAddress.defaultBech32Config("chihuahua"),
1087
- currencies: [
1088
- {
1089
- coinDenom: "HUAHUA",
1090
- coinMinimalDenom: "uhuahua",
1091
- coinDecimals: 6,
1092
- coinGeckoId: "pool:uhuahua",
1093
- },
1094
- ],
1095
- feeCurrencies: [
1096
- {
1097
- coinDenom: "HUAHUA",
1098
- coinMinimalDenom: "uhuahua",
1099
- coinDecimals: 6,
1100
- coinGeckoId: "pool:uhuahua",
1101
- gasPriceStep: {
1102
- low: 0.025,
1103
- average: 0.03,
1104
- high: 0.035,
1105
- },
1106
- },
1107
- ],
1108
- features: ["ibc-transfer", "ibc-go"],
1109
- explorerUrlToTx: "https://ping.pub/chihuahua/tx/{txHash}",
1110
- },
1111
- [ChainIds.LumNetwork]: {
1112
- rpc: "https://node0.mainnet.lum.network/rpc",
1113
- rest: "https://node0.mainnet.lum.network/rest",
1114
- chainId: "lum-network-1",
1115
- chainName: "Lum Network",
1116
- stakeCurrency: {
1117
- coinDenom: "LUM",
1118
- coinMinimalDenom: "ulum",
1119
- coinDecimals: 6,
1120
- coinGeckoId: "pool:ulum",
1121
- },
1122
- bip44: {
1123
- coinType: 118,
1124
- },
1125
- bech32Config: exports.IBCAddress.defaultBech32Config("lum"),
1126
- currencies: [
1127
- {
1128
- coinDenom: "LUM",
1129
- coinMinimalDenom: "ulum",
1130
- coinDecimals: 6,
1131
- coinGeckoId: "pool:ulum",
1132
- },
1133
- ],
1134
- feeCurrencies: [
1135
- {
1136
- coinDenom: "LUM",
1137
- coinMinimalDenom: "ulum",
1138
- coinDecimals: 6,
1139
- coinGeckoId: "pool:ulum",
1140
- },
1141
- ],
1142
- features: ["ibc-transfer", "ibc-go"],
1143
- explorerUrlToTx: "https://www.mintscan.io/lum/txs/{txHash}",
1144
- tmRpc: "https://node0.mainnet.lum.network/rpc/",
1145
- },
1146
- [ChainIds.Vidulum]: {
1147
- rpc: "https://mainnet-rpc.vidulum.app",
1148
- rest: "https://mainnet-lcd.vidulum.app",
1149
- chainId: "vidulum-1",
1150
- chainName: "Vidulum",
1151
- stakeCurrency: {
1152
- coinDenom: "VDL",
1153
- coinMinimalDenom: "uvdl",
1154
- coinDecimals: 6,
1155
- coinGeckoId: "vidulum",
1156
- },
1157
- bip44: {
1158
- coinType: 370,
1159
- },
1160
- bech32Config: exports.IBCAddress.defaultBech32Config("vdl"),
1161
- currencies: [
1162
- {
1163
- coinDenom: "VDL",
1164
- coinMinimalDenom: "uvdl",
1165
- coinDecimals: 6,
1166
- coinGeckoId: "vidulum",
1167
- },
1168
- ],
1169
- feeCurrencies: [
1170
- {
1171
- coinDenom: "VDL",
1172
- coinMinimalDenom: "uvdl",
1173
- coinDecimals: 6,
1174
- coinGeckoId: "vidulum",
1175
- },
1176
- ],
1177
- features: ["ibc-transfer", "ibc-go"],
1178
- explorerUrlToTx: "https://explorers.vidulum.app/vidulum/tx/{txHash}",
1179
- tmRpc: "https://mainnet-rpc.vidulum.app/",
1180
- },
1181
- [ChainIds.Desmos]: {
1182
- rpc: "https://rpc.mainnet.desmos.network",
1183
- rest: "https://api.mainnet.desmos.network",
1184
- chainId: "desmos-mainnet",
1185
- chainName: "Desmos",
1186
- stakeCurrency: {
1187
- coinDenom: "DSM",
1188
- coinMinimalDenom: "udsm",
1189
- coinDecimals: 6,
1190
- coinGeckoId: "pool:udsm",
1191
- },
1192
- bip44: {
1193
- coinType: 852,
1194
- },
1195
- bech32Config: exports.IBCAddress.defaultBech32Config("desmos"),
1196
- currencies: [
1197
- {
1198
- coinDenom: "DSM",
1199
- coinMinimalDenom: "udsm",
1200
- coinDecimals: 6,
1201
- coinGeckoId: "pool:udsm",
1202
- },
1203
- ],
1204
- feeCurrencies: [
1205
- {
1206
- coinDenom: "DSM",
1207
- coinMinimalDenom: "udsm",
1208
- coinDecimals: 6,
1209
- coinGeckoId: "pool:udsm",
1210
- },
1211
- ],
1212
- features: ["ibc-transfer", "ibc-go"],
1213
- explorerUrlToTx: "https://explorer.desmos.network/transactions/{txHash}",
1214
- tmRpc: "https://rpc.mainnet.desmos.network/",
1215
- },
1216
- [ChainIds.Dig]: {
1217
- rpc: "https://rpc-1-dig.notional.ventures",
1218
- rest: "https://api-1-dig.notional.ventures",
1219
- chainId: "dig-1",
1220
- chainName: "Dig",
1221
- stakeCurrency: {
1222
- coinDenom: "DIG",
1223
- coinMinimalDenom: "udig",
1224
- coinDecimals: 6,
1225
- coinGeckoId: "pool:udig",
1226
- },
1227
- bip44: {
1228
- coinType: 118,
1229
- },
1230
- bech32Config: exports.IBCAddress.defaultBech32Config("dig"),
1231
- currencies: [
1232
- {
1233
- coinDenom: "DIG",
1234
- coinMinimalDenom: "udig",
1235
- coinDecimals: 6,
1236
- coinGeckoId: "pool:udig",
1237
- },
1238
- ],
1239
- feeCurrencies: [
1240
- {
1241
- coinDenom: "DIG",
1242
- coinMinimalDenom: "udig",
1243
- coinDecimals: 6,
1244
- coinGeckoId: "pool:udig",
1245
- gasPriceStep: {
1246
- low: 0.025,
1247
- average: 0.03,
1248
- high: 0.035,
1249
- },
1250
- },
1251
- ],
1252
- features: ["ibc-transfer", "ibc-go"],
1253
- explorerUrlToTx: "https://ping.pub/dig/tx/{txHash}",
1254
- tmRpc: "https://rpc-1-dig.notional.ventures/",
1255
- },
1256
- [ChainIds.Sommelier]: {
1257
- rpc: "https://rpc-sommelier.keplr.app",
1258
- rest: "https://lcd-sommelier.keplr.app",
1259
- chainId: "sommelier-3",
1260
- chainName: "Sommelier",
1261
- stakeCurrency: {
1262
- coinDenom: "SOMM",
1263
- coinMinimalDenom: "usomm",
1264
- coinDecimals: 6,
1265
- coinGeckoId: "pool:usomm",
1266
- },
1267
- bip44: {
1268
- coinType: 118,
1269
- },
1270
- bech32Config: exports.IBCAddress.defaultBech32Config("somm"),
1271
- currencies: [
1272
- {
1273
- coinDenom: "SOMM",
1274
- coinMinimalDenom: "usomm",
1275
- coinDecimals: 6,
1276
- coinGeckoId: "pool:usomm",
1277
- },
1278
- ],
1279
- feeCurrencies: [
1280
- {
1281
- coinDenom: "SOMM",
1282
- coinMinimalDenom: "usomm",
1283
- coinDecimals: 6,
1284
- coinGeckoId: "pool:usomm",
1285
- },
1286
- ],
1287
- features: ["ibc-transfer", "ibc-go"],
1288
- explorerUrlToTx: "https://sommscan.io",
1289
- },
1290
- [ChainIds.Sifchain]: {
1291
- rpc: "https://rpc.sifchain.finance",
1292
- rest: "https://api-int.sifchain.finance",
1293
- chainId: "sifchain-1",
1294
- chainName: "Sifchain",
1295
- stakeCurrency: {
1296
- coinDenom: "ROWAN",
1297
- coinMinimalDenom: "rowan",
1298
- coinDecimals: 18,
1299
- coinGeckoId: "sifchain",
1300
- },
1301
- bip44: {
1302
- coinType: 118,
1303
- },
1304
- bech32Config: exports.IBCAddress.defaultBech32Config("sif"),
1305
- currencies: [
1306
- {
1307
- coinDenom: "ROWAN",
1308
- coinMinimalDenom: "rowan",
1309
- coinDecimals: 18,
1310
- coinGeckoId: "sifchain",
1311
- },
1312
- ],
1313
- feeCurrencies: [
1314
- {
1315
- coinDenom: "ROWAN",
1316
- coinMinimalDenom: "rowan",
1317
- coinDecimals: 18,
1318
- coinGeckoId: "sifchain",
1319
- },
1320
- ],
1321
- features: ["ibc-transfer", "ibc-go"],
1322
- explorerUrlToTx: "https://www.mintscan.io/sifchain/txs/{txHash}",
1323
- tmRpc: "https://rpc.sifchain.finance/",
1324
- },
1325
- [ChainIds.BandChain]: {
1326
- rpc: "https://rpc.laozi3.bandchain.org",
1327
- rest: "https://laozi1.bandchain.org/api",
1328
- chainId: "laozi-mainnet",
1329
- chainName: "BandChain",
1330
- stakeCurrency: {
1331
- coinDenom: "BAND",
1332
- coinMinimalDenom: "uband",
1333
- coinDecimals: 6,
1334
- coinGeckoId: "band-protocol",
1335
- },
1336
- bip44: {
1337
- coinType: 494,
1338
- },
1339
- bech32Config: exports.IBCAddress.defaultBech32Config("band"),
1340
- currencies: [
1341
- {
1342
- coinDenom: "BAND",
1343
- coinMinimalDenom: "uband",
1344
- coinDecimals: 6,
1345
- coinGeckoId: "band-protocol",
1346
- },
1347
- ],
1348
- feeCurrencies: [
1349
- {
1350
- coinDenom: "BAND",
1351
- coinMinimalDenom: "uband",
1352
- coinDecimals: 6,
1353
- coinGeckoId: "band-protocol",
1354
- },
1355
- ],
1356
- features: ["ibc-transfer", "ibc-go"],
1357
- explorerUrlToTx: "https://cosmoscan.io/tx/{txHash}",
1358
- tmRpc: "https://rpc.laozi3.bandchain.org/",
1359
- },
1360
- [ChainIds.Konstellation]: {
1361
- rpc: "https://node1.konstellation.tech:26657",
1362
- rest: "https://node1.konstellation.tech:1318",
1363
- chainId: "darchub",
1364
- chainName: "Konstellation",
1365
- stakeCurrency: {
1366
- coinDenom: "DARC",
1367
- coinMinimalDenom: "udarc",
1368
- coinDecimals: 6,
1369
- coinGeckoId: "pool:udarc",
1370
- },
1371
- bip44: {
1372
- coinType: 118,
1373
- },
1374
- bech32Config: exports.IBCAddress.defaultBech32Config("darc"),
1375
- currencies: [
1376
- {
1377
- coinDenom: "DARC",
1378
- coinMinimalDenom: "udarc",
1379
- coinDecimals: 6,
1380
- coinGeckoId: "pool:udarc",
1381
- },
1382
- ],
1383
- feeCurrencies: [
1384
- {
1385
- coinDenom: "DARC",
1386
- coinMinimalDenom: "udarc",
1387
- coinDecimals: 6,
1388
- coinGeckoId: "pool:udarc",
1389
- },
1390
- ],
1391
- features: ["ibc-transfer", "ibc-go"],
1392
- explorerUrlToTx: "https://www.mintscan.io/konstellation/txs/{txHash}",
1393
- tmRpc: "https://node1.konstellation.tech:26657/",
1394
- },
1395
- [ChainIds.Umee]: {
1396
- rpc: "https://rpc.aphrodite.main.network.umee.cc",
1397
- rest: "https://api.aphrodite.main.network.umee.cc",
1398
- chainId: "umee-1",
1399
- chainName: "Umee",
1400
- stakeCurrency: {
1401
- coinDenom: "UMEE",
1402
- coinMinimalDenom: "uumee",
1403
- coinDecimals: 6,
1404
- coinGeckoId: "pool:uumee",
1405
- },
1406
- bip44: {
1407
- coinType: 118,
1408
- },
1409
- bech32Config: exports.IBCAddress.defaultBech32Config("umee"),
1410
- currencies: [
1411
- {
1412
- coinDenom: "UMEE",
1413
- coinMinimalDenom: "uumee",
1414
- coinDecimals: 6,
1415
- coinGeckoId: "pool:uumee",
1416
- },
1417
- ],
1418
- feeCurrencies: [
1419
- {
1420
- coinDenom: "UMEE",
1421
- coinMinimalDenom: "uumee",
1422
- coinDecimals: 6,
1423
- coinGeckoId: "pool:uumee",
1424
- },
1425
- ],
1426
- features: ["ibc-transfer", "ibc-go"],
1427
- explorerUrlToTx: "https://www.mintscan.io/umee/txs/{txHash}",
1428
- tmRpc: "https://rpc.aphrodite.main.network.umee.cc/",
1429
- },
1430
- [ChainIds.GravityBridge]: {
1431
- rpc: "https://gravitychain.io:26657",
1432
- rest: "https://gravitychain.io:1317",
1433
- chainId: "gravity-bridge-3",
1434
- chainName: "Gravity Bridge",
1435
- stakeCurrency: {
1436
- coinDenom: "GRAV",
1437
- coinMinimalDenom: "ugraviton",
1438
- coinDecimals: 6,
1439
- coinGeckoId: "pool:ugraviton",
1440
- },
1441
- bip44: {
1442
- coinType: 118,
1443
- },
1444
- bech32Config: exports.IBCAddress.defaultBech32Config("gravity"),
1445
- currencies: [
1446
- {
1447
- coinDenom: "GRAV",
1448
- coinMinimalDenom: "ugraviton",
1449
- coinDecimals: 6,
1450
- coinGeckoId: "pool:ugraviton",
1451
- },
1452
- {
1453
- coinDenom: "PSTAKE",
1454
- coinMinimalDenom: "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
1455
- coinDecimals: 18,
1456
- coinGeckoId: "pstake-finance",
1457
- },
1458
- ],
1459
- feeCurrencies: [
1460
- {
1461
- coinDenom: "GRAV",
1462
- coinMinimalDenom: "ugraviton",
1463
- coinDecimals: 6,
1464
- coinGeckoId: "pool:ugraviton",
1465
- gasPriceStep: {
1466
- low: 0,
1467
- average: 0,
1468
- high: 0.035,
1469
- },
1470
- },
1471
- ],
1472
- features: ["ibc-transfer", "ibc-go"],
1473
- explorerUrlToTx: "https://www.mintscan.io/gravity-bridge/txs/{txHash}",
1474
- tmRpc: "https://gravitychain.io:26657/",
1475
- },
1476
- [ChainIds.Decentr]: {
1477
- rpc: "https://poseidon.mainnet.decentr.xyz",
1478
- rest: "https://rest.mainnet.decentr.xyz",
1479
- chainId: "mainnet-3",
1480
- chainName: "Decentr",
1481
- stakeCurrency: {
1482
- coinDenom: "DEC",
1483
- coinMinimalDenom: "udec",
1484
- coinDecimals: 6,
1485
- coinGeckoId: "decentr",
1486
- },
1487
- bip44: {
1488
- coinType: 118,
1489
- },
1490
- bech32Config: exports.IBCAddress.defaultBech32Config("decentr"),
1491
- currencies: [
1492
- {
1493
- coinDenom: "DEC",
1494
- coinMinimalDenom: "udec",
1495
- coinDecimals: 6,
1496
- coinGeckoId: "decentr",
1497
- },
1498
- ],
1499
- feeCurrencies: [
1500
- {
1501
- coinDenom: "DEC",
1502
- coinMinimalDenom: "udec",
1503
- coinDecimals: 6,
1504
- coinGeckoId: "decentr",
1505
- },
1506
- ],
1507
- features: ["ibc-transfer", "ibc-go"],
1508
- explorerUrlToTx: "https://explorer.decentr.net/transactions/{txHash}?networkId=mainnet",
1509
- tmRpc: "https://poseidon.mainnet.decentr.xyz/",
1510
- },
1511
- [ChainIds.Certik]: {
1512
- rpc: "https://shenturpc.certikpowered.info",
1513
- rest: "https://azuredragon.noopsbycertik.com",
1514
- chainId: "shentu-2.2",
1515
- chainName: "Certik",
1516
- stakeCurrency: {
1517
- coinDenom: "CTK",
1518
- coinMinimalDenom: "uctk",
1519
- coinDecimals: 6,
1520
- coinGeckoId: "certik",
1521
- },
1522
- bip44: {
1523
- coinType: 118,
1524
- },
1525
- bech32Config: exports.IBCAddress.defaultBech32Config("certik"),
1526
- currencies: [
1527
- {
1528
- coinDenom: "CTK",
1529
- coinMinimalDenom: "uctk",
1530
- coinDecimals: 6,
1531
- coinGeckoId: "certik",
1532
- },
1533
- ],
1534
- feeCurrencies: [
1535
- {
1536
- coinDenom: "CTK",
1537
- coinMinimalDenom: "uctk",
1538
- coinDecimals: 6,
1539
- coinGeckoId: "certik",
1540
- },
1541
- ],
1542
- features: ["ibc-transfer", "ibc-go"],
1543
- explorerUrlToTx: "https://www.mintscan.io/certik/txs/{txHash}",
1544
- tmRpc: "https://shenturpc.certikpowered.info/",
1545
- },
1546
- [ChainIds.Carbon]: {
1547
- feeCurrencies: [
1548
- {
1549
- coinDenom: "SWTH",
1550
- coinMinimalDenom: "swth",
1551
- coinDecimals: 8,
1552
- coinGeckoId: "switcheo",
1553
- gasPriceStep: generic_1.CARBON_GAS_PRICE,
1554
- },
1555
- ],
1556
- bip44: { coinType: 118 },
1557
- currencies: [
1558
- {
1559
- coinDenom: "SWTH",
1560
- coinMinimalDenom: "swth",
1561
- coinDecimals: 8,
1562
- coinGeckoId: "switcheo",
1563
- },
1564
- ],
1565
- stakeCurrency: {
1566
- coinDenom: "SWTH",
1567
- coinMinimalDenom: "swth",
1568
- coinDecimals: 8,
1569
- coinGeckoId: "switcheo",
1570
- },
1571
- rest: "https://api.carbon.network",
1572
- rpc: "https://tm-api.carbon.network/",
1573
- chainName: "Carbon",
1574
- chainId: "carbon-1",
1575
- bech32Config: exports.IBCAddress.defaultBech32Config("swth"),
1576
- features: ["ibc-transfer", "ibc-go"],
1577
- explorerUrlToTx: "https://scan.carbon.network/transaction/{txHash}?net=main",
1578
- },
1579
- [ChainIds.Axelar]: {
1580
- feeCurrencies: [
1581
- {
1582
- coinDenom: "AXL",
1583
- coinMinimalDenom: "uaxl",
1584
- coinDecimals: 6,
1585
- coinGeckoId: "",
1586
- gasPriceStep: {
1587
- low: 0.007,
1588
- average: 0.007,
1589
- high: 0.01,
1590
- },
1591
- },
1592
- ],
1593
- bip44: { coinType: 118 },
1594
- currencies: [
1595
- {
1596
- coinDenom: "AXL",
1597
- coinMinimalDenom: "uaxl",
1598
- coinDecimals: 6,
1599
- coinGeckoId: "", // TODO: fill in when available
1600
- },
1601
- {
1602
- coinDenom: "USDC",
1603
- coinMinimalDenom: "uusdc",
1604
- coinDecimals: 6,
1605
- coinGeckoId: "usd-coin",
1606
- },
1607
- ],
1608
- stakeCurrency: {
1609
- coinDenom: "AXL",
1610
- coinMinimalDenom: "uaxl",
1611
- coinDecimals: 6,
1612
- coinGeckoId: "", // TODO: fill in when available
1613
- },
1614
- rpc: "https://rpc-axelar.keplr.app",
1615
- rest: "https://lcd-axelar.keplr.app",
1616
- chainName: "Axelar",
1617
- chainId: ChainIds.Axelar,
1618
- bech32Config: exports.IBCAddress.defaultBech32Config("axelar"),
1619
- features: ["ibc-transfer", "ibc-go"],
1620
- explorerUrlToTx: "https://axelarscan.io/tx/{txHash}",
1621
- },
1622
- [ChainIds.Stride]: {
1623
- rpc: "https://rpc-stride.keplr.app",
1624
- rest: "https://lcd-stride.keplr.app",
1625
- chainId: "stride-1",
1626
- chainName: "Stride",
1627
- stakeCurrency: {
1628
- coinDenom: "STRD",
1629
- coinMinimalDenom: "ustrd",
1630
- coinDecimals: 6,
1631
- coinGeckoId: "stride",
1632
- },
1633
- bip44: {
1634
- coinType: 118,
1635
- },
1636
- bech32Config: exports.IBCAddress.defaultBech32Config("stride"),
1637
- currencies: [
1638
- {
1639
- coinDenom: "STRD",
1640
- coinMinimalDenom: "ustrd",
1641
- coinDecimals: 6,
1642
- coinGeckoId: "stride",
1643
- },
1644
- {
1645
- coinDenom: "stATOM",
1646
- coinMinimalDenom: "stuatom",
1647
- coinDecimals: 6,
1648
- },
1649
- {
1650
- coinDenom: "stOSMO",
1651
- coinMinimalDenom: "stuosmo",
1652
- coinDecimals: 6,
1653
- },
1654
- {
1655
- coinDenom: "stJUNO",
1656
- coinMinimalDenom: "stujuno",
1657
- coinDecimals: 6,
1658
- },
1659
- {
1660
- coinDenom: "stSTARS",
1661
- coinMinimalDenom: "stustars",
1662
- coinDecimals: 6,
1663
- },
1664
- {
1665
- coinDenom: "stLUNA",
1666
- coinMinimalDenom: "stuluna",
1667
- coinDecimals: 6,
1668
- },
1669
- {
1670
- "coinDenom": "stEVMOS",
1671
- "coinMinimalDenom": "staevmos",
1672
- "coinDecimals": 18,
1673
- },
1674
- ],
1675
- feeCurrencies: [
1676
- {
1677
- coinDenom: "STRD",
1678
- coinMinimalDenom: "ustrd",
1679
- coinDecimals: 6,
1680
- coinGeckoId: "stride",
1681
- gasPriceStep: {
1682
- low: 0,
1683
- average: 0,
1684
- high: 0.04,
1685
- },
1686
- },
1687
- ],
1688
- features: ["ibc-transfer", "ibc-go"],
1689
- explorerUrlToTx: "https://www.mintscan.io/stride/txs/{txHash}",
1690
- tmRpc: "https://stride.rpc.kjnodes.com/",
1691
- },
1692
- [ChainIds.Kujira]: {
1693
- rpc: "https://rpc.kaiyo.kujira.setten.io",
1694
- rest: "https://lcd.kaiyo.kujira.setten.io",
1695
- chainId: "kaiyo-1",
1696
- chainName: "Kujira",
1697
- bip44: {
1698
- coinType: 118,
1699
- },
1700
- bech32Config: exports.IBCAddress.defaultBech32Config("kujira"),
1701
- stakeCurrency: {
1702
- coinDenom: "KUJI",
1703
- coinMinimalDenom: "ukuji",
1704
- coinDecimals: 6,
1705
- coinGeckoId: "kujira",
1706
- },
1707
- currencies: [
1708
- {
1709
- coinDenom: "KUJI",
1710
- coinMinimalDenom: "ukuji",
1711
- coinDecimals: 6,
1712
- coinGeckoId: "kujira",
1713
- },
1714
- {
1715
- coinDenom: "USK",
1716
- coinMinimalDenom: "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
1717
- coinDecimals: 6,
1718
- coinGeckoId: "usk",
1719
- },
1720
- {
1721
- coinDenom: "ampKUJI",
1722
- coinMinimalDenom: "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
1723
- coinDecimals: 6,
1724
- },
1725
- ],
1726
- feeCurrencies: [
1727
- {
1728
- coinDenom: "KUJI",
1729
- coinMinimalDenom: "ukuji",
1730
- coinDecimals: 6,
1731
- coinGeckoId: "kujira",
1732
- gasPriceStep: {
1733
- low: 0.01,
1734
- average: 0.025,
1735
- high: 0.03,
1736
- },
1737
- },
1738
- ],
1739
- features: ["ibc-transfer", "ibc-go"],
1740
- explorerUrlToTx: "https://finder.kujira.app/kaiyo-1/tx/{txHash}",
1741
- },
1742
- [ChainIds.Terra2]: {
1743
- rpc: "https://terra-rpc.lavenderfive.com:443/",
1744
- rest: "https://phoenix-lcd.terra.dev/",
1745
- chainId: "phoenix-1",
1746
- chainName: "Terra 2.0",
1747
- bip44: {
1748
- coinType: 330,
1749
- },
1750
- bech32Config: exports.IBCAddress.defaultBech32Config("terra"),
1751
- stakeCurrency: {
1752
- coinDenom: "LUNA",
1753
- coinMinimalDenom: "uluna",
1754
- coinDecimals: 6,
1755
- coinGeckoId: "terra-luna-2",
1756
- },
1757
- currencies: [
1758
- {
1759
- coinDenom: "LUNA",
1760
- coinMinimalDenom: "uluna",
1761
- coinDecimals: 6,
1762
- coinGeckoId: "terra-luna-2",
1763
- },
1764
- {
1765
- coinDenom: "ampLUNA",
1766
- coinMinimalDenom: "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
1767
- coinDecimals: 6,
1768
- coinGeckoId: "terra-luna-2",
1769
- type: "cw20",
1770
- contractAddress: "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
1771
- },
1772
- ],
1773
- feeCurrencies: [
1774
- {
1775
- coinDenom: "LUNA",
1776
- coinMinimalDenom: "uluna",
1777
- coinDecimals: 6,
1778
- coinGeckoId: "terra-luna-2",
1779
- gasPriceStep: {
1780
- low: 0.15,
1781
- average: 0.2,
1782
- high: 0.25,
1783
- },
1784
- },
1785
- ],
1786
- features: ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
1787
- explorerUrlToTx: "https://finder.terra.money/phoenix-1/tx/{txHash}",
1788
- },
1789
- [ChainIds.Quicksilver]: {
1790
- rpc: "https://rpc-quicksilver.keplr.app",
1791
- rest: "https://lcd-quicksilver.keplr.app",
1792
- chainId: "quicksilver-2",
1793
- chainName: "Quicksilver",
1794
- stakeCurrency: {
1795
- coinDenom: "QCK",
1796
- coinMinimalDenom: "uqck",
1797
- coinDecimals: 6,
1798
- },
1799
- bip44: {
1800
- coinType: 118,
1801
- },
1802
- bech32Config: exports.IBCAddress.defaultBech32Config("quick"),
1803
- currencies: [
1804
- {
1805
- coinDenom: "QCK",
1806
- coinMinimalDenom: "uqck",
1807
- coinDecimals: 6,
1808
- },
1809
- ],
1810
- feeCurrencies: [
1811
- {
1812
- coinDenom: "QCK",
1813
- coinMinimalDenom: "uqck",
1814
- coinDecimals: 6,
1815
- gasPriceStep: {
1816
- low: 0.0001,
1817
- average: 0.0001,
1818
- high: 0.00025,
1819
- },
1820
- },
1821
- ],
1822
- features: ["ibc-transfer", "ibc-go"],
1823
- explorerUrlToTx: "https://www.mintscan.io/quicksilver/txs/{txHash}",
1824
- },
1825
- [ChainIds.StafiHub]: {
1826
- rpc: "https://public-rpc1.stafihub.io",
1827
- rest: "https://public-rest-rpc1.stafihub.io",
1828
- chainId: "stafihub-1",
1829
- chainName: "StaFi Hub",
1830
- stakeCurrency: {
1831
- coinDenom: "FIS",
1832
- coinMinimalDenom: "ufis",
1833
- coinDecimals: 6,
1834
- },
1835
- bip44: {
1836
- coinType: 118,
1837
- },
1838
- bech32Config: exports.IBCAddress.defaultBech32Config("stafi"),
1839
- currencies: [
1840
- {
1841
- coinDenom: "FIS",
1842
- coinMinimalDenom: "ufis",
1843
- coinDecimals: 6,
1844
- },
1845
- {
1846
- coinDenom: "rATOM",
1847
- coinMinimalDenom: "uratom",
1848
- coinDecimals: 6,
1849
- },
1850
- {
1851
- coinDenom: "rIRIS",
1852
- coinMinimalDenom: "uriris",
1853
- coinDecimals: 6,
1854
- },
1855
- {
1856
- coinDenom: "rHUAHUA",
1857
- coinMinimalDenom: "urhuahua",
1858
- coinDecimals: 6,
1859
- },
1860
- ],
1861
- feeCurrencies: [
1862
- {
1863
- coinDenom: "FIS",
1864
- coinMinimalDenom: "ufis",
1865
- coinDecimals: 6,
1866
- gasPriceStep: {
1867
- low: 0.01,
1868
- average: 0.025,
1869
- high: 0.04,
1870
- },
1871
- },
1872
- ],
1873
- features: ["ibc-transfer", "ibc-go"],
1874
- explorerUrlToTx: "https://www.mintscan.io/stafi/txs/{txHash}",
1875
- },
1876
- [ChainIds.Canto]: {
1877
- rpc: "https://canto-rpc.polkachu.com",
1878
- rest: "https://canto-api.polkachu.com",
1879
- chainId: "canto_7700-1",
1880
- chainName: "Canto",
1881
- stakeCurrency: {
1882
- coinDenom: "CANTO",
1883
- coinMinimalDenom: "acanto",
1884
- coinDecimals: 18,
1885
- coinGeckoId: "canto",
1886
- },
1887
- bip44: {
1888
- coinType: 60,
1889
- },
1890
- bech32Config: exports.IBCAddress.defaultBech32Config("canto"),
1891
- currencies: [
1892
- {
1893
- coinDenom: "CANTO",
1894
- coinMinimalDenom: "acanto",
1895
- coinDecimals: 18,
1896
- coinGeckoId: "canto",
1897
- },
1898
- ],
1899
- feeCurrencies: [
1900
- {
1901
- coinDenom: "CANTO",
1902
- coinMinimalDenom: "acanto",
1903
- coinDecimals: 18,
1904
- gasPriceStep: {
1905
- low: 1250000000000,
1906
- average: 2500000000000,
1907
- high: 3750000000000,
1908
- },
1909
- },
1910
- ],
1911
- features: ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
1912
- explorerUrlToTx: "https://cosmos.explorer.canto.io/transactions/{txHash}",
1913
- },
1914
- [ChainIds.OmniFlixHub]: {
1915
- rpc: "https://rpc.omniflix.network",
1916
- rest: "https://rest.omniflix.network",
1917
- chainId: "omniflixhub-1",
1918
- chainName: "OmniFlix Hub",
1919
- stakeCurrency: {
1920
- coinDenom: "FLIX",
1921
- coinMinimalDenom: "uflix",
1922
- coinDecimals: 6,
1923
- coinGeckoId: "omniflix-network",
1924
- },
1925
- bip44: {
1926
- coinType: 118,
1927
- },
1928
- bech32Config: exports.IBCAddress.defaultBech32Config("omniflix"),
1929
- currencies: [{
1930
- coinDenom: "FLIX",
1931
- coinMinimalDenom: "uflix",
1932
- coinDecimals: 6,
1933
- coinGeckoId: "omniflix-network",
1934
- }],
1935
- feeCurrencies: [{
1936
- coinDenom: "FLIX",
1937
- coinMinimalDenom: "uflix",
1938
- coinDecimals: 6,
1939
- coinGeckoId: "omniflix-network",
1940
- gasPriceStep: {
1941
- low: 0.001,
1942
- average: 0.0025,
1943
- high: 0.025,
1944
- },
1945
- }],
1946
- features: ["ibc-transfer", "ibc-go"],
1947
- explorerUrlToTx: "https://www.mintscan.io/omniflix/txs/{txHash}",
1948
- },
1949
- [ChainIds.Agoric]: {
1950
- rpc: "https://rpc-agoric.keplr.app",
1951
- rest: "https://lcd-agoric.keplr.app",
1952
- chainId: "agoric-3",
1953
- chainName: "Agoric",
1954
- stakeCurrency: {
1955
- coinDenom: "BLD",
1956
- coinMinimalDenom: "ubld",
1957
- coinDecimals: 6,
1958
- coinGeckoId: "agoric",
1959
- },
1960
- bip44: {
1961
- coinType: 564,
1962
- },
1963
- bech32Config: exports.IBCAddress.defaultBech32Config("agoric"),
1964
- currencies: [
1965
- {
1966
- coinDenom: "BLD",
1967
- coinMinimalDenom: "ubld",
1968
- coinDecimals: 6,
1969
- coinGeckoId: "agoric",
1970
- },
1971
- {
1972
- coinDenom: "IST",
1973
- coinMinimalDenom: "uist",
1974
- coinDecimals: 6,
1975
- },
1976
- ],
1977
- feeCurrencies: [
1978
- {
1979
- coinDenom: "BLD",
1980
- coinMinimalDenom: "ubld",
1981
- coinDecimals: 6,
1982
- coinGeckoId: "agoric",
1983
- gasPriceStep: {
1984
- low: 0.03,
1985
- average: 0.05,
1986
- high: 0.07,
1987
- },
1988
- },
1989
- {
1990
- coinDenom: "IST",
1991
- coinMinimalDenom: "uist",
1992
- coinDecimals: 6,
1993
- coinGeckoId: "inter-stable-token",
1994
- gasPriceStep: {
1995
- low: 0.0034,
1996
- average: 0.007,
1997
- high: 0.02,
1998
- },
1999
- },
2000
- ],
2001
- features: ["ibc-transfer", "ibc-go"],
2002
- explorerUrlToTx: "https://www.atomscan.com/agoric/transactions/{txHash}",
2003
- },
2004
- };
2005
- exports.swthChannels = {
2006
- [ChainIds.Osmosis]: {
2007
- ibc: {
2008
- sourceChannel: "channel-0",
2009
- dstChannel: "channel-188",
2010
- },
2011
- },
2012
- [ChainIds.Terra]: {
2013
- ibc: {
2014
- sourceChannel: "channel-2",
2015
- dstChannel: "channel-48",
2016
- },
2017
- },
2018
- [ChainIds.CosmosHub]: {
2019
- ibc: {
2020
- sourceChannel: "channel-3",
2021
- dstChannel: "channel-342",
2022
- },
2023
- },
2024
- [ChainIds.Juno]: {
2025
- ibc: {
2026
- sourceChannel: "channel-4",
2027
- dstChannel: "channel-92",
2028
- },
2029
- },
2030
- [ChainIds.Evmos]: {
2031
- ibc: {
2032
- sourceChannel: "channel-6",
2033
- dstChannel: "channel-23",
2034
- },
2035
- },
2036
- [ChainIds.Axelar]: {
2037
- ibc: {
2038
- sourceChannel: "channel-7",
2039
- dstChannel: "channel-37",
2040
- },
2041
- },
2042
- [ChainIds.Stride]: {
2043
- ibc: {
2044
- sourceChannel: "channel-8",
2045
- dstChannel: "channel-47",
2046
- },
2047
- },
2048
- [ChainIds.Kujira]: {
2049
- ibc: {
2050
- sourceChannel: "channel-9",
2051
- dstChannel: "channel-46",
2052
- },
2053
- },
2054
- [ChainIds.Terra2]: {
2055
- ibc: {
2056
- sourceChannel: "channel-12",
2057
- dstChannel: "channel-36",
2058
- },
2059
- cw20: {
2060
- sourceChannel: "channel-16",
2061
- dstChannel: "channel-41",
2062
- portId: "terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au",
2063
- },
2064
- },
2065
- [ChainIds.Comdex]: {
2066
- ibc: {
2067
- sourceChannel: "channel-11",
2068
- dstChannel: "channel-50",
2069
- },
2070
- },
2071
- [ChainIds.Quicksilver]: {
2072
- ibc: {
2073
- sourceChannel: "channel-17",
2074
- dstChannel: "channel-10",
2075
- },
2076
- },
2077
- [ChainIds.StafiHub]: {
2078
- ibc: {
2079
- sourceChannel: "channel-13",
2080
- dstChannel: "channel-5",
2081
- },
2082
- },
2083
- [ChainIds.Persistence]: {
2084
- ibc: {
2085
- sourceChannel: "channel-14",
2086
- dstChannel: "channel-62",
2087
- },
2088
- },
2089
- [ChainIds.Stargaze]: {
2090
- ibc: {
2091
- sourceChannel: "channel-15",
2092
- dstChannel: "channel-123",
2093
- },
2094
- },
2095
- [ChainIds.Canto]: {
2096
- ibc: {
2097
- sourceChannel: "channel-18",
2098
- dstChannel: "channel-6",
2099
- },
2100
- },
2101
- [ChainIds.OmniFlixHub]: {
2102
- ibc: {
2103
- sourceChannel: "channel-19",
2104
- dstChannel: "channel-24",
2105
- },
2106
- },
2107
- [ChainIds.Agoric]: {
2108
- ibc: {
2109
- sourceChannel: "channel-20",
2110
- dstChannel: "channel-12",
2111
- },
2112
- },
2113
- [ChainIds.Sommelier]: {
2114
- ibc: {
2115
- sourceChannel: "channel-23",
2116
- dstChannel: "channel-3",
2117
- },
2118
- },
2119
- };
2120
- exports.cibtIbcTokenRegex = RegExp(`^${token_1.DenomPrefix.CDPToken}/ibc/([a-f\\d]+)$`, "i");
2121
- exports.ibcTokenRegex = /^ibc\/([a-f\d]+)$/i;
2122
- exports.cw20TokenRegex = /^cw20:([a-z\d]+)$/i;
2123
- exports.factoryIbcMinimalDenomRegex = /^factory:([a-z\d]+):([a-z\d]+)$/i;
2124
- exports.cosmBridgeRegex = /^wasm\.([a-z\d]+)$/i;
2125
- exports.ibcNetworkRegex = /^([a-z\d_-]+)-([\d]+)$/i;
2126
- exports.ibcTransferChannelRegex = /^transfer\/channel-(\d+)/i;
2127
- exports.ibcDefaultGas = 300000;
2128
- exports.ibcGasOverride = {
2129
- [ChainIds.Osmosis]: 500000,
2130
- };
2131
- exports.DefaultGasPriceStep = {
2132
- low: 0.01,
2133
- average: 0.025,
2134
- high: 0.04,
2135
- };
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.DefaultGasPriceStep = exports.ibcGasOverride = exports.ibcDefaultGas = exports.ibcTransferChannelRegex = exports.ibcNetworkRegex = exports.cosmBridgeRegex = exports.factoryIbcMinimalDenomRegex = exports.cw20TokenRegex = exports.ibcTokenRegex = exports.cibtIbcTokenRegex = exports.swthChannels = exports.EmbedChainInfosInit = exports.ibcWhitelist = exports.swthIbcWhitelist = exports.ChainIds = exports.IBCAddress = void 0;
23
+ const bech32 = __importStar(require("bech32"));
24
+ const generic_1 = require("./generic");
25
+ const token_1 = require("./token");
26
+ exports.IBCAddress = {
27
+ getAddressBytes(bech32Address, prefix) {
28
+ const decoded = bech32.decode(bech32Address);
29
+ if (prefix && decoded.prefix !== prefix) {
30
+ throw new Error("Unmatched prefix");
31
+ }
32
+ return new Uint8Array(bech32.fromWords(decoded.words));
33
+ },
34
+ defaultBech32Config(mainPrefix, validatorPrefix = "val", consensusPrefix = "cons", publicPrefix = "pub", operatorPrefix = "oper") {
35
+ return {
36
+ bech32PrefixAccAddr: mainPrefix,
37
+ bech32PrefixAccPub: mainPrefix + publicPrefix,
38
+ bech32PrefixValAddr: mainPrefix + validatorPrefix + operatorPrefix,
39
+ bech32PrefixValPub: mainPrefix + validatorPrefix + operatorPrefix + publicPrefix,
40
+ bech32PrefixConsAddr: mainPrefix + validatorPrefix + consensusPrefix,
41
+ bech32PrefixConsPub: mainPrefix + validatorPrefix + consensusPrefix + publicPrefix,
42
+ };
43
+ },
44
+ deriveAddressFromBytes(bytes, prefix) {
45
+ const words = bech32.toWords(bytes);
46
+ return bech32.encode(prefix, words);
47
+ },
48
+ };
49
+ var ChainIds;
50
+ (function (ChainIds) {
51
+ ChainIds["Osmosis"] = "osmosis-1";
52
+ ChainIds["CosmosHub"] = "cosmoshub-4";
53
+ ChainIds["Terra"] = "columbus-5";
54
+ ChainIds["Secret"] = "secret-4";
55
+ ChainIds["Akash"] = "akashnet-2";
56
+ ChainIds["Regen"] = "regen-1";
57
+ ChainIds["Sentinel"] = "sentinelhub-2";
58
+ ChainIds["Persistence"] = "core-1";
59
+ ChainIds["IrisNet"] = "irishub-1";
60
+ ChainIds["CryptoOrg"] = "crypto-org-chain-mainnet-1";
61
+ ChainIds["Starname"] = "iov-mainnet-ibc";
62
+ ChainIds["EMoney"] = "emoney-3";
63
+ ChainIds["Juno"] = "juno-1";
64
+ ChainIds["Evmos"] = "evmos_9001-2";
65
+ ChainIds["Microtick"] = "microtick-1";
66
+ ChainIds["LikeCoin"] = "likecoin-mainnet-2";
67
+ ChainIds["IXO"] = "impacthub-3";
68
+ ChainIds["BitCanna"] = "bitcanna-1";
69
+ ChainIds["BitSong"] = "bitsong-2b";
70
+ ChainIds["KiChain"] = "kichain-2";
71
+ ChainIds["MediBloc"] = "panacea-3";
72
+ ChainIds["Bostrom"] = "bostrom";
73
+ ChainIds["Comdex"] = "comdex-1";
74
+ ChainIds["Cheqd"] = "cheqd-mainnet-1";
75
+ ChainIds["Stargaze"] = "stargaze-1";
76
+ ChainIds["Chihuahua"] = "chihuahua-1";
77
+ ChainIds["LumNetwork"] = "lum-network-1";
78
+ ChainIds["Vidulum"] = "vidulum-1";
79
+ ChainIds["Desmos"] = "desmos-mainnet";
80
+ ChainIds["Dig"] = "dig-1";
81
+ ChainIds["Sommelier"] = "sommelier-3";
82
+ ChainIds["Sifchain"] = "sifchain-1";
83
+ ChainIds["BandChain"] = "laozi-mainnet";
84
+ ChainIds["Konstellation"] = "darchub";
85
+ ChainIds["Umee"] = "umee-1";
86
+ ChainIds["GravityBridge"] = "gravity-bridge-3";
87
+ ChainIds["Decentr"] = "mainnet-3";
88
+ ChainIds["Certik"] = "shentu-2.2";
89
+ ChainIds["Carbon"] = "carbon-1";
90
+ ChainIds["Axelar"] = "axelar-dojo-1";
91
+ ChainIds["Stride"] = "stride-1";
92
+ ChainIds["Kujira"] = "kaiyo-1";
93
+ ChainIds["Terra2"] = "phoenix-1";
94
+ ChainIds["Quicksilver"] = "quicksilver-2";
95
+ ChainIds["StafiHub"] = "stafihub-1";
96
+ ChainIds["Canto"] = "canto_7700-1";
97
+ ChainIds["OmniFlixHub"] = "omniflixhub-1";
98
+ ChainIds["Agoric"] = "agoric-3";
99
+ })(ChainIds = exports.ChainIds || (exports.ChainIds = {}));
100
+ // whitelisted networks for addition of swth as a currency
101
+ exports.swthIbcWhitelist = [ChainIds.Osmosis];
102
+ // whitelisted networks for addition of transfer options
103
+ exports.ibcWhitelist = [
104
+ ChainIds.Osmosis,
105
+ ChainIds.Terra,
106
+ ChainIds.CosmosHub,
107
+ ChainIds.Juno,
108
+ ChainIds.Evmos,
109
+ ChainIds.Axelar,
110
+ ChainIds.Stride,
111
+ ChainIds.Kujira,
112
+ ChainIds.Terra2,
113
+ ChainIds.Quicksilver,
114
+ ChainIds.Comdex,
115
+ ChainIds.StafiHub,
116
+ ChainIds.Persistence,
117
+ ChainIds.Stargaze,
118
+ ChainIds.Canto,
119
+ ChainIds.OmniFlixHub,
120
+ ChainIds.Agoric,
121
+ ChainIds.Sommelier,
122
+ ];
123
+ exports.EmbedChainInfosInit = {
124
+ [ChainIds.Osmosis]: {
125
+ rpc: "https://rpc-osmosis.keplr.app",
126
+ rest: "https://lcd-osmosis.keplr.app",
127
+ chainId: "osmosis-1",
128
+ chainName: "Osmosis",
129
+ stakeCurrency: {
130
+ coinDenom: "OSMO",
131
+ coinMinimalDenom: "uosmo",
132
+ coinDecimals: 6,
133
+ coinGeckoId: "osmosis",
134
+ },
135
+ bip44: {
136
+ coinType: 118,
137
+ },
138
+ bech32Config: exports.IBCAddress.defaultBech32Config("osmo"),
139
+ currencies: [
140
+ {
141
+ coinDenom: "OSMO",
142
+ coinMinimalDenom: "uosmo",
143
+ coinDecimals: 6,
144
+ coinGeckoId: "osmosis",
145
+ },
146
+ {
147
+ coinDenom: "ION",
148
+ coinMinimalDenom: "uion",
149
+ coinDecimals: 6,
150
+ coinGeckoId: "ion",
151
+ },
152
+ {
153
+ coinDenom: "axlUSDC",
154
+ coinMinimalDenom: "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
155
+ coinDecimals: 6,
156
+ coinGeckoId: "usd-coin",
157
+ },
158
+ ],
159
+ feeCurrencies: [
160
+ {
161
+ coinDenom: "OSMO",
162
+ coinMinimalDenom: "uosmo",
163
+ coinDecimals: 6,
164
+ coinGeckoId: "osmosis",
165
+ gasPriceStep: {
166
+ low: 0,
167
+ average: 0.025,
168
+ high: 0.04,
169
+ },
170
+ },
171
+ ],
172
+ features: ["ibc-transfer", "ibc-go"],
173
+ explorerUrlToTx: "https://www.mintscan.io/osmosis/txs/{txHash}",
174
+ tmRpc: "https://rpc-osmosis.blockapsis.com/",
175
+ },
176
+ [ChainIds.CosmosHub]: {
177
+ rpc: "https://rpc-cosmoshub.keplr.app",
178
+ rest: "https://lcd-cosmoshub.keplr.app",
179
+ chainId: "cosmoshub-4",
180
+ chainName: "Cosmos Hub",
181
+ stakeCurrency: {
182
+ coinDenom: "ATOM",
183
+ coinMinimalDenom: "uatom",
184
+ coinDecimals: 6,
185
+ coinGeckoId: "cosmos",
186
+ },
187
+ bip44: {
188
+ coinType: 118,
189
+ },
190
+ bech32Config: exports.IBCAddress.defaultBech32Config("cosmos"),
191
+ currencies: [
192
+ {
193
+ coinDenom: "ATOM",
194
+ coinMinimalDenom: "uatom",
195
+ coinDecimals: 6,
196
+ coinGeckoId: "cosmos",
197
+ },
198
+ ],
199
+ feeCurrencies: [
200
+ {
201
+ coinDenom: "ATOM",
202
+ coinMinimalDenom: "uatom",
203
+ coinDecimals: 6,
204
+ coinGeckoId: "cosmos",
205
+ },
206
+ ],
207
+ features: ["ibc-transfer", "ibc-go"],
208
+ explorerUrlToTx: "https://www.mintscan.io/cosmos/txs/{txHash}",
209
+ tmRpc: "https://rpc.cosmos.network/",
210
+ },
211
+ [ChainIds.Terra]: {
212
+ rpc: "https://rpc-columbus.keplr.app",
213
+ rest: "https://lcd-columbus.keplr.app",
214
+ chainId: "columbus-5",
215
+ chainName: "Terra",
216
+ stakeCurrency: {
217
+ coinDenom: "LUNA",
218
+ coinMinimalDenom: "uluna",
219
+ coinDecimals: 6,
220
+ coinGeckoId: "terra-luna",
221
+ },
222
+ bip44: {
223
+ coinType: 330,
224
+ },
225
+ bech32Config: exports.IBCAddress.defaultBech32Config("terra"),
226
+ currencies: [
227
+ {
228
+ coinDenom: "LUNA",
229
+ coinMinimalDenom: "uluna",
230
+ coinDecimals: 6,
231
+ coinGeckoId: "terra-luna",
232
+ },
233
+ {
234
+ coinDenom: "UST",
235
+ coinMinimalDenom: "uusd",
236
+ coinDecimals: 6,
237
+ coinGeckoId: "terrausd",
238
+ },
239
+ {
240
+ coinDenom: "KRT",
241
+ coinMinimalDenom: "ukrw",
242
+ coinDecimals: 6,
243
+ coinGeckoId: "terra-krw",
244
+ },
245
+ ],
246
+ feeCurrencies: [
247
+ {
248
+ coinDenom: "LUNA",
249
+ coinMinimalDenom: "uluna",
250
+ coinDecimals: 6,
251
+ coinGeckoId: "terra-luna",
252
+ gasPriceStep: {
253
+ low: 0.15,
254
+ average: 0.2,
255
+ high: 0.25,
256
+ },
257
+ },
258
+ {
259
+ coinDenom: "UST",
260
+ coinMinimalDenom: "uusd",
261
+ coinDecimals: 6,
262
+ coinGeckoId: "terrausd",
263
+ gasPriceStep: {
264
+ low: 0.15,
265
+ average: 0.2,
266
+ high: 0.25,
267
+ },
268
+ },
269
+ ],
270
+ features: ["ibc-transfer", "ibc-go"],
271
+ explorerUrlToTx: "https://finder.terra.money/columbus-5/tx/{txHash}",
272
+ tmRpc: "https://terra-rpc.easy2stake.com/",
273
+ },
274
+ [ChainIds.Secret]: {
275
+ rpc: "https://rpc-secret.keplr.app",
276
+ rest: "https://lcd-secret.keplr.app",
277
+ chainId: "secret-4",
278
+ chainName: "Secret Network",
279
+ stakeCurrency: {
280
+ coinDenom: "SCRT",
281
+ coinMinimalDenom: "uscrt",
282
+ coinDecimals: 6,
283
+ coinGeckoId: "secret",
284
+ },
285
+ bip44: {
286
+ coinType: 529,
287
+ },
288
+ bech32Config: exports.IBCAddress.defaultBech32Config("secret"),
289
+ currencies: [
290
+ {
291
+ coinDenom: "SCRT",
292
+ coinMinimalDenom: "uscrt",
293
+ coinDecimals: 6,
294
+ coinGeckoId: "secret",
295
+ },
296
+ ],
297
+ feeCurrencies: [
298
+ {
299
+ coinDenom: "SCRT",
300
+ coinMinimalDenom: "uscrt",
301
+ coinDecimals: 6,
302
+ coinGeckoId: "secret",
303
+ },
304
+ ],
305
+ features: ["ibc-transfer", "ibc-go"],
306
+ explorerUrlToTx: "https://secretnodes.com/secret/chains/secret-4/transactions/{txHash}",
307
+ },
308
+ [ChainIds.Akash]: {
309
+ rpc: "https://rpc-akash.keplr.app",
310
+ rest: "https://lcd-akash.keplr.app",
311
+ chainId: "akashnet-2",
312
+ chainName: "Akash",
313
+ stakeCurrency: {
314
+ coinDenom: "AKT",
315
+ coinMinimalDenom: "uakt",
316
+ coinDecimals: 6,
317
+ coinGeckoId: "akash-network",
318
+ },
319
+ bip44: {
320
+ coinType: 118,
321
+ },
322
+ bech32Config: exports.IBCAddress.defaultBech32Config("akash"),
323
+ currencies: [
324
+ {
325
+ coinDenom: "AKT",
326
+ coinMinimalDenom: "uakt",
327
+ coinDecimals: 6,
328
+ coinGeckoId: "akash-network",
329
+ },
330
+ ],
331
+ feeCurrencies: [
332
+ {
333
+ coinDenom: "AKT",
334
+ coinMinimalDenom: "uakt",
335
+ coinDecimals: 6,
336
+ coinGeckoId: "akash-network",
337
+ },
338
+ ],
339
+ features: ["ibc-transfer", "ibc-go"],
340
+ explorerUrlToTx: "https://www.mintscan.io/akash/txs/{txHash}",
341
+ },
342
+ [ChainIds.Regen]: {
343
+ rpc: "https://rpc-regen.keplr.app",
344
+ rest: "https://lcd-regen.keplr.app",
345
+ chainId: "regen-1",
346
+ chainName: "Regen Network",
347
+ stakeCurrency: {
348
+ coinDenom: "REGEN",
349
+ coinMinimalDenom: "uregen",
350
+ coinDecimals: 6,
351
+ coinGeckoId: "regen",
352
+ },
353
+ bip44: { coinType: 118 },
354
+ bech32Config: exports.IBCAddress.defaultBech32Config("regen"),
355
+ currencies: [
356
+ {
357
+ coinDenom: "REGEN",
358
+ coinMinimalDenom: "uregen",
359
+ coinDecimals: 6,
360
+ coinGeckoId: "regen",
361
+ },
362
+ ],
363
+ feeCurrencies: [
364
+ {
365
+ coinDenom: "REGEN",
366
+ coinMinimalDenom: "uregen",
367
+ coinDecimals: 6,
368
+ coinGeckoId: "regen",
369
+ },
370
+ ],
371
+ features: ["ibc-transfer", "ibc-go"],
372
+ explorerUrlToTx: "https://regen.aneka.io/txs/{txHash}",
373
+ },
374
+ [ChainIds.Sentinel]: {
375
+ rpc: "https://rpc-sentinel.keplr.app",
376
+ rest: "https://lcd-sentinel.keplr.app",
377
+ chainId: "sentinelhub-2",
378
+ chainName: "Sentinel",
379
+ stakeCurrency: {
380
+ coinDenom: "DVPN",
381
+ coinMinimalDenom: "udvpn",
382
+ coinDecimals: 6,
383
+ coinGeckoId: "sentinel",
384
+ },
385
+ bip44: { coinType: 118 },
386
+ bech32Config: exports.IBCAddress.defaultBech32Config("sent"),
387
+ currencies: [
388
+ {
389
+ coinDenom: "DVPN",
390
+ coinMinimalDenom: "udvpn",
391
+ coinDecimals: 6,
392
+ coinGeckoId: "sentinel",
393
+ },
394
+ ],
395
+ feeCurrencies: [
396
+ {
397
+ coinDenom: "DVPN",
398
+ coinMinimalDenom: "udvpn",
399
+ coinDecimals: 6,
400
+ coinGeckoId: "sentinel",
401
+ },
402
+ ],
403
+ explorerUrlToTx: "https://www.mintscan.io/sentinel/txs/{txHash}",
404
+ features: ["ibc-transfer", "ibc-go"],
405
+ },
406
+ [ChainIds.Persistence]: {
407
+ rpc: "https://rpc-persistence.keplr.app",
408
+ rest: "https://lcd-persistence.keplr.app",
409
+ chainId: "core-1",
410
+ chainName: "Persistence",
411
+ stakeCurrency: {
412
+ coinDenom: "XPRT",
413
+ coinMinimalDenom: "uxprt",
414
+ coinDecimals: 6,
415
+ coinGeckoId: "persistence",
416
+ },
417
+ bip44: {
418
+ coinType: 750,
419
+ },
420
+ bech32Config: exports.IBCAddress.defaultBech32Config("persistence"),
421
+ currencies: [
422
+ {
423
+ coinDenom: "XPRT",
424
+ coinMinimalDenom: "uxprt",
425
+ coinDecimals: 6,
426
+ coinGeckoId: "persistence",
427
+ },
428
+ {
429
+ coinDenom: "PSTAKE",
430
+ coinMinimalDenom: "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
431
+ coinDecimals: 18,
432
+ coinGeckoId: "pstake-finance",
433
+ },
434
+ ],
435
+ feeCurrencies: [
436
+ {
437
+ coinDenom: "XPRT",
438
+ coinMinimalDenom: "uxprt",
439
+ coinDecimals: 6,
440
+ coinGeckoId: "persistence",
441
+ },
442
+ ],
443
+ features: ["ibc-transfer", "ibc-go"],
444
+ explorerUrlToTx: "https://www.mintscan.io/persistence/txs/{txHash}",
445
+ },
446
+ [ChainIds.IrisNet]: {
447
+ rpc: "https://rpc-iris.keplr.app",
448
+ rest: "https://lcd-iris.keplr.app",
449
+ chainId: "irishub-1",
450
+ chainName: "IRISnet",
451
+ stakeCurrency: {
452
+ coinDenom: "IRIS",
453
+ coinMinimalDenom: "uiris",
454
+ coinDecimals: 6,
455
+ coinGeckoId: "iris-network",
456
+ },
457
+ bip44: {
458
+ coinType: 118,
459
+ },
460
+ bech32Config: exports.IBCAddress.defaultBech32Config("iaa"),
461
+ currencies: [
462
+ {
463
+ coinDenom: "IRIS",
464
+ coinMinimalDenom: "uiris",
465
+ coinDecimals: 6,
466
+ coinGeckoId: "iris-network",
467
+ },
468
+ ],
469
+ feeCurrencies: [
470
+ {
471
+ coinDenom: "IRIS",
472
+ coinMinimalDenom: "uiris",
473
+ coinDecimals: 6,
474
+ coinGeckoId: "iris-network",
475
+ },
476
+ ],
477
+ features: ["ibc-transfer", "ibc-go"],
478
+ explorerUrlToTx: "https://www.mintscan.io/iris/txs/{txHash}",
479
+ },
480
+ [ChainIds.CryptoOrg]: {
481
+ rpc: "https://rpc-crypto-org.keplr.app/",
482
+ rest: "https://lcd-crypto-org.keplr.app/",
483
+ chainId: "crypto-org-chain-mainnet-1",
484
+ chainName: "Crypto.org",
485
+ stakeCurrency: {
486
+ coinDenom: "CRO",
487
+ coinMinimalDenom: "basecro",
488
+ coinDecimals: 8,
489
+ coinGeckoId: "crypto-com-chain",
490
+ },
491
+ bip44: {
492
+ coinType: 394,
493
+ },
494
+ bech32Config: exports.IBCAddress.defaultBech32Config("cro"),
495
+ currencies: [
496
+ {
497
+ coinDenom: "CRO",
498
+ coinMinimalDenom: "basecro",
499
+ coinDecimals: 8,
500
+ coinGeckoId: "crypto-com-chain",
501
+ },
502
+ ],
503
+ feeCurrencies: [
504
+ {
505
+ coinDenom: "CRO",
506
+ coinMinimalDenom: "basecro",
507
+ coinDecimals: 8,
508
+ coinGeckoId: "crypto-com-chain",
509
+ },
510
+ ],
511
+ features: ["ibc-transfer", "ibc-go"],
512
+ explorerUrlToTx: "https://www.mintscan.io/crypto-org/txs/{txHash}",
513
+ },
514
+ [ChainIds.Starname]: {
515
+ rpc: "https://rpc-iov.keplr.app",
516
+ rest: "https://lcd-iov.keplr.app",
517
+ chainId: "iov-mainnet-ibc",
518
+ chainName: "Starname",
519
+ stakeCurrency: {
520
+ coinDenom: "IOV",
521
+ coinMinimalDenom: "uiov",
522
+ coinDecimals: 6,
523
+ coinGeckoId: "starname",
524
+ },
525
+ bip44: {
526
+ coinType: 234,
527
+ },
528
+ bech32Config: exports.IBCAddress.defaultBech32Config("star"),
529
+ currencies: [
530
+ {
531
+ coinDenom: "IOV",
532
+ coinMinimalDenom: "uiov",
533
+ coinDecimals: 6,
534
+ coinGeckoId: "starname",
535
+ },
536
+ ],
537
+ feeCurrencies: [
538
+ {
539
+ coinDenom: "IOV",
540
+ coinMinimalDenom: "uiov",
541
+ coinDecimals: 6,
542
+ coinGeckoId: "starname",
543
+ },
544
+ ],
545
+ features: ["ibc-transfer", "ibc-go"],
546
+ explorerUrlToTx: "https://www.mintscan.io/starname/txs/{txHash}",
547
+ },
548
+ [ChainIds.EMoney]: {
549
+ rpc: "https://rpc-emoney.keplr.app",
550
+ rest: "https://lcd-emoney.keplr.app",
551
+ chainId: "emoney-3",
552
+ chainName: "e-Money",
553
+ stakeCurrency: {
554
+ coinDenom: "NGM",
555
+ coinMinimalDenom: "ungm",
556
+ coinDecimals: 6,
557
+ coinGeckoId: "e-money",
558
+ },
559
+ bip44: {
560
+ coinType: 118,
561
+ },
562
+ bech32Config: exports.IBCAddress.defaultBech32Config("emoney"),
563
+ currencies: [
564
+ {
565
+ coinDenom: "NGM",
566
+ coinMinimalDenom: "ungm",
567
+ coinDecimals: 6,
568
+ coinGeckoId: "e-money",
569
+ },
570
+ {
571
+ coinDenom: "EEUR",
572
+ coinMinimalDenom: "eeur",
573
+ coinDecimals: 6,
574
+ coinGeckoId: "e-money-eur",
575
+ },
576
+ ],
577
+ feeCurrencies: [
578
+ {
579
+ coinDenom: "NGM",
580
+ coinMinimalDenom: "ungm",
581
+ coinDecimals: 6,
582
+ coinGeckoId: "e-money",
583
+ gasPriceStep: {
584
+ low: 1,
585
+ average: 1,
586
+ high: 1,
587
+ },
588
+ },
589
+ ],
590
+ features: ["ibc-transfer", "ibc-go"],
591
+ explorerUrlToTx: "https://emoney.bigdipper.live/transactions/{txHash}",
592
+ },
593
+ [ChainIds.Juno]: {
594
+ rpc: "https://rpc-juno.keplr.app",
595
+ rest: "https://lcd-juno.keplr.app",
596
+ chainId: "juno-1",
597
+ chainName: "Juno",
598
+ stakeCurrency: {
599
+ coinDenom: "JUNO",
600
+ coinMinimalDenom: "ujuno",
601
+ coinDecimals: 6,
602
+ coinGeckoId: "juno-network",
603
+ },
604
+ bip44: {
605
+ coinType: 118,
606
+ },
607
+ bech32Config: exports.IBCAddress.defaultBech32Config("juno"),
608
+ currencies: [
609
+ {
610
+ coinDenom: "JUNO",
611
+ coinMinimalDenom: "ujuno",
612
+ coinDecimals: 6,
613
+ coinGeckoId: "juno-network",
614
+ },
615
+ ],
616
+ feeCurrencies: [
617
+ {
618
+ coinDenom: "JUNO",
619
+ coinMinimalDenom: "ujuno",
620
+ coinDecimals: 6,
621
+ coinGeckoId: "juno-network",
622
+ gasPriceStep: {
623
+ low: 0.001,
624
+ average: 0.0025,
625
+ high: 0.004,
626
+ },
627
+ },
628
+ ],
629
+ features: ["ibc-transfer", "ibc-go"],
630
+ explorerUrlToTx: "https://www.mintscan.io/juno/txs/{txHash}",
631
+ },
632
+ [ChainIds.Evmos]: {
633
+ rpc: "https://rpc-evmos.keplr.app/",
634
+ rest: "https://lcd-evmos.keplr.app/",
635
+ chainId: "evmos_9001-2",
636
+ chainName: "Evmos",
637
+ stakeCurrency: {
638
+ coinDenom: "EVMOS",
639
+ coinMinimalDenom: "aevmos",
640
+ coinDecimals: 18,
641
+ coinGeckoId: "evmos",
642
+ },
643
+ bip44: {
644
+ coinType: 60,
645
+ },
646
+ bech32Config: exports.IBCAddress.defaultBech32Config("evmos"),
647
+ currencies: [
648
+ {
649
+ coinDenom: "EVMOS",
650
+ coinMinimalDenom: "aevmos",
651
+ coinDecimals: 18,
652
+ coinGeckoId: "evmos",
653
+ },
654
+ ],
655
+ feeCurrencies: [
656
+ {
657
+ coinDenom: "EVMOS",
658
+ coinMinimalDenom: "aevmos",
659
+ coinDecimals: 18,
660
+ coinGeckoId: "evmos",
661
+ gasPriceStep: {
662
+ low: 25000000000,
663
+ average: 25000000000,
664
+ high: 40000000000,
665
+ },
666
+ },
667
+ ],
668
+ features: ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
669
+ explorerUrlToTx: "https://www.mintscan.io/evmos/txs/{txHash}",
670
+ },
671
+ [ChainIds.Microtick]: {
672
+ rpc: "https://rpc-microtick.keplr.app",
673
+ rest: "https://lcd-microtick.keplr.app",
674
+ chainId: "microtick-1",
675
+ chainName: "Microtick",
676
+ stakeCurrency: {
677
+ coinDenom: "TICK",
678
+ coinMinimalDenom: "utick",
679
+ coinDecimals: 6,
680
+ coinGeckoId: "pool:utick",
681
+ },
682
+ bip44: {
683
+ coinType: 118,
684
+ },
685
+ bech32Config: exports.IBCAddress.defaultBech32Config("micro"),
686
+ currencies: [
687
+ {
688
+ coinDenom: "TICK",
689
+ coinMinimalDenom: "utick",
690
+ coinDecimals: 6,
691
+ coinGeckoId: "pool:utick",
692
+ },
693
+ ],
694
+ feeCurrencies: [
695
+ {
696
+ coinDenom: "TICK",
697
+ coinMinimalDenom: "utick",
698
+ coinDecimals: 6,
699
+ coinGeckoId: "pool:utick",
700
+ },
701
+ ],
702
+ features: ["ibc-transfer", "ibc-go"],
703
+ explorerUrlToTx: "https://explorer.microtick.zone/transactions/{txHash}",
704
+ },
705
+ [ChainIds.LikeCoin]: {
706
+ rpc: "https://mainnet-node.like.co/rpc",
707
+ rest: "https://mainnet-node.like.co",
708
+ chainId: "likecoin-mainnet-2",
709
+ chainName: "LikeCoin",
710
+ stakeCurrency: {
711
+ coinDenom: "LIKE",
712
+ coinMinimalDenom: "nanolike",
713
+ coinDecimals: 9,
714
+ coinGeckoId: "likecoin",
715
+ },
716
+ bip44: {
717
+ coinType: 118,
718
+ },
719
+ bech32Config: exports.IBCAddress.defaultBech32Config("cosmos"),
720
+ currencies: [
721
+ {
722
+ coinDenom: "LIKE",
723
+ coinMinimalDenom: "nanolike",
724
+ coinDecimals: 9,
725
+ coinGeckoId: "likecoin",
726
+ },
727
+ ],
728
+ feeCurrencies: [
729
+ {
730
+ coinDenom: "LIKE",
731
+ coinMinimalDenom: "nanolike",
732
+ coinDecimals: 9,
733
+ coinGeckoId: "likecoin",
734
+ },
735
+ ],
736
+ features: ["ibc-transfer", "ibc-go"],
737
+ explorerUrlToTx: "https://likecoin.bigdipper.live/transactions/{txHash}",
738
+ },
739
+ [ChainIds.IXO]: {
740
+ rpc: "https://rpc-impacthub.keplr.app",
741
+ rest: "https://lcd-impacthub.keplr.app",
742
+ chainId: "impacthub-3",
743
+ chainName: "IXO",
744
+ stakeCurrency: {
745
+ coinDenom: "IXO",
746
+ coinMinimalDenom: "uixo",
747
+ coinDecimals: 6,
748
+ coinGeckoId: "pool:uixo",
749
+ },
750
+ bip44: {
751
+ coinType: 118,
752
+ },
753
+ bech32Config: exports.IBCAddress.defaultBech32Config("ixo"),
754
+ currencies: [
755
+ {
756
+ coinDenom: "IXO",
757
+ coinMinimalDenom: "uixo",
758
+ coinDecimals: 6,
759
+ coinGeckoId: "pool:uixo",
760
+ },
761
+ ],
762
+ feeCurrencies: [
763
+ {
764
+ coinDenom: "IXO",
765
+ coinMinimalDenom: "uixo",
766
+ coinDecimals: 6,
767
+ coinGeckoId: "pool:uixo",
768
+ },
769
+ ],
770
+ features: ["ibc-transfer", "ibc-go"],
771
+ explorerUrlToTx: "https://blockscan.ixo.world/transactions/{txHash}",
772
+ },
773
+ [ChainIds.BitCanna]: {
774
+ rpc: "https://rpc.bitcanna.io",
775
+ rest: "https://lcd.bitcanna.io",
776
+ chainId: "bitcanna-1",
777
+ chainName: "BitCanna",
778
+ stakeCurrency: {
779
+ coinDenom: "BCNA",
780
+ coinMinimalDenom: "ubcna",
781
+ coinDecimals: 6,
782
+ coinGeckoId: "bitcanna",
783
+ },
784
+ bip44: {
785
+ coinType: 118,
786
+ },
787
+ bech32Config: exports.IBCAddress.defaultBech32Config("bcna"),
788
+ currencies: [
789
+ {
790
+ coinDenom: "BCNA",
791
+ coinMinimalDenom: "ubcna",
792
+ coinDecimals: 6,
793
+ coinGeckoId: "bitcanna",
794
+ },
795
+ ],
796
+ feeCurrencies: [
797
+ {
798
+ coinDenom: "BCNA",
799
+ coinMinimalDenom: "ubcna",
800
+ coinDecimals: 6,
801
+ coinGeckoId: "bitcanna",
802
+ },
803
+ ],
804
+ features: ["ibc-transfer", "ibc-go"],
805
+ explorerUrlToTx: "https://www.mintscan.io/bitcanna/txs/{txHash}",
806
+ tmRpc: "https://rpc.bitcanna.io/",
807
+ },
808
+ [ChainIds.BitSong]: {
809
+ rpc: "https://rpc.explorebitsong.com",
810
+ rest: "https://lcd.explorebitsong.com",
811
+ chainId: "bitsong-2b",
812
+ chainName: "BitSong",
813
+ stakeCurrency: {
814
+ coinDenom: "BTSG",
815
+ coinMinimalDenom: "ubtsg",
816
+ coinDecimals: 6,
817
+ coinGeckoId: "pool:ubtsg",
818
+ },
819
+ bip44: {
820
+ coinType: 639,
821
+ },
822
+ bech32Config: exports.IBCAddress.defaultBech32Config("bitsong"),
823
+ currencies: [
824
+ {
825
+ coinDenom: "BTSG",
826
+ coinMinimalDenom: "ubtsg",
827
+ coinDecimals: 6,
828
+ coinGeckoId: "pool:ubtsg",
829
+ },
830
+ ],
831
+ feeCurrencies: [
832
+ {
833
+ coinDenom: "BTSG",
834
+ coinMinimalDenom: "ubtsg",
835
+ coinDecimals: 6,
836
+ coinGeckoId: "pool:ubtsg",
837
+ },
838
+ ],
839
+ features: ["ibc-transfer", "ibc-go"],
840
+ explorerUrlToTx: "https://explorebitsong.com/transactions/{txHash}",
841
+ tmRpc: "https://rpc.explorebitsong.com/",
842
+ },
843
+ [ChainIds.KiChain]: {
844
+ rpc: "https://rpc-mainnet.blockchain.ki",
845
+ rest: "https://api-mainnet.blockchain.ki",
846
+ chainId: "kichain-2",
847
+ chainName: "Ki",
848
+ stakeCurrency: {
849
+ coinDenom: "XKI",
850
+ coinMinimalDenom: "uxki",
851
+ coinDecimals: 6,
852
+ coinGeckoId: "pool:uxki",
853
+ },
854
+ bip44: {
855
+ coinType: 118,
856
+ },
857
+ bech32Config: exports.IBCAddress.defaultBech32Config("ki"),
858
+ currencies: [
859
+ {
860
+ coinDenom: "XKI",
861
+ coinMinimalDenom: "uxki",
862
+ coinDecimals: 6,
863
+ coinGeckoId: "pool:uxki",
864
+ },
865
+ ],
866
+ feeCurrencies: [
867
+ {
868
+ coinDenom: "XKI",
869
+ coinMinimalDenom: "uxki",
870
+ coinDecimals: 6,
871
+ coinGeckoId: "pool:uxki",
872
+ },
873
+ ],
874
+ features: ["ibc-transfer", "ibc-go"],
875
+ explorerUrlToTx: "https://www.mintscan.io/ki-chain/txs/{txHash}",
876
+ tmRpc: "https://rpc-mainnet.blockchain.ki",
877
+ },
878
+ [ChainIds.MediBloc]: {
879
+ rpc: "https://rpc.gopanacea.org",
880
+ rest: "https://api.gopanacea.org",
881
+ chainId: "panacea-3",
882
+ chainName: "MediBloc",
883
+ stakeCurrency: {
884
+ coinDenom: "MED",
885
+ coinMinimalDenom: "umed",
886
+ coinDecimals: 6,
887
+ coinGeckoId: "medibloc",
888
+ },
889
+ bip44: {
890
+ coinType: 371,
891
+ },
892
+ bech32Config: exports.IBCAddress.defaultBech32Config("panacea"),
893
+ currencies: [
894
+ {
895
+ coinDenom: "MED",
896
+ coinMinimalDenom: "umed",
897
+ coinDecimals: 6,
898
+ coinGeckoId: "medibloc",
899
+ },
900
+ ],
901
+ feeCurrencies: [
902
+ {
903
+ coinDenom: "MED",
904
+ coinMinimalDenom: "umed",
905
+ coinDecimals: 6,
906
+ coinGeckoId: "medibloc",
907
+ gasPriceStep: {
908
+ low: 5,
909
+ average: 7,
910
+ high: 9,
911
+ },
912
+ },
913
+ ],
914
+ features: ["ibc-transfer", "ibc-go"],
915
+ explorerUrlToTx: "https://www.mintscan.io/medibloc/txs/{txHash}",
916
+ tmRpc: "https://rpc.gopanacea.org/",
917
+ },
918
+ [ChainIds.Bostrom]: {
919
+ rpc: "https://rpc.bostrom.cybernode.ai",
920
+ rest: "https://lcd.bostrom.cybernode.ai",
921
+ chainId: "bostrom",
922
+ chainName: "Bostrom",
923
+ stakeCurrency: {
924
+ coinDenom: "BOOT",
925
+ coinMinimalDenom: "boot",
926
+ coinDecimals: 0,
927
+ // coinGeckoId: "pool:boot",
928
+ },
929
+ bip44: {
930
+ coinType: 118,
931
+ },
932
+ bech32Config: exports.IBCAddress.defaultBech32Config("bostrom"),
933
+ currencies: [
934
+ {
935
+ coinDenom: "BOOT",
936
+ coinMinimalDenom: "boot",
937
+ coinDecimals: 0,
938
+ // coinGeckoId: "pool:boot",
939
+ },
940
+ ],
941
+ feeCurrencies: [
942
+ {
943
+ coinDenom: "BOOT",
944
+ coinMinimalDenom: "boot",
945
+ coinDecimals: 0,
946
+ // coinGeckoId: "pool:boot",
947
+ },
948
+ ],
949
+ features: ["ibc-transfer", "ibc-go"],
950
+ explorerUrlToTx: "https://cyb.ai/network/bostrom/tx/{txHash}",
951
+ tmRpc: "https://rpc.bostrom.cybernode.ai/",
952
+ },
953
+ [ChainIds.Comdex]: {
954
+ rpc: "https://rpc.comdex.one",
955
+ rest: "https://rest.comdex.one",
956
+ chainId: "comdex-1",
957
+ chainName: "Comdex",
958
+ stakeCurrency: {
959
+ coinDenom: "CMDX",
960
+ coinMinimalDenom: "ucmdx",
961
+ coinDecimals: 6,
962
+ coinGeckoId: "comdex",
963
+ },
964
+ bip44: {
965
+ coinType: 118,
966
+ },
967
+ bech32Config: exports.IBCAddress.defaultBech32Config("comdex"),
968
+ currencies: [
969
+ {
970
+ coinDenom: "CMDX",
971
+ coinMinimalDenom: "ucmdx",
972
+ coinDecimals: 6,
973
+ coinGeckoId: "comdex",
974
+ },
975
+ ],
976
+ feeCurrencies: [
977
+ {
978
+ coinDenom: "CMDX",
979
+ coinMinimalDenom: "ucmdx",
980
+ coinDecimals: 6,
981
+ coinGeckoId: "comdex",
982
+ gasPriceStep: {
983
+ low: 0.0125,
984
+ average: 0.025,
985
+ high: 0.04,
986
+ },
987
+ },
988
+ ],
989
+ features: ["ibc-transfer", "ibc-go"],
990
+ explorerUrlToTx: "https://www.mintscan.io/comdex/txs/{txHash}",
991
+ tmRpc: "https://rpc.comdex.one/",
992
+ },
993
+ [ChainIds.Cheqd]: {
994
+ rpc: "https://rpc.cheqd.net",
995
+ rest: "https://api.cheqd.net",
996
+ chainId: "cheqd-mainnet-1",
997
+ chainName: "cheqd",
998
+ stakeCurrency: {
999
+ coinDenom: "CHEQ",
1000
+ coinMinimalDenom: "ncheq",
1001
+ coinDecimals: 9,
1002
+ coinGeckoId: "cheqd-network",
1003
+ },
1004
+ bip44: {
1005
+ coinType: 118,
1006
+ },
1007
+ bech32Config: exports.IBCAddress.defaultBech32Config("cheqd"),
1008
+ currencies: [
1009
+ {
1010
+ coinDenom: "CHEQ",
1011
+ coinMinimalDenom: "ncheq",
1012
+ coinDecimals: 9,
1013
+ coinGeckoId: "cheqd-network",
1014
+ },
1015
+ ],
1016
+ feeCurrencies: [
1017
+ {
1018
+ coinDenom: "CHEQ",
1019
+ coinMinimalDenom: "ncheq",
1020
+ coinDecimals: 9,
1021
+ coinGeckoId: "cheqd-network",
1022
+ gasPriceStep: {
1023
+ low: 25,
1024
+ average: 30,
1025
+ high: 50,
1026
+ },
1027
+ },
1028
+ ],
1029
+ features: ["ibc-transfer", "ibc-go"],
1030
+ explorerUrlToTx: "https://explorer.cheqd.io/transactions/{txHash}",
1031
+ tmRpc: "https://rpc.cheqd.net/",
1032
+ },
1033
+ [ChainIds.Stargaze]: {
1034
+ rpc: "https://rpc.stargaze-apis.com",
1035
+ rest: "https://rest.stargaze-apis.com",
1036
+ chainId: "stargaze-1",
1037
+ chainName: "Stargaze",
1038
+ stakeCurrency: {
1039
+ coinDenom: "STARS",
1040
+ coinMinimalDenom: "ustars",
1041
+ coinDecimals: 6,
1042
+ coinGeckoId: "pool:ustars",
1043
+ },
1044
+ bip44: {
1045
+ coinType: 118,
1046
+ },
1047
+ bech32Config: exports.IBCAddress.defaultBech32Config("stars"),
1048
+ currencies: [
1049
+ {
1050
+ coinDenom: "STARS",
1051
+ coinMinimalDenom: "ustars",
1052
+ coinDecimals: 6,
1053
+ coinGeckoId: "pool:ustars",
1054
+ },
1055
+ ],
1056
+ feeCurrencies: [
1057
+ {
1058
+ coinDenom: "STARS",
1059
+ coinMinimalDenom: "ustars",
1060
+ coinDecimals: 6,
1061
+ coinGeckoId: "pool:ustars",
1062
+ },
1063
+ ],
1064
+ features: ["ibc-transfer", "ibc-go"],
1065
+ explorerUrlToTx: "https://www.mintscan.io/stargaze/txs/{txHash}",
1066
+ tmRpc: "https://rpc.stargaze-apis.com/",
1067
+ },
1068
+ [ChainIds.Chihuahua]: {
1069
+ rpc: "https://rpc.chihuahua.wtf",
1070
+ rest: "https://api.chihuahua.wtf",
1071
+ chainId: "chihuahua-1",
1072
+ chainName: "Chihuahua",
1073
+ stakeCurrency: {
1074
+ coinDenom: "HUAHUA",
1075
+ coinMinimalDenom: "uhuahua",
1076
+ coinDecimals: 6,
1077
+ coinGeckoId: "pool:uhuahua",
1078
+ },
1079
+ bip44: {
1080
+ coinType: 118,
1081
+ },
1082
+ bech32Config: exports.IBCAddress.defaultBech32Config("chihuahua"),
1083
+ currencies: [
1084
+ {
1085
+ coinDenom: "HUAHUA",
1086
+ coinMinimalDenom: "uhuahua",
1087
+ coinDecimals: 6,
1088
+ coinGeckoId: "pool:uhuahua",
1089
+ },
1090
+ ],
1091
+ feeCurrencies: [
1092
+ {
1093
+ coinDenom: "HUAHUA",
1094
+ coinMinimalDenom: "uhuahua",
1095
+ coinDecimals: 6,
1096
+ coinGeckoId: "pool:uhuahua",
1097
+ gasPriceStep: {
1098
+ low: 0.025,
1099
+ average: 0.03,
1100
+ high: 0.035,
1101
+ },
1102
+ },
1103
+ ],
1104
+ features: ["ibc-transfer", "ibc-go"],
1105
+ explorerUrlToTx: "https://ping.pub/chihuahua/tx/{txHash}",
1106
+ },
1107
+ [ChainIds.LumNetwork]: {
1108
+ rpc: "https://node0.mainnet.lum.network/rpc",
1109
+ rest: "https://node0.mainnet.lum.network/rest",
1110
+ chainId: "lum-network-1",
1111
+ chainName: "Lum Network",
1112
+ stakeCurrency: {
1113
+ coinDenom: "LUM",
1114
+ coinMinimalDenom: "ulum",
1115
+ coinDecimals: 6,
1116
+ coinGeckoId: "pool:ulum",
1117
+ },
1118
+ bip44: {
1119
+ coinType: 118,
1120
+ },
1121
+ bech32Config: exports.IBCAddress.defaultBech32Config("lum"),
1122
+ currencies: [
1123
+ {
1124
+ coinDenom: "LUM",
1125
+ coinMinimalDenom: "ulum",
1126
+ coinDecimals: 6,
1127
+ coinGeckoId: "pool:ulum",
1128
+ },
1129
+ ],
1130
+ feeCurrencies: [
1131
+ {
1132
+ coinDenom: "LUM",
1133
+ coinMinimalDenom: "ulum",
1134
+ coinDecimals: 6,
1135
+ coinGeckoId: "pool:ulum",
1136
+ },
1137
+ ],
1138
+ features: ["ibc-transfer", "ibc-go"],
1139
+ explorerUrlToTx: "https://www.mintscan.io/lum/txs/{txHash}",
1140
+ tmRpc: "https://node0.mainnet.lum.network/rpc/",
1141
+ },
1142
+ [ChainIds.Vidulum]: {
1143
+ rpc: "https://mainnet-rpc.vidulum.app",
1144
+ rest: "https://mainnet-lcd.vidulum.app",
1145
+ chainId: "vidulum-1",
1146
+ chainName: "Vidulum",
1147
+ stakeCurrency: {
1148
+ coinDenom: "VDL",
1149
+ coinMinimalDenom: "uvdl",
1150
+ coinDecimals: 6,
1151
+ coinGeckoId: "vidulum",
1152
+ },
1153
+ bip44: {
1154
+ coinType: 370,
1155
+ },
1156
+ bech32Config: exports.IBCAddress.defaultBech32Config("vdl"),
1157
+ currencies: [
1158
+ {
1159
+ coinDenom: "VDL",
1160
+ coinMinimalDenom: "uvdl",
1161
+ coinDecimals: 6,
1162
+ coinGeckoId: "vidulum",
1163
+ },
1164
+ ],
1165
+ feeCurrencies: [
1166
+ {
1167
+ coinDenom: "VDL",
1168
+ coinMinimalDenom: "uvdl",
1169
+ coinDecimals: 6,
1170
+ coinGeckoId: "vidulum",
1171
+ },
1172
+ ],
1173
+ features: ["ibc-transfer", "ibc-go"],
1174
+ explorerUrlToTx: "https://explorers.vidulum.app/vidulum/tx/{txHash}",
1175
+ tmRpc: "https://mainnet-rpc.vidulum.app/",
1176
+ },
1177
+ [ChainIds.Desmos]: {
1178
+ rpc: "https://rpc.mainnet.desmos.network",
1179
+ rest: "https://api.mainnet.desmos.network",
1180
+ chainId: "desmos-mainnet",
1181
+ chainName: "Desmos",
1182
+ stakeCurrency: {
1183
+ coinDenom: "DSM",
1184
+ coinMinimalDenom: "udsm",
1185
+ coinDecimals: 6,
1186
+ coinGeckoId: "pool:udsm",
1187
+ },
1188
+ bip44: {
1189
+ coinType: 852,
1190
+ },
1191
+ bech32Config: exports.IBCAddress.defaultBech32Config("desmos"),
1192
+ currencies: [
1193
+ {
1194
+ coinDenom: "DSM",
1195
+ coinMinimalDenom: "udsm",
1196
+ coinDecimals: 6,
1197
+ coinGeckoId: "pool:udsm",
1198
+ },
1199
+ ],
1200
+ feeCurrencies: [
1201
+ {
1202
+ coinDenom: "DSM",
1203
+ coinMinimalDenom: "udsm",
1204
+ coinDecimals: 6,
1205
+ coinGeckoId: "pool:udsm",
1206
+ },
1207
+ ],
1208
+ features: ["ibc-transfer", "ibc-go"],
1209
+ explorerUrlToTx: "https://explorer.desmos.network/transactions/{txHash}",
1210
+ tmRpc: "https://rpc.mainnet.desmos.network/",
1211
+ },
1212
+ [ChainIds.Dig]: {
1213
+ rpc: "https://rpc-1-dig.notional.ventures",
1214
+ rest: "https://api-1-dig.notional.ventures",
1215
+ chainId: "dig-1",
1216
+ chainName: "Dig",
1217
+ stakeCurrency: {
1218
+ coinDenom: "DIG",
1219
+ coinMinimalDenom: "udig",
1220
+ coinDecimals: 6,
1221
+ coinGeckoId: "pool:udig",
1222
+ },
1223
+ bip44: {
1224
+ coinType: 118,
1225
+ },
1226
+ bech32Config: exports.IBCAddress.defaultBech32Config("dig"),
1227
+ currencies: [
1228
+ {
1229
+ coinDenom: "DIG",
1230
+ coinMinimalDenom: "udig",
1231
+ coinDecimals: 6,
1232
+ coinGeckoId: "pool:udig",
1233
+ },
1234
+ ],
1235
+ feeCurrencies: [
1236
+ {
1237
+ coinDenom: "DIG",
1238
+ coinMinimalDenom: "udig",
1239
+ coinDecimals: 6,
1240
+ coinGeckoId: "pool:udig",
1241
+ gasPriceStep: {
1242
+ low: 0.025,
1243
+ average: 0.03,
1244
+ high: 0.035,
1245
+ },
1246
+ },
1247
+ ],
1248
+ features: ["ibc-transfer", "ibc-go"],
1249
+ explorerUrlToTx: "https://ping.pub/dig/tx/{txHash}",
1250
+ tmRpc: "https://rpc-1-dig.notional.ventures/",
1251
+ },
1252
+ [ChainIds.Sommelier]: {
1253
+ rpc: "https://rpc-sommelier.keplr.app",
1254
+ rest: "https://lcd-sommelier.keplr.app",
1255
+ chainId: "sommelier-3",
1256
+ chainName: "Sommelier",
1257
+ stakeCurrency: {
1258
+ coinDenom: "SOMM",
1259
+ coinMinimalDenom: "usomm",
1260
+ coinDecimals: 6,
1261
+ coinGeckoId: "pool:usomm",
1262
+ },
1263
+ bip44: {
1264
+ coinType: 118,
1265
+ },
1266
+ bech32Config: exports.IBCAddress.defaultBech32Config("somm"),
1267
+ currencies: [
1268
+ {
1269
+ coinDenom: "SOMM",
1270
+ coinMinimalDenom: "usomm",
1271
+ coinDecimals: 6,
1272
+ coinGeckoId: "pool:usomm",
1273
+ },
1274
+ ],
1275
+ feeCurrencies: [
1276
+ {
1277
+ coinDenom: "SOMM",
1278
+ coinMinimalDenom: "usomm",
1279
+ coinDecimals: 6,
1280
+ coinGeckoId: "pool:usomm",
1281
+ },
1282
+ ],
1283
+ features: ["ibc-transfer", "ibc-go"],
1284
+ explorerUrlToTx: "https://sommscan.io",
1285
+ },
1286
+ [ChainIds.Sifchain]: {
1287
+ rpc: "https://rpc.sifchain.finance",
1288
+ rest: "https://api-int.sifchain.finance",
1289
+ chainId: "sifchain-1",
1290
+ chainName: "Sifchain",
1291
+ stakeCurrency: {
1292
+ coinDenom: "ROWAN",
1293
+ coinMinimalDenom: "rowan",
1294
+ coinDecimals: 18,
1295
+ coinGeckoId: "sifchain",
1296
+ },
1297
+ bip44: {
1298
+ coinType: 118,
1299
+ },
1300
+ bech32Config: exports.IBCAddress.defaultBech32Config("sif"),
1301
+ currencies: [
1302
+ {
1303
+ coinDenom: "ROWAN",
1304
+ coinMinimalDenom: "rowan",
1305
+ coinDecimals: 18,
1306
+ coinGeckoId: "sifchain",
1307
+ },
1308
+ ],
1309
+ feeCurrencies: [
1310
+ {
1311
+ coinDenom: "ROWAN",
1312
+ coinMinimalDenom: "rowan",
1313
+ coinDecimals: 18,
1314
+ coinGeckoId: "sifchain",
1315
+ },
1316
+ ],
1317
+ features: ["ibc-transfer", "ibc-go"],
1318
+ explorerUrlToTx: "https://www.mintscan.io/sifchain/txs/{txHash}",
1319
+ tmRpc: "https://rpc.sifchain.finance/",
1320
+ },
1321
+ [ChainIds.BandChain]: {
1322
+ rpc: "https://rpc.laozi3.bandchain.org",
1323
+ rest: "https://laozi1.bandchain.org/api",
1324
+ chainId: "laozi-mainnet",
1325
+ chainName: "BandChain",
1326
+ stakeCurrency: {
1327
+ coinDenom: "BAND",
1328
+ coinMinimalDenom: "uband",
1329
+ coinDecimals: 6,
1330
+ coinGeckoId: "band-protocol",
1331
+ },
1332
+ bip44: {
1333
+ coinType: 494,
1334
+ },
1335
+ bech32Config: exports.IBCAddress.defaultBech32Config("band"),
1336
+ currencies: [
1337
+ {
1338
+ coinDenom: "BAND",
1339
+ coinMinimalDenom: "uband",
1340
+ coinDecimals: 6,
1341
+ coinGeckoId: "band-protocol",
1342
+ },
1343
+ ],
1344
+ feeCurrencies: [
1345
+ {
1346
+ coinDenom: "BAND",
1347
+ coinMinimalDenom: "uband",
1348
+ coinDecimals: 6,
1349
+ coinGeckoId: "band-protocol",
1350
+ },
1351
+ ],
1352
+ features: ["ibc-transfer", "ibc-go"],
1353
+ explorerUrlToTx: "https://cosmoscan.io/tx/{txHash}",
1354
+ tmRpc: "https://rpc.laozi3.bandchain.org/",
1355
+ },
1356
+ [ChainIds.Konstellation]: {
1357
+ rpc: "https://node1.konstellation.tech:26657",
1358
+ rest: "https://node1.konstellation.tech:1318",
1359
+ chainId: "darchub",
1360
+ chainName: "Konstellation",
1361
+ stakeCurrency: {
1362
+ coinDenom: "DARC",
1363
+ coinMinimalDenom: "udarc",
1364
+ coinDecimals: 6,
1365
+ coinGeckoId: "pool:udarc",
1366
+ },
1367
+ bip44: {
1368
+ coinType: 118,
1369
+ },
1370
+ bech32Config: exports.IBCAddress.defaultBech32Config("darc"),
1371
+ currencies: [
1372
+ {
1373
+ coinDenom: "DARC",
1374
+ coinMinimalDenom: "udarc",
1375
+ coinDecimals: 6,
1376
+ coinGeckoId: "pool:udarc",
1377
+ },
1378
+ ],
1379
+ feeCurrencies: [
1380
+ {
1381
+ coinDenom: "DARC",
1382
+ coinMinimalDenom: "udarc",
1383
+ coinDecimals: 6,
1384
+ coinGeckoId: "pool:udarc",
1385
+ },
1386
+ ],
1387
+ features: ["ibc-transfer", "ibc-go"],
1388
+ explorerUrlToTx: "https://www.mintscan.io/konstellation/txs/{txHash}",
1389
+ tmRpc: "https://node1.konstellation.tech:26657/",
1390
+ },
1391
+ [ChainIds.Umee]: {
1392
+ rpc: "https://rpc.aphrodite.main.network.umee.cc",
1393
+ rest: "https://api.aphrodite.main.network.umee.cc",
1394
+ chainId: "umee-1",
1395
+ chainName: "Umee",
1396
+ stakeCurrency: {
1397
+ coinDenom: "UMEE",
1398
+ coinMinimalDenom: "uumee",
1399
+ coinDecimals: 6,
1400
+ coinGeckoId: "pool:uumee",
1401
+ },
1402
+ bip44: {
1403
+ coinType: 118,
1404
+ },
1405
+ bech32Config: exports.IBCAddress.defaultBech32Config("umee"),
1406
+ currencies: [
1407
+ {
1408
+ coinDenom: "UMEE",
1409
+ coinMinimalDenom: "uumee",
1410
+ coinDecimals: 6,
1411
+ coinGeckoId: "pool:uumee",
1412
+ },
1413
+ ],
1414
+ feeCurrencies: [
1415
+ {
1416
+ coinDenom: "UMEE",
1417
+ coinMinimalDenom: "uumee",
1418
+ coinDecimals: 6,
1419
+ coinGeckoId: "pool:uumee",
1420
+ },
1421
+ ],
1422
+ features: ["ibc-transfer", "ibc-go"],
1423
+ explorerUrlToTx: "https://www.mintscan.io/umee/txs/{txHash}",
1424
+ tmRpc: "https://rpc.aphrodite.main.network.umee.cc/",
1425
+ },
1426
+ [ChainIds.GravityBridge]: {
1427
+ rpc: "https://gravitychain.io:26657",
1428
+ rest: "https://gravitychain.io:1317",
1429
+ chainId: "gravity-bridge-3",
1430
+ chainName: "Gravity Bridge",
1431
+ stakeCurrency: {
1432
+ coinDenom: "GRAV",
1433
+ coinMinimalDenom: "ugraviton",
1434
+ coinDecimals: 6,
1435
+ coinGeckoId: "pool:ugraviton",
1436
+ },
1437
+ bip44: {
1438
+ coinType: 118,
1439
+ },
1440
+ bech32Config: exports.IBCAddress.defaultBech32Config("gravity"),
1441
+ currencies: [
1442
+ {
1443
+ coinDenom: "GRAV",
1444
+ coinMinimalDenom: "ugraviton",
1445
+ coinDecimals: 6,
1446
+ coinGeckoId: "pool:ugraviton",
1447
+ },
1448
+ {
1449
+ coinDenom: "PSTAKE",
1450
+ coinMinimalDenom: "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
1451
+ coinDecimals: 18,
1452
+ coinGeckoId: "pstake-finance",
1453
+ },
1454
+ ],
1455
+ feeCurrencies: [
1456
+ {
1457
+ coinDenom: "GRAV",
1458
+ coinMinimalDenom: "ugraviton",
1459
+ coinDecimals: 6,
1460
+ coinGeckoId: "pool:ugraviton",
1461
+ gasPriceStep: {
1462
+ low: 0,
1463
+ average: 0,
1464
+ high: 0.035,
1465
+ },
1466
+ },
1467
+ ],
1468
+ features: ["ibc-transfer", "ibc-go"],
1469
+ explorerUrlToTx: "https://www.mintscan.io/gravity-bridge/txs/{txHash}",
1470
+ tmRpc: "https://gravitychain.io:26657/",
1471
+ },
1472
+ [ChainIds.Decentr]: {
1473
+ rpc: "https://poseidon.mainnet.decentr.xyz",
1474
+ rest: "https://rest.mainnet.decentr.xyz",
1475
+ chainId: "mainnet-3",
1476
+ chainName: "Decentr",
1477
+ stakeCurrency: {
1478
+ coinDenom: "DEC",
1479
+ coinMinimalDenom: "udec",
1480
+ coinDecimals: 6,
1481
+ coinGeckoId: "decentr",
1482
+ },
1483
+ bip44: {
1484
+ coinType: 118,
1485
+ },
1486
+ bech32Config: exports.IBCAddress.defaultBech32Config("decentr"),
1487
+ currencies: [
1488
+ {
1489
+ coinDenom: "DEC",
1490
+ coinMinimalDenom: "udec",
1491
+ coinDecimals: 6,
1492
+ coinGeckoId: "decentr",
1493
+ },
1494
+ ],
1495
+ feeCurrencies: [
1496
+ {
1497
+ coinDenom: "DEC",
1498
+ coinMinimalDenom: "udec",
1499
+ coinDecimals: 6,
1500
+ coinGeckoId: "decentr",
1501
+ },
1502
+ ],
1503
+ features: ["ibc-transfer", "ibc-go"],
1504
+ explorerUrlToTx: "https://explorer.decentr.net/transactions/{txHash}?networkId=mainnet",
1505
+ tmRpc: "https://poseidon.mainnet.decentr.xyz/",
1506
+ },
1507
+ [ChainIds.Certik]: {
1508
+ rpc: "https://shenturpc.certikpowered.info",
1509
+ rest: "https://azuredragon.noopsbycertik.com",
1510
+ chainId: "shentu-2.2",
1511
+ chainName: "Certik",
1512
+ stakeCurrency: {
1513
+ coinDenom: "CTK",
1514
+ coinMinimalDenom: "uctk",
1515
+ coinDecimals: 6,
1516
+ coinGeckoId: "certik",
1517
+ },
1518
+ bip44: {
1519
+ coinType: 118,
1520
+ },
1521
+ bech32Config: exports.IBCAddress.defaultBech32Config("certik"),
1522
+ currencies: [
1523
+ {
1524
+ coinDenom: "CTK",
1525
+ coinMinimalDenom: "uctk",
1526
+ coinDecimals: 6,
1527
+ coinGeckoId: "certik",
1528
+ },
1529
+ ],
1530
+ feeCurrencies: [
1531
+ {
1532
+ coinDenom: "CTK",
1533
+ coinMinimalDenom: "uctk",
1534
+ coinDecimals: 6,
1535
+ coinGeckoId: "certik",
1536
+ },
1537
+ ],
1538
+ features: ["ibc-transfer", "ibc-go"],
1539
+ explorerUrlToTx: "https://www.mintscan.io/certik/txs/{txHash}",
1540
+ tmRpc: "https://shenturpc.certikpowered.info/",
1541
+ },
1542
+ [ChainIds.Carbon]: {
1543
+ feeCurrencies: [
1544
+ {
1545
+ coinDenom: "SWTH",
1546
+ coinMinimalDenom: "swth",
1547
+ coinDecimals: 8,
1548
+ coinGeckoId: "switcheo",
1549
+ gasPriceStep: generic_1.CARBON_GAS_PRICE,
1550
+ },
1551
+ ],
1552
+ bip44: { coinType: 118 },
1553
+ currencies: [
1554
+ {
1555
+ coinDenom: "SWTH",
1556
+ coinMinimalDenom: "swth",
1557
+ coinDecimals: 8,
1558
+ coinGeckoId: "switcheo",
1559
+ },
1560
+ ],
1561
+ stakeCurrency: {
1562
+ coinDenom: "SWTH",
1563
+ coinMinimalDenom: "swth",
1564
+ coinDecimals: 8,
1565
+ coinGeckoId: "switcheo",
1566
+ },
1567
+ rest: "https://api.carbon.network",
1568
+ rpc: "https://tm-api.carbon.network/",
1569
+ chainName: "Carbon",
1570
+ chainId: "carbon-1",
1571
+ bech32Config: exports.IBCAddress.defaultBech32Config("swth"),
1572
+ features: ["ibc-transfer", "ibc-go"],
1573
+ explorerUrlToTx: "https://scan.carbon.network/transaction/{txHash}?net=main",
1574
+ },
1575
+ [ChainIds.Axelar]: {
1576
+ feeCurrencies: [
1577
+ {
1578
+ coinDenom: "AXL",
1579
+ coinMinimalDenom: "uaxl",
1580
+ coinDecimals: 6,
1581
+ coinGeckoId: "",
1582
+ gasPriceStep: {
1583
+ low: 0.007,
1584
+ average: 0.007,
1585
+ high: 0.01,
1586
+ },
1587
+ },
1588
+ ],
1589
+ bip44: { coinType: 118 },
1590
+ currencies: [
1591
+ {
1592
+ coinDenom: "AXL",
1593
+ coinMinimalDenom: "uaxl",
1594
+ coinDecimals: 6,
1595
+ coinGeckoId: "", // TODO: fill in when available
1596
+ },
1597
+ {
1598
+ coinDenom: "USDC",
1599
+ coinMinimalDenom: "uusdc",
1600
+ coinDecimals: 6,
1601
+ coinGeckoId: "usd-coin",
1602
+ },
1603
+ ],
1604
+ stakeCurrency: {
1605
+ coinDenom: "AXL",
1606
+ coinMinimalDenom: "uaxl",
1607
+ coinDecimals: 6,
1608
+ coinGeckoId: "", // TODO: fill in when available
1609
+ },
1610
+ rpc: "https://rpc-axelar.keplr.app",
1611
+ rest: "https://lcd-axelar.keplr.app",
1612
+ chainName: "Axelar",
1613
+ chainId: ChainIds.Axelar,
1614
+ bech32Config: exports.IBCAddress.defaultBech32Config("axelar"),
1615
+ features: ["ibc-transfer", "ibc-go"],
1616
+ explorerUrlToTx: "https://axelarscan.io/tx/{txHash}",
1617
+ },
1618
+ [ChainIds.Stride]: {
1619
+ rpc: "https://rpc-stride.keplr.app",
1620
+ rest: "https://lcd-stride.keplr.app",
1621
+ chainId: "stride-1",
1622
+ chainName: "Stride",
1623
+ stakeCurrency: {
1624
+ coinDenom: "STRD",
1625
+ coinMinimalDenom: "ustrd",
1626
+ coinDecimals: 6,
1627
+ coinGeckoId: "stride",
1628
+ },
1629
+ bip44: {
1630
+ coinType: 118,
1631
+ },
1632
+ bech32Config: exports.IBCAddress.defaultBech32Config("stride"),
1633
+ currencies: [
1634
+ {
1635
+ coinDenom: "STRD",
1636
+ coinMinimalDenom: "ustrd",
1637
+ coinDecimals: 6,
1638
+ coinGeckoId: "stride",
1639
+ },
1640
+ {
1641
+ coinDenom: "stATOM",
1642
+ coinMinimalDenom: "stuatom",
1643
+ coinDecimals: 6,
1644
+ },
1645
+ {
1646
+ coinDenom: "stOSMO",
1647
+ coinMinimalDenom: "stuosmo",
1648
+ coinDecimals: 6,
1649
+ },
1650
+ {
1651
+ coinDenom: "stJUNO",
1652
+ coinMinimalDenom: "stujuno",
1653
+ coinDecimals: 6,
1654
+ },
1655
+ {
1656
+ coinDenom: "stSTARS",
1657
+ coinMinimalDenom: "stustars",
1658
+ coinDecimals: 6,
1659
+ },
1660
+ {
1661
+ coinDenom: "stLUNA",
1662
+ coinMinimalDenom: "stuluna",
1663
+ coinDecimals: 6,
1664
+ },
1665
+ {
1666
+ "coinDenom": "stEVMOS",
1667
+ "coinMinimalDenom": "staevmos",
1668
+ "coinDecimals": 18,
1669
+ },
1670
+ ],
1671
+ feeCurrencies: [
1672
+ {
1673
+ coinDenom: "STRD",
1674
+ coinMinimalDenom: "ustrd",
1675
+ coinDecimals: 6,
1676
+ coinGeckoId: "stride",
1677
+ gasPriceStep: {
1678
+ low: 0,
1679
+ average: 0,
1680
+ high: 0.04,
1681
+ },
1682
+ },
1683
+ ],
1684
+ features: ["ibc-transfer", "ibc-go"],
1685
+ explorerUrlToTx: "https://www.mintscan.io/stride/txs/{txHash}",
1686
+ tmRpc: "https://stride.rpc.kjnodes.com/",
1687
+ },
1688
+ [ChainIds.Kujira]: {
1689
+ rpc: "https://rpc.kaiyo.kujira.setten.io",
1690
+ rest: "https://lcd.kaiyo.kujira.setten.io",
1691
+ chainId: "kaiyo-1",
1692
+ chainName: "Kujira",
1693
+ bip44: {
1694
+ coinType: 118,
1695
+ },
1696
+ bech32Config: exports.IBCAddress.defaultBech32Config("kujira"),
1697
+ stakeCurrency: {
1698
+ coinDenom: "KUJI",
1699
+ coinMinimalDenom: "ukuji",
1700
+ coinDecimals: 6,
1701
+ coinGeckoId: "kujira",
1702
+ },
1703
+ currencies: [
1704
+ {
1705
+ coinDenom: "KUJI",
1706
+ coinMinimalDenom: "ukuji",
1707
+ coinDecimals: 6,
1708
+ coinGeckoId: "kujira",
1709
+ },
1710
+ {
1711
+ coinDenom: "USK",
1712
+ coinMinimalDenom: "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
1713
+ coinDecimals: 6,
1714
+ coinGeckoId: "usk",
1715
+ },
1716
+ {
1717
+ coinDenom: "ampKUJI",
1718
+ coinMinimalDenom: "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
1719
+ coinDecimals: 6,
1720
+ },
1721
+ ],
1722
+ feeCurrencies: [
1723
+ {
1724
+ coinDenom: "KUJI",
1725
+ coinMinimalDenom: "ukuji",
1726
+ coinDecimals: 6,
1727
+ coinGeckoId: "kujira",
1728
+ gasPriceStep: {
1729
+ low: 0.01,
1730
+ average: 0.025,
1731
+ high: 0.03,
1732
+ },
1733
+ },
1734
+ ],
1735
+ features: ["ibc-transfer", "ibc-go"],
1736
+ explorerUrlToTx: "https://finder.kujira.app/kaiyo-1/tx/{txHash}",
1737
+ },
1738
+ [ChainIds.Terra2]: {
1739
+ rpc: "https://terra-rpc.lavenderfive.com:443/",
1740
+ rest: "https://phoenix-lcd.terra.dev/",
1741
+ chainId: "phoenix-1",
1742
+ chainName: "Terra 2.0",
1743
+ bip44: {
1744
+ coinType: 330,
1745
+ },
1746
+ bech32Config: exports.IBCAddress.defaultBech32Config("terra"),
1747
+ stakeCurrency: {
1748
+ coinDenom: "LUNA",
1749
+ coinMinimalDenom: "uluna",
1750
+ coinDecimals: 6,
1751
+ coinGeckoId: "terra-luna-2",
1752
+ },
1753
+ currencies: [
1754
+ {
1755
+ coinDenom: "LUNA",
1756
+ coinMinimalDenom: "uluna",
1757
+ coinDecimals: 6,
1758
+ coinGeckoId: "terra-luna-2",
1759
+ },
1760
+ {
1761
+ coinDenom: "ampLUNA",
1762
+ coinMinimalDenom: "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
1763
+ coinDecimals: 6,
1764
+ coinGeckoId: "terra-luna-2",
1765
+ type: "cw20",
1766
+ contractAddress: "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
1767
+ },
1768
+ ],
1769
+ feeCurrencies: [
1770
+ {
1771
+ coinDenom: "LUNA",
1772
+ coinMinimalDenom: "uluna",
1773
+ coinDecimals: 6,
1774
+ coinGeckoId: "terra-luna-2",
1775
+ gasPriceStep: {
1776
+ low: 0.15,
1777
+ average: 0.2,
1778
+ high: 0.25,
1779
+ },
1780
+ },
1781
+ ],
1782
+ features: ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
1783
+ explorerUrlToTx: "https://finder.terra.money/phoenix-1/tx/{txHash}",
1784
+ },
1785
+ [ChainIds.Quicksilver]: {
1786
+ rpc: "https://rpc-quicksilver.keplr.app",
1787
+ rest: "https://lcd-quicksilver.keplr.app",
1788
+ chainId: "quicksilver-2",
1789
+ chainName: "Quicksilver",
1790
+ stakeCurrency: {
1791
+ coinDenom: "QCK",
1792
+ coinMinimalDenom: "uqck",
1793
+ coinDecimals: 6,
1794
+ },
1795
+ bip44: {
1796
+ coinType: 118,
1797
+ },
1798
+ bech32Config: exports.IBCAddress.defaultBech32Config("quick"),
1799
+ currencies: [
1800
+ {
1801
+ coinDenom: "QCK",
1802
+ coinMinimalDenom: "uqck",
1803
+ coinDecimals: 6,
1804
+ },
1805
+ ],
1806
+ feeCurrencies: [
1807
+ {
1808
+ coinDenom: "QCK",
1809
+ coinMinimalDenom: "uqck",
1810
+ coinDecimals: 6,
1811
+ gasPriceStep: {
1812
+ low: 0.0001,
1813
+ average: 0.0001,
1814
+ high: 0.00025,
1815
+ },
1816
+ },
1817
+ ],
1818
+ features: ["ibc-transfer", "ibc-go"],
1819
+ explorerUrlToTx: "https://www.mintscan.io/quicksilver/txs/{txHash}",
1820
+ },
1821
+ [ChainIds.StafiHub]: {
1822
+ rpc: "https://public-rpc1.stafihub.io",
1823
+ rest: "https://public-rest-rpc1.stafihub.io",
1824
+ chainId: "stafihub-1",
1825
+ chainName: "StaFi Hub",
1826
+ stakeCurrency: {
1827
+ coinDenom: "FIS",
1828
+ coinMinimalDenom: "ufis",
1829
+ coinDecimals: 6,
1830
+ },
1831
+ bip44: {
1832
+ coinType: 118,
1833
+ },
1834
+ bech32Config: exports.IBCAddress.defaultBech32Config("stafi"),
1835
+ currencies: [
1836
+ {
1837
+ coinDenom: "FIS",
1838
+ coinMinimalDenom: "ufis",
1839
+ coinDecimals: 6,
1840
+ },
1841
+ {
1842
+ coinDenom: "rATOM",
1843
+ coinMinimalDenom: "uratom",
1844
+ coinDecimals: 6,
1845
+ },
1846
+ {
1847
+ coinDenom: "rIRIS",
1848
+ coinMinimalDenom: "uriris",
1849
+ coinDecimals: 6,
1850
+ },
1851
+ {
1852
+ coinDenom: "rHUAHUA",
1853
+ coinMinimalDenom: "urhuahua",
1854
+ coinDecimals: 6,
1855
+ },
1856
+ ],
1857
+ feeCurrencies: [
1858
+ {
1859
+ coinDenom: "FIS",
1860
+ coinMinimalDenom: "ufis",
1861
+ coinDecimals: 6,
1862
+ gasPriceStep: {
1863
+ low: 0.01,
1864
+ average: 0.025,
1865
+ high: 0.04,
1866
+ },
1867
+ },
1868
+ ],
1869
+ features: ["ibc-transfer", "ibc-go"],
1870
+ explorerUrlToTx: "https://www.mintscan.io/stafi/txs/{txHash}",
1871
+ },
1872
+ [ChainIds.Canto]: {
1873
+ rpc: "https://canto-rpc.polkachu.com",
1874
+ rest: "https://canto-api.polkachu.com",
1875
+ chainId: "canto_7700-1",
1876
+ chainName: "Canto",
1877
+ stakeCurrency: {
1878
+ coinDenom: "CANTO",
1879
+ coinMinimalDenom: "acanto",
1880
+ coinDecimals: 18,
1881
+ coinGeckoId: "canto",
1882
+ },
1883
+ bip44: {
1884
+ coinType: 60,
1885
+ },
1886
+ bech32Config: exports.IBCAddress.defaultBech32Config("canto"),
1887
+ currencies: [
1888
+ {
1889
+ coinDenom: "CANTO",
1890
+ coinMinimalDenom: "acanto",
1891
+ coinDecimals: 18,
1892
+ coinGeckoId: "canto",
1893
+ },
1894
+ ],
1895
+ feeCurrencies: [
1896
+ {
1897
+ coinDenom: "CANTO",
1898
+ coinMinimalDenom: "acanto",
1899
+ coinDecimals: 18,
1900
+ gasPriceStep: {
1901
+ low: 1250000000000,
1902
+ average: 2500000000000,
1903
+ high: 3750000000000,
1904
+ },
1905
+ },
1906
+ ],
1907
+ features: ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
1908
+ explorerUrlToTx: "https://cosmos.explorer.canto.io/transactions/{txHash}",
1909
+ },
1910
+ [ChainIds.OmniFlixHub]: {
1911
+ rpc: "https://rpc.omniflix.network",
1912
+ rest: "https://rest.omniflix.network",
1913
+ chainId: "omniflixhub-1",
1914
+ chainName: "OmniFlix Hub",
1915
+ stakeCurrency: {
1916
+ coinDenom: "FLIX",
1917
+ coinMinimalDenom: "uflix",
1918
+ coinDecimals: 6,
1919
+ coinGeckoId: "omniflix-network",
1920
+ },
1921
+ bip44: {
1922
+ coinType: 118,
1923
+ },
1924
+ bech32Config: exports.IBCAddress.defaultBech32Config("omniflix"),
1925
+ currencies: [{
1926
+ coinDenom: "FLIX",
1927
+ coinMinimalDenom: "uflix",
1928
+ coinDecimals: 6,
1929
+ coinGeckoId: "omniflix-network",
1930
+ }],
1931
+ feeCurrencies: [{
1932
+ coinDenom: "FLIX",
1933
+ coinMinimalDenom: "uflix",
1934
+ coinDecimals: 6,
1935
+ coinGeckoId: "omniflix-network",
1936
+ gasPriceStep: {
1937
+ low: 0.001,
1938
+ average: 0.0025,
1939
+ high: 0.025,
1940
+ },
1941
+ }],
1942
+ features: ["ibc-transfer", "ibc-go"],
1943
+ explorerUrlToTx: "https://www.mintscan.io/omniflix/txs/{txHash}",
1944
+ },
1945
+ [ChainIds.Agoric]: {
1946
+ rpc: "https://rpc-agoric.keplr.app",
1947
+ rest: "https://lcd-agoric.keplr.app",
1948
+ chainId: "agoric-3",
1949
+ chainName: "Agoric",
1950
+ stakeCurrency: {
1951
+ coinDenom: "BLD",
1952
+ coinMinimalDenom: "ubld",
1953
+ coinDecimals: 6,
1954
+ coinGeckoId: "agoric",
1955
+ },
1956
+ bip44: {
1957
+ coinType: 564,
1958
+ },
1959
+ bech32Config: exports.IBCAddress.defaultBech32Config("agoric"),
1960
+ currencies: [
1961
+ {
1962
+ coinDenom: "BLD",
1963
+ coinMinimalDenom: "ubld",
1964
+ coinDecimals: 6,
1965
+ coinGeckoId: "agoric",
1966
+ },
1967
+ {
1968
+ coinDenom: "IST",
1969
+ coinMinimalDenom: "uist",
1970
+ coinDecimals: 6,
1971
+ },
1972
+ ],
1973
+ feeCurrencies: [
1974
+ {
1975
+ coinDenom: "BLD",
1976
+ coinMinimalDenom: "ubld",
1977
+ coinDecimals: 6,
1978
+ coinGeckoId: "agoric",
1979
+ gasPriceStep: {
1980
+ low: 0.03,
1981
+ average: 0.05,
1982
+ high: 0.07,
1983
+ },
1984
+ },
1985
+ {
1986
+ coinDenom: "IST",
1987
+ coinMinimalDenom: "uist",
1988
+ coinDecimals: 6,
1989
+ coinGeckoId: "inter-stable-token",
1990
+ gasPriceStep: {
1991
+ low: 0.0034,
1992
+ average: 0.007,
1993
+ high: 0.02,
1994
+ },
1995
+ },
1996
+ ],
1997
+ features: ["ibc-transfer", "ibc-go"],
1998
+ explorerUrlToTx: "https://www.atomscan.com/agoric/transactions/{txHash}",
1999
+ },
2000
+ };
2001
+ exports.swthChannels = {
2002
+ [ChainIds.Osmosis]: {
2003
+ ibc: {
2004
+ sourceChannel: "channel-0",
2005
+ dstChannel: "channel-188",
2006
+ },
2007
+ },
2008
+ [ChainIds.Terra]: {
2009
+ ibc: {
2010
+ sourceChannel: "channel-2",
2011
+ dstChannel: "channel-48",
2012
+ },
2013
+ },
2014
+ [ChainIds.CosmosHub]: {
2015
+ ibc: {
2016
+ sourceChannel: "channel-3",
2017
+ dstChannel: "channel-342",
2018
+ },
2019
+ },
2020
+ [ChainIds.Juno]: {
2021
+ ibc: {
2022
+ sourceChannel: "channel-4",
2023
+ dstChannel: "channel-92",
2024
+ },
2025
+ },
2026
+ [ChainIds.Evmos]: {
2027
+ ibc: {
2028
+ sourceChannel: "channel-6",
2029
+ dstChannel: "channel-23",
2030
+ },
2031
+ },
2032
+ [ChainIds.Axelar]: {
2033
+ ibc: {
2034
+ sourceChannel: "channel-7",
2035
+ dstChannel: "channel-37",
2036
+ },
2037
+ },
2038
+ [ChainIds.Stride]: {
2039
+ ibc: {
2040
+ sourceChannel: "channel-8",
2041
+ dstChannel: "channel-47",
2042
+ },
2043
+ },
2044
+ [ChainIds.Kujira]: {
2045
+ ibc: {
2046
+ sourceChannel: "channel-9",
2047
+ dstChannel: "channel-46",
2048
+ },
2049
+ },
2050
+ [ChainIds.Terra2]: {
2051
+ ibc: {
2052
+ sourceChannel: "channel-12",
2053
+ dstChannel: "channel-36",
2054
+ },
2055
+ cw20: {
2056
+ sourceChannel: "channel-16",
2057
+ dstChannel: "channel-41",
2058
+ portId: "terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au",
2059
+ },
2060
+ },
2061
+ [ChainIds.Comdex]: {
2062
+ ibc: {
2063
+ sourceChannel: "channel-11",
2064
+ dstChannel: "channel-50",
2065
+ },
2066
+ },
2067
+ [ChainIds.Quicksilver]: {
2068
+ ibc: {
2069
+ sourceChannel: "channel-17",
2070
+ dstChannel: "channel-10",
2071
+ },
2072
+ },
2073
+ [ChainIds.StafiHub]: {
2074
+ ibc: {
2075
+ sourceChannel: "channel-13",
2076
+ dstChannel: "channel-5",
2077
+ },
2078
+ },
2079
+ [ChainIds.Persistence]: {
2080
+ ibc: {
2081
+ sourceChannel: "channel-14",
2082
+ dstChannel: "channel-62",
2083
+ },
2084
+ },
2085
+ [ChainIds.Stargaze]: {
2086
+ ibc: {
2087
+ sourceChannel: "channel-15",
2088
+ dstChannel: "channel-123",
2089
+ },
2090
+ },
2091
+ [ChainIds.Canto]: {
2092
+ ibc: {
2093
+ sourceChannel: "channel-18",
2094
+ dstChannel: "channel-6",
2095
+ },
2096
+ },
2097
+ [ChainIds.OmniFlixHub]: {
2098
+ ibc: {
2099
+ sourceChannel: "channel-19",
2100
+ dstChannel: "channel-24",
2101
+ },
2102
+ },
2103
+ [ChainIds.Agoric]: {
2104
+ ibc: {
2105
+ sourceChannel: "channel-20",
2106
+ dstChannel: "channel-12",
2107
+ },
2108
+ },
2109
+ [ChainIds.Sommelier]: {
2110
+ ibc: {
2111
+ sourceChannel: "channel-23",
2112
+ dstChannel: "channel-3",
2113
+ },
2114
+ },
2115
+ };
2116
+ exports.cibtIbcTokenRegex = RegExp(`^${token_1.DenomPrefix.CDPToken}/ibc/([a-f\\d]+)$`, "i");
2117
+ exports.ibcTokenRegex = /^ibc\/([a-f\d]+)$/i;
2118
+ exports.cw20TokenRegex = /^cw20:([a-z\d]+)$/i;
2119
+ exports.factoryIbcMinimalDenomRegex = /^factory:([a-z\d]+):([a-z\d]+)$/i;
2120
+ exports.cosmBridgeRegex = /^wasm\.([a-z\d]+)$/i;
2121
+ exports.ibcNetworkRegex = /^([a-z\d_-]+)-([\d]+)$/i;
2122
+ exports.ibcTransferChannelRegex = /^transfer\/channel-(\d+)/i;
2123
+ exports.ibcDefaultGas = 300000;
2124
+ exports.ibcGasOverride = {
2125
+ [ChainIds.Osmosis]: 500000,
2126
+ };
2127
+ exports.DefaultGasPriceStep = {
2128
+ low: 0.01,
2129
+ average: 0.025,
2130
+ high: 0.04,
2131
+ };