@beefyfinance/blockchain-addressbook 0.54.148 → 0.54.149

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 (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +72 -12
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  3. package/build/address-book/arbitrum/tokens/tokens.js +33 -6
  4. package/build/address-book/aurora/index.d.ts +16 -0
  5. package/build/address-book/aurora/tokens/tokens.d.ts +8 -0
  6. package/build/address-book/aurora/tokens/tokens.js +5 -0
  7. package/build/address-book/avax/index.d.ts +58 -2
  8. package/build/address-book/avax/tokens/tokens.d.ts +29 -1
  9. package/build/address-book/avax/tokens/tokens.js +26 -1
  10. package/build/address-book/base/index.d.ts +150 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +75 -14
  12. package/build/address-book/base/tokens/tokens.js +72 -14
  13. package/build/address-book/berachain/index.d.ts +6 -0
  14. package/build/address-book/berachain/tokens/tokens.d.ts +3 -0
  15. package/build/address-book/berachain/tokens/tokens.js +3 -0
  16. package/build/address-book/bsc/index.d.ts +78 -8
  17. package/build/address-book/bsc/tokens/tokens.d.ts +39 -4
  18. package/build/address-book/bsc/tokens/tokens.js +36 -4
  19. package/build/address-book/canto/index.d.ts +12 -0
  20. package/build/address-book/canto/tokens/tokens.d.ts +6 -0
  21. package/build/address-book/canto/tokens/tokens.js +6 -0
  22. package/build/address-book/celo/index.d.ts +2 -0
  23. package/build/address-book/celo/tokens/tokens.d.ts +1 -0
  24. package/build/address-book/celo/tokens/tokens.js +1 -0
  25. package/build/address-book/cronos/index.d.ts +18 -0
  26. package/build/address-book/cronos/tokens/tokens.d.ts +9 -0
  27. package/build/address-book/cronos/tokens/tokens.js +9 -0
  28. package/build/address-book/emerald/index.d.ts +4 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +2 -0
  30. package/build/address-book/emerald/tokens/tokens.js +2 -0
  31. package/build/address-book/ethereum/index.d.ts +58 -6
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +29 -3
  33. package/build/address-book/ethereum/tokens/tokens.js +26 -3
  34. package/build/address-book/fantom/index.d.ts +38 -0
  35. package/build/address-book/fantom/tokens/tokens.d.ts +19 -0
  36. package/build/address-book/fantom/tokens/tokens.js +16 -0
  37. package/build/address-book/fraxtal/index.d.ts +8 -0
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  39. package/build/address-book/fraxtal/tokens/tokens.js +4 -0
  40. package/build/address-book/fuse/index.d.ts +8 -0
  41. package/build/address-book/fuse/tokens/tokens.d.ts +4 -0
  42. package/build/address-book/fuse/tokens/tokens.js +4 -0
  43. package/build/address-book/gnosis/index.d.ts +16 -0
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +8 -0
  45. package/build/address-book/gnosis/tokens/tokens.js +8 -0
  46. package/build/address-book/heco/index.d.ts +16 -0
  47. package/build/address-book/heco/tokens/tokens.d.ts +8 -0
  48. package/build/address-book/heco/tokens/tokens.js +8 -0
  49. package/build/address-book/hyperevm/index.d.ts +4 -0
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  51. package/build/address-book/hyperevm/tokens/tokens.js +2 -0
  52. package/build/address-book/kava/index.d.ts +10 -0
  53. package/build/address-book/kava/tokens/tokens.d.ts +5 -0
  54. package/build/address-book/kava/tokens/tokens.js +5 -0
  55. package/build/address-book/linea/index.d.ts +16 -4
  56. package/build/address-book/linea/tokens/tokens.d.ts +8 -2
  57. package/build/address-book/linea/tokens/tokens.js +5 -2
  58. package/build/address-book/lisk/index.d.ts +10 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +5 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +8 -0
  62. package/build/address-book/manta/tokens/tokens.d.ts +4 -0
  63. package/build/address-book/manta/tokens/tokens.js +1 -0
  64. package/build/address-book/mantle/index.d.ts +4 -0
  65. package/build/address-book/mantle/tokens/tokens.d.ts +2 -0
  66. package/build/address-book/mantle/tokens/tokens.js +2 -0
  67. package/build/address-book/metis/index.d.ts +10 -0
  68. package/build/address-book/metis/tokens/tokens.d.ts +5 -0
  69. package/build/address-book/metis/tokens/tokens.js +5 -0
  70. package/build/address-book/mode/index.d.ts +10 -2
  71. package/build/address-book/mode/tokens/tokens.d.ts +5 -1
  72. package/build/address-book/mode/tokens/tokens.js +2 -1
  73. package/build/address-book/monad/index.d.ts +16 -8
  74. package/build/address-book/monad/tokens/tokens.d.ts +8 -4
  75. package/build/address-book/monad/tokens/tokens.js +8 -4
  76. package/build/address-book/moonbeam/index.d.ts +18 -0
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  78. package/build/address-book/moonbeam/tokens/tokens.js +9 -0
  79. package/build/address-book/moonriver/index.d.ts +20 -0
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -0
  81. package/build/address-book/moonriver/tokens/tokens.js +9 -0
  82. package/build/address-book/one/index.d.ts +14 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +7 -0
  84. package/build/address-book/one/tokens/tokens.js +6 -0
  85. package/build/address-book/optimism/index.d.ts +46 -10
  86. package/build/address-book/optimism/tokens/tokens.d.ts +23 -5
  87. package/build/address-book/optimism/tokens/tokens.js +20 -5
  88. package/build/address-book/plasma/index.d.ts +4 -2
  89. package/build/address-book/plasma/tokens/tokens.d.ts +2 -1
  90. package/build/address-book/plasma/tokens/tokens.js +2 -1
  91. package/build/address-book/polygon/index.d.ts +54 -2
  92. package/build/address-book/polygon/tokens/tokens.d.ts +27 -1
  93. package/build/address-book/polygon/tokens/tokens.js +22 -1
  94. package/build/address-book/real/index.d.ts +10 -0
  95. package/build/address-book/real/tokens/tokens.d.ts +5 -0
  96. package/build/address-book/real/tokens/tokens.js +1 -0
  97. package/build/address-book/saga/index.d.ts +4 -0
  98. package/build/address-book/saga/tokens/tokens.d.ts +2 -0
  99. package/build/address-book/saga/tokens/tokens.js +2 -0
  100. package/build/address-book/scroll/index.d.ts +12 -0
  101. package/build/address-book/scroll/tokens/tokens.d.ts +6 -0
  102. package/build/address-book/scroll/tokens/tokens.js +3 -0
  103. package/build/address-book/sei/index.d.ts +2 -0
  104. package/build/address-book/sei/tokens/tokens.d.ts +1 -0
  105. package/build/address-book/sei/tokens/tokens.js +1 -0
  106. package/build/address-book/sonic/index.d.ts +18 -2
  107. package/build/address-book/sonic/tokens/tokens.d.ts +9 -1
  108. package/build/address-book/sonic/tokens/tokens.js +6 -1
  109. package/build/address-book/unichain/index.d.ts +8 -0
  110. package/build/address-book/unichain/tokens/tokens.d.ts +4 -0
  111. package/build/address-book/unichain/tokens/tokens.js +1 -0
  112. package/build/address-book/zkevm/index.d.ts +24 -0
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +12 -0
  114. package/build/address-book/zkevm/tokens/tokens.js +9 -0
  115. package/build/address-book/zksync/index.d.ts +12 -2
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -1
  117. package/build/address-book/zksync/tokens/tokens.js +3 -1
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +72 -12
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +36 -6
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +33 -6
  122. package/build-esm/address-book/aurora/index.d.ts +16 -0
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +8 -0
  124. package/build-esm/address-book/aurora/tokens/tokens.js +5 -0
  125. package/build-esm/address-book/avax/index.d.ts +58 -2
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +29 -1
  127. package/build-esm/address-book/avax/tokens/tokens.js +26 -1
  128. package/build-esm/address-book/base/index.d.ts +150 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +75 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +72 -14
  131. package/build-esm/address-book/berachain/index.d.ts +6 -0
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +3 -0
  133. package/build-esm/address-book/berachain/tokens/tokens.js +3 -0
  134. package/build-esm/address-book/bsc/index.d.ts +78 -8
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +39 -4
  136. package/build-esm/address-book/bsc/tokens/tokens.js +36 -4
  137. package/build-esm/address-book/canto/index.d.ts +12 -0
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +6 -0
  139. package/build-esm/address-book/canto/tokens/tokens.js +6 -0
  140. package/build-esm/address-book/celo/index.d.ts +2 -0
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +1 -0
  142. package/build-esm/address-book/celo/tokens/tokens.js +1 -0
  143. package/build-esm/address-book/cronos/index.d.ts +18 -0
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +9 -0
  145. package/build-esm/address-book/cronos/tokens/tokens.js +9 -0
  146. package/build-esm/address-book/emerald/index.d.ts +4 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +2 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +2 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +58 -6
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +29 -3
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +26 -3
  152. package/build-esm/address-book/fantom/index.d.ts +38 -0
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +19 -0
  154. package/build-esm/address-book/fantom/tokens/tokens.js +16 -0
  155. package/build-esm/address-book/fraxtal/index.d.ts +8 -0
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +4 -0
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +4 -0
  158. package/build-esm/address-book/fuse/index.d.ts +8 -0
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +4 -0
  160. package/build-esm/address-book/fuse/tokens/tokens.js +4 -0
  161. package/build-esm/address-book/gnosis/index.d.ts +16 -0
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +8 -0
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +8 -0
  164. package/build-esm/address-book/heco/index.d.ts +16 -0
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +8 -0
  166. package/build-esm/address-book/heco/tokens/tokens.js +8 -0
  167. package/build-esm/address-book/hyperevm/index.d.ts +4 -0
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +2 -0
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +2 -0
  170. package/build-esm/address-book/kava/index.d.ts +10 -0
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +5 -0
  172. package/build-esm/address-book/kava/tokens/tokens.js +5 -0
  173. package/build-esm/address-book/linea/index.d.ts +16 -4
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +8 -2
  175. package/build-esm/address-book/linea/tokens/tokens.js +5 -2
  176. package/build-esm/address-book/lisk/index.d.ts +10 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +5 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +8 -0
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +4 -0
  181. package/build-esm/address-book/manta/tokens/tokens.js +1 -0
  182. package/build-esm/address-book/mantle/index.d.ts +4 -0
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +2 -0
  184. package/build-esm/address-book/mantle/tokens/tokens.js +2 -0
  185. package/build-esm/address-book/metis/index.d.ts +10 -0
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +5 -0
  187. package/build-esm/address-book/metis/tokens/tokens.js +5 -0
  188. package/build-esm/address-book/mode/index.d.ts +10 -2
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +5 -1
  190. package/build-esm/address-book/mode/tokens/tokens.js +2 -1
  191. package/build-esm/address-book/monad/index.d.ts +16 -8
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +8 -4
  193. package/build-esm/address-book/monad/tokens/tokens.js +8 -4
  194. package/build-esm/address-book/moonbeam/index.d.ts +18 -0
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +9 -0
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +9 -0
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -0
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -0
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +9 -0
  200. package/build-esm/address-book/one/index.d.ts +14 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +7 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +6 -0
  203. package/build-esm/address-book/optimism/index.d.ts +46 -10
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +23 -5
  205. package/build-esm/address-book/optimism/tokens/tokens.js +20 -5
  206. package/build-esm/address-book/plasma/index.d.ts +4 -2
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +2 -1
  208. package/build-esm/address-book/plasma/tokens/tokens.js +2 -1
  209. package/build-esm/address-book/polygon/index.d.ts +54 -2
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +27 -1
  211. package/build-esm/address-book/polygon/tokens/tokens.js +22 -1
  212. package/build-esm/address-book/real/index.d.ts +10 -0
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +5 -0
  214. package/build-esm/address-book/real/tokens/tokens.js +1 -0
  215. package/build-esm/address-book/saga/index.d.ts +4 -0
  216. package/build-esm/address-book/saga/tokens/tokens.d.ts +2 -0
  217. package/build-esm/address-book/saga/tokens/tokens.js +2 -0
  218. package/build-esm/address-book/scroll/index.d.ts +12 -0
  219. package/build-esm/address-book/scroll/tokens/tokens.d.ts +6 -0
  220. package/build-esm/address-book/scroll/tokens/tokens.js +3 -0
  221. package/build-esm/address-book/sei/index.d.ts +2 -0
  222. package/build-esm/address-book/sei/tokens/tokens.d.ts +1 -0
  223. package/build-esm/address-book/sei/tokens/tokens.js +1 -0
  224. package/build-esm/address-book/sonic/index.d.ts +18 -2
  225. package/build-esm/address-book/sonic/tokens/tokens.d.ts +9 -1
  226. package/build-esm/address-book/sonic/tokens/tokens.js +6 -1
  227. package/build-esm/address-book/unichain/index.d.ts +8 -0
  228. package/build-esm/address-book/unichain/tokens/tokens.d.ts +4 -0
  229. package/build-esm/address-book/unichain/tokens/tokens.js +1 -0
  230. package/build-esm/address-book/zkevm/index.d.ts +24 -0
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +12 -0
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +9 -0
  233. package/build-esm/address-book/zksync/index.d.ts +12 -2
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -1
  235. package/build-esm/address-book/zksync/tokens/tokens.js +3 -1
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -13,6 +13,7 @@ export declare const fantom: {
13
13
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
14
14
  readonly bridge: "native";
15
15
  readonly documentation: "https://docs.fantom.foundation/";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly FEES: {
18
19
  readonly name: "Wrapped Fantom";
@@ -25,6 +26,7 @@ export declare const fantom: {
25
26
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
26
27
  readonly bridge: "native";
27
28
  readonly documentation: "https://docs.fantom.foundation/";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly FTM: {
30
32
  readonly name: "Wrapped Fantom";
@@ -37,6 +39,7 @@ export declare const fantom: {
37
39
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
38
40
  readonly bridge: "native";
39
41
  readonly documentation: "https://docs.fantom.foundation/";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly WFTM: {
42
45
  readonly name: "Wrapped Fantom";
@@ -49,6 +52,7 @@ export declare const fantom: {
49
52
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
50
53
  readonly bridge: "native";
51
54
  readonly documentation: "https://docs.fantom.foundation/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly 'bb-yv-FTM': {
54
58
  readonly name: "Beets Yearn Boosted FTM Linear Pool";
@@ -733,6 +737,7 @@ export declare const fantom: {
733
737
  readonly website: "https://solana.com/";
734
738
  readonly bridge: "wormhole";
735
739
  readonly description: "Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with over 400 projects spanning DeFi, NFTs, Web3 and more.";
740
+ readonly tags: readonly ["BLUECHIP"];
736
741
  };
737
742
  readonly TUSD: {
738
743
  readonly name: "True USD";
@@ -1121,6 +1126,7 @@ export declare const fantom: {
1121
1126
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
1122
1127
  readonly chainId: 250;
1123
1128
  readonly bridge: "multichain";
1129
+ readonly tags: readonly ["BLUECHIP"];
1124
1130
  };
1125
1131
  readonly USDC: {
1126
1132
  readonly name: "USD Coin";
@@ -1140,6 +1146,7 @@ export declare const fantom: {
1140
1146
  readonly website: "https://wbtc.network/";
1141
1147
  readonly bridge: "multichain";
1142
1148
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
1149
+ readonly tags: readonly ["BLUECHIP"];
1143
1150
  readonly name: "Wrapped Bitcoin";
1144
1151
  readonly address: "0x321162Cd933E2Be498Cd2267a90534A804051b11";
1145
1152
  readonly oracleId: "fmcBTC";
@@ -1156,6 +1163,7 @@ export declare const fantom: {
1156
1163
  readonly website: "https://wbtc.network/";
1157
1164
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
1158
1165
  readonly bridge: "multichain";
1166
+ readonly tags: readonly ["BLUECHIP"];
1159
1167
  };
1160
1168
  readonly AAVE: {
1161
1169
  readonly name: "Aave";
@@ -1167,6 +1175,7 @@ export declare const fantom: {
1167
1175
  readonly website: "https://aave.com/";
1168
1176
  readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
1169
1177
  readonly bridge: "multichain";
1178
+ readonly tags: readonly ["BLUECHIP"];
1170
1179
  };
1171
1180
  readonly DAI: {
1172
1181
  readonly name: "Dai Stablecoin";
@@ -1190,6 +1199,7 @@ export declare const fantom: {
1190
1199
  readonly website: "https://sushi.com/";
1191
1200
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
1192
1201
  readonly bridge: "multichain";
1202
+ readonly tags: readonly ["BLUECHIP"];
1193
1203
  };
1194
1204
  readonly YFI: {
1195
1205
  readonly name: "yearn.finance";
@@ -1201,6 +1211,7 @@ export declare const fantom: {
1201
1211
  readonly website: "https://yearn.finance/";
1202
1212
  readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
1203
1213
  readonly bridge: "multichain";
1214
+ readonly tags: readonly ["BLUECHIP"];
1204
1215
  };
1205
1216
  readonly CRV: {
1206
1217
  readonly name: "Curve DAO";
@@ -1212,6 +1223,7 @@ export declare const fantom: {
1212
1223
  readonly website: "https://curve.finance/";
1213
1224
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
1214
1225
  readonly bridge: "multichain";
1226
+ readonly tags: readonly ["BLUECHIP"];
1215
1227
  };
1216
1228
  readonly BAND: {
1217
1229
  readonly name: "Band";
@@ -1307,6 +1319,7 @@ export declare const fantom: {
1307
1319
  };
1308
1320
  readonly WETH: {
1309
1321
  readonly symbol: "WETH";
1322
+ readonly tags: readonly ["BLUECHIP"];
1310
1323
  readonly name: "Wrapped Ether";
1311
1324
  readonly address: "0x74b23882a30290451A17c44f4F05243b6b58C76d";
1312
1325
  readonly oracleId: "fmcETH";
@@ -1328,6 +1341,7 @@ export declare const fantom: {
1328
1341
  readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
1329
1342
  readonly documentation: "https://ethereum.org/en/developers/docs/";
1330
1343
  readonly bridge: "multichain";
1344
+ readonly tags: readonly ["BLUECHIP"];
1331
1345
  };
1332
1346
  readonly CREAM: {
1333
1347
  readonly name: "Cream";
@@ -1362,6 +1376,7 @@ export declare const fantom: {
1362
1376
  readonly website: "https://synthetix.io/";
1363
1377
  readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
1364
1378
  readonly bridge: "multichain";
1379
+ readonly tags: readonly ["BLUECHIP"];
1365
1380
  };
1366
1381
  readonly ICE: {
1367
1382
  readonly name: "IceToken";
@@ -1441,6 +1456,7 @@ export declare const fantom: {
1441
1456
  readonly website: "https://www.binance.com/";
1442
1457
  readonly bridge: "multichain";
1443
1458
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
1459
+ readonly tags: readonly ["BLUECHIP"];
1444
1460
  };
1445
1461
  readonly BOO: {
1446
1462
  readonly name: "Spooky Swap";
@@ -1631,6 +1647,7 @@ export declare const fantom: {
1631
1647
  readonly bridge: "multichain";
1632
1648
  readonly website: "https://www.avalabs.org/";
1633
1649
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
1650
+ readonly tags: readonly ["BLUECHIP"];
1634
1651
  };
1635
1652
  readonly LUNA: {
1636
1653
  readonly name: "Terra";
@@ -1642,6 +1659,7 @@ export declare const fantom: {
1642
1659
  readonly website: "https://www.terra.money/";
1643
1660
  readonly bridge: "multichain";
1644
1661
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
1662
+ readonly tags: readonly ["MEMECOIN"];
1645
1663
  };
1646
1664
  readonly asUSDC: {
1647
1665
  readonly name: "USDC Solana";
@@ -1666,6 +1684,7 @@ export declare const fantom: {
1666
1684
  readonly bridge: "multichain";
1667
1685
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
1668
1686
  readonly chainId: 250;
1687
+ readonly tags: readonly ["BLUECHIP"];
1669
1688
  };
1670
1689
  readonly HND: {
1671
1690
  readonly name: "Hundred Finance";
@@ -1935,6 +1954,7 @@ export declare const fantom: {
1935
1954
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
1936
1955
  readonly bridge: "native";
1937
1956
  readonly documentation: "https://docs.fantom.foundation/";
1957
+ readonly tags: readonly ["BLUECHIP"];
1938
1958
  };
1939
1959
  readonly FEES: {
1940
1960
  readonly name: "Wrapped Fantom";
@@ -1947,6 +1967,7 @@ export declare const fantom: {
1947
1967
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
1948
1968
  readonly bridge: "native";
1949
1969
  readonly documentation: "https://docs.fantom.foundation/";
1970
+ readonly tags: readonly ["BLUECHIP"];
1950
1971
  };
1951
1972
  readonly FTM: {
1952
1973
  readonly name: "Wrapped Fantom";
@@ -1959,6 +1980,7 @@ export declare const fantom: {
1959
1980
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
1960
1981
  readonly bridge: "native";
1961
1982
  readonly documentation: "https://docs.fantom.foundation/";
1983
+ readonly tags: readonly ["BLUECHIP"];
1962
1984
  };
1963
1985
  readonly WFTM: {
1964
1986
  readonly name: "Wrapped Fantom";
@@ -1971,6 +1993,7 @@ export declare const fantom: {
1971
1993
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
1972
1994
  readonly bridge: "native";
1973
1995
  readonly documentation: "https://docs.fantom.foundation/";
1996
+ readonly tags: readonly ["BLUECHIP"];
1974
1997
  };
1975
1998
  readonly 'bb-yv-FTM': {
1976
1999
  readonly name: "Beets Yearn Boosted FTM Linear Pool";
@@ -2655,6 +2678,7 @@ export declare const fantom: {
2655
2678
  readonly website: "https://solana.com/";
2656
2679
  readonly bridge: "wormhole";
2657
2680
  readonly description: "Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with over 400 projects spanning DeFi, NFTs, Web3 and more.";
2681
+ readonly tags: readonly ["BLUECHIP"];
2658
2682
  };
2659
2683
  readonly TUSD: {
2660
2684
  readonly name: "True USD";
@@ -3043,6 +3067,7 @@ export declare const fantom: {
3043
3067
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
3044
3068
  readonly chainId: 250;
3045
3069
  readonly bridge: "multichain";
3070
+ readonly tags: readonly ["BLUECHIP"];
3046
3071
  };
3047
3072
  readonly USDC: {
3048
3073
  readonly name: "USD Coin";
@@ -3062,6 +3087,7 @@ export declare const fantom: {
3062
3087
  readonly website: "https://wbtc.network/";
3063
3088
  readonly bridge: "multichain";
3064
3089
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
3090
+ readonly tags: readonly ["BLUECHIP"];
3065
3091
  readonly name: "Wrapped Bitcoin";
3066
3092
  readonly address: "0x321162Cd933E2Be498Cd2267a90534A804051b11";
3067
3093
  readonly oracleId: "fmcBTC";
@@ -3078,6 +3104,7 @@ export declare const fantom: {
3078
3104
  readonly website: "https://wbtc.network/";
3079
3105
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
3080
3106
  readonly bridge: "multichain";
3107
+ readonly tags: readonly ["BLUECHIP"];
3081
3108
  };
3082
3109
  readonly AAVE: {
3083
3110
  readonly name: "Aave";
@@ -3089,6 +3116,7 @@ export declare const fantom: {
3089
3116
  readonly website: "https://aave.com/";
3090
3117
  readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
3091
3118
  readonly bridge: "multichain";
3119
+ readonly tags: readonly ["BLUECHIP"];
3092
3120
  };
3093
3121
  readonly DAI: {
3094
3122
  readonly name: "Dai Stablecoin";
@@ -3112,6 +3140,7 @@ export declare const fantom: {
3112
3140
  readonly website: "https://sushi.com/";
3113
3141
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
3114
3142
  readonly bridge: "multichain";
3143
+ readonly tags: readonly ["BLUECHIP"];
3115
3144
  };
3116
3145
  readonly YFI: {
3117
3146
  readonly name: "yearn.finance";
@@ -3123,6 +3152,7 @@ export declare const fantom: {
3123
3152
  readonly website: "https://yearn.finance/";
3124
3153
  readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
3125
3154
  readonly bridge: "multichain";
3155
+ readonly tags: readonly ["BLUECHIP"];
3126
3156
  };
3127
3157
  readonly CRV: {
3128
3158
  readonly name: "Curve DAO";
@@ -3134,6 +3164,7 @@ export declare const fantom: {
3134
3164
  readonly website: "https://curve.finance/";
3135
3165
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
3136
3166
  readonly bridge: "multichain";
3167
+ readonly tags: readonly ["BLUECHIP"];
3137
3168
  };
3138
3169
  readonly BAND: {
3139
3170
  readonly name: "Band";
@@ -3229,6 +3260,7 @@ export declare const fantom: {
3229
3260
  };
3230
3261
  readonly WETH: {
3231
3262
  readonly symbol: "WETH";
3263
+ readonly tags: readonly ["BLUECHIP"];
3232
3264
  readonly name: "Wrapped Ether";
3233
3265
  readonly address: "0x74b23882a30290451A17c44f4F05243b6b58C76d";
3234
3266
  readonly oracleId: "fmcETH";
@@ -3250,6 +3282,7 @@ export declare const fantom: {
3250
3282
  readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
3251
3283
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3252
3284
  readonly bridge: "multichain";
3285
+ readonly tags: readonly ["BLUECHIP"];
3253
3286
  };
3254
3287
  readonly CREAM: {
3255
3288
  readonly name: "Cream";
@@ -3284,6 +3317,7 @@ export declare const fantom: {
3284
3317
  readonly website: "https://synthetix.io/";
3285
3318
  readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
3286
3319
  readonly bridge: "multichain";
3320
+ readonly tags: readonly ["BLUECHIP"];
3287
3321
  };
3288
3322
  readonly ICE: {
3289
3323
  readonly name: "IceToken";
@@ -3363,6 +3397,7 @@ export declare const fantom: {
3363
3397
  readonly website: "https://www.binance.com/";
3364
3398
  readonly bridge: "multichain";
3365
3399
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
3400
+ readonly tags: readonly ["BLUECHIP"];
3366
3401
  };
3367
3402
  readonly BOO: {
3368
3403
  readonly name: "Spooky Swap";
@@ -3553,6 +3588,7 @@ export declare const fantom: {
3553
3588
  readonly bridge: "multichain";
3554
3589
  readonly website: "https://www.avalabs.org/";
3555
3590
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
3591
+ readonly tags: readonly ["BLUECHIP"];
3556
3592
  };
3557
3593
  readonly LUNA: {
3558
3594
  readonly name: "Terra";
@@ -3564,6 +3600,7 @@ export declare const fantom: {
3564
3600
  readonly website: "https://www.terra.money/";
3565
3601
  readonly bridge: "multichain";
3566
3602
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
3603
+ readonly tags: readonly ["MEMECOIN"];
3567
3604
  };
3568
3605
  readonly asUSDC: {
3569
3606
  readonly name: "USDC Solana";
@@ -3588,6 +3625,7 @@ export declare const fantom: {
3588
3625
  readonly bridge: "multichain";
3589
3626
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
3590
3627
  readonly chainId: 250;
3628
+ readonly tags: readonly ["BLUECHIP"];
3591
3629
  };
3592
3630
  readonly HND: {
3593
3631
  readonly name: "Hundred Finance";
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
11
11
  readonly bridge: "native";
12
12
  readonly documentation: "https://docs.fantom.foundation/";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped Fantom";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
23
24
  readonly bridge: "native";
24
25
  readonly documentation: "https://docs.fantom.foundation/";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly FTM: {
27
29
  readonly name: "Wrapped Fantom";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
35
37
  readonly bridge: "native";
36
38
  readonly documentation: "https://docs.fantom.foundation/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WFTM: {
39
42
  readonly name: "Wrapped Fantom";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
47
50
  readonly bridge: "native";
48
51
  readonly documentation: "https://docs.fantom.foundation/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly 'bb-yv-FTM': {
51
55
  readonly name: "Beets Yearn Boosted FTM Linear Pool";
@@ -730,6 +734,7 @@ export declare const tokens: {
730
734
  readonly website: "https://solana.com/";
731
735
  readonly bridge: "wormhole";
732
736
  readonly description: "Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with over 400 projects spanning DeFi, NFTs, Web3 and more.";
737
+ readonly tags: readonly ["BLUECHIP"];
733
738
  };
734
739
  readonly TUSD: {
735
740
  readonly name: "True USD";
@@ -1118,6 +1123,7 @@ export declare const tokens: {
1118
1123
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
1119
1124
  readonly chainId: 250;
1120
1125
  readonly bridge: "multichain";
1126
+ readonly tags: readonly ["BLUECHIP"];
1121
1127
  };
1122
1128
  readonly USDC: {
1123
1129
  readonly name: "USD Coin";
@@ -1137,6 +1143,7 @@ export declare const tokens: {
1137
1143
  readonly website: "https://wbtc.network/";
1138
1144
  readonly bridge: "multichain";
1139
1145
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
1146
+ readonly tags: readonly ["BLUECHIP"];
1140
1147
  readonly name: "Wrapped Bitcoin";
1141
1148
  readonly address: "0x321162Cd933E2Be498Cd2267a90534A804051b11";
1142
1149
  readonly oracleId: "fmcBTC";
@@ -1153,6 +1160,7 @@ export declare const tokens: {
1153
1160
  readonly website: "https://wbtc.network/";
1154
1161
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
1155
1162
  readonly bridge: "multichain";
1163
+ readonly tags: readonly ["BLUECHIP"];
1156
1164
  };
1157
1165
  readonly AAVE: {
1158
1166
  readonly name: "Aave";
@@ -1164,6 +1172,7 @@ export declare const tokens: {
1164
1172
  readonly website: "https://aave.com/";
1165
1173
  readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
1166
1174
  readonly bridge: "multichain";
1175
+ readonly tags: readonly ["BLUECHIP"];
1167
1176
  };
1168
1177
  readonly DAI: {
1169
1178
  readonly name: "Dai Stablecoin";
@@ -1187,6 +1196,7 @@ export declare const tokens: {
1187
1196
  readonly website: "https://sushi.com/";
1188
1197
  readonly description: "Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.";
1189
1198
  readonly bridge: "multichain";
1199
+ readonly tags: readonly ["BLUECHIP"];
1190
1200
  };
1191
1201
  readonly YFI: {
1192
1202
  readonly name: "yearn.finance";
@@ -1198,6 +1208,7 @@ export declare const tokens: {
1198
1208
  readonly website: "https://yearn.finance/";
1199
1209
  readonly description: "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.";
1200
1210
  readonly bridge: "multichain";
1211
+ readonly tags: readonly ["BLUECHIP"];
1201
1212
  };
1202
1213
  readonly CRV: {
1203
1214
  readonly name: "Curve DAO";
@@ -1209,6 +1220,7 @@ export declare const tokens: {
1209
1220
  readonly website: "https://curve.finance/";
1210
1221
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
1211
1222
  readonly bridge: "multichain";
1223
+ readonly tags: readonly ["BLUECHIP"];
1212
1224
  };
1213
1225
  readonly BAND: {
1214
1226
  readonly name: "Band";
@@ -1304,6 +1316,7 @@ export declare const tokens: {
1304
1316
  };
1305
1317
  readonly WETH: {
1306
1318
  readonly symbol: "WETH";
1319
+ readonly tags: readonly ["BLUECHIP"];
1307
1320
  readonly name: "Wrapped Ether";
1308
1321
  readonly address: "0x74b23882a30290451A17c44f4F05243b6b58C76d";
1309
1322
  readonly oracleId: "fmcETH";
@@ -1325,6 +1338,7 @@ export declare const tokens: {
1325
1338
  readonly description: "The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.";
1326
1339
  readonly documentation: "https://ethereum.org/en/developers/docs/";
1327
1340
  readonly bridge: "multichain";
1341
+ readonly tags: readonly ["BLUECHIP"];
1328
1342
  };
1329
1343
  readonly CREAM: {
1330
1344
  readonly name: "Cream";
@@ -1359,6 +1373,7 @@ export declare const tokens: {
1359
1373
  readonly website: "https://synthetix.io/";
1360
1374
  readonly description: "Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.";
1361
1375
  readonly bridge: "multichain";
1376
+ readonly tags: readonly ["BLUECHIP"];
1362
1377
  };
1363
1378
  readonly ICE: {
1364
1379
  readonly name: "IceToken";
@@ -1438,6 +1453,7 @@ export declare const tokens: {
1438
1453
  readonly website: "https://www.binance.com/";
1439
1454
  readonly bridge: "multichain";
1440
1455
  readonly description: "Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.";
1456
+ readonly tags: readonly ["BLUECHIP"];
1441
1457
  };
1442
1458
  readonly BOO: {
1443
1459
  readonly name: "Spooky Swap";
@@ -1628,6 +1644,7 @@ export declare const tokens: {
1628
1644
  readonly bridge: "multichain";
1629
1645
  readonly website: "https://www.avalabs.org/";
1630
1646
  readonly description: "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.";
1647
+ readonly tags: readonly ["BLUECHIP"];
1631
1648
  };
1632
1649
  readonly LUNA: {
1633
1650
  readonly name: "Terra";
@@ -1639,6 +1656,7 @@ export declare const tokens: {
1639
1656
  readonly website: "https://www.terra.money/";
1640
1657
  readonly bridge: "multichain";
1641
1658
  readonly description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.";
1659
+ readonly tags: readonly ["MEMECOIN"];
1642
1660
  };
1643
1661
  readonly asUSDC: {
1644
1662
  readonly name: "USDC Solana";
@@ -1663,6 +1681,7 @@ export declare const tokens: {
1663
1681
  readonly bridge: "multichain";
1664
1682
  readonly description: "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.";
1665
1683
  readonly chainId: 250;
1684
+ readonly tags: readonly ["BLUECHIP"];
1666
1685
  };
1667
1686
  readonly HND: {
1668
1687
  readonly name: "Hundred Finance";
@@ -9,6 +9,7 @@ const ETH = {
9
9
  description: 'The native currency that flows within the Ethereum economy is called Ether (ETH). Ether is typically used to pay for transaction fees called Gas, and it is the base currency of the network.',
10
10
  documentation: 'https://ethereum.org/en/developers/docs/',
11
11
  bridge: 'multichain',
12
+ tags: ['BLUECHIP'],
12
13
  };
13
14
  const BTC = {
14
15
  name: 'Wrapped Bitcoin',
@@ -20,6 +21,7 @@ const BTC = {
20
21
  website: 'https://wbtc.network/',
21
22
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
22
23
  bridge: 'multichain',
24
+ tags: ['BLUECHIP'],
23
25
  };
24
26
  const FTM = {
25
27
  name: 'Wrapped Fantom',
@@ -32,6 +34,7 @@ const FTM = {
32
34
  description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
33
35
  bridge: 'native',
34
36
  documentation: 'https://docs.fantom.foundation/',
37
+ tags: ['BLUECHIP'],
35
38
  };
36
39
  export const tokens = {
37
40
  WNATIVE: FTM,
@@ -721,6 +724,7 @@ export const tokens = {
721
724
  website: 'https://solana.com/',
722
725
  bridge: 'wormhole',
723
726
  description: 'Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with over 400 projects spanning DeFi, NFTs, Web3 and more.',
727
+ tags: ['BLUECHIP'],
724
728
  },
725
729
  TUSD: {
726
730
  name: 'True USD',
@@ -1109,6 +1113,7 @@ export const tokens = {
1109
1113
  description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
1110
1114
  chainId: 250,
1111
1115
  bridge: 'multichain',
1116
+ tags: ['BLUECHIP'],
1112
1117
  },
1113
1118
  USDC: {
1114
1119
  name: 'USD Coin',
@@ -1129,6 +1134,7 @@ export const tokens = {
1129
1134
  website: 'https://wbtc.network/',
1130
1135
  bridge: 'multichain',
1131
1136
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
1137
+ tags: ['BLUECHIP'],
1132
1138
  },
1133
1139
  BTC: BTC,
1134
1140
  AAVE: {
@@ -1141,6 +1147,7 @@ export const tokens = {
1141
1147
  website: 'https://aave.com/',
1142
1148
  description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
1143
1149
  bridge: 'multichain',
1150
+ tags: ['BLUECHIP'],
1144
1151
  },
1145
1152
  DAI: {
1146
1153
  name: 'Dai Stablecoin',
@@ -1164,6 +1171,7 @@ export const tokens = {
1164
1171
  website: 'https://sushi.com/',
1165
1172
  description: 'Sushi is the home of DeFi. Their community is building a comprehensive, decentralized trading platform for the future of finance. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.',
1166
1173
  bridge: 'multichain',
1174
+ tags: ['BLUECHIP'],
1167
1175
  },
1168
1176
  YFI: {
1169
1177
  name: 'yearn.finance',
@@ -1175,6 +1183,7 @@ export const tokens = {
1175
1183
  website: 'https://yearn.finance/',
1176
1184
  description: 'Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain. The protocol is maintained by various independent developers and is governed by YFI holders.',
1177
1185
  bridge: 'multichain',
1186
+ tags: ['BLUECHIP'],
1178
1187
  },
1179
1188
  CRV: {
1180
1189
  name: 'Curve DAO',
@@ -1186,6 +1195,7 @@ export const tokens = {
1186
1195
  website: 'https://curve.finance/',
1187
1196
  description: 'Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.',
1188
1197
  bridge: 'multichain',
1198
+ tags: ['BLUECHIP'],
1189
1199
  },
1190
1200
  BAND: {
1191
1201
  name: 'Band',
@@ -1282,6 +1292,7 @@ export const tokens = {
1282
1292
  WETH: {
1283
1293
  ...ETH,
1284
1294
  symbol: 'WETH',
1295
+ tags: ['BLUECHIP'],
1285
1296
  },
1286
1297
  ETH: ETH,
1287
1298
  CREAM: {
@@ -1317,6 +1328,7 @@ export const tokens = {
1317
1328
  website: 'https://synthetix.io/',
1318
1329
  description: 'Synthetix is the backbone for derivatives trading in DeFi, allowing anyone, anywhere to gain on-chain exposure to a vast range of assets.',
1319
1330
  bridge: 'multichain',
1331
+ tags: ['BLUECHIP'],
1320
1332
  },
1321
1333
  ICE: {
1322
1334
  name: 'IceToken',
@@ -1396,6 +1408,7 @@ export const tokens = {
1396
1408
  website: 'https://www.binance.com/',
1397
1409
  bridge: 'multichain',
1398
1410
  description: 'Binance Coin (BNB) is an exchange-based token created and issued by the cryptocurrency exchange Binance. Initially created on the Ethereum blockchain as an ERC-20 token in July 2017, BNB was migrated over to Binance Chain in February 2019 and became the native coin of the Binance Chain.',
1411
+ tags: ['BLUECHIP'],
1399
1412
  },
1400
1413
  BOO: {
1401
1414
  name: 'Spooky Swap',
@@ -1586,6 +1599,7 @@ export const tokens = {
1586
1599
  bridge: 'multichain',
1587
1600
  website: 'https://www.avalabs.org/',
1588
1601
  description: 'Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.',
1602
+ tags: ['BLUECHIP'],
1589
1603
  },
1590
1604
  LUNA: {
1591
1605
  name: 'Terra',
@@ -1597,6 +1611,7 @@ export const tokens = {
1597
1611
  website: 'https://www.terra.money/',
1598
1612
  bridge: 'multichain',
1599
1613
  description: "Terra's native token, LUNA, is used to stabilize the price of the protocol's stablecoins. LUNA holders are also able to submit and vote on governance proposals, giving it the functionality of a governance token.",
1614
+ tags: ['MEMECOIN'],
1600
1615
  },
1601
1616
  asUSDC: {
1602
1617
  name: 'USDC Solana',
@@ -1621,6 +1636,7 @@ export const tokens = {
1621
1636
  bridge: 'multichain',
1622
1637
  description: 'Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.',
1623
1638
  chainId: 250,
1639
+ tags: ['BLUECHIP'],
1624
1640
  },
1625
1641
  HND: {
1626
1642
  name: 'Hundred Finance',
@@ -110,6 +110,7 @@ export declare const fraxtal: {
110
110
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
111
111
  readonly bridge: "fraxtal-canonical";
112
112
  readonly documentation: "https://curve.readthedocs.io/";
113
+ readonly tags: readonly ["BLUECHIP"];
113
114
  };
114
115
  readonly crvUSD: {
115
116
  readonly name: "Curve USD Stablecoin";
@@ -301,6 +302,7 @@ export declare const fraxtal: {
301
302
  readonly documentation: "https://ethereum.org/en/developers/docs/";
302
303
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
303
304
  readonly bridge: "fraxtal-canonical";
305
+ readonly tags: readonly ["BLUECHIP"];
304
306
  };
305
307
  readonly tBTC: {
306
308
  readonly name: "tBTC v2";
@@ -313,6 +315,7 @@ export declare const fraxtal: {
313
315
  readonly documentation: "https://docs.threshold.network/";
314
316
  readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
315
317
  readonly bridge: "fraxtal-canonical";
318
+ readonly tags: readonly ["BLUECHIP"];
316
319
  };
317
320
  readonly WBTC: {
318
321
  readonly name: "Wrapped BTC";
@@ -325,6 +328,7 @@ export declare const fraxtal: {
325
328
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
326
329
  readonly documentation: "https://wbtc.network/";
327
330
  readonly bridge: "fraxtal-canonical";
331
+ readonly tags: readonly ["BLUECHIP"];
328
332
  };
329
333
  readonly scrvUSD: {
330
334
  readonly name: "Savings crvUSD";
@@ -488,6 +492,7 @@ export declare const fraxtal: {
488
492
  readonly description: "Curve is an exchange liquidity pool on Ethereum. Curve is designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.";
489
493
  readonly bridge: "fraxtal-canonical";
490
494
  readonly documentation: "https://curve.readthedocs.io/";
495
+ readonly tags: readonly ["BLUECHIP"];
491
496
  };
492
497
  readonly crvUSD: {
493
498
  readonly name: "Curve USD Stablecoin";
@@ -679,6 +684,7 @@ export declare const fraxtal: {
679
684
  readonly documentation: "https://ethereum.org/en/developers/docs/";
680
685
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
681
686
  readonly bridge: "fraxtal-canonical";
687
+ readonly tags: readonly ["BLUECHIP"];
682
688
  };
683
689
  readonly tBTC: {
684
690
  readonly name: "tBTC v2";
@@ -691,6 +697,7 @@ export declare const fraxtal: {
691
697
  readonly documentation: "https://docs.threshold.network/";
692
698
  readonly description: "Threshold is the first ever on-chain merge between two existing networks and communities, Keep and NuCypher. Threshold provides a suite of threshold cryptography services that power user sovereignty on the blockchain.";
693
699
  readonly bridge: "fraxtal-canonical";
700
+ readonly tags: readonly ["BLUECHIP"];
694
701
  };
695
702
  readonly WBTC: {
696
703
  readonly name: "Wrapped BTC";
@@ -703,6 +710,7 @@ export declare const fraxtal: {
703
710
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
704
711
  readonly documentation: "https://wbtc.network/";
705
712
  readonly bridge: "fraxtal-canonical";
713
+ readonly tags: readonly ["BLUECHIP"];
706
714
  };
707
715
  readonly scrvUSD: {
708
716
  readonly name: "Savings crvUSD";