Skip to content

Commit

Permalink
Add support for Ethereum, Arbitrum, and Base chains. (#13105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicmad authored Jan 15, 2025
1 parent 9fd94b5 commit 9e7bbcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/biswap-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const { getLogs } = require('../helper/cache/getLogs')

const config = {
bsc: { factory: '0x4d175f2cfe3e2215c1b55865b07787b751cedd36', fromBlock: 31041441 },
ethereum: {factory: '0x41a9873b1F172696739B74Dd0B9CCf976fD4c735', fromBlock: 20769047},
arbitrum: {factory: '0x41a9873b1F172696739B74Dd0B9CCf976fD4c735', fromBlock: 225593298},
base: {factory: '0x41a9873b1F172696739B74Dd0B9CCf976fD4c735', fromBlock: 16268966},
}

Object.keys(config).forEach(chain => {
Expand Down

0 comments on commit 9e7bbcd

Please sign in to comment.