@wormhole-foundation/sdk-base 0.3.0-beta.8 → 0.3.0

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 (157) hide show
  1. package/dist/cjs/constants/chains.d.ts +37 -13
  2. package/dist/cjs/constants/chains.d.ts.map +1 -1
  3. package/dist/cjs/constants/chains.js +5 -1
  4. package/dist/cjs/constants/chains.js.map +1 -1
  5. package/dist/cjs/constants/circle.d.ts +9 -9
  6. package/dist/cjs/constants/contracts/core.d.ts +1 -1
  7. package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
  8. package/dist/cjs/constants/contracts/core.js +5 -0
  9. package/dist/cjs/constants/contracts/core.js.map +1 -1
  10. package/dist/cjs/constants/contracts/index.d.ts +189 -9
  11. package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
  12. package/dist/cjs/constants/contracts/nftBridge.d.ts +1 -1
  13. package/dist/cjs/constants/contracts/nftBridge.d.ts.map +1 -1
  14. package/dist/cjs/constants/contracts/nftBridge.js +5 -0
  15. package/dist/cjs/constants/contracts/nftBridge.js.map +1 -1
  16. package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
  17. package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
  18. package/dist/cjs/constants/contracts/tokenBridge.js +5 -0
  19. package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
  20. package/dist/cjs/constants/decimals.d.ts +1 -1
  21. package/dist/cjs/constants/explorer.d.ts +2 -2
  22. package/dist/cjs/constants/explorer.d.ts.map +1 -1
  23. package/dist/cjs/constants/finality.d.ts +19 -7
  24. package/dist/cjs/constants/finality.d.ts.map +1 -1
  25. package/dist/cjs/constants/finality.js +5 -0
  26. package/dist/cjs/constants/finality.js.map +1 -1
  27. package/dist/cjs/constants/index.d.ts +1 -0
  28. package/dist/cjs/constants/index.d.ts.map +1 -1
  29. package/dist/cjs/constants/index.js +2 -1
  30. package/dist/cjs/constants/index.js.map +1 -1
  31. package/dist/cjs/constants/nativeChainIds.d.ts +79 -7
  32. package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
  33. package/dist/cjs/constants/nativeChainIds.js +5 -6
  34. package/dist/cjs/constants/nativeChainIds.js.map +1 -1
  35. package/dist/cjs/constants/platforms.d.ts +22 -10
  36. package/dist/cjs/constants/platforms.d.ts.map +1 -1
  37. package/dist/cjs/constants/platforms.js +5 -0
  38. package/dist/cjs/constants/platforms.js.map +1 -1
  39. package/dist/cjs/constants/rpc.d.ts.map +1 -1
  40. package/dist/cjs/constants/rpc.js +7 -0
  41. package/dist/cjs/constants/rpc.js.map +1 -1
  42. package/dist/cjs/constants/tokens/index.d.ts +12 -0
  43. package/dist/cjs/constants/tokens/index.d.ts.map +1 -0
  44. package/dist/cjs/constants/tokens/index.js +101 -0
  45. package/dist/cjs/constants/tokens/index.js.map +1 -0
  46. package/dist/cjs/constants/tokens/mainnet.d.ts +9207 -0
  47. package/dist/cjs/constants/tokens/mainnet.d.ts.map +1 -0
  48. package/dist/cjs/constants/tokens/mainnet.js +4219 -0
  49. package/dist/cjs/constants/tokens/mainnet.js.map +1 -0
  50. package/dist/cjs/constants/tokens/mainnetDetails.d.ts +1306 -0
  51. package/dist/cjs/constants/tokens/mainnetDetails.d.ts.map +1 -0
  52. package/dist/cjs/constants/tokens/mainnetDetails.js +507 -0
  53. package/dist/cjs/constants/tokens/mainnetDetails.js.map +1 -0
  54. package/dist/cjs/constants/tokens/testnet.d.ts +6889 -0
  55. package/dist/cjs/constants/tokens/testnet.d.ts.map +1 -0
  56. package/dist/cjs/constants/tokens/testnet.js +3176 -0
  57. package/dist/cjs/constants/tokens/testnet.js.map +1 -0
  58. package/dist/cjs/constants/tokens/testnetDetails.d.ts +1071 -0
  59. package/dist/cjs/constants/tokens/testnetDetails.d.ts.map +1 -0
  60. package/dist/cjs/constants/tokens/testnetDetails.js +419 -0
  61. package/dist/cjs/constants/tokens/testnetDetails.js.map +1 -0
  62. package/dist/cjs/constants/tokens/tmp/mainnet.d.ts +3 -0
  63. package/dist/cjs/constants/tokens/tmp/mainnet.d.ts.map +1 -0
  64. package/dist/cjs/constants/tokens/tmp/mainnet.js +2494 -0
  65. package/dist/cjs/constants/tokens/tmp/mainnet.js.map +1 -0
  66. package/dist/cjs/constants/tokens/tmp/testnet.d.ts +3 -0
  67. package/dist/cjs/constants/tokens/tmp/testnet.d.ts.map +1 -0
  68. package/dist/cjs/constants/tokens/tmp/testnet.js +1893 -0
  69. package/dist/cjs/constants/tokens/tmp/testnet.js.map +1 -0
  70. package/dist/cjs/constants/tokens/tmp/types.d.ts +29 -0
  71. package/dist/cjs/constants/tokens/tmp/types.d.ts.map +1 -0
  72. package/dist/cjs/constants/tokens/tmp/types.js +3 -0
  73. package/dist/cjs/constants/tokens/tmp/types.js.map +1 -0
  74. package/dist/cjs/constants/tokens/types.d.ts +27 -0
  75. package/dist/cjs/constants/tokens/types.d.ts.map +1 -0
  76. package/dist/cjs/constants/tokens/types.js +3 -0
  77. package/dist/cjs/constants/tokens/types.js.map +1 -0
  78. package/dist/esm/constants/chains.d.ts +37 -13
  79. package/dist/esm/constants/chains.d.ts.map +1 -1
  80. package/dist/esm/constants/chains.js +5 -1
  81. package/dist/esm/constants/chains.js.map +1 -1
  82. package/dist/esm/constants/circle.d.ts +9 -9
  83. package/dist/esm/constants/contracts/core.d.ts +1 -1
  84. package/dist/esm/constants/contracts/core.d.ts.map +1 -1
  85. package/dist/esm/constants/contracts/core.js +5 -0
  86. package/dist/esm/constants/contracts/core.js.map +1 -1
  87. package/dist/esm/constants/contracts/index.d.ts +189 -9
  88. package/dist/esm/constants/contracts/index.d.ts.map +1 -1
  89. package/dist/esm/constants/contracts/nftBridge.d.ts +1 -1
  90. package/dist/esm/constants/contracts/nftBridge.d.ts.map +1 -1
  91. package/dist/esm/constants/contracts/nftBridge.js +5 -0
  92. package/dist/esm/constants/contracts/nftBridge.js.map +1 -1
  93. package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
  94. package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
  95. package/dist/esm/constants/contracts/tokenBridge.js +5 -0
  96. package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
  97. package/dist/esm/constants/decimals.d.ts +1 -1
  98. package/dist/esm/constants/explorer.d.ts +2 -2
  99. package/dist/esm/constants/explorer.d.ts.map +1 -1
  100. package/dist/esm/constants/finality.d.ts +19 -7
  101. package/dist/esm/constants/finality.d.ts.map +1 -1
  102. package/dist/esm/constants/finality.js +5 -0
  103. package/dist/esm/constants/finality.js.map +1 -1
  104. package/dist/esm/constants/index.d.ts +1 -0
  105. package/dist/esm/constants/index.d.ts.map +1 -1
  106. package/dist/esm/constants/index.js +1 -0
  107. package/dist/esm/constants/index.js.map +1 -1
  108. package/dist/esm/constants/nativeChainIds.d.ts +79 -7
  109. package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
  110. package/dist/esm/constants/nativeChainIds.js +5 -6
  111. package/dist/esm/constants/nativeChainIds.js.map +1 -1
  112. package/dist/esm/constants/platforms.d.ts +22 -10
  113. package/dist/esm/constants/platforms.d.ts.map +1 -1
  114. package/dist/esm/constants/platforms.js +5 -0
  115. package/dist/esm/constants/platforms.js.map +1 -1
  116. package/dist/esm/constants/rpc.d.ts.map +1 -1
  117. package/dist/esm/constants/rpc.js +7 -0
  118. package/dist/esm/constants/rpc.js.map +1 -1
  119. package/dist/esm/constants/tokens/index.d.ts +12 -0
  120. package/dist/esm/constants/tokens/index.d.ts.map +1 -0
  121. package/dist/esm/constants/tokens/index.js +77 -0
  122. package/dist/esm/constants/tokens/index.js.map +1 -0
  123. package/dist/esm/constants/tokens/mainnet.d.ts +9207 -0
  124. package/dist/esm/constants/tokens/mainnet.d.ts.map +1 -0
  125. package/dist/esm/constants/tokens/mainnet.js +4216 -0
  126. package/dist/esm/constants/tokens/mainnet.js.map +1 -0
  127. package/dist/esm/constants/tokens/mainnetDetails.d.ts +1306 -0
  128. package/dist/esm/constants/tokens/mainnetDetails.d.ts.map +1 -0
  129. package/dist/esm/constants/tokens/mainnetDetails.js +504 -0
  130. package/dist/esm/constants/tokens/mainnetDetails.js.map +1 -0
  131. package/dist/esm/constants/tokens/testnet.d.ts +6889 -0
  132. package/dist/esm/constants/tokens/testnet.d.ts.map +1 -0
  133. package/dist/esm/constants/tokens/testnet.js +3173 -0
  134. package/dist/esm/constants/tokens/testnet.js.map +1 -0
  135. package/dist/esm/constants/tokens/testnetDetails.d.ts +1071 -0
  136. package/dist/esm/constants/tokens/testnetDetails.d.ts.map +1 -0
  137. package/dist/esm/constants/tokens/testnetDetails.js +416 -0
  138. package/dist/esm/constants/tokens/testnetDetails.js.map +1 -0
  139. package/dist/esm/constants/tokens/tmp/mainnet.d.ts +3 -0
  140. package/dist/esm/constants/tokens/tmp/mainnet.d.ts.map +1 -0
  141. package/dist/esm/constants/tokens/tmp/mainnet.js +2491 -0
  142. package/dist/esm/constants/tokens/tmp/mainnet.js.map +1 -0
  143. package/dist/esm/constants/tokens/tmp/testnet.d.ts +3 -0
  144. package/dist/esm/constants/tokens/tmp/testnet.d.ts.map +1 -0
  145. package/dist/esm/constants/tokens/tmp/testnet.js +1890 -0
  146. package/dist/esm/constants/tokens/tmp/testnet.js.map +1 -0
  147. package/dist/esm/constants/tokens/tmp/types.d.ts +29 -0
  148. package/dist/esm/constants/tokens/tmp/types.d.ts.map +1 -0
  149. package/dist/esm/constants/tokens/tmp/types.js +2 -0
  150. package/dist/esm/constants/tokens/tmp/types.js.map +1 -0
  151. package/dist/esm/constants/tokens/types.d.ts +27 -0
  152. package/dist/esm/constants/tokens/types.d.ts.map +1 -0
  153. package/dist/esm/constants/tokens/types.js +2 -0
  154. package/dist/esm/constants/tokens/types.js.map +1 -0
  155. package/dist/tsconfig.cjs.tsbuildinfo +1 -1
  156. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  157. package/package.json +2 -2
