@defisaver/tokens 1.5.43 → 1.5.45-dev
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/.editorconfig +9 -9
- package/.env.example +4 -4
- package/README.md +23 -23
- package/esm/aaveV2Markets.d.ts +2 -2
- package/esm/aaveV2Markets.js +8 -8
- package/esm/assets.d.ts +3 -3
- package/esm/assets.js +1095 -1091
- package/esm/ilks.d.ts +3 -3
- package/esm/ilks.js +465 -465
- package/esm/index.d.ts +70 -70
- package/esm/index.js +157 -157
- package/esm/reflexerCollTypes.d.ts +2 -2
- package/esm/reflexerCollTypes.js +11 -11
- package/esm/types.d.ts +73 -73
- package/esm/types.js +1 -1
- package/esm/utils.d.ts +11 -11
- package/esm/utils.js +22 -22
- package/package.json +47 -47
- package/src/TokenIcons/GuniDaiUsdc1Icon.js +66 -66
- package/src/TokenIcons/GuniDaiUsdc2Icon.js +69 -69
- package/src/aaveV2Markets.ts +10 -10
- package/src/assets.ts +3062 -3049
- package/src/ilks.ts +468 -468
- package/src/index.ts +176 -176
- package/src/reflexerCollTypes.ts +13 -13
- package/src/types.ts +87 -87
- package/src/utils.ts +22 -22
- package/tsconfig.json +74 -74
- package/umd/index.js +56 -44
- package/webpack.umd.js +43 -43
- package/.env +0 -8
package/esm/assets.js
CHANGED
|
@@ -1,1091 +1,1095 @@
|
|
|
1
|
-
const ETHAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
|
|
2
|
-
const DAIAddress = "0x6b175474e89094c44da98b954eedeac495271d0f";
|
|
3
|
-
const SAIAddress = "0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359";
|
|
4
|
-
const WETHAddress = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
5
|
-
const BATAddress = "0x0D8775F648430679A709E98d2b0Cb6250d2887EF";
|
|
6
|
-
const REPAddress = "0x1985365e9f78359a9B6AD760e32412f4a445E862";
|
|
7
|
-
const REPv2Address = "0x221657776846890989a759BA2973e427DfF5C9bB";
|
|
8
|
-
const ZRXAddress = "0xe41d2489571d322189246dafa5ebde1f4699f498";
|
|
9
|
-
const KNCLAddress = "0xdd974D5C2e2928deA5F71b9825b8b646686BD200";
|
|
10
|
-
const KNCAddress = "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202";
|
|
11
|
-
const USDCAddress = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
12
|
-
const WBTCAddress = "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599";
|
|
13
|
-
const MKRAddress = "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2";
|
|
14
|
-
const COMPAddress = "0xc00e94cb662c3520282e6f5717214004a7f26888";
|
|
15
|
-
const cDAIAddress = "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643";
|
|
16
|
-
const cLINKAddress = "0xface851a4921ce59e912d19329929ce6da6eb0c7";
|
|
17
|
-
const cBATAddress = "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e";
|
|
18
|
-
const cREPAddress = "0x158079ee67fce2f58472a96584a73c7ab9ac95c1";
|
|
19
|
-
const cZRXAddress = "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407";
|
|
20
|
-
const cUSDCAddress = "0x39aa39c021dfbae8fac545936693ac917d5e7563";
|
|
21
|
-
const cETHAddress = "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5";
|
|
22
|
-
const cWBTCAddressLegacy = "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4";
|
|
23
|
-
const cWBTCAddress = "0xccf4429db6322d5c611ee964527d42e5d685dd6a";
|
|
24
|
-
const USDTAddress = "0xdac17f958d2ee523a2206206994597c13d831ec7";
|
|
25
|
-
const cUSDTAddress = "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9";
|
|
26
|
-
const cTUSDAddress = "0x12392F67bdf24faE0AF363c24aC620a2f67DAd86";
|
|
27
|
-
const cUNIAddress = "0x35a18000230da775cac24873d00ff85bccded550";
|
|
28
|
-
const aETHAddress = "0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04";
|
|
29
|
-
const aDAIAddress = "0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d";
|
|
30
|
-
const aUSDCAddress = "0x9bA00D6856a4eDF4665BcA2C2309936572473B7E";
|
|
31
|
-
const aSUSDAddress = "0x625aE63000f46200499120B906716420bd059240";
|
|
32
|
-
const SUSDAddress = "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51";
|
|
33
|
-
const aTUSDAddress = "0x4DA9b813057D04BAef4e5800E36083717b4a0341";
|
|
34
|
-
const TUSDAddress = "0x0000000000085d4780B73119b644AE5ecd22b376";
|
|
35
|
-
const aUSDTAddress = "0x71fc860F7D3A592A4a98740e39dB31d25db65ae8";
|
|
36
|
-
const aBUSDAddress = "0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8";
|
|
37
|
-
const BUSDAddress = "0x4fabb145d64652a948d72533023f6e7a623c7c53";
|
|
38
|
-
const aBATAddress = "0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00";
|
|
39
|
-
const aKNCLAddress = "0x9D91BE44C06d373a8a226E1f3b146956083803eB";
|
|
40
|
-
const aLENDAddress = "0x7D2D3688Df45Ce7C552E19c27e007673da9204B8";
|
|
41
|
-
const LENDAddress = "0x80fB784B7eD66730e8b1DBd9820aFD29931aab03";
|
|
42
|
-
const aLINKAddress = "0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84";
|
|
43
|
-
const LINKAddress = "0x514910771af9ca656af840dff83e8264ecf986ca";
|
|
44
|
-
const aMANAAddress = "0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f";
|
|
45
|
-
const MANAAddress = "0x0f5d2fb29fb7d3cfee444a200298f468908cc942";
|
|
46
|
-
const aMKRAddress = "0x7deB5e830be29F91E298ba5FF1356BB7f8146998";
|
|
47
|
-
const aREPAddress = "0x71010A9D003445aC60C4e6A7017c1E89A477B438";
|
|
48
|
-
const aSNXAddress = "0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE";
|
|
49
|
-
const SNXAddress = "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f";
|
|
50
|
-
const aWBTCAddress = "0xFC4B8ED459e00e5400be803A9BB3954234FD50e3";
|
|
51
|
-
const aZRXAddress = "0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f";
|
|
52
|
-
const aENJAddress = "0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40";
|
|
53
|
-
const ENJAddress = "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c";
|
|
54
|
-
const aRENAddress = "0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C";
|
|
55
|
-
const RENAddress = "0x408e41876cCCDC0F92210600ef50372656052a38";
|
|
56
|
-
const YFIAddress = "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e";
|
|
57
|
-
const aYFIAddress = "0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd";
|
|
58
|
-
const CRVAddress = "0xD533a949740bb3306d119CC777fa900bA034cd52";
|
|
59
|
-
const CRVAddressArb = "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978";
|
|
60
|
-
const iDAIAddress = "0x493C57C4763932315A328269E1ADaD09653B9081";
|
|
61
|
-
const USDPAddress = "0x8e870d67f660d95d5be530380d0ec0bd388289e1";
|
|
62
|
-
const DPIAddress = "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b";
|
|
63
|
-
const UNIAddress = "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984";
|
|
64
|
-
const LRCAddress = "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD";
|
|
65
|
-
const cCOMPAddress = "0x70e36f6bf80a52b3b46b3af8e106cc0ed743e8e4";
|
|
66
|
-
const AAVEAddress = "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
67
|
-
const aUNIAddress = "0xb124541127a0a657f056d9dd06188c4f1b0e5aab";
|
|
68
|
-
const aAaveAddress = "0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5";
|
|
69
|
-
const stkAAVEAddress = "0x4da27a545c0c5B758a6BA100e3a049001de870f5";
|
|
70
|
-
const BALAddress = "0xba100000625a3754423978a60c9317c58a424e3D";
|
|
71
|
-
const GUSDAddress = "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd";
|
|
72
|
-
const RENBTCAddress = "0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D";
|
|
73
|
-
const UNIV2DAIETHAddress = "0xA478c2975Ab1Ea89e8196811F51A7B7Ade33eB11";
|
|
74
|
-
const aWETHAddress = "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e";
|
|
75
|
-
const UNIV2WBTCETHAddress = "0xBb2b8038a1640196FbE3e38816F3e67Cba72D940";
|
|
76
|
-
const UNIV2USDCETHAddress = "0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc";
|
|
77
|
-
const xSUSHIAddress = "0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272";
|
|
78
|
-
const UNIV2DAIUSDCAddress = "0xAE461cA67B15dc8dc81CE7615e0320dA1A9aB8D5";
|
|
79
|
-
const UNIV2ETHUSDTAddress = "0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852";
|
|
80
|
-
const UNIV2LINKETHAddress = "0xa2107FA5B38d9bbd2C461D6EDf11B11A50F6b974";
|
|
81
|
-
const UNIV2UNIETHAddress = "0xd3d2E2692501A5c9Ca623199D38826e513033a17";
|
|
82
|
-
const RAIAddress = "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919";
|
|
83
|
-
const ONEINCHAddress = "0x111111111117dC0aa78b770fA6A738034120C302";
|
|
84
|
-
const BadgerAddress = "0x3472A5A71965499acd81997a54BBA8D852C6E53d";
|
|
85
|
-
const BntAddress = "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C";
|
|
86
|
-
const CoverAddress = "0x4688a8b1f292fdab17e9a90c8bc379dc1dbd8713";
|
|
87
|
-
const CreamAddress = "0x2ba592F78dB6436527729929AAf6c908497cB200";
|
|
88
|
-
const SushiAddress = "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2";
|
|
89
|
-
const DiggAddress = "0x798d1be841a82a273720ce31c822c61a67a601c3";
|
|
90
|
-
const MirAddress = "0x09a3ecafa817268f77be1283176b946c4ff2e608";
|
|
91
|
-
const RplOldAddress = "0xb4efd85c19999d84251304bda99e90b92300bd93";
|
|
92
|
-
const RplAddress = "0xD33526068D116cE69F19A9ee46F0bd304F21A51f";
|
|
93
|
-
const SntAddress = "0x744d70fdbe2ba4cf95131626614a1763df805b9e";
|
|
94
|
-
const TornAddress = "0x77777feddddffc19ff86db637967013e6c6a116c";
|
|
95
|
-
const UmaAddress = "0x04fa0d235c4abf4bcf4787af4cf447de572ef828";
|
|
96
|
-
const UNIV2AAVEETHAddress = "0xDFC14d2Af169B0D36C4EFF567Ada9b2E0CAE044f";
|
|
97
|
-
const UNIV2WBTCDAIAddress = "0x231B7589426Ffe1b75405526fC32aC09D44364c4";
|
|
98
|
-
const UNIV2DAIUSDTAddress = "0xB20bd5D04BE54f870D5C0d3cA85d82b34B836405";
|
|
99
|
-
const EthfliAddress = "0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd";
|
|
100
|
-
const LqtyAddress = "0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D";
|
|
101
|
-
const LusdAddress = "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0";
|
|
102
|
-
const FlxAddress = "0x6243d8cea23066d098a15582d81a598b4e8391f4";
|
|
103
|
-
const AlcxAddress = "0xdbdb4d16eda451d0503b854cf79d55697f90c8df";
|
|
104
|
-
const EursAddress = "0xdb25f211ab05b1c97d595516f45794528a807ad8";
|
|
105
|
-
const GrtAddress = "0xc944e90c64b2c07662a292be6244bdf05cda44a7";
|
|
106
|
-
const PoolAddress = "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e";
|
|
107
|
-
const LdoAddress = "0x5a98fcbea516cf06857215779fd812ca3bef1b32";
|
|
108
|
-
const StethAddress = "0xae7ab96520de3a18e5e111b5eaab095312d7fe84";
|
|
109
|
-
const AxsAddress = "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b";
|
|
110
|
-
const BtcfliAddress = "0x0b498ff89709d3838a063f1dfa463091f9801c2b";
|
|
111
|
-
const FarmAddress = "0xa0246c9032bc3a600820415ae600c6388619a14d";
|
|
112
|
-
const FeiAddress = "0x956f47f50a910163d8bf957cf5846d573e7f87ca";
|
|
113
|
-
const GtcAddress = "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f";
|
|
114
|
-
const InstAddress = "0x6f40d4a6237c257fff2db00fa0510deeecd303eb";
|
|
115
|
-
const MtaAddress = "0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2";
|
|
116
|
-
const RuneAddress = "0x3155ba85d5f96b2d030a4966af206230e46849cb";
|
|
117
|
-
const TribeAddress = "0xc7283b66eb1eb5fb86327f08e1b5816b0720212b";
|
|
118
|
-
const AmplAddress = "0xd46ba6d942050d489dbd938a2c909a5d5039a161";
|
|
119
|
-
const SteCrvAddress = "0x06325440D014e39736583c165C2963BA99fAf14E";
|
|
120
|
-
const ECrvAddress = "0xA3D87FffcE63B53E0d54fAa1cc983B7eB0b74A9c";
|
|
121
|
-
const HegicAddress = "0x584bC13c7D411c00c01A62e8019472dE68768430";
|
|
122
|
-
const Ib3CRVAddress = "0x5282a4eF67D9C33135340fB3289cc1711c13638C";
|
|
123
|
-
const HCRVAddress = "0xb19059ebb43466C323583928285a49f558E572Fd";
|
|
124
|
-
const YveCRVDAOAddress = "0xc5bDdf9843308380375a611c18B50Fb9341f502A";
|
|
125
|
-
const CrvRenWSBTCAddress = "0x075b1bb99792c9E1041bA13afEf80C91a1e70fB3";
|
|
126
|
-
const CrvRenWBTCAddress = "0x49849C98ae39Fff122806C06791Fa73784FB3675";
|
|
127
|
-
const SaCRVAddress = "0x02d341CcB60fAaf662bC0554d13778015d1b285C";
|
|
128
|
-
const OBTCsbtcCRVAddress = "0x2fE94ea3d5d4a175184081439753DE15AeF9d614";
|
|
129
|
-
const PBTCsbtcCRVAddress = "0xDE5331AC4B3630f94853Ff322B66407e0D6331E8";
|
|
130
|
-
const LUSD3CRVfAddress = "0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA";
|
|
131
|
-
const BBTCsbtcCRVAddress = "0x410e3E86ef427e30B9235497143881f717d93c2A";
|
|
132
|
-
const TBTCsbtcCRVAddress = "0x64eda51d3Ad40D56b9dFc5554E06F94e1Dd786Fd";
|
|
133
|
-
const FRAX3CRVfAddress = "0xd632f22692FaC7611d2AA1C0D552930D43CAEd3B";
|
|
134
|
-
const YDAIyUSDCyUSDTyBUSDAddress = "0x3B3Ac5386837Dc563660FB6a0937DFAa5924333B";
|
|
135
|
-
const CDAIcUSDCAddress = "0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2";
|
|
136
|
-
const Gusd3CRVAddress = "0xD2967f45c4f384DEEa880F807Be904762a3DeA07";
|
|
137
|
-
const YDAIyUSDCyUSDTyTUSDAddress = "0xdF5e0e81Dff6FAF3A7e52BA697820c5e32D806A8";
|
|
138
|
-
const CRV3Address = "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490";
|
|
139
|
-
const TUSD3CRVfAddress = "0xEcd5e75AFb02eFa118AF914515D6521aaBd189F1";
|
|
140
|
-
const BUSD3CRVfAddress = "0x4807862AA8b2bF68830e4C8dc86D0e9A998e085a";
|
|
141
|
-
const Dusd3CRVAddress = "0x3a664Ab939FD8482048609f652f9a0B0677337B9";
|
|
142
|
-
const Ust3CRVAddress = "0x94e131324b6054c0D789b190b2dAC504e4361b53";
|
|
143
|
-
const Musd3CRVAddress = "0x1AEf73d49Dedc4b1778d0706583995958Dc862e6";
|
|
144
|
-
const CrvPlain3andSUSDAddress = "0xC25a3A3b969415c80451098fa907EC722572917F";
|
|
145
|
-
const LinkCRVAddress = "0xcee60cFa923170e4f8204AE08B4fA6A3F5656F3a";
|
|
146
|
-
const Usdn3CRVAddress = "0x4f3E8F405CF5aFC05D68142F3783bDfE13811522";
|
|
147
|
-
const Usdp3CRVAddress = "0x7Eb40E450b9655f4B3cC4259BCC731c63ff55ae6";
|
|
148
|
-
const AlUSD3CRVfAddress = "0x43b4FdFD4Ff969587185cDB6f0BD875c5Fc83f8c";
|
|
149
|
-
const RCRVAddress = "0x53a901d48795C58f485cBB38df08FA96a24669D5";
|
|
150
|
-
const AnkrCRVAddress = "0xaA17A236F2bAdc98DDc0Cf999AbB47D47Fc0A6Cf";
|
|
151
|
-
const A3CRVAddress = "0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900";
|
|
152
|
-
const Husd3CRVAddress = "0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858";
|
|
153
|
-
const EursCRVAddress = "0x194eBd173F6cDacE046C53eACcE9B953F28411d1";
|
|
154
|
-
const CrvTricryptoAddress = "0xcA3d75aC011BF5aD07a98d02f18225F9bD9A6BDF";
|
|
155
|
-
const YpaxCrvAddress = "0xD905e2eaeBe188fc92179b6350807D8bd91Db0D8";
|
|
156
|
-
const CDAIcUSDCUSDTAddress = "0x9fC689CCaDa600B6DF723D9E47D84d76664a1F23";
|
|
157
|
-
const Usdk3CRVAddress = "0x97E2768e8E73511cA874545DC5Ff8067eB19B787";
|
|
158
|
-
const Rsv3CRVAddress = "0xC2Ee6b0334C261ED60C72f6054450b61B8f18E35";
|
|
159
|
-
const Crv3cryptoAddress = "0xc4AD29ba4B3c580e6D59105FFf484999997675Ff";
|
|
160
|
-
const cMKRAddress = "0x95b4eF2869eBD94BEb4eEE400a99824BF5DC325b";
|
|
161
|
-
const cSUSHIAddress = "0x4B0181102A0112A2ef11AbEE5563bb4a3176c9d7";
|
|
162
|
-
const cAAVEAddress = "0xe65cdB6479BaC1e22340E4E755fAE7E509EcD06c";
|
|
163
|
-
const cYFIAddress = "0x80a2AE356fc9ef4305676f7a3E2Ed04e12C33946";
|
|
164
|
-
const RENFILAddress = "0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5";
|
|
165
|
-
const MATICAddress = "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0";
|
|
166
|
-
const crvEURTAddress = "0xFD5dB7463a3aB53fD211b4af195c5BCCC1A03890";
|
|
167
|
-
const crvMIMAddress = "0x5a6a4d54456819380173272a5e8e9b9904bdf41b";
|
|
168
|
-
const DydxAddress = "0x92d6c1e31e14520e676a687f0a93788b716beff5";
|
|
169
|
-
const PerpAddress = "0xbc396689893d065f41bc2c6ecbee5e0085233447";
|
|
170
|
-
const TcapAddress = "0x16c52ceece2ed57dad87319d91b5e3637d50afa4";
|
|
171
|
-
const CtxAddress = "0x321c2fe4446c7c963dc41dd58879af648838f98d";
|
|
172
|
-
const RgtAddress = "0xd291e7a03283640fdc51b121ac401383a46cc623";
|
|
173
|
-
const DataAddress = "0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1";
|
|
174
|
-
const AmpAddress = "0xff20817765cb7f73d4bde2e66e067e58d11095c2";
|
|
175
|
-
const FraxAddress = "0x853d955acef822db058eb8505911ed77f175b99e";
|
|
176
|
-
const wstETHAddress = "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0";
|
|
177
|
-
const YfiiAddress = "0xa1d0e215a23d7030842fc67ce582a6afa3ccab83";
|
|
178
|
-
const TendAddress = "0x1453dbb8a29551ade11d89825ca812e05317eaeb";
|
|
179
|
-
const OmgAddress = "0xd26114cd6ee289accf82350c8d8487fedb8a0c07";
|
|
180
|
-
const PickleAddress = "0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5";
|
|
181
|
-
const RookAddress = "0xfa5047c9c78b8877af97bdcb85db743fd7313d4a";
|
|
182
|
-
const IdleAddress = "0x875773784af8135ea0ef43b5a374aad105c5d39e";
|
|
183
|
-
const TrbAddress = "0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0";
|
|
184
|
-
const YamAddress = "0x0aacfbec6a24756c20d41914f2caba817c0d8521";
|
|
185
|
-
const SpankAddress = "0x42d6622dece394b54999fbd73d108123806f6a18";
|
|
186
|
-
const CvxAddress = "0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b";
|
|
187
|
-
const ShibAddress = "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce";
|
|
188
|
-
const MimAddress = "0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3";
|
|
189
|
-
const SpellAddress = "0x090185f2135308bad17527004364ebcc2d37e5f6";
|
|
190
|
-
const RobotAddress = "0xfb5453340c03db5ade474b27e68b6a9c6b2823eb";
|
|
191
|
-
const GelAddress = "0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05";
|
|
192
|
-
const GnoAddress = "0x6810e776880c02933d47db1b9fc05908e5386b96";
|
|
193
|
-
const TracAddress = "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f";
|
|
194
|
-
const FtmAddress = "0x4e15361fd6b4bb609fa63c81a2be19d873717870";
|
|
195
|
-
const AudioAddress = "0x18aaa7115705e8be94bffebde57af9bfc265b998";
|
|
196
|
-
const ThalesAddress = "0x03e173ad8d1581a4802d3b532ace27a62c5b81dc";
|
|
197
|
-
const RariAddress = "0xfca59cd816ab1ead66534d82bc21e7515ce441cf";
|
|
198
|
-
const FxsAddress = "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0";
|
|
199
|
-
const BedAddress = "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6";
|
|
200
|
-
const FoxAddress = "0xc770eefad204b5180df6a14ee197d99d808ee52d";
|
|
201
|
-
const OhmAddress = "0x383518188c0c6d7730d91b2c03a03c837814a899";
|
|
202
|
-
const SohmAddress = "0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f";
|
|
203
|
-
const AlusdAddress = "0xbc6da0fe9ad5f3b0d58160288917aa56653660e9";
|
|
204
|
-
const AlethAddress = "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6";
|
|
205
|
-
const EnsAddress = "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72";
|
|
206
|
-
const MusdAddress = "0xe2f2a5c287993345a840db3b0845fbc70f5935a5";
|
|
207
|
-
const ImusdAddress = "0x30647a72dc82d7fbb1123ea74716ab8a317eac19";
|
|
208
|
-
const cUSDPAddress = "0x041171993284df560249B57358F931D9eB7b925D";
|
|
209
|
-
const GuniDaiUsdc1Address = "0xAbDDAfB225e10B90D798bB8A886238Fb835e2053";
|
|
210
|
-
const GuniDaiUsdc2Address = "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e";
|
|
211
|
-
const USTAddress = "0xa693B19d2931d498c5B318dF961919BB4aee87a5";
|
|
212
|
-
const cFeiAddress = "0x7713DD9Ca933848F6819F38B8352D9A15EA73F67";
|
|
213
|
-
const bLUSDAddress = "0xB9D7DdDca9a4AC480991865EfEf82E01273F79C3";
|
|
214
|
-
const cbETHAddress = "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704";
|
|
215
|
-
const MORPHOAddress = "0x9994e35db50125e0df82e4c2dde62496ce330999";
|
|
216
|
-
const rETHCrvAddress = "0x6c38ce8984a890f5e46e6df6117c26b3f1ecfc9c";
|
|
217
|
-
const cbETHCrvAddress = "0x5b6c539b224014a09b3388e51caaa8e354c959c8";
|
|
218
|
-
const sfrxETH = "0xac3E018457B222d93114458476f3E3416Abbe38F";
|
|
219
|
-
const crvUSD = "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E";
|
|
220
|
-
const crvUSDArb = "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5";
|
|
221
|
-
const sDAIAddress = "0x83F20F44975D03b1b09e64809B757c47f942BEeA";
|
|
222
|
-
const tBTCAddress = "0x18084fbA666a33d37592fA2633fD49a74DD93a88";
|
|
223
|
-
const fxnAddress = "0x365accfca291e7d3914637abf1f7635db165bb09";
|
|
224
|
-
const fxnAddressArb = '0x179F38f78346F5942E95C5C59CB1da7F55Cf7CAd';
|
|
225
|
-
const USDSAddress = "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
226
|
-
const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
227
|
-
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
228
|
-
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
229
|
-
const
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1
|
+
const ETHAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
|
|
2
|
+
const DAIAddress = "0x6b175474e89094c44da98b954eedeac495271d0f";
|
|
3
|
+
const SAIAddress = "0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359";
|
|
4
|
+
const WETHAddress = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
|
|
5
|
+
const BATAddress = "0x0D8775F648430679A709E98d2b0Cb6250d2887EF";
|
|
6
|
+
const REPAddress = "0x1985365e9f78359a9B6AD760e32412f4a445E862";
|
|
7
|
+
const REPv2Address = "0x221657776846890989a759BA2973e427DfF5C9bB";
|
|
8
|
+
const ZRXAddress = "0xe41d2489571d322189246dafa5ebde1f4699f498";
|
|
9
|
+
const KNCLAddress = "0xdd974D5C2e2928deA5F71b9825b8b646686BD200";
|
|
10
|
+
const KNCAddress = "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202";
|
|
11
|
+
const USDCAddress = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
12
|
+
const WBTCAddress = "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599";
|
|
13
|
+
const MKRAddress = "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2";
|
|
14
|
+
const COMPAddress = "0xc00e94cb662c3520282e6f5717214004a7f26888";
|
|
15
|
+
const cDAIAddress = "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643";
|
|
16
|
+
const cLINKAddress = "0xface851a4921ce59e912d19329929ce6da6eb0c7";
|
|
17
|
+
const cBATAddress = "0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e";
|
|
18
|
+
const cREPAddress = "0x158079ee67fce2f58472a96584a73c7ab9ac95c1";
|
|
19
|
+
const cZRXAddress = "0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407";
|
|
20
|
+
const cUSDCAddress = "0x39aa39c021dfbae8fac545936693ac917d5e7563";
|
|
21
|
+
const cETHAddress = "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5";
|
|
22
|
+
const cWBTCAddressLegacy = "0xc11b1268c1a384e55c48c2391d8d480264a3a7f4";
|
|
23
|
+
const cWBTCAddress = "0xccf4429db6322d5c611ee964527d42e5d685dd6a";
|
|
24
|
+
const USDTAddress = "0xdac17f958d2ee523a2206206994597c13d831ec7";
|
|
25
|
+
const cUSDTAddress = "0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9";
|
|
26
|
+
const cTUSDAddress = "0x12392F67bdf24faE0AF363c24aC620a2f67DAd86";
|
|
27
|
+
const cUNIAddress = "0x35a18000230da775cac24873d00ff85bccded550";
|
|
28
|
+
const aETHAddress = "0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04";
|
|
29
|
+
const aDAIAddress = "0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d";
|
|
30
|
+
const aUSDCAddress = "0x9bA00D6856a4eDF4665BcA2C2309936572473B7E";
|
|
31
|
+
const aSUSDAddress = "0x625aE63000f46200499120B906716420bd059240";
|
|
32
|
+
const SUSDAddress = "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51";
|
|
33
|
+
const aTUSDAddress = "0x4DA9b813057D04BAef4e5800E36083717b4a0341";
|
|
34
|
+
const TUSDAddress = "0x0000000000085d4780B73119b644AE5ecd22b376";
|
|
35
|
+
const aUSDTAddress = "0x71fc860F7D3A592A4a98740e39dB31d25db65ae8";
|
|
36
|
+
const aBUSDAddress = "0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8";
|
|
37
|
+
const BUSDAddress = "0x4fabb145d64652a948d72533023f6e7a623c7c53";
|
|
38
|
+
const aBATAddress = "0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00";
|
|
39
|
+
const aKNCLAddress = "0x9D91BE44C06d373a8a226E1f3b146956083803eB";
|
|
40
|
+
const aLENDAddress = "0x7D2D3688Df45Ce7C552E19c27e007673da9204B8";
|
|
41
|
+
const LENDAddress = "0x80fB784B7eD66730e8b1DBd9820aFD29931aab03";
|
|
42
|
+
const aLINKAddress = "0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84";
|
|
43
|
+
const LINKAddress = "0x514910771af9ca656af840dff83e8264ecf986ca";
|
|
44
|
+
const aMANAAddress = "0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f";
|
|
45
|
+
const MANAAddress = "0x0f5d2fb29fb7d3cfee444a200298f468908cc942";
|
|
46
|
+
const aMKRAddress = "0x7deB5e830be29F91E298ba5FF1356BB7f8146998";
|
|
47
|
+
const aREPAddress = "0x71010A9D003445aC60C4e6A7017c1E89A477B438";
|
|
48
|
+
const aSNXAddress = "0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE";
|
|
49
|
+
const SNXAddress = "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f";
|
|
50
|
+
const aWBTCAddress = "0xFC4B8ED459e00e5400be803A9BB3954234FD50e3";
|
|
51
|
+
const aZRXAddress = "0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f";
|
|
52
|
+
const aENJAddress = "0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40";
|
|
53
|
+
const ENJAddress = "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c";
|
|
54
|
+
const aRENAddress = "0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C";
|
|
55
|
+
const RENAddress = "0x408e41876cCCDC0F92210600ef50372656052a38";
|
|
56
|
+
const YFIAddress = "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e";
|
|
57
|
+
const aYFIAddress = "0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd";
|
|
58
|
+
const CRVAddress = "0xD533a949740bb3306d119CC777fa900bA034cd52";
|
|
59
|
+
const CRVAddressArb = "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978";
|
|
60
|
+
const iDAIAddress = "0x493C57C4763932315A328269E1ADaD09653B9081";
|
|
61
|
+
const USDPAddress = "0x8e870d67f660d95d5be530380d0ec0bd388289e1";
|
|
62
|
+
const DPIAddress = "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b";
|
|
63
|
+
const UNIAddress = "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984";
|
|
64
|
+
const LRCAddress = "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD";
|
|
65
|
+
const cCOMPAddress = "0x70e36f6bf80a52b3b46b3af8e106cc0ed743e8e4";
|
|
66
|
+
const AAVEAddress = "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
67
|
+
const aUNIAddress = "0xb124541127a0a657f056d9dd06188c4f1b0e5aab";
|
|
68
|
+
const aAaveAddress = "0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5";
|
|
69
|
+
const stkAAVEAddress = "0x4da27a545c0c5B758a6BA100e3a049001de870f5";
|
|
70
|
+
const BALAddress = "0xba100000625a3754423978a60c9317c58a424e3D";
|
|
71
|
+
const GUSDAddress = "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd";
|
|
72
|
+
const RENBTCAddress = "0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D";
|
|
73
|
+
const UNIV2DAIETHAddress = "0xA478c2975Ab1Ea89e8196811F51A7B7Ade33eB11";
|
|
74
|
+
const aWETHAddress = "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e";
|
|
75
|
+
const UNIV2WBTCETHAddress = "0xBb2b8038a1640196FbE3e38816F3e67Cba72D940";
|
|
76
|
+
const UNIV2USDCETHAddress = "0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc";
|
|
77
|
+
const xSUSHIAddress = "0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272";
|
|
78
|
+
const UNIV2DAIUSDCAddress = "0xAE461cA67B15dc8dc81CE7615e0320dA1A9aB8D5";
|
|
79
|
+
const UNIV2ETHUSDTAddress = "0x0d4a11d5EEaaC28EC3F61d100daF4d40471f1852";
|
|
80
|
+
const UNIV2LINKETHAddress = "0xa2107FA5B38d9bbd2C461D6EDf11B11A50F6b974";
|
|
81
|
+
const UNIV2UNIETHAddress = "0xd3d2E2692501A5c9Ca623199D38826e513033a17";
|
|
82
|
+
const RAIAddress = "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919";
|
|
83
|
+
const ONEINCHAddress = "0x111111111117dC0aa78b770fA6A738034120C302";
|
|
84
|
+
const BadgerAddress = "0x3472A5A71965499acd81997a54BBA8D852C6E53d";
|
|
85
|
+
const BntAddress = "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C";
|
|
86
|
+
const CoverAddress = "0x4688a8b1f292fdab17e9a90c8bc379dc1dbd8713";
|
|
87
|
+
const CreamAddress = "0x2ba592F78dB6436527729929AAf6c908497cB200";
|
|
88
|
+
const SushiAddress = "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2";
|
|
89
|
+
const DiggAddress = "0x798d1be841a82a273720ce31c822c61a67a601c3";
|
|
90
|
+
const MirAddress = "0x09a3ecafa817268f77be1283176b946c4ff2e608";
|
|
91
|
+
const RplOldAddress = "0xb4efd85c19999d84251304bda99e90b92300bd93";
|
|
92
|
+
const RplAddress = "0xD33526068D116cE69F19A9ee46F0bd304F21A51f";
|
|
93
|
+
const SntAddress = "0x744d70fdbe2ba4cf95131626614a1763df805b9e";
|
|
94
|
+
const TornAddress = "0x77777feddddffc19ff86db637967013e6c6a116c";
|
|
95
|
+
const UmaAddress = "0x04fa0d235c4abf4bcf4787af4cf447de572ef828";
|
|
96
|
+
const UNIV2AAVEETHAddress = "0xDFC14d2Af169B0D36C4EFF567Ada9b2E0CAE044f";
|
|
97
|
+
const UNIV2WBTCDAIAddress = "0x231B7589426Ffe1b75405526fC32aC09D44364c4";
|
|
98
|
+
const UNIV2DAIUSDTAddress = "0xB20bd5D04BE54f870D5C0d3cA85d82b34B836405";
|
|
99
|
+
const EthfliAddress = "0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd";
|
|
100
|
+
const LqtyAddress = "0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D";
|
|
101
|
+
const LusdAddress = "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0";
|
|
102
|
+
const FlxAddress = "0x6243d8cea23066d098a15582d81a598b4e8391f4";
|
|
103
|
+
const AlcxAddress = "0xdbdb4d16eda451d0503b854cf79d55697f90c8df";
|
|
104
|
+
const EursAddress = "0xdb25f211ab05b1c97d595516f45794528a807ad8";
|
|
105
|
+
const GrtAddress = "0xc944e90c64b2c07662a292be6244bdf05cda44a7";
|
|
106
|
+
const PoolAddress = "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e";
|
|
107
|
+
const LdoAddress = "0x5a98fcbea516cf06857215779fd812ca3bef1b32";
|
|
108
|
+
const StethAddress = "0xae7ab96520de3a18e5e111b5eaab095312d7fe84";
|
|
109
|
+
const AxsAddress = "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b";
|
|
110
|
+
const BtcfliAddress = "0x0b498ff89709d3838a063f1dfa463091f9801c2b";
|
|
111
|
+
const FarmAddress = "0xa0246c9032bc3a600820415ae600c6388619a14d";
|
|
112
|
+
const FeiAddress = "0x956f47f50a910163d8bf957cf5846d573e7f87ca";
|
|
113
|
+
const GtcAddress = "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f";
|
|
114
|
+
const InstAddress = "0x6f40d4a6237c257fff2db00fa0510deeecd303eb";
|
|
115
|
+
const MtaAddress = "0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2";
|
|
116
|
+
const RuneAddress = "0x3155ba85d5f96b2d030a4966af206230e46849cb";
|
|
117
|
+
const TribeAddress = "0xc7283b66eb1eb5fb86327f08e1b5816b0720212b";
|
|
118
|
+
const AmplAddress = "0xd46ba6d942050d489dbd938a2c909a5d5039a161";
|
|
119
|
+
const SteCrvAddress = "0x06325440D014e39736583c165C2963BA99fAf14E";
|
|
120
|
+
const ECrvAddress = "0xA3D87FffcE63B53E0d54fAa1cc983B7eB0b74A9c";
|
|
121
|
+
const HegicAddress = "0x584bC13c7D411c00c01A62e8019472dE68768430";
|
|
122
|
+
const Ib3CRVAddress = "0x5282a4eF67D9C33135340fB3289cc1711c13638C";
|
|
123
|
+
const HCRVAddress = "0xb19059ebb43466C323583928285a49f558E572Fd";
|
|
124
|
+
const YveCRVDAOAddress = "0xc5bDdf9843308380375a611c18B50Fb9341f502A";
|
|
125
|
+
const CrvRenWSBTCAddress = "0x075b1bb99792c9E1041bA13afEf80C91a1e70fB3";
|
|
126
|
+
const CrvRenWBTCAddress = "0x49849C98ae39Fff122806C06791Fa73784FB3675";
|
|
127
|
+
const SaCRVAddress = "0x02d341CcB60fAaf662bC0554d13778015d1b285C";
|
|
128
|
+
const OBTCsbtcCRVAddress = "0x2fE94ea3d5d4a175184081439753DE15AeF9d614";
|
|
129
|
+
const PBTCsbtcCRVAddress = "0xDE5331AC4B3630f94853Ff322B66407e0D6331E8";
|
|
130
|
+
const LUSD3CRVfAddress = "0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA";
|
|
131
|
+
const BBTCsbtcCRVAddress = "0x410e3E86ef427e30B9235497143881f717d93c2A";
|
|
132
|
+
const TBTCsbtcCRVAddress = "0x64eda51d3Ad40D56b9dFc5554E06F94e1Dd786Fd";
|
|
133
|
+
const FRAX3CRVfAddress = "0xd632f22692FaC7611d2AA1C0D552930D43CAEd3B";
|
|
134
|
+
const YDAIyUSDCyUSDTyBUSDAddress = "0x3B3Ac5386837Dc563660FB6a0937DFAa5924333B";
|
|
135
|
+
const CDAIcUSDCAddress = "0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2";
|
|
136
|
+
const Gusd3CRVAddress = "0xD2967f45c4f384DEEa880F807Be904762a3DeA07";
|
|
137
|
+
const YDAIyUSDCyUSDTyTUSDAddress = "0xdF5e0e81Dff6FAF3A7e52BA697820c5e32D806A8";
|
|
138
|
+
const CRV3Address = "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490";
|
|
139
|
+
const TUSD3CRVfAddress = "0xEcd5e75AFb02eFa118AF914515D6521aaBd189F1";
|
|
140
|
+
const BUSD3CRVfAddress = "0x4807862AA8b2bF68830e4C8dc86D0e9A998e085a";
|
|
141
|
+
const Dusd3CRVAddress = "0x3a664Ab939FD8482048609f652f9a0B0677337B9";
|
|
142
|
+
const Ust3CRVAddress = "0x94e131324b6054c0D789b190b2dAC504e4361b53";
|
|
143
|
+
const Musd3CRVAddress = "0x1AEf73d49Dedc4b1778d0706583995958Dc862e6";
|
|
144
|
+
const CrvPlain3andSUSDAddress = "0xC25a3A3b969415c80451098fa907EC722572917F";
|
|
145
|
+
const LinkCRVAddress = "0xcee60cFa923170e4f8204AE08B4fA6A3F5656F3a";
|
|
146
|
+
const Usdn3CRVAddress = "0x4f3E8F405CF5aFC05D68142F3783bDfE13811522";
|
|
147
|
+
const Usdp3CRVAddress = "0x7Eb40E450b9655f4B3cC4259BCC731c63ff55ae6";
|
|
148
|
+
const AlUSD3CRVfAddress = "0x43b4FdFD4Ff969587185cDB6f0BD875c5Fc83f8c";
|
|
149
|
+
const RCRVAddress = "0x53a901d48795C58f485cBB38df08FA96a24669D5";
|
|
150
|
+
const AnkrCRVAddress = "0xaA17A236F2bAdc98DDc0Cf999AbB47D47Fc0A6Cf";
|
|
151
|
+
const A3CRVAddress = "0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900";
|
|
152
|
+
const Husd3CRVAddress = "0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858";
|
|
153
|
+
const EursCRVAddress = "0x194eBd173F6cDacE046C53eACcE9B953F28411d1";
|
|
154
|
+
const CrvTricryptoAddress = "0xcA3d75aC011BF5aD07a98d02f18225F9bD9A6BDF";
|
|
155
|
+
const YpaxCrvAddress = "0xD905e2eaeBe188fc92179b6350807D8bd91Db0D8";
|
|
156
|
+
const CDAIcUSDCUSDTAddress = "0x9fC689CCaDa600B6DF723D9E47D84d76664a1F23";
|
|
157
|
+
const Usdk3CRVAddress = "0x97E2768e8E73511cA874545DC5Ff8067eB19B787";
|
|
158
|
+
const Rsv3CRVAddress = "0xC2Ee6b0334C261ED60C72f6054450b61B8f18E35";
|
|
159
|
+
const Crv3cryptoAddress = "0xc4AD29ba4B3c580e6D59105FFf484999997675Ff";
|
|
160
|
+
const cMKRAddress = "0x95b4eF2869eBD94BEb4eEE400a99824BF5DC325b";
|
|
161
|
+
const cSUSHIAddress = "0x4B0181102A0112A2ef11AbEE5563bb4a3176c9d7";
|
|
162
|
+
const cAAVEAddress = "0xe65cdB6479BaC1e22340E4E755fAE7E509EcD06c";
|
|
163
|
+
const cYFIAddress = "0x80a2AE356fc9ef4305676f7a3E2Ed04e12C33946";
|
|
164
|
+
const RENFILAddress = "0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5";
|
|
165
|
+
const MATICAddress = "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0";
|
|
166
|
+
const crvEURTAddress = "0xFD5dB7463a3aB53fD211b4af195c5BCCC1A03890";
|
|
167
|
+
const crvMIMAddress = "0x5a6a4d54456819380173272a5e8e9b9904bdf41b";
|
|
168
|
+
const DydxAddress = "0x92d6c1e31e14520e676a687f0a93788b716beff5";
|
|
169
|
+
const PerpAddress = "0xbc396689893d065f41bc2c6ecbee5e0085233447";
|
|
170
|
+
const TcapAddress = "0x16c52ceece2ed57dad87319d91b5e3637d50afa4";
|
|
171
|
+
const CtxAddress = "0x321c2fe4446c7c963dc41dd58879af648838f98d";
|
|
172
|
+
const RgtAddress = "0xd291e7a03283640fdc51b121ac401383a46cc623";
|
|
173
|
+
const DataAddress = "0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1";
|
|
174
|
+
const AmpAddress = "0xff20817765cb7f73d4bde2e66e067e58d11095c2";
|
|
175
|
+
const FraxAddress = "0x853d955acef822db058eb8505911ed77f175b99e";
|
|
176
|
+
const wstETHAddress = "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0";
|
|
177
|
+
const YfiiAddress = "0xa1d0e215a23d7030842fc67ce582a6afa3ccab83";
|
|
178
|
+
const TendAddress = "0x1453dbb8a29551ade11d89825ca812e05317eaeb";
|
|
179
|
+
const OmgAddress = "0xd26114cd6ee289accf82350c8d8487fedb8a0c07";
|
|
180
|
+
const PickleAddress = "0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5";
|
|
181
|
+
const RookAddress = "0xfa5047c9c78b8877af97bdcb85db743fd7313d4a";
|
|
182
|
+
const IdleAddress = "0x875773784af8135ea0ef43b5a374aad105c5d39e";
|
|
183
|
+
const TrbAddress = "0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0";
|
|
184
|
+
const YamAddress = "0x0aacfbec6a24756c20d41914f2caba817c0d8521";
|
|
185
|
+
const SpankAddress = "0x42d6622dece394b54999fbd73d108123806f6a18";
|
|
186
|
+
const CvxAddress = "0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b";
|
|
187
|
+
const ShibAddress = "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce";
|
|
188
|
+
const MimAddress = "0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3";
|
|
189
|
+
const SpellAddress = "0x090185f2135308bad17527004364ebcc2d37e5f6";
|
|
190
|
+
const RobotAddress = "0xfb5453340c03db5ade474b27e68b6a9c6b2823eb";
|
|
191
|
+
const GelAddress = "0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05";
|
|
192
|
+
const GnoAddress = "0x6810e776880c02933d47db1b9fc05908e5386b96";
|
|
193
|
+
const TracAddress = "0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f";
|
|
194
|
+
const FtmAddress = "0x4e15361fd6b4bb609fa63c81a2be19d873717870";
|
|
195
|
+
const AudioAddress = "0x18aaa7115705e8be94bffebde57af9bfc265b998";
|
|
196
|
+
const ThalesAddress = "0x03e173ad8d1581a4802d3b532ace27a62c5b81dc";
|
|
197
|
+
const RariAddress = "0xfca59cd816ab1ead66534d82bc21e7515ce441cf";
|
|
198
|
+
const FxsAddress = "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0";
|
|
199
|
+
const BedAddress = "0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6";
|
|
200
|
+
const FoxAddress = "0xc770eefad204b5180df6a14ee197d99d808ee52d";
|
|
201
|
+
const OhmAddress = "0x383518188c0c6d7730d91b2c03a03c837814a899";
|
|
202
|
+
const SohmAddress = "0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f";
|
|
203
|
+
const AlusdAddress = "0xbc6da0fe9ad5f3b0d58160288917aa56653660e9";
|
|
204
|
+
const AlethAddress = "0x0100546f2cd4c9d97f798ffc9755e47865ff7ee6";
|
|
205
|
+
const EnsAddress = "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72";
|
|
206
|
+
const MusdAddress = "0xe2f2a5c287993345a840db3b0845fbc70f5935a5";
|
|
207
|
+
const ImusdAddress = "0x30647a72dc82d7fbb1123ea74716ab8a317eac19";
|
|
208
|
+
const cUSDPAddress = "0x041171993284df560249B57358F931D9eB7b925D";
|
|
209
|
+
const GuniDaiUsdc1Address = "0xAbDDAfB225e10B90D798bB8A886238Fb835e2053";
|
|
210
|
+
const GuniDaiUsdc2Address = "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e";
|
|
211
|
+
const USTAddress = "0xa693B19d2931d498c5B318dF961919BB4aee87a5";
|
|
212
|
+
const cFeiAddress = "0x7713DD9Ca933848F6819F38B8352D9A15EA73F67";
|
|
213
|
+
const bLUSDAddress = "0xB9D7DdDca9a4AC480991865EfEf82E01273F79C3";
|
|
214
|
+
const cbETHAddress = "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704";
|
|
215
|
+
const MORPHOAddress = "0x9994e35db50125e0df82e4c2dde62496ce330999";
|
|
216
|
+
const rETHCrvAddress = "0x6c38ce8984a890f5e46e6df6117c26b3f1ecfc9c";
|
|
217
|
+
const cbETHCrvAddress = "0x5b6c539b224014a09b3388e51caaa8e354c959c8";
|
|
218
|
+
const sfrxETH = "0xac3E018457B222d93114458476f3E3416Abbe38F";
|
|
219
|
+
const crvUSD = "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E";
|
|
220
|
+
const crvUSDArb = "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5";
|
|
221
|
+
const sDAIAddress = "0x83F20F44975D03b1b09e64809B757c47f942BEeA";
|
|
222
|
+
const tBTCAddress = "0x18084fbA666a33d37592fA2633fD49a74DD93a88";
|
|
223
|
+
const fxnAddress = "0x365accfca291e7d3914637abf1f7635db165bb09";
|
|
224
|
+
const fxnAddressArb = '0x179F38f78346F5942E95C5C59CB1da7F55Cf7CAd';
|
|
225
|
+
const USDSAddress = "0xdC035D45d973E3EC169d2276DDab16f1e407384F";
|
|
226
|
+
const SKYAddress = "0x56072C95FAA701256059aa122697B133aDEd9279";
|
|
227
|
+
const sUSDSAddress = "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD";
|
|
228
|
+
const rswETHAddress = "0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0";
|
|
229
|
+
const wsuperOETHbAddress = "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6";
|
|
230
|
+
const boldAddress = "0x73342d10e0ab968a0393516f9543811436ab23b8";
|
|
231
|
+
export const assetProto = {
|
|
232
|
+
symbol: '?',
|
|
233
|
+
feedAvailability: {},
|
|
234
|
+
name: 'Unknown',
|
|
235
|
+
nativeChainId: 1,
|
|
236
|
+
addresses: {},
|
|
237
|
+
decimals: NaN,
|
|
238
|
+
icon: () => {
|
|
239
|
+
console.warn('Token icon function not present');
|
|
240
|
+
return '';
|
|
241
|
+
},
|
|
242
|
+
underlyingAsset: '',
|
|
243
|
+
exchange: false,
|
|
244
|
+
compoundCollateral: false,
|
|
245
|
+
aaveCollateral: false,
|
|
246
|
+
yearnCollateral: false,
|
|
247
|
+
isStable: false,
|
|
248
|
+
};
|
|
249
|
+
export const assets = [
|
|
250
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Ether', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
251
|
+
1: ETHAddress,
|
|
252
|
+
10: ETHAddress,
|
|
253
|
+
8453: ETHAddress,
|
|
254
|
+
42161: ETHAddress,
|
|
255
|
+
} }),
|
|
256
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'WETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Wrapped Ether', decimals: 18, addresses: {
|
|
257
|
+
1: WETHAddress,
|
|
258
|
+
10: '0x4200000000000000000000000000000000000006',
|
|
259
|
+
8453: '0x4200000000000000000000000000000000000006',
|
|
260
|
+
42161: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
|
|
261
|
+
}, yearnCollateral: true }),
|
|
262
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cETH', underlyingAsset: 'ETH', name: 'Ether', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
263
|
+
1: cETHAddress,
|
|
264
|
+
} }),
|
|
265
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'DAI', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Dai Stablecoin', decimals: 18, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
|
|
266
|
+
1: DAIAddress,
|
|
267
|
+
10: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1',
|
|
268
|
+
8453: '0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb',
|
|
269
|
+
42161: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1',
|
|
270
|
+
}, isStable: true }),
|
|
271
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cDAI', underlyingAsset: 'DAI', name: 'Dai', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
272
|
+
1: cDAIAddress,
|
|
273
|
+
} }),
|
|
274
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'iDAI', underlyingAsset: 'DAI', name: 'Dai', decimals: 18, addresses: {
|
|
275
|
+
1: iDAIAddress,
|
|
276
|
+
} }),
|
|
277
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MKR', feedAvailability: { 1: true }, name: 'Maker Protocol', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
278
|
+
1: MKRAddress,
|
|
279
|
+
10: '0xab7badef82e9fe11f6f33f87bc9bc2aa27f2fcb5',
|
|
280
|
+
} }),
|
|
281
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BAT', feedAvailability: { 1: true }, name: 'Basic Attention Token', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
282
|
+
1: BATAddress,
|
|
283
|
+
} }),
|
|
284
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cBAT', underlyingAsset: 'BAT', name: 'Basic Attention Token', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
285
|
+
1: cBATAddress,
|
|
286
|
+
} }),
|
|
287
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ZRX', feedAvailability: { 1: true }, name: '0x', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
288
|
+
1: ZRXAddress,
|
|
289
|
+
} }),
|
|
290
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'KNCL', feedAvailability: { 1: true }, name: 'Kyber Network Crystal Legacy', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
291
|
+
1: KNCLAddress,
|
|
292
|
+
} }),
|
|
293
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'KNC', feedAvailability: { 1: true }, name: 'Kyber Network Crystal', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
294
|
+
1: KNCAddress,
|
|
295
|
+
} }),
|
|
296
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cZRX', underlyingAsset: 'ZRX', name: '0x', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
297
|
+
1: cZRXAddress,
|
|
298
|
+
} }),
|
|
299
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'REP', name: 'Augur', decimals: 18, exchange: true, compoundCollateral: false, addresses: {
|
|
300
|
+
1: REPAddress,
|
|
301
|
+
} }),
|
|
302
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'REPv2', name: 'Augur', decimals: 18, exchange: false, compoundCollateral: false, addresses: {
|
|
303
|
+
1: REPv2Address,
|
|
304
|
+
} }),
|
|
305
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cREP', underlyingAsset: 'REP', name: 'Augur', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
306
|
+
1: cREPAddress,
|
|
307
|
+
} }),
|
|
308
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDC', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'USD Coin', decimals: 6, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
|
|
309
|
+
1: USDCAddress,
|
|
310
|
+
10: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85',
|
|
311
|
+
8453: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
312
|
+
42161: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
|
|
313
|
+
}, isStable: true }),
|
|
314
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDC.e', feedAvailability: { 10: true, 42161: true }, name: 'USD Coin (Legacy Bridged)', decimals: 6, nativeChainId: 42161, exchange: true, addresses: {
|
|
315
|
+
10: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
316
|
+
42161: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
|
|
317
|
+
}, isStable: true }),
|
|
318
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDbC', feedAvailability: { 8453: true }, name: 'USD Base Coin', decimals: 6, nativeChainId: 8453, exchange: true, addresses: {
|
|
319
|
+
8453: '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA',
|
|
320
|
+
}, isStable: true }),
|
|
321
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cUSDC', underlyingAsset: 'USDC', name: 'USD Coin', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
322
|
+
1: cUSDCAddress,
|
|
323
|
+
} }),
|
|
324
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'WBTC', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Wrapped Bitcoin', decimals: 8, exchange: true, compoundCollateral: false, yearnCollateral: true, addresses: {
|
|
325
|
+
1: WBTCAddress,
|
|
326
|
+
10: '0x68f180fcce6836688e9084f035309e29bf0a2095',
|
|
327
|
+
42161: '0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f',
|
|
328
|
+
} }),
|
|
329
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cWBTC Legacy', underlyingAsset: 'WBTC', name: 'Wrapped Bitcoin (Legacy)', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
330
|
+
1: cWBTCAddressLegacy,
|
|
331
|
+
} }),
|
|
332
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cWBTC', underlyingAsset: 'WBTC', name: 'Wrapped Bitcoin', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
333
|
+
1: cWBTCAddress,
|
|
334
|
+
} }),
|
|
335
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDT', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Tether', decimals: 6, exchange: true, yearnCollateral: true, addresses: {
|
|
336
|
+
1: USDTAddress,
|
|
337
|
+
10: '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58',
|
|
338
|
+
42161: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
|
|
339
|
+
}, isStable: true }),
|
|
340
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cUSDT', underlyingAsset: 'USDT', name: 'Tether', decimals: 8, compoundCollateral: true, addresses: {
|
|
341
|
+
1: cUSDTAddress,
|
|
342
|
+
} }),
|
|
343
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SAI', name: 'Sai', decimals: 18, addresses: {
|
|
344
|
+
1: SAIAddress,
|
|
345
|
+
} }),
|
|
346
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'COMP', feedAvailability: { 1: true, 8453: true }, name: 'Compound Token', decimals: 18, addresses: {
|
|
347
|
+
1: COMPAddress,
|
|
348
|
+
10: '0x7e7d4467112689329f7E06571eD0E8CbAd4910eE',
|
|
349
|
+
8453: '0x9e1028F5F1D5eDE59748FFceE5532509976840E0',
|
|
350
|
+
42161: '0x354A6dA3fcde098F8389cad84b0182725c6C91dE',
|
|
351
|
+
}, exchange: true }),
|
|
352
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aETH', underlyingAsset: 'ETH', name: 'ETH', decimals: 18, aaveCollateral: true, addresses: {
|
|
353
|
+
1: aETHAddress,
|
|
354
|
+
} }),
|
|
355
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aDAI', underlyingAsset: 'DAI', name: 'Dai', decimals: 18, aaveCollateral: true, addresses: {
|
|
356
|
+
1: aDAIAddress,
|
|
357
|
+
} }),
|
|
358
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aUSDC', underlyingAsset: 'USDC', name: 'USDC', decimals: 6, aaveCollateral: true, addresses: {
|
|
359
|
+
1: aUSDCAddress,
|
|
360
|
+
} }),
|
|
361
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aSUSD', underlyingAsset: 'SUSD', name: 'Synth sUSD', decimals: 18, aaveCollateral: true, addresses: {
|
|
362
|
+
1: aSUSDAddress,
|
|
363
|
+
} }),
|
|
364
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SUSD', feedAvailability: { 1: true, 10: true }, name: 'Synth sUSD', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
|
|
365
|
+
1: SUSDAddress,
|
|
366
|
+
10: '0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9',
|
|
367
|
+
}, isStable: true }),
|
|
368
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aTUSD', underlyingAsset: 'TUSD', name: 'True USD', decimals: 18, aaveCollateral: true, addresses: {
|
|
369
|
+
1: aTUSDAddress,
|
|
370
|
+
} }),
|
|
371
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TUSD', feedAvailability: { 1: true }, name: 'True USD', decimals: 18, exchange: true, addresses: {
|
|
372
|
+
1: TUSDAddress,
|
|
373
|
+
}, isStable: true }),
|
|
374
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cTUSD', underlyingAsset: 'TUSD', name: 'True USD', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
375
|
+
1: cTUSDAddress,
|
|
376
|
+
} }),
|
|
377
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aUSDT', underlyingAsset: 'USDT', name: 'Tether', decimals: 6, aaveCollateral: true, addresses: {
|
|
378
|
+
1: aUSDTAddress,
|
|
379
|
+
} }),
|
|
380
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aBUSD', underlyingAsset: 'BUSD', name: 'Binance USD', decimals: 18, aaveCollateral: true, addresses: {
|
|
381
|
+
1: aBUSDAddress,
|
|
382
|
+
} }),
|
|
383
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BUSD', feedAvailability: { 1: true }, name: 'Binance USD', decimals: 18, exchange: true, addresses: {
|
|
384
|
+
1: BUSDAddress,
|
|
385
|
+
}, isStable: true }),
|
|
386
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aBAT', underlyingAsset: 'BAT', name: 'Basic Attention Token', decimals: 18, aaveCollateral: true, addresses: {
|
|
387
|
+
1: aBATAddress,
|
|
388
|
+
} }),
|
|
389
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aKNCL', underlyingAsset: 'KNCL', name: 'Kyber Network Crystal Legacy', decimals: 18, aaveCollateral: true, addresses: {
|
|
390
|
+
1: aKNCLAddress,
|
|
391
|
+
} }),
|
|
392
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aLEND', underlyingAsset: 'LEND', name: 'Aave ETHLend', decimals: 18, aaveCollateral: true, addresses: {
|
|
393
|
+
1: aLENDAddress,
|
|
394
|
+
} }),
|
|
395
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LEND', name: 'Aave ETHLend', decimals: 18, addresses: {
|
|
396
|
+
1: LENDAddress,
|
|
397
|
+
} }),
|
|
398
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aLINK', underlyingAsset: 'LINK', name: 'ChainLink', decimals: 18, aaveCollateral: true, addresses: {
|
|
399
|
+
1: aLINKAddress,
|
|
400
|
+
} }),
|
|
401
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LINK', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'ChainLink', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
|
|
402
|
+
1: LINKAddress,
|
|
403
|
+
10: '0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6',
|
|
404
|
+
42161: '0xf97f4df75117a78c1A5a0DBb814Af92458539FB4',
|
|
405
|
+
} }),
|
|
406
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cLINK', name: 'ChainLink', underlyingAsset: 'LINK', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
407
|
+
1: cLINKAddress,
|
|
408
|
+
} }),
|
|
409
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aMANA', underlyingAsset: 'MANA', name: 'Decentraland', decimals: 18, aaveCollateral: true, addresses: {
|
|
410
|
+
1: aMANAAddress,
|
|
411
|
+
} }),
|
|
412
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MANA', feedAvailability: { 1: true }, name: 'Decentraland', decimals: 18, exchange: true, addresses: {
|
|
413
|
+
1: MANAAddress,
|
|
414
|
+
} }),
|
|
415
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aMKR', underlyingAsset: 'MKR', name: 'Maker', decimals: 18, aaveCollateral: true, addresses: {
|
|
416
|
+
1: aMKRAddress,
|
|
417
|
+
} }),
|
|
418
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aREP', underlyingAsset: 'REP', name: 'Augur', decimals: 18, aaveCollateral: true, addresses: {
|
|
419
|
+
1: aREPAddress,
|
|
420
|
+
} }),
|
|
421
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aSNX', underlyingAsset: 'SNX', name: 'Synthetix Network', decimals: 18, aaveCollateral: true, addresses: {
|
|
422
|
+
1: aSNXAddress,
|
|
423
|
+
} }),
|
|
424
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SNX', feedAvailability: { 1: true, 10: true }, name: 'Synthetix Network', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
|
|
425
|
+
1: SNXAddress,
|
|
426
|
+
10: '0x8700daec35af8ff88c16bdf0418774cb3d7599b4',
|
|
427
|
+
} }),
|
|
428
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aWBTC', underlyingAsset: 'WBTC', name: 'WBTC', decimals: 8, aaveCollateral: true, addresses: {
|
|
429
|
+
1: aWBTCAddress,
|
|
430
|
+
} }),
|
|
431
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aZRX', underlyingAsset: 'ZRX', name: 'ZRX', decimals: 18, aaveCollateral: true, addresses: {
|
|
432
|
+
1: aZRXAddress,
|
|
433
|
+
} }),
|
|
434
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aENJ', underlyingAsset: 'ENJ', name: 'Enjin', decimals: 18, aaveCollateral: true, addresses: {
|
|
435
|
+
1: aENJAddress,
|
|
436
|
+
} }),
|
|
437
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ENJ', feedAvailability: { 1: true }, name: 'Enjin', decimals: 18, exchange: true, addresses: {
|
|
438
|
+
1: ENJAddress,
|
|
439
|
+
} }),
|
|
440
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aREN', underlyingAsset: 'REN', name: 'Ren', decimals: 18, aaveCollateral: true, addresses: {
|
|
441
|
+
1: aRENAddress,
|
|
442
|
+
} }),
|
|
443
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'REN', feedAvailability: { 1: true }, name: 'Ren', decimals: 18, exchange: true, addresses: {
|
|
444
|
+
1: RENAddress,
|
|
445
|
+
} }),
|
|
446
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'CRV', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Curve DAO', decimals: 18, exchange: true, addresses: {
|
|
447
|
+
1: CRVAddress,
|
|
448
|
+
10: '0x0994206dfe8de6ec6920ff4d779b0d950605fb53',
|
|
449
|
+
8453: '0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415',
|
|
450
|
+
42161: CRVAddressArb,
|
|
451
|
+
} }),
|
|
452
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'YFI', feedAvailability: { 1: true }, name: 'Yearn Finance', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
|
|
453
|
+
1: YFIAddress,
|
|
454
|
+
} }),
|
|
455
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aYFI', decimals: 18, addresses: {
|
|
456
|
+
1: aYFIAddress,
|
|
457
|
+
}, aaveCollateral: true, underlyingAsset: 'YFI' }),
|
|
458
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDP', feedAvailability: { 1: true }, name: 'Pax Dollar', decimals: 18, exchange: true, addresses: {
|
|
459
|
+
1: USDPAddress,
|
|
460
|
+
}, isStable: true }),
|
|
461
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cUSDP', underlyingAsset: 'USDP', name: 'Pax Dollar', decimals: 8, exchange: false, compoundCollateral: true, addresses: {
|
|
462
|
+
1: cUSDPAddress,
|
|
463
|
+
} }),
|
|
464
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'DPI', feedAvailability: { 1: true }, name: 'DefiPulse Index', decimals: 18, exchange: true, addresses: {
|
|
465
|
+
1: DPIAddress,
|
|
466
|
+
} }),
|
|
467
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNI', feedAvailability: { 1: true, 10: true }, name: 'Uniswap', decimals: 18, exchange: true, yearnCollateral: true, addresses: {
|
|
468
|
+
1: UNIAddress,
|
|
469
|
+
10: '0x6fd9d7ad17242c41f7131d257212c54a0e816691',
|
|
470
|
+
} }),
|
|
471
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cUNI', decimals: 8, compoundCollateral: true, addresses: {
|
|
472
|
+
1: cUNIAddress,
|
|
473
|
+
}, underlyingAsset: 'UNI' }),
|
|
474
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LRC', feedAvailability: { 1: true }, name: 'Loopring Coin V2', decimals: 18, exchange: true, addresses: {
|
|
475
|
+
1: LRCAddress,
|
|
476
|
+
10: '0xFEaA9194F9F8c1B65429E31341a103071464907E',
|
|
477
|
+
} }),
|
|
478
|
+
Object.assign(Object.assign({}, assetProto), { symbol: "cCOMP", name: "Compound Token", addresses: {
|
|
479
|
+
1: cCOMPAddress,
|
|
480
|
+
}, underlyingAsset: "COMP", decimals: 8, compoundCollateral: true }),
|
|
481
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aUNI', name: 'Uniswap', addresses: {
|
|
482
|
+
1: aUNIAddress,
|
|
483
|
+
}, underlyingAsset: 'UNI', decimals: 18, aaveCollateral: true }),
|
|
484
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AAVE', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Aave', addresses: {
|
|
485
|
+
1: AAVEAddress,
|
|
486
|
+
10: '0x76FB31fb4af56892A25e32cFC43De717950c9278',
|
|
487
|
+
42161: '0xba5ddd1f9d7f570dc94a51479a000e3bce967196',
|
|
488
|
+
}, decimals: 18, exchange: true }),
|
|
489
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aAAVE', name: 'Aave', addresses: {
|
|
490
|
+
1: aAaveAddress,
|
|
491
|
+
}, decimals: 18, underlyingAsset: 'AAVE', aaveCollateral: true }),
|
|
492
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'stkAAVE',
|
|
493
|
+
// underlyingAsset: 'AAVE',
|
|
494
|
+
name: 'AAVE', decimals: 18, addresses: {
|
|
495
|
+
1: stkAAVEAddress,
|
|
496
|
+
} }),
|
|
497
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BAL', feedAvailability: { 1: true }, name: 'Balancer', addresses: {
|
|
498
|
+
1: BALAddress,
|
|
499
|
+
8453: '0x4158734D47Fc9692176B5085E0F52ee0Da5d47F1',
|
|
500
|
+
}, exchange: true, decimals: 18 }),
|
|
501
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GUSD', feedAvailability: { 1: true }, name: 'Gemini Dollar', addresses: {
|
|
502
|
+
1: GUSDAddress,
|
|
503
|
+
}, decimals: 2, isStable: true, exchange: true }),
|
|
504
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RENBTC', name: 'renBTC', addresses: {
|
|
505
|
+
1: RENBTCAddress,
|
|
506
|
+
}, exchange: true, decimals: 8 }),
|
|
507
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIETH', feedAvailability: { 1: true }, name: 'Uniswap V2: DAI/ETH ', addresses: {
|
|
508
|
+
1: UNIV2DAIETHAddress,
|
|
509
|
+
}, decimals: 18 }),
|
|
510
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'aWETH', underlyingAsset: 'WETH', name: 'WETH', decimals: 18, addresses: {
|
|
511
|
+
1: aWETHAddress,
|
|
512
|
+
} }),
|
|
513
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2WBTCETH', feedAvailability: { 1: true }, name: 'Uniswap V2: WBTC/ETH ', addresses: {
|
|
514
|
+
1: UNIV2WBTCETHAddress,
|
|
515
|
+
}, decimals: 18 }),
|
|
516
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2USDCETH', feedAvailability: { 1: true }, name: 'Uniswap V2: USDC/ETH ', addresses: {
|
|
517
|
+
1: UNIV2USDCETHAddress,
|
|
518
|
+
}, decimals: 18 }),
|
|
519
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'xSUSHI', feedAvailability: { 1: true }, name: 'Sushi Bar', addresses: {
|
|
520
|
+
1: xSUSHIAddress,
|
|
521
|
+
}, decimals: 18 }),
|
|
522
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIUSDC', feedAvailability: { 1: true }, name: 'Uniswap V2: DAI/USDC', addresses: {
|
|
523
|
+
1: UNIV2DAIUSDCAddress,
|
|
524
|
+
}, decimals: 18 }),
|
|
525
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2ETHUSDT', name: 'Uniswap V2: ETH/USDT', addresses: {
|
|
526
|
+
1: UNIV2ETHUSDTAddress,
|
|
527
|
+
}, decimals: 18 }),
|
|
528
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2LINKETH', feedAvailability: { 1: true }, name: 'Uniswap V2: LINK/ETH', addresses: {
|
|
529
|
+
1: UNIV2LINKETHAddress,
|
|
530
|
+
}, decimals: 18 }),
|
|
531
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2UNIETH', feedAvailability: { 1: true }, name: 'Uniswap V2: UNI/ETH', addresses: {
|
|
532
|
+
1: UNIV2UNIETHAddress,
|
|
533
|
+
}, decimals: 18 }),
|
|
534
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RAI', feedAvailability: { 1: true }, name: 'Rai Reflex Index', addresses: {
|
|
535
|
+
1: RAIAddress,
|
|
536
|
+
10: '0x7FB688CCf682d58f86D7e38e03f9D22e7705448B',
|
|
537
|
+
}, decimals: 18, yearnCollateral: true, exchange: true }),
|
|
538
|
+
Object.assign(Object.assign({}, assetProto), { symbol: '1INCH', feedAvailability: { 1: true }, name: '1INCH Token', addresses: {
|
|
539
|
+
1: ONEINCHAddress,
|
|
540
|
+
8453: '0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE',
|
|
541
|
+
}, yearnCollateral: true, exchange: true, decimals: 18 }),
|
|
542
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BADGER', feedAvailability: { 1: true }, name: 'BadgerDAO', addresses: {
|
|
543
|
+
1: BadgerAddress,
|
|
544
|
+
}, exchange: true, decimals: 18 }),
|
|
545
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'DIGG', name: 'DIGG', addresses: {
|
|
546
|
+
1: DiggAddress,
|
|
547
|
+
}, exchange: true, decimals: 9 }),
|
|
548
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MIR', name: 'Mirror Protocol', addresses: {
|
|
549
|
+
1: MirAddress,
|
|
550
|
+
}, exchange: true, decimals: 18 }),
|
|
551
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SUSHI', feedAvailability: { 1: true }, name: 'Sushi Token', addresses: {
|
|
552
|
+
1: SushiAddress,
|
|
553
|
+
}, exchange: true, decimals: 18 }),
|
|
554
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'CREAM', name: 'C.R.E.A.M.', addresses: {
|
|
555
|
+
1: CreamAddress,
|
|
556
|
+
}, exchange: true, decimals: 18 }),
|
|
557
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'COVER', name: 'Cover Protocol', addresses: {
|
|
558
|
+
1: CoverAddress,
|
|
559
|
+
}, exchange: true, decimals: 18 }),
|
|
560
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UMA', name: 'UMA Voting Token V1', addresses: {
|
|
561
|
+
1: UmaAddress,
|
|
562
|
+
10: '0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea',
|
|
563
|
+
}, exchange: true, decimals: 18 }),
|
|
564
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SNT', name: 'Status Network', addresses: {
|
|
565
|
+
1: SntAddress,
|
|
566
|
+
}, exchange: true, decimals: 18 }),
|
|
567
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RPL Legacy', name: 'Rocket Pool Legacy', addresses: {
|
|
568
|
+
1: RplOldAddress,
|
|
569
|
+
}, exchange: true, decimals: 18 }),
|
|
570
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RPL', feedAvailability: { 1: true }, name: 'Rocket Pool', addresses: {
|
|
571
|
+
1: RplAddress,
|
|
572
|
+
}, exchange: true, decimals: 18 }),
|
|
573
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TORN', name: 'Tornado Cash', addresses: {
|
|
574
|
+
1: TornAddress,
|
|
575
|
+
}, exchange: true, decimals: 18 }),
|
|
576
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BNT', name: 'Bancor Network Token', addresses: {
|
|
577
|
+
1: BntAddress,
|
|
578
|
+
}, exchange: true, decimals: 18 }),
|
|
579
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2AAVEETH', feedAvailability: { 1: true }, name: 'Uniswap V2: AAVE/ETH', addresses: {
|
|
580
|
+
1: UNIV2AAVEETHAddress,
|
|
581
|
+
}, decimals: 18 }),
|
|
582
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2WBTCDAI', name: 'Uniswap V2: WBTC/DAI', addresses: {
|
|
583
|
+
1: UNIV2WBTCDAIAddress,
|
|
584
|
+
}, decimals: 18 }),
|
|
585
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UNIV2DAIUSDT', name: 'Uniswap V2: DAI/USDT', addresses: {
|
|
586
|
+
1: UNIV2DAIUSDTAddress,
|
|
587
|
+
}, decimals: 18 }),
|
|
588
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ETH2x-FLI', name: 'ETH 2x Flexible Leverage Index', addresses: {
|
|
589
|
+
1: EthfliAddress,
|
|
590
|
+
}, exchange: true, decimals: 18 }),
|
|
591
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LQTY', name: 'Liquity', addresses: {
|
|
592
|
+
1: LqtyAddress,
|
|
593
|
+
}, exchange: true, decimals: 18 }),
|
|
594
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LUSD', feedAvailability: { 1: true, 10: true, 42161: true }, name: 'Liquity USD', addresses: {
|
|
595
|
+
1: LusdAddress,
|
|
596
|
+
10: '0xc40f949f8a4e094d1b49a23ea9241d289b7b2819',
|
|
597
|
+
42161: '0x93b346b6bc2548da6a1e7d98e9a421b42541425b',
|
|
598
|
+
}, exchange: true, decimals: 18, isStable: true }),
|
|
599
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FLX', name: 'Reflexer Ungovernance Token', addresses: {
|
|
600
|
+
1: FlxAddress,
|
|
601
|
+
}, exchange: true, decimals: 18 }),
|
|
602
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ALCX', feedAvailability: { 1: true }, name: 'Alchemix', addresses: {
|
|
603
|
+
1: AlcxAddress,
|
|
604
|
+
}, exchange: true, decimals: 18 }),
|
|
605
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'EURS', feedAvailability: { 42161: true }, name: 'Stasis Euro', addresses: {
|
|
606
|
+
1: EursAddress,
|
|
607
|
+
42161: '0xd22a58f79e9481d1a88e00c343885a588b34b68b',
|
|
608
|
+
}, exchange: true, decimals: 2 }),
|
|
609
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GRT', feedAvailability: { 1: true }, name: 'The Graph', addresses: {
|
|
610
|
+
1: GrtAddress,
|
|
611
|
+
}, exchange: true, decimals: 18 }),
|
|
612
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'POOL', name: 'PoolTogether', addresses: {
|
|
613
|
+
1: PoolAddress,
|
|
614
|
+
}, exchange: true, decimals: 18 }),
|
|
615
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'LDO', feedAvailability: { 1: true }, name: 'Lido DAO', addresses: {
|
|
616
|
+
1: LdoAddress,
|
|
617
|
+
}, exchange: true, decimals: 18 }),
|
|
618
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'stETH', feedAvailability: { 1: true }, name: 'Lido Staked Ether', addresses: {
|
|
619
|
+
1: StethAddress,
|
|
620
|
+
}, exchange: true, decimals: 18 }),
|
|
621
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AXS', name: 'Axie Infinity', addresses: {
|
|
622
|
+
1: AxsAddress,
|
|
623
|
+
}, exchange: true, decimals: 18 }),
|
|
624
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BTC2x-FLI', name: 'BTC 2x Flexible Leverage Index', addresses: {
|
|
625
|
+
1: BtcfliAddress,
|
|
626
|
+
}, exchange: true, decimals: 18 }),
|
|
627
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FARM', name: 'Harvest Finance', addresses: {
|
|
628
|
+
1: FarmAddress,
|
|
629
|
+
}, exchange: true, decimals: 18 }),
|
|
630
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FEI', feedAvailability: { 1: true }, name: 'Fei Protocol', addresses: {
|
|
631
|
+
1: FeiAddress,
|
|
632
|
+
}, exchange: true, decimals: 18 }),
|
|
633
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GTC', name: 'Gitcoin', addresses: {
|
|
634
|
+
1: GtcAddress,
|
|
635
|
+
}, exchange: true, decimals: 18 }),
|
|
636
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'INST', name: 'InstaDapp', addresses: {
|
|
637
|
+
1: InstAddress,
|
|
638
|
+
}, exchange: true, decimals: 18 }),
|
|
639
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MTA', name: 'mStable Governance Token: Meta', addresses: {
|
|
640
|
+
1: MtaAddress,
|
|
641
|
+
}, exchange: true, decimals: 18 }),
|
|
642
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RUNE', name: 'THORChain ERC20', addresses: {
|
|
643
|
+
1: RuneAddress,
|
|
644
|
+
}, exchange: true, decimals: 18 }),
|
|
645
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TRIBE', name: 'Tribe', addresses: {
|
|
646
|
+
1: TribeAddress,
|
|
647
|
+
}, exchange: true, decimals: 18 }),
|
|
648
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AMPL', feedAvailability: { 1: true }, name: 'Ampleforth', decimals: 9, addresses: {
|
|
649
|
+
1: AmplAddress,
|
|
650
|
+
} }),
|
|
651
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'steCRV', name: 'Curve.fi ETH/stETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
652
|
+
1: SteCrvAddress,
|
|
653
|
+
} }),
|
|
654
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvSETH', name: 'Curve.fi ETH/sETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
655
|
+
1: ECrvAddress,
|
|
656
|
+
} }),
|
|
657
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'HEGIC', name: 'Hegic', decimals: 18, yearnCollateral: true, addresses: {
|
|
658
|
+
1: HegicAddress,
|
|
659
|
+
} }),
|
|
660
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvIB', name: 'Curve.fi cyDAI/cyUSDC/cyUSDT', decimals: 18, yearnCollateral: true, addresses: {
|
|
661
|
+
1: Ib3CRVAddress,
|
|
662
|
+
} }),
|
|
663
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvHBTC', name: 'Curve.fi hBTC/wBTC', decimals: 18, yearnCollateral: true, addresses: {
|
|
664
|
+
1: HCRVAddress,
|
|
665
|
+
} }),
|
|
666
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'yveCRV', name: 'veCRV-DAO yVault', decimals: 18, yearnCollateral: true, addresses: {
|
|
667
|
+
1: YveCRVDAOAddress,
|
|
668
|
+
} }),
|
|
669
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvSBTC', name: 'Curve.fi renBTC/wBTC/sBTC', decimals: 18, yearnCollateral: true, addresses: {
|
|
670
|
+
1: CrvRenWSBTCAddress,
|
|
671
|
+
} }),
|
|
672
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvRENBTC', name: 'Curve.fi renBTC/wBTC', decimals: 18, yearnCollateral: true, addresses: {
|
|
673
|
+
1: CrvRenWBTCAddress,
|
|
674
|
+
} }),
|
|
675
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvSAAVE', name: 'Curve.fi aDAI/aSUSD', decimals: 18, yearnCollateral: true, addresses: {
|
|
676
|
+
1: SaCRVAddress,
|
|
677
|
+
} }),
|
|
678
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvOBTC', name: 'Curve.fi oBTC/sbtcCRV', decimals: 18, yearnCollateral: true, addresses: {
|
|
679
|
+
1: OBTCsbtcCRVAddress,
|
|
680
|
+
} }),
|
|
681
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvPBTC', name: 'Curve.fi pBTC/sbtcCRV', decimals: 18, yearnCollateral: true, addresses: {
|
|
682
|
+
1: PBTCsbtcCRVAddress,
|
|
683
|
+
} }),
|
|
684
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvLUSD', name: 'Curve.fi Factory USD Metapool: Liquity', decimals: 18, yearnCollateral: true, addresses: {
|
|
685
|
+
1: LUSD3CRVfAddress,
|
|
686
|
+
} }),
|
|
687
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvBBTC', name: 'Curve.fi bBTC/sbtcCRV', decimals: 18, yearnCollateral: true, addresses: {
|
|
688
|
+
1: BBTCsbtcCRVAddress,
|
|
689
|
+
} }),
|
|
690
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvTBTC', name: 'Curve.fi tBTC/sbtcCRV', decimals: 18, yearnCollateral: true, addresses: {
|
|
691
|
+
1: TBTCsbtcCRVAddress,
|
|
692
|
+
} }),
|
|
693
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvFRAX', name: 'Curve.fi Factory USD Metapool: Frax', decimals: 18, yearnCollateral: true, addresses: {
|
|
694
|
+
1: FRAX3CRVfAddress,
|
|
695
|
+
} }),
|
|
696
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvYBUSD', name: 'yDAI+yUSDC+yUSDT+yBUSD', decimals: 18, yearnCollateral: true, addresses: {
|
|
697
|
+
1: YDAIyUSDCyUSDTyBUSDAddress,
|
|
698
|
+
} }),
|
|
699
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvCOMP', name: 'cDAI+cUSDC', decimals: 18, yearnCollateral: true, addresses: {
|
|
700
|
+
1: CDAIcUSDCAddress,
|
|
701
|
+
} }),
|
|
702
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvGUSD', name: 'Curve.fi GUSD/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
703
|
+
1: Gusd3CRVAddress,
|
|
704
|
+
} }),
|
|
705
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'yCRV', name: 'yDAI+yUSDC+yUSDT+yTUSD', decimals: 18, yearnCollateral: true, addresses: {
|
|
706
|
+
1: YDAIyUSDCyUSDTyTUSDAddress,
|
|
707
|
+
} }),
|
|
708
|
+
Object.assign(Object.assign({}, assetProto), { symbol: '3Crv', name: 'Curve.fi DAI/USDC/USDT', decimals: 18, yearnCollateral: true, addresses: {
|
|
709
|
+
1: CRV3Address,
|
|
710
|
+
} }),
|
|
711
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvTUSD', name: 'Curve.fi Factory USD Metapool: TrueUSD', decimals: 18, yearnCollateral: true, addresses: {
|
|
712
|
+
1: TUSD3CRVfAddress,
|
|
713
|
+
} }),
|
|
714
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvBUSD', name: 'Curve.fi Factory USD Metapool: Binance USD', decimals: 18, yearnCollateral: true, addresses: {
|
|
715
|
+
1: BUSD3CRVfAddress,
|
|
716
|
+
} }),
|
|
717
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvDUSD', name: 'Curve.fi DUSD/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
718
|
+
1: Dusd3CRVAddress,
|
|
719
|
+
} }),
|
|
720
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUST', name: 'Curve.fi UST/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
721
|
+
1: Ust3CRVAddress,
|
|
722
|
+
} }),
|
|
723
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvMUSD', name: 'Curve.fi MUSD/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
724
|
+
1: Musd3CRVAddress,
|
|
725
|
+
} }),
|
|
726
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvSUSD', name: 'Curve.fi DAI/USDC/USDT/sUSD', decimals: 18, yearnCollateral: true, addresses: {
|
|
727
|
+
1: CrvPlain3andSUSDAddress,
|
|
728
|
+
} }),
|
|
729
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvLINK', name: 'Curve.fi LINK/sLINK', decimals: 18, yearnCollateral: true, addresses: {
|
|
730
|
+
1: LinkCRVAddress,
|
|
731
|
+
} }),
|
|
732
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUSDN', name: 'Curve.fi USDN/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
733
|
+
1: Usdn3CRVAddress,
|
|
734
|
+
} }),
|
|
735
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUSDP', name: 'Curve.fi USDP/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
736
|
+
1: Usdp3CRVAddress,
|
|
737
|
+
} }),
|
|
738
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvALUSD', name: 'Curve.fi Factory USD Metapool: Alchemix USD', decimals: 18, yearnCollateral: true, addresses: {
|
|
739
|
+
1: AlUSD3CRVfAddress,
|
|
740
|
+
} }),
|
|
741
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvRETH', name: 'Curve.fi ETH/rETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
742
|
+
1: RCRVAddress,
|
|
743
|
+
} }),
|
|
744
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvAETHc', name: 'Curve.fi ETH/aETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
745
|
+
1: AnkrCRVAddress,
|
|
746
|
+
} }),
|
|
747
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvAAVE', name: 'Curve.fi aDAI/aUSDC/aUSDT', decimals: 18, yearnCollateral: true, addresses: {
|
|
748
|
+
1: A3CRVAddress,
|
|
749
|
+
} }),
|
|
750
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvHUSD', name: 'Curve.fi HUSD/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
751
|
+
1: Husd3CRVAddress,
|
|
752
|
+
} }),
|
|
753
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvEURS', name: 'Curve.fi EURS/sEUR', decimals: 18, yearnCollateral: true, addresses: {
|
|
754
|
+
1: EursCRVAddress,
|
|
755
|
+
} }),
|
|
756
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvTricrypto', name: 'Curve.fi USD-BTC-ETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
757
|
+
1: CrvTricryptoAddress,
|
|
758
|
+
} }),
|
|
759
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvPAX', name: 'Curve.fi DAI/USDC/USDT/PAX', decimals: 18, yearnCollateral: true, addresses: {
|
|
760
|
+
1: YpaxCrvAddress,
|
|
761
|
+
} }),
|
|
762
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUSDT', name: 'Curve.fi cDAI/cUSDC/USDT', decimals: 18, yearnCollateral: true, addresses: {
|
|
763
|
+
1: CDAIcUSDCUSDTAddress,
|
|
764
|
+
} }),
|
|
765
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUSDK', name: 'Curve.fi USDK/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
766
|
+
1: Usdk3CRVAddress,
|
|
767
|
+
} }),
|
|
768
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvRSV', name: 'Curve.fi RSV/3Crv', decimals: 18, yearnCollateral: true, addresses: {
|
|
769
|
+
1: Rsv3CRVAddress,
|
|
770
|
+
} }),
|
|
771
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crv3crypto', name: 'Curve.fi USD-BTC-ETH', decimals: 18, yearnCollateral: true, addresses: {
|
|
772
|
+
1: Crv3cryptoAddress,
|
|
773
|
+
} }),
|
|
774
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cMKR', decimals: 8, compoundCollateral: true, addresses: {
|
|
775
|
+
1: cMKRAddress,
|
|
776
|
+
}, underlyingAsset: 'MKR' }),
|
|
777
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cSUSHI', decimals: 8, compoundCollateral: true, addresses: {
|
|
778
|
+
1: cSUSHIAddress,
|
|
779
|
+
}, underlyingAsset: 'SUSHI' }),
|
|
780
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cAAVE', decimals: 8, compoundCollateral: true, addresses: {
|
|
781
|
+
1: cAAVEAddress,
|
|
782
|
+
}, underlyingAsset: 'AAVE' }),
|
|
783
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cYFI', decimals: 8, compoundCollateral: true, addresses: {
|
|
784
|
+
1: cYFIAddress,
|
|
785
|
+
}, underlyingAsset: 'YFI' }),
|
|
786
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RENFIL', feedAvailability: { 1: true }, name: 'renFIL', decimals: 18, exchange: true, addresses: {
|
|
787
|
+
1: RENFILAddress,
|
|
788
|
+
} }),
|
|
789
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MATIC', feedAvailability: { 1: true }, name: 'Polygon (Matic)', decimals: 18, exchange: true, addresses: {
|
|
790
|
+
1: MATICAddress,
|
|
791
|
+
} }),
|
|
792
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvEURT', name: 'Curve.fi Factory Plain Pool: Euro Tether', decimals: 18, yearnCollateral: true, addresses: {
|
|
793
|
+
1: crvEURTAddress,
|
|
794
|
+
} }),
|
|
795
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvMIM', name: 'Curve.fi Factory USD Metapool: Magic Internet Money Internet Magic 3Pool', decimals: 18, yearnCollateral: true, addresses: {
|
|
796
|
+
1: crvMIMAddress,
|
|
797
|
+
} }),
|
|
798
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'DYDX', name: 'dYdX', decimals: 18, exchange: true, addresses: {
|
|
799
|
+
1: DydxAddress,
|
|
800
|
+
} }),
|
|
801
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PERP', feedAvailability: { 1: true }, name: 'Perpetual Protocol', decimals: 18, exchange: true, addresses: {
|
|
802
|
+
1: PerpAddress,
|
|
803
|
+
10: '0x9e1028F5F1D5eDE59748FFceE5532509976840E0',
|
|
804
|
+
} }),
|
|
805
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TCAP', name: 'Total Crypto Market Cap', decimals: 18, exchange: true, addresses: {
|
|
806
|
+
1: TcapAddress,
|
|
807
|
+
} }),
|
|
808
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'CTX', name: 'Cryptex Finance', decimals: 18, exchange: true, addresses: {
|
|
809
|
+
1: CtxAddress,
|
|
810
|
+
} }),
|
|
811
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RGT', name: 'Rari Governance Token', decimals: 18, exchange: true, addresses: {
|
|
812
|
+
1: RgtAddress,
|
|
813
|
+
10: '0xb548f63d4405466b36c0c0ac3318a22fdcec711a',
|
|
814
|
+
} }),
|
|
815
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'DATA', name: 'DATA Economy Index', decimals: 18, exchange: true, addresses: {
|
|
816
|
+
1: DataAddress,
|
|
817
|
+
} }),
|
|
818
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AMP', name: 'Amp Token', decimals: 18, exchange: true, addresses: {
|
|
819
|
+
1: AmpAddress,
|
|
820
|
+
} }),
|
|
821
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FRAX', feedAvailability: { 1: true, 42161: true }, name: 'Frax', decimals: 18, exchange: true, addresses: {
|
|
822
|
+
1: FraxAddress,
|
|
823
|
+
42161: '0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F',
|
|
824
|
+
} }),
|
|
825
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'wstETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Wrapped stETH', decimals: 18, exchange: true, addresses: {
|
|
826
|
+
1: wstETHAddress,
|
|
827
|
+
10: '0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb',
|
|
828
|
+
42161: '0x5979D7b546E38E414F7E9822514be443A4800529',
|
|
829
|
+
8453: '0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452'
|
|
830
|
+
} }),
|
|
831
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'YFII', name: 'YFII.finance', decimals: 18, exchange: true, addresses: {
|
|
832
|
+
1: YfiiAddress,
|
|
833
|
+
} }),
|
|
834
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TEND', name: 'Tendies', decimals: 18, exchange: true, addresses: {
|
|
835
|
+
1: TendAddress,
|
|
836
|
+
} }),
|
|
837
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OMG', feedAvailability: { 1: true }, name: 'OMG Network', decimals: 18, exchange: true, addresses: {
|
|
838
|
+
1: OmgAddress,
|
|
839
|
+
} }),
|
|
840
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PICKLE', name: 'Pickle Finance', decimals: 18, exchange: true, addresses: {
|
|
841
|
+
1: PickleAddress,
|
|
842
|
+
} }),
|
|
843
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ROOK', name: 'KeeperDAO', decimals: 18, exchange: true, addresses: {
|
|
844
|
+
1: RookAddress,
|
|
845
|
+
} }),
|
|
846
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'IDLE', name: 'IDLE.finance', decimals: 18, exchange: true, addresses: {
|
|
847
|
+
1: IdleAddress,
|
|
848
|
+
} }),
|
|
849
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TRB', name: 'Tellor', decimals: 18, exchange: true, addresses: {
|
|
850
|
+
1: TrbAddress,
|
|
851
|
+
} }),
|
|
852
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'YAM', name: 'yam.finance', decimals: 18, exchange: true, addresses: {
|
|
853
|
+
1: YamAddress,
|
|
854
|
+
} }),
|
|
855
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SPANK', name: 'SpankChain', decimals: 18, exchange: true, addresses: {
|
|
856
|
+
1: SpankAddress,
|
|
857
|
+
10: '0xcfD1D50ce23C46D3Cf6407487B2F8934e96DC8f9',
|
|
858
|
+
} }),
|
|
859
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'CVX', feedAvailability: { 1: true }, name: 'Convex Finance', decimals: 18, exchange: true, addresses: {
|
|
860
|
+
1: CvxAddress,
|
|
861
|
+
} }),
|
|
862
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SHIB', feedAvailability: { 1: true }, name: 'Shiba Inu', decimals: 18, exchange: true, addresses: {
|
|
863
|
+
1: ShibAddress,
|
|
864
|
+
} }),
|
|
865
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MIM', feedAvailability: { 1: true }, name: 'Magic Internet Money', decimals: 18, exchange: true, addresses: {
|
|
866
|
+
1: MimAddress,
|
|
867
|
+
} }),
|
|
868
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SPELL', feedAvailability: { 1: true }, name: 'Spell Token', decimals: 18, exchange: true, addresses: {
|
|
869
|
+
1: SpellAddress,
|
|
870
|
+
} }),
|
|
871
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ROBOT', name: 'Robot', decimals: 18, exchange: true, addresses: {
|
|
872
|
+
1: RobotAddress,
|
|
873
|
+
} }),
|
|
874
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GEL', name: 'Gelato', decimals: 18, exchange: true, addresses: {
|
|
875
|
+
1: GelAddress,
|
|
876
|
+
} }),
|
|
877
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GNO', feedAvailability: { 1: true }, name: 'Gnosis', decimals: 18, exchange: true, addresses: {
|
|
878
|
+
1: GnoAddress,
|
|
879
|
+
} }),
|
|
880
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'TRAC', name: 'OriginTrail', decimals: 18, exchange: true, addresses: {
|
|
881
|
+
1: TracAddress,
|
|
882
|
+
} }),
|
|
883
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FTM', feedAvailability: { 1: true }, name: 'Fantom', decimals: 18, exchange: true, addresses: {
|
|
884
|
+
1: FtmAddress,
|
|
885
|
+
} }),
|
|
886
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'AUDIO', feedAvailability: { 1: true }, name: 'Audius', decimals: 18, exchange: true, addresses: {
|
|
887
|
+
1: AudioAddress,
|
|
888
|
+
} }),
|
|
889
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'THALES', name: 'Thales', decimals: 18, exchange: true, addresses: {
|
|
890
|
+
1: ThalesAddress,
|
|
891
|
+
10: '0x217D47011b23BB961eB6D93cA9945B7501a5BB11',
|
|
892
|
+
} }),
|
|
893
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'RARI', name: 'Rarible', decimals: 18, exchange: true, addresses: {
|
|
894
|
+
1: RariAddress,
|
|
895
|
+
} }),
|
|
896
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FXS', feedAvailability: { 1: true }, name: 'Frax Share', decimals: 18, exchange: true, addresses: {
|
|
897
|
+
1: FxsAddress,
|
|
898
|
+
} }),
|
|
899
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BED', name: 'Bankless BED Index', decimals: 18, exchange: true, addresses: {
|
|
900
|
+
1: BedAddress,
|
|
901
|
+
} }),
|
|
902
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FOX', feedAvailability: { 1: true }, name: 'ShapeShift', decimals: 18, exchange: true, addresses: {
|
|
903
|
+
1: FoxAddress,
|
|
904
|
+
} }),
|
|
905
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OHM', name: 'Olympus', decimals: 9, exchange: true, addresses: {
|
|
906
|
+
1: OhmAddress,
|
|
907
|
+
} }),
|
|
908
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SOHM', name: 'Staked Olympus', decimals: 9, addresses: {
|
|
909
|
+
1: SohmAddress,
|
|
910
|
+
} }),
|
|
911
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ALUSD', name: 'Alchemix USD', decimals: 18, exchange: true, addresses: {
|
|
912
|
+
1: AlusdAddress,
|
|
913
|
+
} }),
|
|
914
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ALETH', name: 'Alchemix ETH', decimals: 18, addresses: {
|
|
915
|
+
1: AlethAddress,
|
|
916
|
+
} }),
|
|
917
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ENS', feedAvailability: { 1: true }, name: 'Ethereum Name Service', exchange: true, decimals: 18, addresses: {
|
|
918
|
+
1: EnsAddress,
|
|
919
|
+
10: '0x65559aA14915a70190438eF90104769e5E890A00',
|
|
920
|
+
} }),
|
|
921
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'mUSD', name: 'mStable USD', exchange: true, decimals: 18, addresses: {
|
|
922
|
+
1: MusdAddress,
|
|
923
|
+
} }),
|
|
924
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'imUSD', name: 'Interest bearing mUSD', decimals: 18, addresses: {
|
|
925
|
+
1: ImusdAddress,
|
|
926
|
+
} }),
|
|
927
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GUNIV3DAIUSDC1', name: 'Gelato Uniswap DAI/USDC LP 0.05%', decimals: 18, addresses: {
|
|
928
|
+
1: GuniDaiUsdc1Address,
|
|
929
|
+
} }),
|
|
930
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GUNIV3DAIUSDC2', feedAvailability: { 1: true }, name: 'Gelato Uniswap DAI/USDC LP 0.01%', decimals: 18, addresses: {
|
|
931
|
+
1: GuniDaiUsdc2Address,
|
|
932
|
+
} }),
|
|
933
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'UST', feedAvailability: { 1: true }, name: 'UST (Wormhole)', decimals: 6, addresses: {
|
|
934
|
+
1: USTAddress,
|
|
935
|
+
10: '0xBA28feb4b6A6b81e3F26F08b83a19E715C4294fd',
|
|
936
|
+
} }),
|
|
937
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cFEI', underlyingAsset: 'FEI', name: 'Fei Protocol', addresses: {
|
|
938
|
+
1: cFeiAddress,
|
|
939
|
+
}, exchange: false, compoundCollateral: true, decimals: 8 }),
|
|
940
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'rETH', feedAvailability: { 1: true, 10: true, 8453: true, 42161: true }, name: 'Rocket Pool ETH', addresses: {
|
|
941
|
+
1: '0xae78736cd615f374d3085123a210448e74fc6393',
|
|
942
|
+
10: '0x9bcef72be871e61ed4fbbc7630889bee758eb81d',
|
|
943
|
+
42161: '0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8',
|
|
944
|
+
8453: '0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c',
|
|
945
|
+
}, exchange: true, decimals: 18 }),
|
|
946
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OP', feedAvailability: { 10: true }, name: 'Optimism', nativeChainId: 10, addresses: {
|
|
947
|
+
10: '0x4200000000000000000000000000000000000042',
|
|
948
|
+
}, exchange: true, decimals: 18 }),
|
|
949
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'bLUSD', name: 'Boosted LUSD', addresses: {
|
|
950
|
+
1: bLUSDAddress,
|
|
951
|
+
}, exchange: true, decimals: 18 }),
|
|
952
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cbETH', feedAvailability: { 1: true, 8453: true }, name: 'Coinbase Wrapped Staked ETH', addresses: {
|
|
953
|
+
1: cbETHAddress,
|
|
954
|
+
8453: '0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22',
|
|
955
|
+
}, exchange: true, decimals: 18 }),
|
|
956
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MORPHO', name: 'Morpho Token', addresses: {
|
|
957
|
+
1: MORPHOAddress,
|
|
958
|
+
}, exchange: false, decimals: 18 }),
|
|
959
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ARB', feedAvailability: { 42161: true }, name: 'Arbitrum', nativeChainId: 42161, addresses: {
|
|
960
|
+
42161: '0x912CE59144191C1204E64559FE8253a0e49E6548',
|
|
961
|
+
}, exchange: true, decimals: 18 }),
|
|
962
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GMX', feedAvailability: { 42161: true }, name: 'GMX', nativeChainId: 42161, addresses: {
|
|
963
|
+
42161: '0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a',
|
|
964
|
+
}, exchange: true, decimals: 18 }),
|
|
965
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'wOUSD', name: 'Wrapped Origin Dollar', nativeChainId: 1, addresses: {
|
|
966
|
+
1: '0xD2af830E8CBdFed6CC11Bab697bB25496ed6FA62',
|
|
967
|
+
}, exchange: true, decimals: 18 }),
|
|
968
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OETH', feedAvailability: { 1: true }, name: 'Origin Ether', nativeChainId: 1, addresses: {
|
|
969
|
+
1: '0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3',
|
|
970
|
+
}, exchange: true, decimals: 18 }),
|
|
971
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'wOETH', name: 'Wrapped Origin Ether', nativeChainId: 1, addresses: {
|
|
972
|
+
1: '0xDcEe70654261AF21C44c093C300eD3Bb97b78192',
|
|
973
|
+
}, exchange: true, decimals: 18 }),
|
|
974
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OUSD', name: 'Origin Dollar', nativeChainId: 1, addresses: {
|
|
975
|
+
1: '0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86',
|
|
976
|
+
}, exchange: true, decimals: 18 }),
|
|
977
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'OGV', name: 'Origin Dollar Governance', nativeChainId: 1, addresses: {
|
|
978
|
+
1: '0x9c354503C38481a7A7a51629142963F98eCC12D0',
|
|
979
|
+
}, exchange: true, decimals: 18 }),
|
|
980
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'MAI', feedAvailability: { 10: true, 42161: true }, name: 'Mai Finance', nativeChainId: 10, addresses: {
|
|
981
|
+
1: '0x8d6cebd76f18e1558d4db88138e2defb3909fad6',
|
|
982
|
+
10: '0xdfa46478f9e5ea86d57387849598dbfb2e964b02',
|
|
983
|
+
42161: '0x3f56e0c36d275367b8c502090edf38289b3dea0d',
|
|
984
|
+
}, exchange: true, decimals: 18, isStable: true }),
|
|
985
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'reCRV', name: 'Curve.fi ETH/rETH', addresses: {
|
|
986
|
+
1: rETHCrvAddress,
|
|
987
|
+
}, decimals: 18 }),
|
|
988
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cbeCRV', name: 'Curve.fi ETH/cbETH', addresses: {
|
|
989
|
+
1: cbETHCrvAddress,
|
|
990
|
+
}, decimals: 18 }),
|
|
991
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'sfrxETH', name: 'Staked Frax Ether', addresses: {
|
|
992
|
+
1: sfrxETH,
|
|
993
|
+
10: '0x484c2D6e3cDd945a8B2DF735e079178C1036578c',
|
|
994
|
+
42161: '0x95aB45875cFFdba1E5f451B950bC2E42c0053f39'
|
|
995
|
+
}, decimals: 18 }),
|
|
996
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'crvUSD', feedAvailability: { 1: true }, name: 'Curve.Fi USD Stablecoin', addresses: {
|
|
997
|
+
1: crvUSD,
|
|
998
|
+
42161: crvUSDArb
|
|
999
|
+
}, decimals: 18, isStable: true }),
|
|
1000
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'sDAI', feedAvailability: { 1: true }, name: 'Savings DAI', nativeChainId: 1, addresses: {
|
|
1001
|
+
1: sDAIAddress,
|
|
1002
|
+
}, decimals: 18, isStable: true }),
|
|
1003
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GHO', feedAvailability: { 1: true, 42161: true }, name: 'GHO', addresses: {
|
|
1004
|
+
1: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
|
|
1005
|
+
42161: '0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33'
|
|
1006
|
+
}, nativeChainId: 1, decimals: 18, isStable: true }),
|
|
1007
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'tBTC', name: 'tBTC', addresses: {
|
|
1008
|
+
1: tBTCAddress,
|
|
1009
|
+
}, decimals: 18 }),
|
|
1010
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'STG', feedAvailability: { 1: true }, name: 'STG', addresses: {
|
|
1011
|
+
1: '0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6',
|
|
1012
|
+
10: '0x296f55f8fb28e498b858d0bcda06d955b2cb3f97',
|
|
1013
|
+
42161: '0x6694340fc020c5e6b96567843da2df01b2ce1eb6'
|
|
1014
|
+
}, decimals: 18, exchange: true }),
|
|
1015
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'frxETH', name: 'Frax Ether', addresses: {
|
|
1016
|
+
1: '0x5E8422345238F34275888049021821E8E08CAa1f',
|
|
1017
|
+
10: '0x6806411765Af15Bddd26f8f544A34cC40cb9838B',
|
|
1018
|
+
42161: '0x178412e79c25968a32e89b11f63B33F733770c2A',
|
|
1019
|
+
}, decimals: 18, exchange: true }),
|
|
1020
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'sETH', name: 'Synth sETH', addresses: {
|
|
1021
|
+
1: "0x5e74c9036fb86bd7ecdcb084a0673efc32ea31cb",
|
|
1022
|
+
}, decimals: 18, exchange: true }),
|
|
1023
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'PYUSD', feedAvailability: { 1: true }, name: 'PayPal USD', addresses: {
|
|
1024
|
+
1: "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
|
|
1025
|
+
}, decimals: 6, exchange: true }),
|
|
1026
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'sUSDe', feedAvailability: { 1: true }, name: 'Staked USDe', addresses: {
|
|
1027
|
+
1: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
|
|
1028
|
+
}, decimals: 18, exchange: true, isStable: true }),
|
|
1029
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDe', feedAvailability: { 1: true }, name: 'USDe', addresses: {
|
|
1030
|
+
1: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
|
|
1031
|
+
}, decimals: 18, exchange: true, isStable: true }),
|
|
1032
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ENA', name: 'Ethena', addresses: {
|
|
1033
|
+
1: "0x57e114B691Db790C35207b2e685D4A43181e6061",
|
|
1034
|
+
}, decimals: 18, exchange: false, isStable: false }),
|
|
1035
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'FXN', name: 'f(x) Protocol', addresses: {
|
|
1036
|
+
1: fxnAddress,
|
|
1037
|
+
42161: fxnAddressArb,
|
|
1038
|
+
}, decimals: 18, exchange: true }),
|
|
1039
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'weETH', feedAvailability: { 1: true, 8453: true, 42161: true, 10: true }, name: 'Wrapped eETH', addresses: {
|
|
1040
|
+
1: "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",
|
|
1041
|
+
10: "0x346e03f8cce9fe01dcb3d0da3e9d00dc2c0e08f0",
|
|
1042
|
+
42161: "0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
1043
|
+
8453: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",
|
|
1044
|
+
}, decimals: 18, exchange: true }),
|
|
1045
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDA', name: 'USDA', addresses: {
|
|
1046
|
+
1: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
|
|
1047
|
+
}, decimals: 18, exchange: true, isStable: true }),
|
|
1048
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ezETH', feedAvailability: { 1: true, 10: true, 42161: true, 8453: true }, name: 'Renzo Restaked ETH', addresses: {
|
|
1049
|
+
1: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
|
|
1050
|
+
10: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
1051
|
+
8453: "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
1052
|
+
42161: "0x2416092f143378750bb29b79ed961ab195cceea5",
|
|
1053
|
+
}, decimals: 18, exchange: true }),
|
|
1054
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'osETH', feedAvailability: { 1: true }, name: 'StakeWise Staked ETH', addresses: {
|
|
1055
|
+
1: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38",
|
|
1056
|
+
}, decimals: 18, exchange: true }),
|
|
1057
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'ETHx', feedAvailability: { 1: true }, name: 'Stader ETHx', addresses: {
|
|
1058
|
+
1: "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b",
|
|
1059
|
+
}, decimals: 18, exchange: true }),
|
|
1060
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'rsETH', feedAvailability: { 1: true, 10: true, 42161: true, 8453: true }, name: 'Kelp DAO Restaked ETH', addresses: {
|
|
1061
|
+
1: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
|
|
1062
|
+
10: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
|
|
1063
|
+
42161: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
|
|
1064
|
+
8453: "0x1Bc71130A0e39942a7658878169764Bbd8A45993"
|
|
1065
|
+
}, decimals: 18, exchange: true }),
|
|
1066
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'wrsETH', feedAvailability: { 10: true, 8453: true }, nativeChainId: 8453, name: 'Wrapped Kelp DAO Restaked ETH', addresses: {
|
|
1067
|
+
10: "0x87eEE96D50Fb761AD85B1c982d28A042169d61b1",
|
|
1068
|
+
8453: "0xEDfa23602D0EC14714057867A78d01e94176BEA0"
|
|
1069
|
+
}, decimals: 18, exchange: true }),
|
|
1070
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'pufETH', feedAvailability: { 1: true }, name: 'Puffer Finance ETH', addresses: {
|
|
1071
|
+
1: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
|
|
1072
|
+
}, decimals: 18, exchange: true }),
|
|
1073
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'cbBTC', feedAvailability: { 1: true, 8453: true }, name: 'Coinbase Wrapped BTC', addresses: {
|
|
1074
|
+
1: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
1075
|
+
8453: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
1076
|
+
}, decimals: 8, exchange: true }),
|
|
1077
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDS', feedAvailability: { 1: true }, name: 'USDS Stablecoin', decimals: 18, exchange: true, addresses: {
|
|
1078
|
+
1: USDSAddress,
|
|
1079
|
+
}, isStable: true }),
|
|
1080
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'SKY', feedAvailability: { 1: true }, name: 'SKY Protocol', decimals: 18, exchange: true, addresses: {
|
|
1081
|
+
1: SKYAddress,
|
|
1082
|
+
} }),
|
|
1083
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'sUSDS', feedAvailability: { 1: true }, name: 'Savings USDS', addresses: {
|
|
1084
|
+
1: sUSDSAddress,
|
|
1085
|
+
}, decimals: 18, isStable: true }),
|
|
1086
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'rswETH', name: 'Swell Liquid Restaking Token (ETH)', feedAvailability: { 1: true }, decimals: 18, addresses: {
|
|
1087
|
+
1: rswETHAddress,
|
|
1088
|
+
} }),
|
|
1089
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'wsuperOETHb', name: "Super OETH", decimals: 18, nativeChainId: 8453, addresses: {
|
|
1090
|
+
8453: wsuperOETHbAddress,
|
|
1091
|
+
} }),
|
|
1092
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'BOLD', name: "BOLD", decimals: 18, feedAvailability: { 1: true }, addresses: {
|
|
1093
|
+
1: boldAddress,
|
|
1094
|
+
}, isStable: true })
|
|
1095
|
+
];
|