Skip to content

Commit 9320b57

Browse files
Merge pull request #90 from curvefi/chore/update-llv2-factory
chore: update optimism llv2 factory
2 parents 728acc8 + f4a0e3e commit 9320b57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curvefi/llamalend-api",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"description": "JavaScript library for Curve Lending",
55
"main": "lib/index.js",
66
"author": "Macket",

src/constants/aliases.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const ALIASES_ARBITRUM = lowerCaseValues({
2929
export const ALIASES_OPTIMISM = lowerCaseValues({
3030
"crv": "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53",
3131
"one_way_factory": "0x5EA8f3D674C70b020586933A0a5b250734798BeF",
32-
"one_way_factory_v2": "0x68f33663b76874166Bf3C3cB2D7C117dFf38a262",
32+
"one_way_factory_v2": "0x1973ED17c267245510a390e0dce4FBcD9D2685f0",
3333
"gauge_controller": "0x2F50D538606Fa9EDD2B11E2446BEb18C9D5846bB",
3434
"gauge_factory_old": "0xabC000d88f23Bb45525E447528DBF656A9D55bf5",
3535
"gauge_factory": "0x871fBD4E01012e2E8457346059e8C189d664DbA4",
@@ -59,4 +59,4 @@ export const ALIASES_SONIC = lowerCaseValues({
5959
"leverage_zap": "0x0fE38dCC905eC14F6099a83Ac5C93BF2601300CF", // odos v3
6060
"leverage_zap_v2": "0x0000000000000000000000000000000000000000",
6161
"leverage_markets_start_id": "0",
62-
});
62+
});

0 commit comments

Comments
 (0)