@beefyfinance/blockchain-addressbook 0.54.147 → 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 +174 -28
  11. package/build/address-book/base/tokens/tokens.d.ts +87 -14
  12. package/build/address-book/base/tokens/tokens.js +84 -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 +174 -28
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +87 -14
  130. package/build-esm/address-book/base/tokens/tokens.js +84 -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
@@ -12,6 +12,7 @@ const ETH = {
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'canonical',
14
14
  documentation: 'https://ethereum.org/en/developers/docs/',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: ETH,
@@ -78,6 +79,7 @@ exports.tokens = {
78
79
  website: 'https://wbtc.network/',
79
80
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
80
81
  bridge: 'canonical',
82
+ tags: ['BLUECHIP'],
81
83
  },
82
84
  USDT0: {
83
85
  name: 'USDT0',
@@ -12,6 +12,7 @@ export declare const manta: {
12
12
  readonly website: "https://weth.io/";
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly documentation: "https://ethereum.org/en/developers/docs/";
15
+ readonly tags: readonly ["BLUECHIP"];
15
16
  };
16
17
  readonly FEES: {
17
18
  readonly name: "Wrapped Ether ";
@@ -23,6 +24,7 @@ export declare const manta: {
23
24
  readonly website: "https://weth.io/";
24
25
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
25
26
  readonly documentation: "https://ethereum.org/en/developers/docs/";
27
+ readonly tags: readonly ["BLUECHIP"];
26
28
  };
27
29
  readonly ETH: {
28
30
  readonly name: "Wrapped Ether ";
@@ -34,6 +36,7 @@ export declare const manta: {
34
36
  readonly website: "https://weth.io/";
35
37
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether ";
@@ -45,6 +48,7 @@ export declare const manta: {
45
48
  readonly website: "https://weth.io/";
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly documentation: "https://ethereum.org/en/developers/docs/";
51
+ readonly tags: readonly ["BLUECHIP"];
48
52
  };
49
53
  readonly STONE: {
50
54
  readonly name: "StakeStone Ether";
@@ -109,6 +113,7 @@ export declare const manta: {
109
113
  readonly website: "https://weth.io/";
110
114
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
111
115
  readonly documentation: "https://ethereum.org/en/developers/docs/";
116
+ readonly tags: readonly ["BLUECHIP"];
112
117
  };
113
118
  readonly FEES: {
114
119
  readonly name: "Wrapped Ether ";
@@ -120,6 +125,7 @@ export declare const manta: {
120
125
  readonly website: "https://weth.io/";
121
126
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
122
127
  readonly documentation: "https://ethereum.org/en/developers/docs/";
128
+ readonly tags: readonly ["BLUECHIP"];
123
129
  };
124
130
  readonly ETH: {
125
131
  readonly name: "Wrapped Ether ";
@@ -131,6 +137,7 @@ export declare const manta: {
131
137
  readonly website: "https://weth.io/";
132
138
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
133
139
  readonly documentation: "https://ethereum.org/en/developers/docs/";
140
+ readonly tags: readonly ["BLUECHIP"];
134
141
  };
135
142
  readonly WETH: {
136
143
  readonly name: "Wrapped Ether ";
@@ -142,6 +149,7 @@ export declare const manta: {
142
149
  readonly website: "https://weth.io/";
143
150
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
144
151
  readonly documentation: "https://ethereum.org/en/developers/docs/";
152
+ readonly tags: readonly ["BLUECHIP"];
145
153
  };
146
154
  readonly STONE: {
147
155
  readonly name: "StakeStone Ether";
@@ -9,6 +9,7 @@ export declare const tokens: {
9
9
  readonly website: "https://weth.io/";
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly documentation: "https://ethereum.org/en/developers/docs/";
12
+ readonly tags: readonly ["BLUECHIP"];
12
13
  };
13
14
  readonly FEES: {
14
15
  readonly name: "Wrapped Ether ";
@@ -20,6 +21,7 @@ export declare const tokens: {
20
21
  readonly website: "https://weth.io/";
21
22
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
22
23
  readonly documentation: "https://ethereum.org/en/developers/docs/";
24
+ readonly tags: readonly ["BLUECHIP"];
23
25
  };
24
26
  readonly ETH: {
25
27
  readonly name: "Wrapped Ether ";
@@ -31,6 +33,7 @@ export declare const tokens: {
31
33
  readonly website: "https://weth.io/";
32
34
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
33
35
  readonly documentation: "https://ethereum.org/en/developers/docs/";
36
+ readonly tags: readonly ["BLUECHIP"];
34
37
  };
35
38
  readonly WETH: {
36
39
  readonly name: "Wrapped Ether ";
@@ -42,6 +45,7 @@ export declare const tokens: {
42
45
  readonly website: "https://weth.io/";
43
46
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
44
47
  readonly documentation: "https://ethereum.org/en/developers/docs/";
48
+ readonly tags: readonly ["BLUECHIP"];
45
49
  };
46
50
  readonly STONE: {
47
51
  readonly name: "StakeStone Ether";
@@ -11,6 +11,7 @@ const ETH = {
11
11
  website: 'https://weth.io/',
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  documentation: 'https://ethereum.org/en/developers/docs/',
14
+ tags: ['BLUECHIP'],
14
15
  };
15
16
  exports.tokens = {
16
17
  WNATIVE: ETH,
@@ -125,6 +125,7 @@ export declare const mantle: {
125
125
  readonly website: "https://wbtc.network/";
126
126
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
127
127
  readonly bridge: "mantle-canonical";
128
+ readonly tags: readonly ["BLUECHIP"];
128
129
  };
129
130
  readonly LEND: {
130
131
  readonly name: "Lendle Protocol Token";
@@ -163,6 +164,7 @@ export declare const mantle: {
163
164
  readonly documentation: "https://ethereum.org/en/developers/docs/";
164
165
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
165
166
  readonly bridge: "mantle-canonical";
167
+ readonly tags: readonly ["BLUECHIP"];
166
168
  };
167
169
  readonly USDY: {
168
170
  readonly name: "Ondo U.S. Dollar Yield";
@@ -351,6 +353,7 @@ export declare const mantle: {
351
353
  readonly website: "https://wbtc.network/";
352
354
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
353
355
  readonly bridge: "mantle-canonical";
356
+ readonly tags: readonly ["BLUECHIP"];
354
357
  };
355
358
  readonly LEND: {
356
359
  readonly name: "Lendle Protocol Token";
@@ -389,6 +392,7 @@ export declare const mantle: {
389
392
  readonly documentation: "https://ethereum.org/en/developers/docs/";
390
393
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
391
394
  readonly bridge: "mantle-canonical";
395
+ readonly tags: readonly ["BLUECHIP"];
392
396
  };
393
397
  readonly USDY: {
394
398
  readonly name: "Ondo U.S. Dollar Yield";
@@ -122,6 +122,7 @@ export declare const tokens: {
122
122
  readonly website: "https://wbtc.network/";
123
123
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
124
124
  readonly bridge: "mantle-canonical";
125
+ readonly tags: readonly ["BLUECHIP"];
125
126
  };
126
127
  readonly LEND: {
127
128
  readonly name: "Lendle Protocol Token";
@@ -160,6 +161,7 @@ export declare const tokens: {
160
161
  readonly documentation: "https://ethereum.org/en/developers/docs/";
161
162
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
162
163
  readonly bridge: "mantle-canonical";
164
+ readonly tags: readonly ["BLUECHIP"];
163
165
  };
164
166
  readonly USDY: {
165
167
  readonly name: "Ondo U.S. Dollar Yield";
@@ -93,6 +93,7 @@ exports.tokens = {
93
93
  website: 'https://wbtc.network/',
94
94
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
95
95
  bridge: 'mantle-canonical',
96
+ tags: ['BLUECHIP'],
96
97
  },
97
98
  LEND: {
98
99
  name: 'Lendle Protocol Token',
@@ -131,6 +132,7 @@ exports.tokens = {
131
132
  documentation: 'https://ethereum.org/en/developers/docs/',
132
133
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
133
134
  bridge: 'mantle-canonical',
135
+ tags: ['BLUECHIP'],
134
136
  },
135
137
  USDY: {
136
138
  name: 'Ondo U.S. Dollar Yield',
@@ -70,6 +70,7 @@ export declare const metis: {
70
70
  readonly decimals: 8;
71
71
  readonly website: "https://wbtc.network/";
72
72
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
73
+ readonly tags: readonly ["BLUECHIP"];
73
74
  };
74
75
  readonly NETT: {
75
76
  readonly name: "Netswap Token";
@@ -130,6 +131,7 @@ export declare const metis: {
130
131
  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.";
131
132
  readonly bridge: "metis-canonical";
132
133
  readonly documentation: "https://ethereum.org/en/developers/docs/";
134
+ readonly tags: readonly ["BLUECHIP"];
133
135
  };
134
136
  readonly BNB: {
135
137
  readonly name: "Poly-Peg BNB";
@@ -140,6 +142,7 @@ export declare const metis: {
140
142
  readonly decimals: 18;
141
143
  readonly website: "https://www.binance.com/";
142
144
  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.";
145
+ readonly tags: readonly ["BLUECHIP"];
143
146
  };
144
147
  readonly TETHYS: {
145
148
  readonly name: "Tethys";
@@ -170,6 +173,7 @@ export declare const metis: {
170
173
  readonly decimals: 18;
171
174
  readonly website: "https://fantom.foundation/";
172
175
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
176
+ readonly tags: readonly ["BLUECHIP"];
173
177
  };
174
178
  readonly AVAX: {
175
179
  readonly name: "Avalanche Token";
@@ -180,6 +184,7 @@ export declare const metis: {
180
184
  readonly decimals: 18;
181
185
  readonly website: "https://www.avalabs.org/";
182
186
  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.";
187
+ readonly tags: readonly ["BLUECHIP"];
183
188
  };
184
189
  readonly DAI: {
185
190
  readonly name: "Dai Stablecoin";
@@ -318,6 +323,7 @@ export declare const metis: {
318
323
  readonly decimals: 8;
319
324
  readonly website: "https://wbtc.network/";
320
325
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
326
+ readonly tags: readonly ["BLUECHIP"];
321
327
  };
322
328
  readonly NETT: {
323
329
  readonly name: "Netswap Token";
@@ -378,6 +384,7 @@ export declare const metis: {
378
384
  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.";
379
385
  readonly bridge: "metis-canonical";
380
386
  readonly documentation: "https://ethereum.org/en/developers/docs/";
387
+ readonly tags: readonly ["BLUECHIP"];
381
388
  };
382
389
  readonly BNB: {
383
390
  readonly name: "Poly-Peg BNB";
@@ -388,6 +395,7 @@ export declare const metis: {
388
395
  readonly decimals: 18;
389
396
  readonly website: "https://www.binance.com/";
390
397
  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.";
398
+ readonly tags: readonly ["BLUECHIP"];
391
399
  };
392
400
  readonly TETHYS: {
393
401
  readonly name: "Tethys";
@@ -418,6 +426,7 @@ export declare const metis: {
418
426
  readonly decimals: 18;
419
427
  readonly website: "https://fantom.foundation/";
420
428
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
429
+ readonly tags: readonly ["BLUECHIP"];
421
430
  };
422
431
  readonly AVAX: {
423
432
  readonly name: "Avalanche Token";
@@ -428,6 +437,7 @@ export declare const metis: {
428
437
  readonly decimals: 18;
429
438
  readonly website: "https://www.avalabs.org/";
430
439
  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.";
440
+ readonly tags: readonly ["BLUECHIP"];
431
441
  };
432
442
  readonly DAI: {
433
443
  readonly name: "Dai Stablecoin";
@@ -67,6 +67,7 @@ export declare const tokens: {
67
67
  readonly decimals: 8;
68
68
  readonly website: "https://wbtc.network/";
69
69
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
70
+ readonly tags: readonly ["BLUECHIP"];
70
71
  };
71
72
  readonly NETT: {
72
73
  readonly name: "Netswap Token";
@@ -127,6 +128,7 @@ export declare const tokens: {
127
128
  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.";
128
129
  readonly bridge: "metis-canonical";
129
130
  readonly documentation: "https://ethereum.org/en/developers/docs/";
131
+ readonly tags: readonly ["BLUECHIP"];
130
132
  };
131
133
  readonly BNB: {
132
134
  readonly name: "Poly-Peg BNB";
@@ -137,6 +139,7 @@ export declare const tokens: {
137
139
  readonly decimals: 18;
138
140
  readonly website: "https://www.binance.com/";
139
141
  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.";
142
+ readonly tags: readonly ["BLUECHIP"];
140
143
  };
141
144
  readonly TETHYS: {
142
145
  readonly name: "Tethys";
@@ -167,6 +170,7 @@ export declare const tokens: {
167
170
  readonly decimals: 18;
168
171
  readonly website: "https://fantom.foundation/";
169
172
  readonly description: "Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.";
173
+ readonly tags: readonly ["BLUECHIP"];
170
174
  };
171
175
  readonly AVAX: {
172
176
  readonly name: "Avalanche Token";
@@ -177,6 +181,7 @@ export declare const tokens: {
177
181
  readonly decimals: 18;
178
182
  readonly website: "https://www.avalabs.org/";
179
183
  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.";
184
+ readonly tags: readonly ["BLUECHIP"];
180
185
  };
181
186
  readonly DAI: {
182
187
  readonly name: "Dai Stablecoin";
@@ -38,6 +38,7 @@ exports.tokens = {
38
38
  decimals: 8,
39
39
  website: 'https://wbtc.network/',
40
40
  description: 'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
41
+ tags: ['BLUECHIP'],
41
42
  },
42
43
  NETT: {
43
44
  name: 'Netswap Token',
@@ -98,6 +99,7 @@ exports.tokens = {
98
99
  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.',
99
100
  bridge: 'metis-canonical',
100
101
  documentation: 'https://ethereum.org/en/developers/docs/',
102
+ tags: ['BLUECHIP'],
101
103
  },
102
104
  BNB: {
103
105
  name: 'Poly-Peg BNB',
@@ -108,6 +110,7 @@ exports.tokens = {
108
110
  decimals: 18,
109
111
  website: 'https://www.binance.com/',
110
112
  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.',
113
+ tags: ['BLUECHIP'],
111
114
  },
112
115
  TETHYS: {
113
116
  name: 'Tethys',
@@ -138,6 +141,7 @@ exports.tokens = {
138
141
  decimals: 18,
139
142
  website: 'https://fantom.foundation/',
140
143
  description: 'Fantom is a fast, high-throughput open-source smart contract platform for digital assets and dApps.',
144
+ tags: ['BLUECHIP'],
141
145
  },
142
146
  AVAX: {
143
147
  name: 'Avalanche Token',
@@ -148,6 +152,7 @@ exports.tokens = {
148
152
  decimals: 18,
149
153
  website: 'https://www.avalabs.org/',
150
154
  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.',
155
+ tags: ['BLUECHIP'],
151
156
  },
152
157
  DAI: {
153
158
  name: 'Dai Stablecoin',
@@ -13,6 +13,7 @@ export declare const mode: {
13
13
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
14
14
  readonly bridge: "mode-canonical";
15
15
  readonly documentation: "https://ethereum.org/en/developers/docs/";
16
+ readonly tags: readonly ["BLUECHIP"];
16
17
  };
17
18
  readonly FEES: {
18
19
  readonly name: "Wrapped Ether";
@@ -25,6 +26,7 @@ export declare const mode: {
25
26
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
26
27
  readonly bridge: "mode-canonical";
27
28
  readonly documentation: "https://ethereum.org/en/developers/docs/";
29
+ readonly tags: readonly ["BLUECHIP"];
28
30
  };
29
31
  readonly ETH: {
30
32
  readonly name: "Wrapped Ether";
@@ -37,6 +39,7 @@ export declare const mode: {
37
39
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
38
40
  readonly bridge: "mode-canonical";
39
41
  readonly documentation: "https://ethereum.org/en/developers/docs/";
42
+ readonly tags: readonly ["BLUECHIP"];
40
43
  };
41
44
  readonly WETH: {
42
45
  readonly name: "Wrapped Ether";
@@ -49,6 +52,7 @@ export declare const mode: {
49
52
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
50
53
  readonly bridge: "mode-canonical";
51
54
  readonly documentation: "https://ethereum.org/en/developers/docs/";
55
+ readonly tags: readonly ["BLUECHIP"];
52
56
  };
53
57
  readonly MODE: {
54
58
  readonly chainId: 34443;
@@ -111,7 +115,7 @@ export declare const mode: {
111
115
  readonly website: "https://ether.fi/";
112
116
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
113
117
  readonly bridge: "mode-canonical";
114
- readonly tags: readonly ["NO_TIMELOCK"];
118
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
115
119
  };
116
120
  readonly DOLA: {
117
121
  readonly name: "DOLA USD";
@@ -202,6 +206,7 @@ export declare const mode: {
202
206
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
203
207
  readonly bridge: "mode-canonical";
204
208
  readonly documentation: "https://ethereum.org/en/developers/docs/";
209
+ readonly tags: readonly ["BLUECHIP"];
205
210
  };
206
211
  readonly FEES: {
207
212
  readonly name: "Wrapped Ether";
@@ -214,6 +219,7 @@ export declare const mode: {
214
219
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
215
220
  readonly bridge: "mode-canonical";
216
221
  readonly documentation: "https://ethereum.org/en/developers/docs/";
222
+ readonly tags: readonly ["BLUECHIP"];
217
223
  };
218
224
  readonly ETH: {
219
225
  readonly name: "Wrapped Ether";
@@ -226,6 +232,7 @@ export declare const mode: {
226
232
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
227
233
  readonly bridge: "mode-canonical";
228
234
  readonly documentation: "https://ethereum.org/en/developers/docs/";
235
+ readonly tags: readonly ["BLUECHIP"];
229
236
  };
230
237
  readonly WETH: {
231
238
  readonly name: "Wrapped Ether";
@@ -238,6 +245,7 @@ export declare const mode: {
238
245
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
239
246
  readonly bridge: "mode-canonical";
240
247
  readonly documentation: "https://ethereum.org/en/developers/docs/";
248
+ readonly tags: readonly ["BLUECHIP"];
241
249
  };
242
250
  readonly MODE: {
243
251
  readonly chainId: 34443;
@@ -300,7 +308,7 @@ export declare const mode: {
300
308
  readonly website: "https://ether.fi/";
301
309
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
302
310
  readonly bridge: "mode-canonical";
303
- readonly tags: readonly ["NO_TIMELOCK"];
311
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
304
312
  };
305
313
  readonly DOLA: {
306
314
  readonly name: "DOLA USD";
@@ -10,6 +10,7 @@ export declare const tokens: {
10
10
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
11
11
  readonly bridge: "mode-canonical";
12
12
  readonly documentation: "https://ethereum.org/en/developers/docs/";
13
+ readonly tags: readonly ["BLUECHIP"];
13
14
  };
14
15
  readonly FEES: {
15
16
  readonly name: "Wrapped Ether";
@@ -22,6 +23,7 @@ export declare const tokens: {
22
23
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
23
24
  readonly bridge: "mode-canonical";
24
25
  readonly documentation: "https://ethereum.org/en/developers/docs/";
26
+ readonly tags: readonly ["BLUECHIP"];
25
27
  };
26
28
  readonly ETH: {
27
29
  readonly name: "Wrapped Ether";
@@ -34,6 +36,7 @@ export declare const tokens: {
34
36
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
35
37
  readonly bridge: "mode-canonical";
36
38
  readonly documentation: "https://ethereum.org/en/developers/docs/";
39
+ readonly tags: readonly ["BLUECHIP"];
37
40
  };
38
41
  readonly WETH: {
39
42
  readonly name: "Wrapped Ether";
@@ -46,6 +49,7 @@ export declare const tokens: {
46
49
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
47
50
  readonly bridge: "mode-canonical";
48
51
  readonly documentation: "https://ethereum.org/en/developers/docs/";
52
+ readonly tags: readonly ["BLUECHIP"];
49
53
  };
50
54
  readonly MODE: {
51
55
  readonly chainId: 34443;
@@ -108,7 +112,7 @@ export declare const tokens: {
108
112
  readonly website: "https://ether.fi/";
109
113
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
110
114
  readonly bridge: "mode-canonical";
111
- readonly tags: readonly ["NO_TIMELOCK"];
115
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
112
116
  };
113
117
  readonly DOLA: {
114
118
  readonly name: "DOLA USD";
@@ -12,6 +12,7 @@ const ETH = {
12
12
  description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
13
13
  bridge: 'mode-canonical',
14
14
  documentation: 'https://ethereum.org/en/developers/docs/',
15
+ tags: ['BLUECHIP'],
15
16
  };
16
17
  exports.tokens = {
17
18
  WNATIVE: ETH,
@@ -79,7 +80,7 @@ exports.tokens = {
79
80
  website: 'https://ether.fi/',
80
81
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
81
82
  bridge: 'mode-canonical',
82
- tags: ['NO_TIMELOCK'],
83
+ tags: ['BLUECHIP', 'NO_TIMELOCK'],
83
84
  },
84
85
  DOLA: {
85
86
  name: 'DOLA USD',
@@ -74,6 +74,7 @@ export declare const monad: {
74
74
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
75
75
  readonly bridge: "wormhole";
76
76
  readonly documentation: "https://ethereum.org/en/developers/docs/";
77
+ readonly tags: readonly ["BLUECHIP"];
77
78
  };
78
79
  readonly AUSD: {
79
80
  readonly name: "Agora Dollar";
@@ -111,6 +112,7 @@ export declare const monad: {
111
112
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
112
113
  readonly documentation: "";
113
114
  readonly bridge: "layer-zero";
115
+ readonly tags: readonly ["BLUECHIP"];
114
116
  };
115
117
  readonly wstETH: {
116
118
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -123,6 +125,7 @@ export declare const monad: {
123
125
  readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
124
126
  readonly bridge: "monad-canonical";
125
127
  readonly documentation: "https://docs.lido.fi/";
128
+ readonly tags: readonly ["BLUECHIP"];
126
129
  };
127
130
  readonly cWMON: {
128
131
  readonly name: "Curvance WMON";
@@ -160,7 +163,7 @@ export declare const monad: {
160
163
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
161
164
  readonly description: "official AVAX BRIDGE bridged BTC";
162
165
  readonly bridge: "native";
163
- readonly tags: readonly ["NO_TIMELOCK"];
166
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
164
167
  };
165
168
  readonly AZND: {
166
169
  readonly name: "Asian Dollar";
@@ -173,7 +176,7 @@ export declare const monad: {
173
176
  readonly documentation: "https://docs.mudigital.net/";
174
177
  readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
175
178
  readonly bridge: "native";
176
- readonly tags: readonly ["NO_TIMELOCK"];
179
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
177
180
  };
178
181
  readonly muBOND: {
179
182
  readonly name: "mu Bond";
@@ -186,7 +189,7 @@ export declare const monad: {
186
189
  readonly documentation: "https://docs.mudigital.net/";
187
190
  readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
188
191
  readonly bridge: "native";
189
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
192
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
190
193
  };
191
194
  readonly shMON: {
192
195
  readonly name: "ShMonad";
@@ -238,7 +241,7 @@ export declare const monad: {
238
241
  readonly documentation: "https://docs.mudigital.net/";
239
242
  readonly description: "loAZND (the \"Locked Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.";
240
243
  readonly bridge: "native";
241
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
244
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
242
245
  };
243
246
  readonly USD1: {
244
247
  readonly name: "World Liberty Financial USD";
@@ -251,6 +254,7 @@ export declare const monad: {
251
254
  readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
252
255
  readonly documentation: "https://worldlibertyfinancial.com/about";
253
256
  readonly bridge: "chainlink";
257
+ readonly tags: readonly ["STABLECOIN"];
254
258
  };
255
259
  readonly earnAUSD: {
256
260
  readonly name: "Earn Agora Dollar";
@@ -352,6 +356,7 @@ export declare const monad: {
352
356
  readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
353
357
  readonly bridge: "wormhole";
354
358
  readonly documentation: "https://ethereum.org/en/developers/docs/";
359
+ readonly tags: readonly ["BLUECHIP"];
355
360
  };
356
361
  readonly AUSD: {
357
362
  readonly name: "Agora Dollar";
@@ -389,6 +394,7 @@ export declare const monad: {
389
394
  readonly description: "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.";
390
395
  readonly documentation: "";
391
396
  readonly bridge: "layer-zero";
397
+ readonly tags: readonly ["BLUECHIP"];
392
398
  };
393
399
  readonly wstETH: {
394
400
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -401,6 +407,7 @@ export declare const monad: {
401
407
  readonly description: "Lido is a liquid staking solution for ETH backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending. Lido attempts to solve the problems associated with initial ETH staking - illiquidity, immovability and accessibility - making staked ETH liquid and allowing for participation with any amount of ETH to improve security of the Ethereum network.";
402
408
  readonly bridge: "monad-canonical";
403
409
  readonly documentation: "https://docs.lido.fi/";
410
+ readonly tags: readonly ["BLUECHIP"];
404
411
  };
405
412
  readonly cWMON: {
406
413
  readonly name: "Curvance WMON";
@@ -438,7 +445,7 @@ export declare const monad: {
438
445
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/btc.b-bridged-bitcoin";
439
446
  readonly description: "official AVAX BRIDGE bridged BTC";
440
447
  readonly bridge: "native";
441
- readonly tags: readonly ["NO_TIMELOCK"];
448
+ readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
442
449
  };
443
450
  readonly AZND: {
444
451
  readonly name: "Asian Dollar";
@@ -451,7 +458,7 @@ export declare const monad: {
451
458
  readonly documentation: "https://docs.mudigital.net/";
452
459
  readonly description: "AZND (the \"Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. AZND is suitable for users seeking predictable returns while retaining full DeFi composability";
453
460
  readonly bridge: "native";
454
- readonly tags: readonly ["NO_TIMELOCK"];
461
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
455
462
  };
456
463
  readonly muBOND: {
457
464
  readonly name: "mu Bond";
@@ -464,7 +471,7 @@ export declare const monad: {
464
471
  readonly documentation: "https://docs.mudigital.net/";
465
472
  readonly description: "muBOND is a high yield token backed by Asia's best RWAs, designed for higher potential returns in exchange for providing insurance to AZND holders.";
466
473
  readonly bridge: "native";
467
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
474
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
468
475
  };
469
476
  readonly shMON: {
470
477
  readonly name: "ShMonad";
@@ -516,7 +523,7 @@ export declare const monad: {
516
523
  readonly documentation: "https://docs.mudigital.net/";
517
524
  readonly description: "loAZND (the \"Locked Asian Dollar\") is a synthetic dollar backed by Asia's best RWAs, designed for stability and steady yield. loAZND is the yield-bearing version of AZND, earning up to 7% interest.";
518
525
  readonly bridge: "native";
519
- readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
526
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
520
527
  };
521
528
  readonly USD1: {
522
529
  readonly name: "World Liberty Financial USD";
@@ -529,6 +536,7 @@ export declare const monad: {
529
536
  readonly description: "Digital dollar stablecoins that are accepted both on-chain and in the real world.";
530
537
  readonly documentation: "https://worldlibertyfinancial.com/about";
531
538
  readonly bridge: "chainlink";
539
+ readonly tags: readonly ["STABLECOIN"];
532
540
  };
533
541
  readonly earnAUSD: {
534
542
  readonly name: "Earn Agora Dollar";