@avaprotocol/protocols 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/dist/index.cjs +85 -15
- package/dist/index.js +85 -15
- package/dist/protocols/chainlink.d.ts +6 -1
- package/dist/protocols/chainlink.d.ts.map +1 -1
- package/dist/protocols/erc20.d.ts +7 -0
- package/dist/protocols/erc20.d.ts.map +1 -1
- package/dist/protocols/index.d.ts +11 -0
- package/dist/protocols/index.d.ts.map +1 -1
- package/dist/tokens/base-sepolia.cjs +93 -0
- package/dist/tokens/base-sepolia.d.ts +5 -0
- package/dist/tokens/base-sepolia.d.ts.map +1 -0
- package/dist/tokens/base-sepolia.js +65 -0
- package/dist/tokens/base.cjs +358 -0
- package/dist/tokens/base.d.ts +5 -0
- package/dist/tokens/base.d.ts.map +1 -0
- package/dist/tokens/base.js +330 -0
- package/dist/tokens/bnb-mainnet.cjs +83 -0
- package/dist/tokens/bnb-mainnet.d.ts +5 -0
- package/dist/tokens/bnb-mainnet.d.ts.map +1 -0
- package/dist/tokens/bnb-mainnet.js +55 -0
- package/dist/tokens/ethereum.cjs +894 -0
- package/dist/tokens/ethereum.d.ts +5 -0
- package/dist/tokens/ethereum.d.ts.map +1 -0
- package/dist/tokens/ethereum.js +866 -0
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/per-chain.d.ts +30 -0
- package/dist/tokens/per-chain.d.ts.map +1 -0
- package/dist/tokens/sepolia.cjs +105 -0
- package/dist/tokens/sepolia.d.ts +5 -0
- package/dist/tokens/sepolia.d.ts.map +1 -0
- package/dist/tokens/sepolia.js +77 -0
- package/package.json +28 -2
|
@@ -0,0 +1,894 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/tokens/ethereum.ts
|
|
21
|
+
var ethereum_exports = {};
|
|
22
|
+
__export(ethereum_exports, {
|
|
23
|
+
chainId: () => chainId,
|
|
24
|
+
default: () => ethereum_default2,
|
|
25
|
+
tokens: () => tokens
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(ethereum_exports);
|
|
28
|
+
|
|
29
|
+
// src/tokens/data/ethereum.json
|
|
30
|
+
var ethereum_default = [
|
|
31
|
+
{
|
|
32
|
+
symbol: "AAVE",
|
|
33
|
+
address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
|
34
|
+
decimals: 18,
|
|
35
|
+
name: "Aave",
|
|
36
|
+
description: "Aave Protocol is a decentralised liquidity protocol where people can lend and borrow digital assets. The AAVE token is the governance token of the protocol, so AAVE holders can vote on proposals for updates. AAVE holders can also stake their AAVE in the protocol Safety Module and earn Safety Incentives for securing the protocol",
|
|
37
|
+
website: "https://aave.com",
|
|
38
|
+
explorer: "https://etherscan.io/token/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
|
39
|
+
links: {
|
|
40
|
+
github: "https://github.com/aave/aave-protocol",
|
|
41
|
+
x: "https://x.com/AaveAave",
|
|
42
|
+
reddit: "https://reddit.com/r/Aave_Official",
|
|
43
|
+
blog: "https://medium.com/aave",
|
|
44
|
+
facebook: "https://facebook.com/AaveCom",
|
|
45
|
+
whitepaper: "https://github.com/aave/aave-protocol/blob/master/docs/Aave_Protocol_Whitepaper_v1_0.pdf/",
|
|
46
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/aave/",
|
|
47
|
+
coingecko: "https://coingecko.com/en/coins/aave/"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
symbol: "AIOZ",
|
|
52
|
+
address: "0x626E8036dEB333b408Be468F951bdB42433cBF18",
|
|
53
|
+
decimals: 18,
|
|
54
|
+
name: "AIOZ Network"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
symbol: "APE",
|
|
58
|
+
address: "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
|
|
59
|
+
decimals: 18,
|
|
60
|
+
name: "ApeCoin"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
symbol: "ARB",
|
|
64
|
+
address: "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
|
|
65
|
+
decimals: 18,
|
|
66
|
+
name: "Arbitrum",
|
|
67
|
+
description: "$ARB tokens can be used to vote on Arbitrum DAO governance proposals, allowing $ARB holders to collectively shape the future of Arbitrum protocols and chains. Token holders can also delegate their voting power to delegates.",
|
|
68
|
+
website: "https://arbitrum.foundation/",
|
|
69
|
+
explorer: "https://etherscan.io/token/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
|
|
70
|
+
links: {
|
|
71
|
+
x: "https://x.com/arbitrum",
|
|
72
|
+
whitepaper: "https://docs.arbitrum.foundation/deployment-addresses",
|
|
73
|
+
discord: "https://discord.com/arbitrum",
|
|
74
|
+
coinmarketcap: "https://coinmarketcap.com/ru/currencies/arbitrum-iou/"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
symbol: "ATH",
|
|
79
|
+
address: "0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B",
|
|
80
|
+
decimals: 18,
|
|
81
|
+
name: "Aethir Token"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
symbol: "AXS",
|
|
85
|
+
address: "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
|
|
86
|
+
decimals: 18,
|
|
87
|
+
name: "Axie Infinity Shard"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
symbol: "BGB",
|
|
91
|
+
address: "0x19de6b897Ed14A376Dda0Fe53a5420D2aC828a28",
|
|
92
|
+
decimals: 18,
|
|
93
|
+
name: "BitgetToken"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
symbol: "BNB",
|
|
97
|
+
address: "0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
|
|
98
|
+
decimals: 18,
|
|
99
|
+
name: "BNB"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
symbol: "Bonk",
|
|
103
|
+
address: "0x1151CB3d861920e07a38e03eEAd12C32178567F6",
|
|
104
|
+
decimals: 5,
|
|
105
|
+
name: "Bonk"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
symbol: "BTT",
|
|
109
|
+
address: "0xC669928185DbCE49d2230CC9B0979BE6DC797957",
|
|
110
|
+
decimals: 18,
|
|
111
|
+
name: "BitTorrent"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
symbol: "BUIDL",
|
|
115
|
+
address: "0x7712c34205737192402172409a8F7ccef8aA2AEc",
|
|
116
|
+
decimals: 6,
|
|
117
|
+
name: "BlackRock USD Institutional Digital Liquidity Fund"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
symbol: "Cake",
|
|
121
|
+
address: "0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898",
|
|
122
|
+
decimals: 18,
|
|
123
|
+
name: "PancakeSwap Token"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
symbol: "cbBTC",
|
|
127
|
+
address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
|
|
128
|
+
decimals: 8,
|
|
129
|
+
name: "Coinbase Wrapped BTC"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
symbol: "cgETH.hashkey",
|
|
133
|
+
address: "0xc60a9145D9e9f1152218e7da6df634b7a74aE444",
|
|
134
|
+
decimals: 18,
|
|
135
|
+
name: "cgETH Hashkey Cloud"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
symbol: "clBTC",
|
|
139
|
+
address: "0xE7ae30C03395D66F30A26C49c91edAe151747911",
|
|
140
|
+
decimals: 18,
|
|
141
|
+
name: "clBTC"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
symbol: "cmETH",
|
|
145
|
+
address: "0xE6829d9a7eE3040e1276Fa75293Bde931859e8fA",
|
|
146
|
+
decimals: 18,
|
|
147
|
+
name: "cmETH"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
symbol: "COMP",
|
|
151
|
+
address: "0xc00e94Cb662C3520282E6f5717214004A7f26888",
|
|
152
|
+
decimals: 18,
|
|
153
|
+
name: "Compound",
|
|
154
|
+
description: "Compound is the governance token for the Compound protocol.",
|
|
155
|
+
website: "https://compound.finance",
|
|
156
|
+
explorer: "https://etherscan.io/token/0xc00e94Cb662C3520282E6f5717214004A7f26888",
|
|
157
|
+
links: {
|
|
158
|
+
blog: "https://medium.com/compound-finance",
|
|
159
|
+
x: "https://x.com/compoundfinance",
|
|
160
|
+
coingecko: "https://coingecko.com/en/coins/compound-governance-token/"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
symbol: "CRO",
|
|
165
|
+
address: "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
|
|
166
|
+
decimals: 8,
|
|
167
|
+
name: "CRO"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
symbol: "CRV",
|
|
171
|
+
address: "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
172
|
+
decimals: 18,
|
|
173
|
+
name: "Curve DAO Token",
|
|
174
|
+
description: "CRV is a governance token on the Curve platform with time-weighted voting and value accrual mechanisms.",
|
|
175
|
+
website: "https://curve.finance",
|
|
176
|
+
explorer: "https://etherscan.io/token/0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
177
|
+
links: {
|
|
178
|
+
github: "https://github.com/curvefi/curve-contract",
|
|
179
|
+
x: "https://x.com/CurveFinance",
|
|
180
|
+
telegram: "https://t.me/curvefi",
|
|
181
|
+
coingecko: "https://coingecko.com/en/coins/curve-dao-token/"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
symbol: "DAI",
|
|
186
|
+
address: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
187
|
+
decimals: 18,
|
|
188
|
+
name: "Dai",
|
|
189
|
+
description: "Dai is a stable cryptocurrency supported by Maker (MKR). To ensure price stability, Dai minimizes the price volatility against the US dollar, through an incentive structure for its participants.",
|
|
190
|
+
website: "http://makerdao.com",
|
|
191
|
+
explorer: "https://etherscan.io/token/0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
192
|
+
links: {
|
|
193
|
+
x: "https://x.com/MakerDAO",
|
|
194
|
+
reddit: "https://reddit.com/r/MakerDAO/",
|
|
195
|
+
blog: "https://blog.makerdao.com/",
|
|
196
|
+
whitepaper: "https://makerdao.com/whitepaper/",
|
|
197
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/multi-collateral-dai/",
|
|
198
|
+
coingecko: "https://coingecko.com/en/coins/dai/"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
symbol: "DEXE",
|
|
203
|
+
address: "0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6",
|
|
204
|
+
decimals: 18,
|
|
205
|
+
name: "Dexe"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
symbol: "DYDX",
|
|
209
|
+
address: "0x92D6C1e31e14520e676a687F0a93788B716BEff5",
|
|
210
|
+
decimals: 18,
|
|
211
|
+
name: "dYdX",
|
|
212
|
+
description: "Trade & stake to earn rewards. Vote on the future of your exchange. Take control of the most powerful decentralized derivatives protocol.",
|
|
213
|
+
website: "https://dydx.foundation",
|
|
214
|
+
explorer: "https://etherscan.io/token/0x92D6C1e31e14520e676a687F0a93788B716BEff5",
|
|
215
|
+
links: {
|
|
216
|
+
x: "https://x.com/dydxfoundation",
|
|
217
|
+
github: "https://github.com/dydxfoundation"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
symbol: "eETH",
|
|
222
|
+
address: "0x35fA164735182de50811E8e2E824cFb9B6118ac2",
|
|
223
|
+
decimals: 18,
|
|
224
|
+
name: "ether.fi ETH"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
symbol: "EIGEN",
|
|
228
|
+
address: "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
|
|
229
|
+
decimals: 18,
|
|
230
|
+
name: "Eigen",
|
|
231
|
+
description: "EigenLayer is a protocol built on Ethereum that introduces restaking, a new primitive in cryptoeconomic security. This primitive enables the reuse of ETH on the consensus layer.",
|
|
232
|
+
website: "https://www.eigenlayer.xyz/",
|
|
233
|
+
explorer: "https://etherscan.io/token/0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
|
|
234
|
+
links: {
|
|
235
|
+
x: "https://x.com/eigenlayer",
|
|
236
|
+
github: "https://github.com/Layr-Labs/eigenlayer-contracts"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
symbol: "ENA",
|
|
241
|
+
address: "0x57e114B691Db790C35207b2e685D4A43181e6061",
|
|
242
|
+
decimals: 18,
|
|
243
|
+
name: "ENA",
|
|
244
|
+
description: "Ethena is a synthetic dollar protocol built on Ethereum that will provide a crypto-native solution for money not reliant on traditional banking system infrastructure, alongside a globally accessible dollar-denominated savings instrument - the 'Internet Bond'.",
|
|
245
|
+
website: "https://www.ethena.fi/",
|
|
246
|
+
explorer: "https://etherscan.io/token/0x57e114B691Db790C35207b2e685D4A43181e6061",
|
|
247
|
+
links: {
|
|
248
|
+
x: "https://x.com/ethena_labs",
|
|
249
|
+
telegram: "https://t.me/ethena_labs"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
symbol: "ENS",
|
|
254
|
+
address: "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
|
|
255
|
+
decimals: 18,
|
|
256
|
+
name: "Ethereum Name Service",
|
|
257
|
+
description: "Decentralised naming for wallets, websites, & more.",
|
|
258
|
+
website: "https://ens.domains",
|
|
259
|
+
explorer: "https://etherscan.io/token/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
|
|
260
|
+
links: {
|
|
261
|
+
x: "https://x.com/ensdomains",
|
|
262
|
+
github: "https://github.com/ensdomains",
|
|
263
|
+
medium: "https://medium.com/the-ethereum-name-service",
|
|
264
|
+
discord: "https://discord.com/invite/ens"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
symbol: "ETHFI",
|
|
269
|
+
address: "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
|
|
270
|
+
decimals: 18,
|
|
271
|
+
name: "ether.fi governance token"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
symbol: "FDUSD",
|
|
275
|
+
address: "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
|
|
276
|
+
decimals: 18,
|
|
277
|
+
name: "First Digital USD"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
symbol: "FET",
|
|
281
|
+
address: "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
|
|
282
|
+
decimals: 18,
|
|
283
|
+
name: "Fetch.ai",
|
|
284
|
+
description: "Fetch.ai aims to be at the forefront of accelerating research and the deployment of emerging technologies such as blockchain and AI.",
|
|
285
|
+
website: "https://fetch.ai",
|
|
286
|
+
explorer: "https://etherscan.io/token/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
symbol: "FLOKI",
|
|
290
|
+
address: "0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",
|
|
291
|
+
decimals: 9,
|
|
292
|
+
name: "FLOKI"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
symbol: "FRAX",
|
|
296
|
+
address: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
|
|
297
|
+
decimals: 18,
|
|
298
|
+
name: "Frax",
|
|
299
|
+
description: "Frax is a new paradigm in stablecoin design, bringing together a two-token seigniorage share system, swap-based monetary policy, fully on-chain oracles, and decentralized governance alongside its fractional-algorithmic stablecoin design.",
|
|
300
|
+
website: "https://frax.finance/",
|
|
301
|
+
explorer: "https://etherscan.io/token/0x853d955aCEf822Db058eb8505911ED77F175b99e",
|
|
302
|
+
links: {
|
|
303
|
+
github: "https://github.com/FraxFinance",
|
|
304
|
+
x: "https://x.com/fraxfinance",
|
|
305
|
+
telegram: "https://t.me/fraxfinance",
|
|
306
|
+
discord: "https://discord.com/invite/Xwe8kAwZ4a"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
symbol: "FTN",
|
|
311
|
+
address: "0xaeDf386B755465871fF874E3E37Af5976E247064",
|
|
312
|
+
decimals: 18,
|
|
313
|
+
name: "Fasttoken"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
symbol: "GALA",
|
|
317
|
+
address: "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
|
|
318
|
+
decimals: 8,
|
|
319
|
+
name: "Gala"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
symbol: "GRT",
|
|
323
|
+
address: "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
|
|
324
|
+
decimals: 18,
|
|
325
|
+
name: "The Graph"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
symbol: "GT",
|
|
329
|
+
address: "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
|
|
330
|
+
decimals: 18,
|
|
331
|
+
name: "GateChainToken"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
symbol: "IMX",
|
|
335
|
+
address: "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
|
|
336
|
+
decimals: 18,
|
|
337
|
+
name: "Immutable X"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
symbol: "INJ",
|
|
341
|
+
address: "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
|
|
342
|
+
decimals: 18,
|
|
343
|
+
name: "Injective Token"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
symbol: "JASMY",
|
|
347
|
+
address: "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
|
|
348
|
+
decimals: 18,
|
|
349
|
+
name: "JasmyCoin"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
symbol: "LBTC",
|
|
353
|
+
address: "0x8236a87084f8B84306f72007F36F2618A5634494",
|
|
354
|
+
decimals: 8,
|
|
355
|
+
name: "Lombard Staked Bitcoin"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
symbol: "LDO",
|
|
359
|
+
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
|
|
360
|
+
decimals: 18,
|
|
361
|
+
name: "Lido DAO",
|
|
362
|
+
description: "Lido is a liquid staking solution for Ethereum. Lido lets users stake their ETH - with no minimum deposits or maintaining of infrastructure - whilst participating in on-chain activities, e.g. lending, to compound returns. LDO is an ERC20 token granting governance rights in the Lido DAO.",
|
|
363
|
+
website: "https://stake.lido.fi/",
|
|
364
|
+
explorer: "https://etherscan.io/token/0x5a98fcbea516cf06857215779fd812ca3bef1b32",
|
|
365
|
+
links: {
|
|
366
|
+
x: "https://x.com/lidofinance",
|
|
367
|
+
telegram: "https://t.me/lidofinance",
|
|
368
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/lido-dao/",
|
|
369
|
+
coingecko: "https://coingecko.com/en/coins/lido-dao/"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
symbol: "LEO",
|
|
374
|
+
address: "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
|
|
375
|
+
decimals: 18,
|
|
376
|
+
name: "Bitfinex LEO Token"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
symbol: "LINK",
|
|
380
|
+
address: "0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
|
381
|
+
decimals: 18,
|
|
382
|
+
name: "Chainlink",
|
|
383
|
+
description: "Chainlink is a decentralized oracle service, which aims to connect smart contracts with data from the real world. Oracles are needed to function as data feeds in smart contracts. Oracles provide external data (e.g. temperature, weather) that can drive smart contract executions. Participants on the network are incentivized (through rewards) to provide smart contracts with access to external data feeds.",
|
|
384
|
+
website: "https://chain.link",
|
|
385
|
+
explorer: "https://etherscan.io/token/0x514910771AF9Ca656af840dff83E8264EcF986CA",
|
|
386
|
+
links: {
|
|
387
|
+
github: "https://github.com/smartcontractkit/chainlink",
|
|
388
|
+
x: "https://x.com/chainlink",
|
|
389
|
+
reddit: "https://reddit.com/r/chainlink",
|
|
390
|
+
whitepaper: "https://link.smartcontract.com/whitepaper"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
symbol: "LsETH",
|
|
395
|
+
address: "0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549",
|
|
396
|
+
decimals: 18,
|
|
397
|
+
name: "Liquid Staked ETH"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
symbol: "MANA",
|
|
401
|
+
address: "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
|
|
402
|
+
decimals: 18,
|
|
403
|
+
name: "Decentraland MANA"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
symbol: "mETH",
|
|
407
|
+
address: "0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa",
|
|
408
|
+
decimals: 18,
|
|
409
|
+
name: "mETH"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
symbol: "MKR",
|
|
413
|
+
address: "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
|
|
414
|
+
decimals: 18,
|
|
415
|
+
name: "Maker",
|
|
416
|
+
description: "Maker (MKR) is a utility token, governance token and recapitalization resource of the Maker system.",
|
|
417
|
+
website: "https://makerdao.com",
|
|
418
|
+
explorer: "https://etherscan.io/token/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
|
|
419
|
+
links: {
|
|
420
|
+
blog: "https://blog.makerdao.com/",
|
|
421
|
+
whitepaper: "https://makerdao.com/assets/documents/purple.pdf",
|
|
422
|
+
reddit: "https://reddit.com/r/MakerDAO/",
|
|
423
|
+
coingecko: "https://coingecko.com/en/coins/maker/"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
symbol: "MNT",
|
|
428
|
+
address: "0x3c3a81e81dc49A522A592e7622A7E711c06bf354",
|
|
429
|
+
decimals: 18,
|
|
430
|
+
name: "Mantle"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
symbol: "NEAR",
|
|
434
|
+
address: "0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4",
|
|
435
|
+
decimals: 24,
|
|
436
|
+
name: "NEAR"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
symbol: "NEXO",
|
|
440
|
+
address: "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
|
|
441
|
+
decimals: 18,
|
|
442
|
+
name: "Nexo"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
symbol: "NFT",
|
|
446
|
+
address: "0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a",
|
|
447
|
+
decimals: 6,
|
|
448
|
+
name: "APENFT"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
symbol: "OKB",
|
|
452
|
+
address: "0x75231F58b43240C9718Dd58B4967c5114342a86c",
|
|
453
|
+
decimals: 18,
|
|
454
|
+
name: "OKB"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
symbol: "ONDO",
|
|
458
|
+
address: "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
|
|
459
|
+
decimals: 18,
|
|
460
|
+
name: "Ondo"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
symbol: "osETH",
|
|
464
|
+
address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38",
|
|
465
|
+
decimals: 18,
|
|
466
|
+
name: "Staked ETH"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
symbol: "OUSG",
|
|
470
|
+
address: "0x1B19C19393e2d034D8Ff31ff34c81252FcBbee92",
|
|
471
|
+
decimals: 18,
|
|
472
|
+
name: "Ondo Short-Term U.S. Government Bond Fund"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
symbol: "PAXG",
|
|
476
|
+
address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
|
|
477
|
+
decimals: 18,
|
|
478
|
+
name: "PAX Gold",
|
|
479
|
+
description: "PAX Gold (PAXG) is a digital asset where one token is backed by one fine troy ounce (t oz) of a 400 oz London Good Delivery gold bar, stored in Brink\u2019s gold vaults.",
|
|
480
|
+
website: "https://paxos.com/paxgold",
|
|
481
|
+
explorer: "https://etherscan.io/token/0x45804880De22913dAFE09f4980848ECE6EcbAf78"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
symbol: "PENDLE",
|
|
485
|
+
address: "0x808507121B80c02388fAd14726482e061B8da827",
|
|
486
|
+
decimals: 18,
|
|
487
|
+
name: "Pendle",
|
|
488
|
+
description: "Pendle is a protocol for people to trade and hedge yield. Users can tokenize yield and trade them on Pendle's AMM",
|
|
489
|
+
website: "https://www.pendle.finance/",
|
|
490
|
+
explorer: "https://etherscan.io/token/0x808507121b80c02388fad14726482e061b8da827",
|
|
491
|
+
links: {
|
|
492
|
+
github: "https://github.com/pendle-finance",
|
|
493
|
+
x: "https://x.com/pendle_fi",
|
|
494
|
+
docs: "https://docs.pendle.finance/",
|
|
495
|
+
coingecko: "https://coingecko.com/en/coins/pendle",
|
|
496
|
+
discord: "https://discord.com/invite/9x9VUngNZD"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
symbol: "PEPE",
|
|
501
|
+
address: "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
502
|
+
decimals: 18,
|
|
503
|
+
name: "Pepe",
|
|
504
|
+
description: "Pepe is a community based memecoin with one mission: to make memecoins great again. Made to honor the iconic meme we all know and love, Pepe is here to take reign as the most memeable memecoin in existence, fueled purely by memetic power. Pepe is for the people.",
|
|
505
|
+
website: "https://www.pepe.vip/",
|
|
506
|
+
explorer: "https://etherscan.io/token/0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
507
|
+
links: {
|
|
508
|
+
x: "https://x.com/pepecoineth",
|
|
509
|
+
telegram: "https://t.me/pepecoineth",
|
|
510
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/pepe/",
|
|
511
|
+
coingecko: "https://coingecko.com/en/coins/pepe"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
symbol: "POL",
|
|
516
|
+
address: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
517
|
+
decimals: 18,
|
|
518
|
+
name: "Polygon Ecosystem Token"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
symbol: "pumpBTC",
|
|
522
|
+
address: "0xF469fBD2abcd6B9de8E169d128226C0Fc90a012e",
|
|
523
|
+
decimals: 8,
|
|
524
|
+
name: "pumpBTC"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
symbol: "PYUSD",
|
|
528
|
+
address: "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
|
|
529
|
+
decimals: 6,
|
|
530
|
+
name: "PayPal USD",
|
|
531
|
+
description: "PayPal USD is designed to contribute to the opportunity stablecoins offer for payments and is 100% backed by U.S. dollar deposits, short-term U.S Treasuries and similar cash equivalents. PayPal USD is redeemable 1:1 for U.S. dollars and is issued by Paxos Trust Company.",
|
|
532
|
+
website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd",
|
|
533
|
+
explorer: "https://etherscan.io/token/0x6c3ea9036406852006290770bedfcaba0e23a0e8",
|
|
534
|
+
links: {
|
|
535
|
+
x: "https://x.com/PayPal",
|
|
536
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/paypal-usd/",
|
|
537
|
+
coingecko: "https://coingecko.com/en/coins/paypal-usd"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
symbol: "QNT",
|
|
542
|
+
address: "0x4a220E6096B25EADb88358cb44068A3248254675",
|
|
543
|
+
decimals: 18,
|
|
544
|
+
name: "Quant"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
symbol: "rETH",
|
|
548
|
+
address: "0xae78736Cd615f374D3085123A210448E74Fc6393",
|
|
549
|
+
decimals: 18,
|
|
550
|
+
name: "Rocket Pool ETH"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
symbol: "RNDR",
|
|
554
|
+
address: "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
|
|
555
|
+
decimals: 18,
|
|
556
|
+
name: "Render Token",
|
|
557
|
+
description: "Distributed GPU rendering on the blockchain.",
|
|
558
|
+
website: "https://rendertoken.com/",
|
|
559
|
+
explorer: "https://etherscan.io/token/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
symbol: "RPL",
|
|
563
|
+
address: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
|
|
564
|
+
decimals: 18,
|
|
565
|
+
name: "Rocket Pool",
|
|
566
|
+
description: "Rocket Pool Protocol (RPL) - Decentralised Proof of Stake Pool",
|
|
567
|
+
website: "https://rocketpool.net",
|
|
568
|
+
explorer: "https://etherscan.io/token/0xd33526068d116ce69f19a9ee46f0bd304f21a51f",
|
|
569
|
+
links: {
|
|
570
|
+
x: "https://x.com/Rocket_Pool",
|
|
571
|
+
github: "https://github.com/rocket-pool/",
|
|
572
|
+
discord: "https://discord.com/invite/rocketpool",
|
|
573
|
+
reddit: "https://reddit.com/r/rocketpool/",
|
|
574
|
+
medium: "https://medium.com/rocket-pool"
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
symbol: "rsETH",
|
|
579
|
+
address: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
|
|
580
|
+
decimals: 18,
|
|
581
|
+
name: "rsETH"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
symbol: "RSR",
|
|
585
|
+
address: "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
|
|
586
|
+
decimals: 18,
|
|
587
|
+
name: "Reserve Rights"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
symbol: "SAND",
|
|
591
|
+
address: "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
|
|
592
|
+
decimals: 18,
|
|
593
|
+
name: "SAND"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
symbol: "SHIB",
|
|
597
|
+
address: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
598
|
+
decimals: 18,
|
|
599
|
+
name: "SHIBA INU",
|
|
600
|
+
description: 'According to SHIBA INU, the reasoning behind the creation of SHIBA is that Shibas constantly forget where they bury their treasure. The website proclaims "Many doggie wars have been waged over precious treasure and delicious goodies."',
|
|
601
|
+
website: "https://shibatoken.com/",
|
|
602
|
+
explorer: "https://etherscan.io/token/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
603
|
+
links: {
|
|
604
|
+
telegram: "https://t.me/shibainuthedogecoinkiller",
|
|
605
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/shiba-inu/",
|
|
606
|
+
coingecko: "https://coingecko.com/en/coins/shiba-inu/"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
symbol: "SNX",
|
|
611
|
+
address: "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
|
|
612
|
+
decimals: 18,
|
|
613
|
+
name: "Synthetix"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
symbol: "SolvBTC",
|
|
617
|
+
address: "0x7A56E1C57C7475CCf742a1832B028F0456652F97",
|
|
618
|
+
decimals: 18,
|
|
619
|
+
name: "Solv BTC"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
symbol: "SolvBTC.BBN",
|
|
623
|
+
address: "0xd9D920AA40f578ab794426F5C90F6C731D159DEf",
|
|
624
|
+
decimals: 18,
|
|
625
|
+
name: "SolvBTC Babylon"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
symbol: "SPX",
|
|
629
|
+
address: "0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C",
|
|
630
|
+
decimals: 8,
|
|
631
|
+
name: "SPX6900"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
symbol: "stETH",
|
|
635
|
+
address: "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
|
|
636
|
+
decimals: 18,
|
|
637
|
+
name: "stETH",
|
|
638
|
+
description: "stETH is a token that represents staked ether in Lido.",
|
|
639
|
+
website: "https://stake.lido.fi",
|
|
640
|
+
explorer: "https://etherscan.io/token/0xae7ab96520de3a18e5e111b5eaab095312d7fe84"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
symbol: "STRK",
|
|
644
|
+
address: "0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766",
|
|
645
|
+
decimals: 18,
|
|
646
|
+
name: "StarkNet Token"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
symbol: "sUSDe",
|
|
650
|
+
address: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
|
|
651
|
+
decimals: 18,
|
|
652
|
+
name: "Staked USDe"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
symbol: "sUSDS",
|
|
656
|
+
address: "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD",
|
|
657
|
+
decimals: 18,
|
|
658
|
+
name: "Savings USDS"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
symbol: "SYRUP",
|
|
662
|
+
address: "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
|
|
663
|
+
decimals: 18,
|
|
664
|
+
name: "Syrup Token"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
symbol: "syrupUSDC",
|
|
668
|
+
address: "0x80ac24aA929eaF5013f6436cdA2a7ba190f5Cc0b",
|
|
669
|
+
decimals: 6,
|
|
670
|
+
name: "Syrup USDC"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
symbol: "tBTC",
|
|
674
|
+
address: "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
675
|
+
decimals: 18,
|
|
676
|
+
name: "tBTC v2"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
symbol: "TEL",
|
|
680
|
+
address: "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
|
|
681
|
+
decimals: 2,
|
|
682
|
+
name: "Telcoin"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
symbol: "TKX",
|
|
686
|
+
address: "0x667102BD3413bFEaa3Dffb48fa8288819E480a88",
|
|
687
|
+
decimals: 8,
|
|
688
|
+
name: "Tokenize Emblem"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
symbol: "TONCOIN",
|
|
692
|
+
address: "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
693
|
+
decimals: 9,
|
|
694
|
+
name: "Wrapped TON Coin"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
symbol: "TUSD",
|
|
698
|
+
address: "0x0000000000085d4780B73119b644AE5ecd22b376",
|
|
699
|
+
decimals: 18,
|
|
700
|
+
name: "TrueUSD"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
symbol: "UNI",
|
|
704
|
+
address: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
|
|
705
|
+
decimals: 18,
|
|
706
|
+
name: "Uniswap"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
symbol: "USD0",
|
|
710
|
+
address: "0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5",
|
|
711
|
+
decimals: 18,
|
|
712
|
+
name: "Usual USD"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
symbol: "USD1",
|
|
716
|
+
address: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
|
|
717
|
+
decimals: 18,
|
|
718
|
+
name: "World Liberty Financial USD"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
symbol: "USDC",
|
|
722
|
+
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
723
|
+
decimals: 6,
|
|
724
|
+
name: "USD Coin",
|
|
725
|
+
description: "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
|
|
726
|
+
website: "https://centre.io/usdc",
|
|
727
|
+
explorer: "https://etherscan.io/token/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
728
|
+
links: {
|
|
729
|
+
github: "https://github.com/centrehq",
|
|
730
|
+
medium: "https://medium.com/centre-blog",
|
|
731
|
+
whitepaper: "https://centre.io/pdfs/centre-whitepaper.pdf",
|
|
732
|
+
coinmarketcap: "https://coinmarketcap.com/currencies/usd-coin/",
|
|
733
|
+
coingecko: "https://coingecko.com/en/coins/usd-coin/"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
symbol: "USDD",
|
|
738
|
+
address: "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
739
|
+
decimals: 18,
|
|
740
|
+
name: "Decentralized USD"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
symbol: "USDe",
|
|
744
|
+
address: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
|
|
745
|
+
decimals: 18,
|
|
746
|
+
name: "USDe"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
symbol: "USDS",
|
|
750
|
+
address: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
|
|
751
|
+
decimals: 18,
|
|
752
|
+
name: "USDS Stablecoin"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
symbol: "USDT",
|
|
756
|
+
address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
757
|
+
decimals: 6,
|
|
758
|
+
name: "Tether",
|
|
759
|
+
description: "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
|
|
760
|
+
website: "https://tether.to",
|
|
761
|
+
explorer: "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
762
|
+
links: {
|
|
763
|
+
facebook: "https://facebook.com/tether.to/",
|
|
764
|
+
x: "https://x.com/Tether_to/",
|
|
765
|
+
coinmarketcap: "https://coinmarketcap.com/ru/currencies/tether/"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
symbol: "USDX",
|
|
770
|
+
address: "0xf3527ef8dE265eAa3716FB312c12847bFBA66Cef",
|
|
771
|
+
decimals: 18,
|
|
772
|
+
name: "USDX"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
symbol: "USDY",
|
|
776
|
+
address: "0x96F6eF951840721AdBF46Ac996b59E0235CB985C",
|
|
777
|
+
decimals: 18,
|
|
778
|
+
name: "Ondo U.S. Dollar Yield"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
symbol: "USYC",
|
|
782
|
+
address: "0x136471a34f6ef19fE571EFFC1CA711fdb8E49f2b",
|
|
783
|
+
decimals: 6,
|
|
784
|
+
name: "US Yield Coin"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
symbol: "VIRTUAL",
|
|
788
|
+
address: "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
|
|
789
|
+
decimals: 18,
|
|
790
|
+
name: "Virtual Protocol"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
symbol: "WBT",
|
|
794
|
+
address: "0x925206b8a707096Ed26ae47C84747fE0bb734F59",
|
|
795
|
+
decimals: 8,
|
|
796
|
+
name: "WBT"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
symbol: "WBTC",
|
|
800
|
+
address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
801
|
+
decimals: 8,
|
|
802
|
+
name: "Wrapped BTC"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
symbol: "weETH",
|
|
806
|
+
address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
807
|
+
decimals: 18,
|
|
808
|
+
name: "EtherFi wrapped ETH"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
symbol: "WETH",
|
|
812
|
+
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
813
|
+
decimals: 18,
|
|
814
|
+
name: "WETH",
|
|
815
|
+
description: "-",
|
|
816
|
+
website: "https://weth.io/",
|
|
817
|
+
explorer: "https://etherscan.io/token/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
symbol: "WLD",
|
|
821
|
+
address: "0x163f8C2467924be0ae7B5347228CABF260318753",
|
|
822
|
+
decimals: 18,
|
|
823
|
+
name: "Worldcoin"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
symbol: "wstETH",
|
|
827
|
+
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
828
|
+
decimals: 18,
|
|
829
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
830
|
+
description: "wstETH is a wrapped version of stETH. As some DeFi protocols require a constant balance mechanism for tokens, wstETH keeps your balance of stETH fixed and uses an underlying share system to reflect your earned staking rewards.",
|
|
831
|
+
website: "https://www.lido.fi/",
|
|
832
|
+
explorer: "https://etherscan.io/token/0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
833
|
+
links: {
|
|
834
|
+
x: "https://x.com/lidofinance",
|
|
835
|
+
telegram: "https://t.me/lidofinance"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
symbol: "XAUt",
|
|
840
|
+
address: "0x68749665FF8D2d112Fa859AA293F07A622782F38",
|
|
841
|
+
decimals: 6,
|
|
842
|
+
name: "Tether Gold"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
symbol: "XCN",
|
|
846
|
+
address: "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
|
|
847
|
+
decimals: 18,
|
|
848
|
+
name: "Chain"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
symbol: "ZK",
|
|
852
|
+
address: "0xC71B5F631354BE6853eFe9C3Ab6b9590F8302e81",
|
|
853
|
+
decimals: 18,
|
|
854
|
+
name: "Polyhedra Network"
|
|
855
|
+
}
|
|
856
|
+
];
|
|
857
|
+
|
|
858
|
+
// src/chains.ts
|
|
859
|
+
var Chains = Object.freeze({
|
|
860
|
+
EthereumMainnet: 1,
|
|
861
|
+
Sepolia: 11155111,
|
|
862
|
+
Holesky: 17e3,
|
|
863
|
+
BaseMainnet: 8453,
|
|
864
|
+
BaseSepolia: 84532,
|
|
865
|
+
BnbMainnet: 56
|
|
866
|
+
});
|
|
867
|
+
|
|
868
|
+
// src/tokens/per-chain.ts
|
|
869
|
+
function buildChainTokenMap(rows, sourceLabel) {
|
|
870
|
+
const out = /* @__PURE__ */ Object.create(null);
|
|
871
|
+
for (const row of rows) {
|
|
872
|
+
const { symbol, ...entry } = row;
|
|
873
|
+
if (Object.prototype.hasOwnProperty.call(out, symbol)) {
|
|
874
|
+
throw new Error(
|
|
875
|
+
`[@avaprotocol/protocols] duplicate symbol "${symbol}" in ${sourceLabel} \u2014 each symbol must appear once per chain file.`
|
|
876
|
+
);
|
|
877
|
+
}
|
|
878
|
+
out[symbol] = Object.freeze(entry);
|
|
879
|
+
}
|
|
880
|
+
return Object.freeze(out);
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// src/tokens/ethereum.ts
|
|
884
|
+
var chainId = Chains.EthereumMainnet;
|
|
885
|
+
var tokens = buildChainTokenMap(
|
|
886
|
+
ethereum_default,
|
|
887
|
+
"src/tokens/data/ethereum.json"
|
|
888
|
+
);
|
|
889
|
+
var ethereum_default2 = tokens;
|
|
890
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
891
|
+
0 && (module.exports = {
|
|
892
|
+
chainId,
|
|
893
|
+
tokens
|
|
894
|
+
});
|