We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af3302 commit ff944c7Copy full SHA for ff944c7
constants/configs/configs.js
@@ -255,6 +255,13 @@ const configs = {
255
]),
256
DISABLED_POOLS_ADDRESSES: [].map(lc),
257
graphEndpoint: 'https://api.thegraph.com/subgraphs/name/convex-community/volume-arbitrum',
258
+ lendingVaultsBaseUrl: 'https://lend.curve.fi/#/arbitrum/markets/',
259
+ lendingVaultRegistries: {
260
+ oneway: '0xcaEC110C784c9DF37240a8Ce096D352A75922DeA',
261
+ },
262
+ lendingVaultRegistriesUrlFragments: {
263
+ oneway: 'one-way-market', // e.g. https://lend.curve.fi/#/arbitrum/markets/one-way-market-3/vault/deposit
264
265
},
266
avalanche: {
267
poolsBaseUrlOld: 'https://avax.curve.fi/',
0 commit comments