Skip to content

Commit

Permalink
Add MODE L2 (#10153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dananderson3999 authored May 10, 2024
1 parent 3b99923 commit 2adc57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/peapods-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { sumTokens2 } = require("../helper/unwrapLPs");
const config = {
ethereum: { indexManager: "0x0Bb39ba2eE60f825348676f9a87B7CD1e3B4AE6B", peasToken: "0x02f92800F57BCD74066F5709F1Daa1A4302Df875" },
arbitrum: { indexManager: "0x0Bb39ba2eE60f825348676f9a87B7CD1e3B4AE6B", peasToken: "0x02f92800F57BCD74066F5709F1Daa1A4302Df875" },
mode: { indexManager: "0x0Bb39ba2eE60f825348676f9a87B7CD1e3B4AE6B", peasToken: "0x02f92800F57BCD74066F5709F1Daa1A4302Df875" },
}

const indexManagerABI =
Expand Down

0 comments on commit 2adc57d

Please sign in to comment.