@@ -0,0 +1,1071 @@
1
+ export declare const testnetTokenDetails: (<K1 extends "ETH" | "WETH" | "USDCeth" | "WBTC" | "USDT" | "DAI" | "WMATIC" | "WBNB" | "WAVAX" | "USDCavax" | "WFTM" | "CELO" | "WGLMR" | "WSOL" | "USDCsol" | "SUI" | "APT" | "WETHarbitrum" | "USDCarbitrum" | "WETHoptimism" | "WETHbase" | "tBTC" | "tBTCpolygon" | "tBTCoptimism" | "tBTCarbitrum" | "tBTCbase" | "wstETH" | "USDCpolygon" | "BNB" | "USDCoptimism" | "USDCbase" | "MATIC" | "AVAX" | "FTM" | "GLMR" | "SOL" | "tBTCsol" | "ETHbase" | "ETHarbitrum" | "ETHoptimism" | "OSMO" | "EVMOS" | "KUJI" | "SEI" | "ATOM">(args_0: K1) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "ETH" | "WETH" | "USDCeth" | "WBTC" | "USDT" | "DAI" | "WMATIC" | "WBNB" | "WAVAX" | "USDCavax" | "WFTM" | "CELO" | "WGLMR" | "WSOL" | "USDCsol" | "SUI" | "APT" | "WETHarbitrum" | "USDCarbitrum" | "WETHoptimism" | "WETHbase" | "tBTC" | "tBTCpolygon" | "tBTCoptimism" | "tBTCarbitrum" | "tBTCbase" | "wstETH" | "USDCpolygon" | "BNB" | "USDCoptimism" | "USDCbase" | "MATIC" | "AVAX" | "FTM" | "GLMR" | "SOL" | "tBTCsol" | "ETHbase" | "ETHarbitrum" | "ETHoptimism" | "OSMO" | "EVMOS" | "KUJI" | "SEI" | "ATOM" ? {
2
+ readonly ETH: {
3
+ readonly key: "ETH";
4
+ readonly symbol: "ETH";
5
+ readonly coinGeckoId: "ethereum";
6
+ readonly nativeChain: "Ethereum";
7
+ };
8
+ readonly WETH: {
9
+ readonly key: "WETH";
10
+ readonly symbol: "WETH";
11
+ readonly coinGeckoId: "ethereum";
12
+ readonly nativeChain: "Ethereum";
13
+ };
14
+ readonly USDCeth: {
15
+ readonly key: "USDCeth";
16
+ readonly symbol: "USDC";
17
+ readonly coinGeckoId: "usd-coin";
18
+ readonly nativeChain: "Ethereum";
19
+ };
20
+ readonly WBTC: {
21
+ readonly key: "WBTC";
22
+ readonly symbol: "WBTC";
23
+ readonly coinGeckoId: "wrapped-bitcoin";
24
+ readonly nativeChain: "Ethereum";
25
+ };
26
+ readonly USDT: {
27
+ readonly key: "USDT";
28
+ readonly symbol: "USDT";
29
+ readonly coinGeckoId: "tether";
30
+ readonly nativeChain: "Ethereum";
31
+ };
32
+ readonly DAI: {
33
+ readonly key: "DAI";
34
+ readonly symbol: "DAI";
35
+ readonly coinGeckoId: "dai";
36
+ readonly nativeChain: "Ethereum";
37
+ };
38
+ readonly MATIC: {
39
+ readonly key: "MATIC";
40
+ readonly symbol: "MATIC";
41
+ readonly coinGeckoId: "matic-network";
42
+ readonly nativeChain: "Polygon";
43
+ };
44
+ readonly WMATIC: {
45
+ readonly key: "WMATIC";
46
+ readonly symbol: "WMATIC";
47
+ readonly coinGeckoId: "matic-network";
48
+ readonly nativeChain: "Polygon";
49
+ };
50
+ readonly USDCpolygon: {
51
+ readonly key: "USDCpolygon";
52
+ readonly symbol: "USDC";
53
+ readonly coinGeckoId: "usd-coin";
54
+ readonly nativeChain: "Polygon";
55
+ };
56
+ readonly BNB: {
57
+ readonly key: "BNB";
58
+ readonly symbol: "BNB";
59
+ readonly coinGeckoId: "binancecoin";
60
+ readonly nativeChain: "Bsc";
61
+ };
62
+ readonly WBNB: {
63
+ readonly key: "WBNB";
64
+ readonly symbol: "WBNB";
65
+ readonly coinGeckoId: "binancecoin";
66
+ readonly nativeChain: "Bsc";
67
+ };
68
+ readonly AVAX: {
69
+ readonly key: "AVAX";
70
+ readonly symbol: "AVAX";
71
+ readonly coinGeckoId: "avalanche-2";
72
+ readonly nativeChain: "Avalanche";
73
+ };
74
+ readonly WAVAX: {
75
+ readonly key: "WAVAX";
76
+ readonly symbol: "WAVAX";
77
+ readonly coinGeckoId: "avalanche-2";
78
+ readonly nativeChain: "Avalanche";
79
+ };
80
+ readonly USDCavax: {
81
+ readonly key: "USDCavax";
82
+ readonly symbol: "USDC";
83
+ readonly coinGeckoId: "usd-coin";
84
+ readonly nativeChain: "Avalanche";
85
+ };
86
+ readonly FTM: {
87
+ readonly key: "FTM";
88
+ readonly symbol: "FTM";
89
+ readonly coinGeckoId: "fantom";
90
+ readonly nativeChain: "Fantom";
91
+ };
92
+ readonly WFTM: {
93
+ readonly key: "WFTM";
94
+ readonly symbol: "WFTM";
95
+ readonly coinGeckoId: "fantom";
96
+ readonly nativeChain: "Fantom";
97
+ };
98
+ readonly CELO: {
99
+ readonly key: "CELO";
100
+ readonly symbol: "CELO";
101
+ readonly coinGeckoId: "celo";
102
+ readonly nativeChain: "Celo";
103
+ };
104
+ readonly GLMR: {
105
+ readonly key: "GLMR";
106
+ readonly symbol: "GLMR";
107
+ readonly coinGeckoId: "moonbeam";
108
+ readonly nativeChain: "Moonbeam";
109
+ };
110
+ readonly WGLMR: {
111
+ readonly key: "WGLMR";
112
+ readonly symbol: "WGLMR";
113
+ readonly coinGeckoId: "moonbeam";
114
+ readonly nativeChain: "Moonbeam";
115
+ };
116
+ readonly SOL: {
117
+ readonly key: "SOL";
118
+ readonly symbol: "SOL";
119
+ readonly coinGeckoId: "solana";
120
+ readonly nativeChain: "Solana";
121
+ };
122
+ readonly WSOL: {
123
+ readonly key: "WSOL";
124
+ readonly symbol: "WSOL";
125
+ readonly coinGeckoId: "solana";
126
+ readonly nativeChain: "Solana";
127
+ };
128
+ readonly USDCsol: {
129
+ readonly key: "USDCsol";
130
+ readonly symbol: "USDC";
131
+ readonly coinGeckoId: "usd-coin";
132
+ readonly nativeChain: "Solana";
133
+ };
134
+ readonly SUI: {
135
+ readonly key: "SUI";
136
+ readonly symbol: "SUI";
137
+ readonly coinGeckoId: "sui";
138
+ readonly nativeChain: "Sui";
139
+ };
140
+ readonly APT: {
141
+ readonly key: "APT";
142
+ readonly symbol: "APT";
143
+ readonly coinGeckoId: "aptos";
144
+ readonly nativeChain: "Aptos";
145
+ };
146
+ readonly ETHarbitrum: {
147
+ readonly key: "ETHarbitrum";
148
+ readonly symbol: "ETH";
149
+ readonly displayName: "ETH (Arbitrum)";
150
+ readonly coinGeckoId: "ethereum";
151
+ readonly nativeChain: "Arbitrum";
152
+ };
153
+ readonly WETHarbitrum: {
154
+ readonly key: "WETHarbitrum";
155
+ readonly symbol: "WETH";
156
+ readonly displayName: "WETH (Arbitrum)";
157
+ readonly coinGeckoId: "ethereum";
158
+ readonly nativeChain: "Arbitrum";
159
+ };
160
+ readonly USDCarbitrum: {
161
+ readonly key: "USDCarbitrum";
162
+ readonly symbol: "USDC";
163
+ readonly coinGeckoId: "usd-coin";
164
+ readonly nativeChain: "Arbitrum";
165
+ };
166
+ readonly ETHoptimism: {
167
+ readonly key: "ETHoptimism";
168
+ readonly symbol: "ETH";
169
+ readonly displayName: "ETH (Optimism)";
170
+ readonly coinGeckoId: "ethereum";
171
+ readonly nativeChain: "Optimism";
172
+ };
173
+ readonly WETHoptimism: {
174
+ readonly key: "WETHoptimism";
175
+ readonly symbol: "WETH";
176
+ readonly displayName: "WETH (Optimism)";
177
+ readonly coinGeckoId: "ethereum";
178
+ readonly nativeChain: "Optimism";
179
+ };
180
+ readonly USDCoptimism: {
181
+ readonly key: "USDCoptimism";
182
+ readonly symbol: "USDC";
183
+ readonly coinGeckoId: "usd-coin";
184
+ readonly nativeChain: "Optimism";
185
+ };
186
+ readonly ETHbase: {
187
+ readonly key: "ETHbase";
188
+ readonly symbol: "ETH";
189
+ readonly displayName: "ETH (Base)";
190
+ readonly coinGeckoId: "ethereum";
191
+ readonly nativeChain: "Base";
192
+ };
193
+ readonly WETHbase: {
194
+ readonly key: "WETHbase";
195
+ readonly symbol: "WETH";
196
+ readonly displayName: "WETH (Base)";
197
+ readonly coinGeckoId: "ethereum";
198
+ readonly nativeChain: "Base";
199
+ };
200
+ readonly USDCbase: {
201
+ readonly key: "USDCbase";
202
+ readonly symbol: "USDC";
203
+ readonly coinGeckoId: "usd-coin";
204
+ readonly nativeChain: "Base";
205
+ };
206
+ readonly OSMO: {
207
+ readonly key: "OSMO";
208
+ readonly symbol: "OSMO";
209
+ readonly coinGeckoId: "osmosis";
210
+ readonly nativeChain: "Osmosis";
211
+ };
212
+ readonly tBTC: {
213
+ readonly key: "tBTC";
214
+ readonly symbol: "tBTC";
215
+ readonly coinGeckoId: "tbtc";
216
+ readonly nativeChain: "Ethereum";
217
+ };
218
+ readonly tBTCpolygon: {
219
+ readonly key: "tBTCpolygon";
220
+ readonly symbol: "tBTC";
221
+ readonly coinGeckoId: "tbtc";
222
+ readonly nativeChain: "Polygon";
223
+ };
224
+ readonly tBTCoptimism: {
225
+ readonly key: "tBTCoptimism";
226
+ readonly symbol: "tBTC";
227
+ readonly coinGeckoId: "tbtc";
228
+ readonly nativeChain: "Optimism";
229
+ };
230
+ readonly tBTCarbitrum: {
231
+ readonly key: "tBTCarbitrum";
232
+ readonly symbol: "tBTC";
233
+ readonly coinGeckoId: "tbtc";
234
+ readonly nativeChain: "Arbitrum";
235
+ };
236
+ readonly tBTCbase: {
237
+ readonly key: "tBTCbase";
238
+ readonly symbol: "tBTC";
239
+ readonly coinGeckoId: "tbtc";
240
+ readonly nativeChain: "Base";
241
+ };
242
+ readonly tBTCsol: {
243
+ readonly key: "tBTCsol";
244
+ readonly symbol: "tBTC";
245
+ readonly coinGeckoId: "tbtc";
246
+ readonly nativeChain: "Solana";
247
+ };
248
+ readonly wstETH: {
249
+ readonly key: "wstETH";
250
+ readonly symbol: "wstETH";
251
+ readonly coinGeckoId: "wrapped-steth";
252
+ readonly nativeChain: "Ethereum";
253
+ };
254
+ readonly SEI: {
255
+ readonly key: "SEI";
256
+ readonly symbol: "SEI";
257
+ readonly coinGeckoId: "sei";
258
+ readonly nativeChain: "Sei";
259
+ };
260
+ readonly ATOM: {
261
+ readonly key: "ATOM";
262
+ readonly symbol: "ATOM";
263
+ readonly coinGeckoId: "cosmos-hub";
264
+ readonly nativeChain: "Cosmoshub";
265
+ };
266
+ readonly EVMOS: {
267
+ readonly key: "EVMOS";
268
+ readonly symbol: "EVMOS";
269
+ readonly coinGeckoId: "evmos";
270
+ readonly nativeChain: "Evmos";
271
+ };
272
+ readonly KUJI: {
273
+ readonly key: "KUJI";
274
+ readonly symbol: "KUJI";
275
+ readonly coinGeckoId: "kujira";
276
+ readonly nativeChain: "Kujira";
277
+ };
278
+ }[("ETH" | "WETH" | "USDCeth" | "WBTC" | "USDT" | "DAI" | "WMATIC" | "WBNB" | "WAVAX" | "USDCavax" | "WFTM" | "CELO" | "WGLMR" | "WSOL" | "USDCsol" | "SUI" | "APT" | "WETHarbitrum" | "USDCarbitrum" | "WETHoptimism" | "WETHbase" | "tBTC" | "tBTCpolygon" | "tBTCoptimism" | "tBTCarbitrum" | "tBTCbase" | "wstETH" | "USDCpolygon" | "BNB" | "USDCoptimism" | "USDCbase" | "MATIC" | "AVAX" | "FTM" | "GLMR" | "SOL" | "tBTCsol" | "ETHbase" | "ETHarbitrum" | "ETHoptimism" | "OSMO" | "EVMOS" | "KUJI" | "SEI" | "ATOM") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
279
+ [key: string]: unknown;
280
+ [key: number]: unknown;
281
+ [key: symbol]: unknown;
282
+ } ? {
283
+ readonly ETH: {
284
+ readonly key: "ETH";
285
+ readonly symbol: "ETH";
286
+ readonly coinGeckoId: "ethereum";
287
+ readonly nativeChain: "Ethereum";
288
+ };
289
+ readonly WETH: {
290
+ readonly key: "WETH";
291
+ readonly symbol: "WETH";
292
+ readonly coinGeckoId: "ethereum";
293
+ readonly nativeChain: "Ethereum";
294
+ };
295
+ readonly USDCeth: {
296
+ readonly key: "USDCeth";
297
+ readonly symbol: "USDC";
298
+ readonly coinGeckoId: "usd-coin";
299
+ readonly nativeChain: "Ethereum";
300
+ };
301
+ readonly WBTC: {
302
+ readonly key: "WBTC";
303
+ readonly symbol: "WBTC";
304
+ readonly coinGeckoId: "wrapped-bitcoin";
305
+ readonly nativeChain: "Ethereum";
306
+ };
307
+ readonly USDT: {
308
+ readonly key: "USDT";
309
+ readonly symbol: "USDT";
310
+ readonly coinGeckoId: "tether";
311
+ readonly nativeChain: "Ethereum";
312
+ };
313
+ readonly DAI: {
314
+ readonly key: "DAI";
315
+ readonly symbol: "DAI";
316
+ readonly coinGeckoId: "dai";
317
+ readonly nativeChain: "Ethereum";
318
+ };
319
+ readonly MATIC: {
320
+ readonly key: "MATIC";
321
+ readonly symbol: "MATIC";
322
+ readonly coinGeckoId: "matic-network";
323
+ readonly nativeChain: "Polygon";
324
+ };
325
+ readonly WMATIC: {
326
+ readonly key: "WMATIC";
327
+ readonly symbol: "WMATIC";
328
+ readonly coinGeckoId: "matic-network";
329
+ readonly nativeChain: "Polygon";
330
+ };
331
+ readonly USDCpolygon: {
332
+ readonly key: "USDCpolygon";
333
+ readonly symbol: "USDC";
334
+ readonly coinGeckoId: "usd-coin";
335
+ readonly nativeChain: "Polygon";
336
+ };
337
+ readonly BNB: {
338
+ readonly key: "BNB";
339
+ readonly symbol: "BNB";
340
+ readonly coinGeckoId: "binancecoin";
341
+ readonly nativeChain: "Bsc";
342
+ };
343
+ readonly WBNB: {
344
+ readonly key: "WBNB";
345
+ readonly symbol: "WBNB";
346
+ readonly coinGeckoId: "binancecoin";
347
+ readonly nativeChain: "Bsc";
348
+ };
349
+ readonly AVAX: {
350
+ readonly key: "AVAX";
351
+ readonly symbol: "AVAX";
352
+ readonly coinGeckoId: "avalanche-2";
353
+ readonly nativeChain: "Avalanche";
354
+ };
355
+ readonly WAVAX: {
356
+ readonly key: "WAVAX";
357
+ readonly symbol: "WAVAX";
358
+ readonly coinGeckoId: "avalanche-2";
359
+ readonly nativeChain: "Avalanche";
360
+ };
361
+ readonly USDCavax: {
362
+ readonly key: "USDCavax";
363
+ readonly symbol: "USDC";
364
+ readonly coinGeckoId: "usd-coin";
365
+ readonly nativeChain: "Avalanche";
366
+ };
367
+ readonly FTM: {
368
+ readonly key: "FTM";
369
+ readonly symbol: "FTM";
370
+ readonly coinGeckoId: "fantom";
371
+ readonly nativeChain: "Fantom";
372
+ };
373
+ readonly WFTM: {
374
+ readonly key: "WFTM";
375
+ readonly symbol: "WFTM";
376
+ readonly coinGeckoId: "fantom";
377
+ readonly nativeChain: "Fantom";
378
+ };
379
+ readonly CELO: {
380
+ readonly key: "CELO";
381
+ readonly symbol: "CELO";
382
+ readonly coinGeckoId: "celo";
383
+ readonly nativeChain: "Celo";
384
+ };
385
+ readonly GLMR: {
386
+ readonly key: "GLMR";
387
+ readonly symbol: "GLMR";
388
+ readonly coinGeckoId: "moonbeam";
389
+ readonly nativeChain: "Moonbeam";
390
+ };
391
+ readonly WGLMR: {
392
+ readonly key: "WGLMR";
393
+ readonly symbol: "WGLMR";
394
+ readonly coinGeckoId: "moonbeam";
395
+ readonly nativeChain: "Moonbeam";
396
+ };
397
+ readonly SOL: {
398
+ readonly key: "SOL";
399
+ readonly symbol: "SOL";
400
+ readonly coinGeckoId: "solana";
401
+ readonly nativeChain: "Solana";
402
+ };
403
+ readonly WSOL: {
404
+ readonly key: "WSOL";
405
+ readonly symbol: "WSOL";
406
+ readonly coinGeckoId: "solana";
407
+ readonly nativeChain: "Solana";
408
+ };
409
+ readonly USDCsol: {
410
+ readonly key: "USDCsol";
411
+ readonly symbol: "USDC";
412
+ readonly coinGeckoId: "usd-coin";
413
+ readonly nativeChain: "Solana";
414
+ };
415
+ readonly SUI: {
416
+ readonly key: "SUI";
417
+ readonly symbol: "SUI";
418
+ readonly coinGeckoId: "sui";
419
+ readonly nativeChain: "Sui";
420
+ };
421
+ readonly APT: {
422
+ readonly key: "APT";
423
+ readonly symbol: "APT";
424
+ readonly coinGeckoId: "aptos";
425
+ readonly nativeChain: "Aptos";
426
+ };
427
+ readonly ETHarbitrum: {
428
+ readonly key: "ETHarbitrum";
429
+ readonly symbol: "ETH";
430
+ readonly displayName: "ETH (Arbitrum)";
431
+ readonly coinGeckoId: "ethereum";
432
+ readonly nativeChain: "Arbitrum";
433
+ };
434
+ readonly WETHarbitrum: {
435
+ readonly key: "WETHarbitrum";
436
+ readonly symbol: "WETH";
437
+ readonly displayName: "WETH (Arbitrum)";
438
+ readonly coinGeckoId: "ethereum";
439
+ readonly nativeChain: "Arbitrum";
440
+ };
441
+ readonly USDCarbitrum: {
442
+ readonly key: "USDCarbitrum";
443
+ readonly symbol: "USDC";
444
+ readonly coinGeckoId: "usd-coin";
445
+ readonly nativeChain: "Arbitrum";
446
+ };
447
+ readonly ETHoptimism: {
448
+ readonly key: "ETHoptimism";
449
+ readonly symbol: "ETH";
450
+ readonly displayName: "ETH (Optimism)";
451
+ readonly coinGeckoId: "ethereum";
452
+ readonly nativeChain: "Optimism";
453
+ };
454
+ readonly WETHoptimism: {
455
+ readonly key: "WETHoptimism";
456
+ readonly symbol: "WETH";
457
+ readonly displayName: "WETH (Optimism)";
458
+ readonly coinGeckoId: "ethereum";
459
+ readonly nativeChain: "Optimism";
460
+ };
461
+ readonly USDCoptimism: {
462
+ readonly key: "USDCoptimism";
463
+ readonly symbol: "USDC";
464
+ readonly coinGeckoId: "usd-coin";
465
+ readonly nativeChain: "Optimism";
466
+ };
467
+ readonly ETHbase: {
468
+ readonly key: "ETHbase";
469
+ readonly symbol: "ETH";
470
+ readonly displayName: "ETH (Base)";
471
+ readonly coinGeckoId: "ethereum";
472
+ readonly nativeChain: "Base";
473
+ };
474
+ readonly WETHbase: {
475
+ readonly key: "WETHbase";
476
+ readonly symbol: "WETH";
477
+ readonly displayName: "WETH (Base)";
478
+ readonly coinGeckoId: "ethereum";
479
+ readonly nativeChain: "Base";
480
+ };
481
+ readonly USDCbase: {
482
+ readonly key: "USDCbase";
483
+ readonly symbol: "USDC";
484
+ readonly coinGeckoId: "usd-coin";
485
+ readonly nativeChain: "Base";
486
+ };
487
+ readonly OSMO: {
488
+ readonly key: "OSMO";
489
+ readonly symbol: "OSMO";
490
+ readonly coinGeckoId: "osmosis";
491
+ readonly nativeChain: "Osmosis";
492
+ };
493
+ readonly tBTC: {
494
+ readonly key: "tBTC";
495
+ readonly symbol: "tBTC";
496
+ readonly coinGeckoId: "tbtc";
497
+ readonly nativeChain: "Ethereum";
498
+ };
499
+ readonly tBTCpolygon: {
500
+ readonly key: "tBTCpolygon";
501
+ readonly symbol: "tBTC";
502
+ readonly coinGeckoId: "tbtc";
503
+ readonly nativeChain: "Polygon";
504
+ };
505
+ readonly tBTCoptimism: {
506
+ readonly key: "tBTCoptimism";
507
+ readonly symbol: "tBTC";
508
+ readonly coinGeckoId: "tbtc";
509
+ readonly nativeChain: "Optimism";
510
+ };
511
+ readonly tBTCarbitrum: {
512
+ readonly key: "tBTCarbitrum";
513
+ readonly symbol: "tBTC";
514
+ readonly coinGeckoId: "tbtc";
515
+ readonly nativeChain: "Arbitrum";
516
+ };
517
+ readonly tBTCbase: {
518
+ readonly key: "tBTCbase";
519
+ readonly symbol: "tBTC";
520
+ readonly coinGeckoId: "tbtc";
521
+ readonly nativeChain: "Base";
522
+ };
523
+ readonly tBTCsol: {
524
+ readonly key: "tBTCsol";
525
+ readonly symbol: "tBTC";
526
+ readonly coinGeckoId: "tbtc";
527
+ readonly nativeChain: "Solana";
528
+ };
529
+ readonly wstETH: {
530
+ readonly key: "wstETH";
531
+ readonly symbol: "wstETH";
532
+ readonly coinGeckoId: "wrapped-steth";
533
+ readonly nativeChain: "Ethereum";
534
+ };
535
+ readonly SEI: {
536
+ readonly key: "SEI";
537
+ readonly symbol: "SEI";
538
+ readonly coinGeckoId: "sei";
539
+ readonly nativeChain: "Sei";
540
+ };
541
+ readonly ATOM: {
542
+ readonly key: "ATOM";
543
+ readonly symbol: "ATOM";
544
+ readonly coinGeckoId: "cosmos-hub";
545
+ readonly nativeChain: "Cosmoshub";
546
+ };
547
+ readonly EVMOS: {
548
+ readonly key: "EVMOS";
549
+ readonly symbol: "EVMOS";
550
+ readonly coinGeckoId: "evmos";
551
+ readonly nativeChain: "Evmos";
552
+ };
553
+ readonly KUJI: {
554
+ readonly key: "KUJI";
555
+ readonly symbol: "KUJI";
556
+ readonly coinGeckoId: "kujira";
557
+ readonly nativeChain: "Kujira";
558
+ };
559
+ }[("ETH" | "WETH" | "USDCeth" | "WBTC" | "USDT" | "DAI" | "WMATIC" | "WBNB" | "WAVAX" | "USDCavax" | "WFTM" | "CELO" | "WGLMR" | "WSOL" | "USDCsol" | "SUI" | "APT" | "WETHarbitrum" | "USDCarbitrum" | "WETHoptimism" | "WETHbase" | "tBTC" | "tBTCpolygon" | "tBTCoptimism" | "tBTCarbitrum" | "tBTCbase" | "wstETH" | "USDCpolygon" | "BNB" | "USDCoptimism" | "USDCbase" | "MATIC" | "AVAX" | "FTM" | "GLMR" | "SOL" | "tBTCsol" | "ETHbase" | "ETHarbitrum" | "ETHoptimism" | "OSMO" | "EVMOS" | "KUJI" | "SEI" | "ATOM") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
560
+ readonly ETH: {
561
+ readonly key: "ETH";
562
+ readonly symbol: "ETH";
563
+ readonly coinGeckoId: "ethereum";
564
+ readonly nativeChain: "Ethereum";
565
+ };
566
+ readonly WETH: {
567
+ readonly key: "WETH";
568
+ readonly symbol: "WETH";
569
+ readonly coinGeckoId: "ethereum";
570
+ readonly nativeChain: "Ethereum";
571
+ };
572
+ readonly USDCeth: {
573
+ readonly key: "USDCeth";
574
+ readonly symbol: "USDC";
575
+ readonly coinGeckoId: "usd-coin";
576
+ readonly nativeChain: "Ethereum";
577
+ };
578
+ readonly WBTC: {
579
+ readonly key: "WBTC";
580
+ readonly symbol: "WBTC";
581
+ readonly coinGeckoId: "wrapped-bitcoin";
582
+ readonly nativeChain: "Ethereum";
583
+ };
584
+ readonly USDT: {
585
+ readonly key: "USDT";
586
+ readonly symbol: "USDT";
587
+ readonly coinGeckoId: "tether";
588
+ readonly nativeChain: "Ethereum";
589
+ };
590
+ readonly DAI: {
591
+ readonly key: "DAI";
592
+ readonly symbol: "DAI";
593
+ readonly coinGeckoId: "dai";
594
+ readonly nativeChain: "Ethereum";
595
+ };
596
+ readonly MATIC: {
597
+ readonly key: "MATIC";
598
+ readonly symbol: "MATIC";
599
+ readonly coinGeckoId: "matic-network";
600
+ readonly nativeChain: "Polygon";
601
+ };
602
+ readonly WMATIC: {
603
+ readonly key: "WMATIC";
604
+ readonly symbol: "WMATIC";
605
+ readonly coinGeckoId: "matic-network";
606
+ readonly nativeChain: "Polygon";
607
+ };
608
+ readonly USDCpolygon: {
609
+ readonly key: "USDCpolygon";
610
+ readonly symbol: "USDC";
611
+ readonly coinGeckoId: "usd-coin";
612
+ readonly nativeChain: "Polygon";
613
+ };
614
+ readonly BNB: {
615
+ readonly key: "BNB";
616
+ readonly symbol: "BNB";
617
+ readonly coinGeckoId: "binancecoin";
618
+ readonly nativeChain: "Bsc";
619
+ };
620
+ readonly WBNB: {
621
+ readonly key: "WBNB";
622
+ readonly symbol: "WBNB";
623
+ readonly coinGeckoId: "binancecoin";
624
+ readonly nativeChain: "Bsc";
625
+ };
626
+ readonly AVAX: {
627
+ readonly key: "AVAX";
628
+ readonly symbol: "AVAX";
629
+ readonly coinGeckoId: "avalanche-2";
630
+ readonly nativeChain: "Avalanche";
631
+ };
632
+ readonly WAVAX: {
633
+ readonly key: "WAVAX";
634
+ readonly symbol: "WAVAX";
635
+ readonly coinGeckoId: "avalanche-2";
636
+ readonly nativeChain: "Avalanche";
637
+ };
638
+ readonly USDCavax: {
639
+ readonly key: "USDCavax";
640
+ readonly symbol: "USDC";
641
+ readonly coinGeckoId: "usd-coin";
642
+ readonly nativeChain: "Avalanche";
643
+ };
644
+ readonly FTM: {
645
+ readonly key: "FTM";
646
+ readonly symbol: "FTM";
647
+ readonly coinGeckoId: "fantom";
648
+ readonly nativeChain: "Fantom";
649
+ };
650
+ readonly WFTM: {
651
+ readonly key: "WFTM";
652
+ readonly symbol: "WFTM";
653
+ readonly coinGeckoId: "fantom";
654
+ readonly nativeChain: "Fantom";
655
+ };
656
+ readonly CELO: {
657
+ readonly key: "CELO";
658
+ readonly symbol: "CELO";
659
+ readonly coinGeckoId: "celo";
660
+ readonly nativeChain: "Celo";
661
+ };
662
+ readonly GLMR: {
663
+ readonly key: "GLMR";
664
+ readonly symbol: "GLMR";
665
+ readonly coinGeckoId: "moonbeam";
666
+ readonly nativeChain: "Moonbeam";
667
+ };
668
+ readonly WGLMR: {
669
+ readonly key: "WGLMR";
670
+ readonly symbol: "WGLMR";
671
+ readonly coinGeckoId: "moonbeam";
672
+ readonly nativeChain: "Moonbeam";
673
+ };
674
+ readonly SOL: {
675
+ readonly key: "SOL";
676
+ readonly symbol: "SOL";
677
+ readonly coinGeckoId: "solana";
678
+ readonly nativeChain: "Solana";
679
+ };
680
+ readonly WSOL: {
681
+ readonly key: "WSOL";
682
+ readonly symbol: "WSOL";
683
+ readonly coinGeckoId: "solana";
684
+ readonly nativeChain: "Solana";
685
+ };
686
+ readonly USDCsol: {
687
+ readonly key: "USDCsol";
688
+ readonly symbol: "USDC";
689
+ readonly coinGeckoId: "usd-coin";
690
+ readonly nativeChain: "Solana";
691
+ };
692
+ readonly SUI: {
693
+ readonly key: "SUI";
694
+ readonly symbol: "SUI";
695
+ readonly coinGeckoId: "sui";
696
+ readonly nativeChain: "Sui";
697
+ };
698
+ readonly APT: {
699
+ readonly key: "APT";
700
+ readonly symbol: "APT";
701
+ readonly coinGeckoId: "aptos";
702
+ readonly nativeChain: "Aptos";
703
+ };
704
+ readonly ETHarbitrum: {
705
+ readonly key: "ETHarbitrum";
706
+ readonly symbol: "ETH";
707
+ readonly displayName: "ETH (Arbitrum)";
708
+ readonly coinGeckoId: "ethereum";
709
+ readonly nativeChain: "Arbitrum";
710
+ };
711
+ readonly WETHarbitrum: {
712
+ readonly key: "WETHarbitrum";
713
+ readonly symbol: "WETH";
714
+ readonly displayName: "WETH (Arbitrum)";
715
+ readonly coinGeckoId: "ethereum";
716
+ readonly nativeChain: "Arbitrum";
717
+ };
718
+ readonly USDCarbitrum: {
719
+ readonly key: "USDCarbitrum";
720
+ readonly symbol: "USDC";
721
+ readonly coinGeckoId: "usd-coin";
722
+ readonly nativeChain: "Arbitrum";
723
+ };
724
+ readonly ETHoptimism: {
725
+ readonly key: "ETHoptimism";
726
+ readonly symbol: "ETH";
727
+ readonly displayName: "ETH (Optimism)";
728
+ readonly coinGeckoId: "ethereum";
729
+ readonly nativeChain: "Optimism";
730
+ };
731
+ readonly WETHoptimism: {
732
+ readonly key: "WETHoptimism";
733
+ readonly symbol: "WETH";
734
+ readonly displayName: "WETH (Optimism)";
735
+ readonly coinGeckoId: "ethereum";
736
+ readonly nativeChain: "Optimism";
737
+ };
738
+ readonly USDCoptimism: {
739
+ readonly key: "USDCoptimism";
740
+ readonly symbol: "USDC";
741
+ readonly coinGeckoId: "usd-coin";
742
+ readonly nativeChain: "Optimism";
743
+ };
744
+ readonly ETHbase: {
745
+ readonly key: "ETHbase";
746
+ readonly symbol: "ETH";
747
+ readonly displayName: "ETH (Base)";
748
+ readonly coinGeckoId: "ethereum";
749
+ readonly nativeChain: "Base";
750
+ };
751
+ readonly WETHbase: {
752
+ readonly key: "WETHbase";
753
+ readonly symbol: "WETH";
754
+ readonly displayName: "WETH (Base)";
755
+ readonly coinGeckoId: "ethereum";
756
+ readonly nativeChain: "Base";
757
+ };
758
+ readonly USDCbase: {
759
+ readonly key: "USDCbase";
760
+ readonly symbol: "USDC";
761
+ readonly coinGeckoId: "usd-coin";
762
+ readonly nativeChain: "Base";
763
+ };
764
+ readonly OSMO: {
765
+ readonly key: "OSMO";
766
+ readonly symbol: "OSMO";
767
+ readonly coinGeckoId: "osmosis";
768
+ readonly nativeChain: "Osmosis";
769
+ };
770
+ readonly tBTC: {
771
+ readonly key: "tBTC";
772
+ readonly symbol: "tBTC";
773
+ readonly coinGeckoId: "tbtc";
774
+ readonly nativeChain: "Ethereum";
775
+ };
776
+ readonly tBTCpolygon: {
777
+ readonly key: "tBTCpolygon";
778
+ readonly symbol: "tBTC";
779
+ readonly coinGeckoId: "tbtc";
780
+ readonly nativeChain: "Polygon";
781
+ };
782
+ readonly tBTCoptimism: {
783
+ readonly key: "tBTCoptimism";
784
+ readonly symbol: "tBTC";
785
+ readonly coinGeckoId: "tbtc";
786
+ readonly nativeChain: "Optimism";
787
+ };
788
+ readonly tBTCarbitrum: {
789
+ readonly key: "tBTCarbitrum";
790
+ readonly symbol: "tBTC";
791
+ readonly coinGeckoId: "tbtc";
792
+ readonly nativeChain: "Arbitrum";
793
+ };
794
+ readonly tBTCbase: {
795
+ readonly key: "tBTCbase";
796
+ readonly symbol: "tBTC";
797
+ readonly coinGeckoId: "tbtc";
798
+ readonly nativeChain: "Base";
799
+ };
800
+ readonly tBTCsol: {
801
+ readonly key: "tBTCsol";
802
+ readonly symbol: "tBTC";
803
+ readonly coinGeckoId: "tbtc";
804
+ readonly nativeChain: "Solana";
805
+ };
806
+ readonly wstETH: {
807
+ readonly key: "wstETH";
808
+ readonly symbol: "wstETH";
809
+ readonly coinGeckoId: "wrapped-steth";
810
+ readonly nativeChain: "Ethereum";
811
+ };
812
+ readonly SEI: {
813
+ readonly key: "SEI";
814
+ readonly symbol: "SEI";
815
+ readonly coinGeckoId: "sei";
816
+ readonly nativeChain: "Sei";
817
+ };
818
+ readonly ATOM: {
819
+ readonly key: "ATOM";
820
+ readonly symbol: "ATOM";
821
+ readonly coinGeckoId: "cosmos-hub";
822
+ readonly nativeChain: "Cosmoshub";
823
+ };
824
+ readonly EVMOS: {
825
+ readonly key: "EVMOS";
826
+ readonly symbol: "EVMOS";
827
+ readonly coinGeckoId: "evmos";
828
+ readonly nativeChain: "Evmos";
829
+ };
830
+ readonly KUJI: {
831
+ readonly key: "KUJI";
832
+ readonly symbol: "KUJI";
833
+ readonly coinGeckoId: "kujira";
834
+ readonly nativeChain: "Kujira";
835
+ };
836
+ }[("ETH" | "WETH" | "USDCeth" | "WBTC" | "USDT" | "DAI" | "WMATIC" | "WBNB" | "WAVAX" | "USDCavax" | "WFTM" | "CELO" | "WGLMR" | "WSOL" | "USDCsol" | "SUI" | "APT" | "WETHarbitrum" | "USDCarbitrum" | "WETHoptimism" | "WETHbase" | "tBTC" | "tBTCpolygon" | "tBTCoptimism" | "tBTCarbitrum" | "tBTCbase" | "wstETH" | "USDCpolygon" | "BNB" | "USDCoptimism" | "USDCbase" | "MATIC" | "AVAX" | "FTM" | "GLMR" | "SOL" | "tBTCsol" | "ETHbase" | "ETHarbitrum" | "ETHoptimism" | "OSMO" | "EVMOS" | "KUJI" | "SEI" | "ATOM") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
837
+ get: (args_0: string) => {
838
+ readonly key: "ETH";
839
+ readonly symbol: "ETH";
840
+ readonly coinGeckoId: "ethereum";
841
+ readonly nativeChain: "Ethereum";
842
+ } | {
843
+ readonly key: "WETH";
844
+ readonly symbol: "WETH";
845
+ readonly coinGeckoId: "ethereum";
846
+ readonly nativeChain: "Ethereum";
847
+ } | {
848
+ readonly key: "USDCeth";
849
+ readonly symbol: "USDC";
850
+ readonly coinGeckoId: "usd-coin";
851
+ readonly nativeChain: "Ethereum";
852
+ } | {
853
+ readonly key: "WBTC";
854
+ readonly symbol: "WBTC";
855
+ readonly coinGeckoId: "wrapped-bitcoin";
856
+ readonly nativeChain: "Ethereum";
857
+ } | {
858
+ readonly key: "USDT";
859
+ readonly symbol: "USDT";
860
+ readonly coinGeckoId: "tether";
861
+ readonly nativeChain: "Ethereum";
862
+ } | {
863
+ readonly key: "DAI";
864
+ readonly symbol: "DAI";
865
+ readonly coinGeckoId: "dai";
866
+ readonly nativeChain: "Ethereum";
867
+ } | {
868
+ readonly key: "MATIC";
869
+ readonly symbol: "MATIC";
870
+ readonly coinGeckoId: "matic-network";
871
+ readonly nativeChain: "Polygon";
872
+ } | {
873
+ readonly key: "WMATIC";
874
+ readonly symbol: "WMATIC";
875
+ readonly coinGeckoId: "matic-network";
876
+ readonly nativeChain: "Polygon";
877
+ } | {
878
+ readonly key: "USDCpolygon";
879
+ readonly symbol: "USDC";
880
+ readonly coinGeckoId: "usd-coin";
881
+ readonly nativeChain: "Polygon";
882
+ } | {
883
+ readonly key: "BNB";
884
+ readonly symbol: "BNB";
885
+ readonly coinGeckoId: "binancecoin";
886
+ readonly nativeChain: "Bsc";
887
+ } | {
888
+ readonly key: "WBNB";
889
+ readonly symbol: "WBNB";
890
+ readonly coinGeckoId: "binancecoin";
891
+ readonly nativeChain: "Bsc";
892
+ } | {
893
+ readonly key: "AVAX";
894
+ readonly symbol: "AVAX";
895
+ readonly coinGeckoId: "avalanche-2";
896
+ readonly nativeChain: "Avalanche";
897
+ } | {
898
+ readonly key: "WAVAX";
899
+ readonly symbol: "WAVAX";
900
+ readonly coinGeckoId: "avalanche-2";
901
+ readonly nativeChain: "Avalanche";
902
+ } | {
903
+ readonly key: "USDCavax";
904
+ readonly symbol: "USDC";
905
+ readonly coinGeckoId: "usd-coin";
906
+ readonly nativeChain: "Avalanche";
907
+ } | {
908
+ readonly key: "FTM";
909
+ readonly symbol: "FTM";
910
+ readonly coinGeckoId: "fantom";
911
+ readonly nativeChain: "Fantom";
912
+ } | {
913
+ readonly key: "WFTM";
914
+ readonly symbol: "WFTM";
915
+ readonly coinGeckoId: "fantom";
916
+ readonly nativeChain: "Fantom";
917
+ } | {
918
+ readonly key: "CELO";
919
+ readonly symbol: "CELO";
920
+ readonly coinGeckoId: "celo";
921
+ readonly nativeChain: "Celo";
922
+ } | {
923
+ readonly key: "GLMR";
924
+ readonly symbol: "GLMR";
925
+ readonly coinGeckoId: "moonbeam";
926
+ readonly nativeChain: "Moonbeam";
927
+ } | {
928
+ readonly key: "WGLMR";
929
+ readonly symbol: "WGLMR";
930
+ readonly coinGeckoId: "moonbeam";
931
+ readonly nativeChain: "Moonbeam";
932
+ } | {
933
+ readonly key: "SOL";
934
+ readonly symbol: "SOL";
935
+ readonly coinGeckoId: "solana";
936
+ readonly nativeChain: "Solana";
937
+ } | {
938
+ readonly key: "WSOL";
939
+ readonly symbol: "WSOL";
940
+ readonly coinGeckoId: "solana";
941
+ readonly nativeChain: "Solana";
942
+ } | {
943
+ readonly key: "USDCsol";
944
+ readonly symbol: "USDC";
945
+ readonly coinGeckoId: "usd-coin";
946
+ readonly nativeChain: "Solana";
947
+ } | {
948
+ readonly key: "SUI";
949
+ readonly symbol: "SUI";
950
+ readonly coinGeckoId: "sui";
951
+ readonly nativeChain: "Sui";
952
+ } | {
953
+ readonly key: "APT";
954
+ readonly symbol: "APT";
955
+ readonly coinGeckoId: "aptos";
956
+ readonly nativeChain: "Aptos";
957
+ } | {
958
+ readonly key: "ETHarbitrum";
959
+ readonly symbol: "ETH";
960
+ readonly displayName: "ETH (Arbitrum)";
961
+ readonly coinGeckoId: "ethereum";
962
+ readonly nativeChain: "Arbitrum";
963
+ } | {
964
+ readonly key: "WETHarbitrum";
965
+ readonly symbol: "WETH";
966
+ readonly displayName: "WETH (Arbitrum)";
967
+ readonly coinGeckoId: "ethereum";
968
+ readonly nativeChain: "Arbitrum";
969
+ } | {
970
+ readonly key: "USDCarbitrum";
971
+ readonly symbol: "USDC";
972
+ readonly coinGeckoId: "usd-coin";
973
+ readonly nativeChain: "Arbitrum";
974
+ } | {
975
+ readonly key: "ETHoptimism";
976
+ readonly symbol: "ETH";
977
+ readonly displayName: "ETH (Optimism)";
978
+ readonly coinGeckoId: "ethereum";
979
+ readonly nativeChain: "Optimism";
980
+ } | {
981
+ readonly key: "WETHoptimism";
982
+ readonly symbol: "WETH";
983
+ readonly displayName: "WETH (Optimism)";
984
+ readonly coinGeckoId: "ethereum";
985
+ readonly nativeChain: "Optimism";
986
+ } | {
987
+ readonly key: "USDCoptimism";
988
+ readonly symbol: "USDC";
989
+ readonly coinGeckoId: "usd-coin";
990
+ readonly nativeChain: "Optimism";
991
+ } | {
992
+ readonly key: "ETHbase";
993
+ readonly symbol: "ETH";
994
+ readonly displayName: "ETH (Base)";
995
+ readonly coinGeckoId: "ethereum";
996
+ readonly nativeChain: "Base";
997
+ } | {
998
+ readonly key: "WETHbase";
999
+ readonly symbol: "WETH";
1000
+ readonly displayName: "WETH (Base)";
1001
+ readonly coinGeckoId: "ethereum";
1002
+ readonly nativeChain: "Base";
1003
+ } | {
1004
+ readonly key: "USDCbase";
1005
+ readonly symbol: "USDC";
1006
+ readonly coinGeckoId: "usd-coin";
1007
+ readonly nativeChain: "Base";
1008
+ } | {
1009
+ readonly key: "OSMO";
1010
+ readonly symbol: "OSMO";
1011
+ readonly coinGeckoId: "osmosis";
1012
+ readonly nativeChain: "Osmosis";
1013
+ } | {
1014
+ readonly key: "tBTC";
1015
+ readonly symbol: "tBTC";
1016
+ readonly coinGeckoId: "tbtc";
1017
+ readonly nativeChain: "Ethereum";
1018
+ } | {
1019
+ readonly key: "tBTCpolygon";
1020
+ readonly symbol: "tBTC";
1021
+ readonly coinGeckoId: "tbtc";
1022
+ readonly nativeChain: "Polygon";
1023
+ } | {
1024
+ readonly key: "tBTCoptimism";
1025
+ readonly symbol: "tBTC";
1026
+ readonly coinGeckoId: "tbtc";
1027
+ readonly nativeChain: "Optimism";
1028
+ } | {
1029
+ readonly key: "tBTCarbitrum";
1030
+ readonly symbol: "tBTC";
1031
+ readonly coinGeckoId: "tbtc";
1032
+ readonly nativeChain: "Arbitrum";
1033
+ } | {
1034
+ readonly key: "tBTCbase";
1035
+ readonly symbol: "tBTC";
1036
+ readonly coinGeckoId: "tbtc";
1037
+ readonly nativeChain: "Base";
1038
+ } | {
1039
+ readonly key: "tBTCsol";
1040
+ readonly symbol: "tBTC";
1041
+ readonly coinGeckoId: "tbtc";
1042
+ readonly nativeChain: "Solana";
1043
+ } | {
1044
+ readonly key: "wstETH";
1045
+ readonly symbol: "wstETH";
1046
+ readonly coinGeckoId: "wrapped-steth";
1047
+ readonly nativeChain: "Ethereum";
1048
+ } | {
1049
+ readonly key: "SEI";
1050
+ readonly symbol: "SEI";
1051
+ readonly coinGeckoId: "sei";
1052
+ readonly nativeChain: "Sei";
1053
+ } | {
1054
+ readonly key: "ATOM";
1055
+ readonly symbol: "ATOM";
1056
+ readonly coinGeckoId: "cosmos-hub";
1057
+ readonly nativeChain: "Cosmoshub";
1058
+ } | {
1059
+ readonly key: "EVMOS";
1060
+ readonly symbol: "EVMOS";
1061
+ readonly coinGeckoId: "evmos";
1062
+ readonly nativeChain: "Evmos";
1063
+ } | {
1064
+ readonly key: "KUJI";
1065
+ readonly symbol: "KUJI";
1066
+ readonly coinGeckoId: "kujira";
1067
+ readonly nativeChain: "Kujira";
1068
+ } | undefined;
1069
+ has: (args_0: string) => boolean;
1070
+ };
1071
+ //# sourceMappingURL=testnetDetails.d.ts.map