Skip to content

Commit

Permalink
[PENDLE] Fix Base & Add Sonic chain (#13712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfam authored Mar 3, 2025
1 parent 9a4b724 commit dfab919
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/pendle/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ const config = {
},
base: {
factories: [
{ factory: "0x59968008a703dC13E6beaECed644bdCe4ee45d13", fromBlock: 22350352 }, // v3
{ factory: "0x59968008a703dc13e6beaeced644bdce4ee45d13", fromBlock: 22350352 }, // v3
],
},
sonic: {
factories: [
{ factory: "0xfee31a6ec6ebefa0b5a594bf5b1139e3c6faa0fb", fromBlock: 41294178 }, // v3
],
}
};
Expand Down

0 comments on commit dfab919

Please sign in to comment.