Skip to content

Commit

Permalink
feat: Update Rollspace contracts (#11949)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-uri authored Oct 18, 2024
1 parent 3d58431 commit 199d5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/rollspace/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const { nullAddress } = require("../helper/tokenMapping");
const { sumTokensExport } = require("../helper/unwrapLPs");

const BSC_POOL_CONTRACT = '0xB1FcDb8Ed3c2Bc572440b08a5A93984f366BBf3C';
const BLAST_POOL_CONTRACT = '0x4E927c4bc1432dc7608d2199a77e630cc1676eD7';
const BASE_POOL_CONTRACT = '0x35a7E7f5A8ECe30585364c28EE5974E3ECe375DC';
const BSC_POOL_CONTRACT = '0x011b1b59Dac73AA584546dD05bbF300c9D4ecdA0';
const BLAST_POOL_CONTRACT = '0x7b0DDc2BD91Cf1a7d4e026ebdEcd575Ef760D9B8';
const BASE_POOL_CONTRACT = '0x0994c10372BB1d994a6EcCcF81E1225da589A010';
const MODE_POOL_CONTRACT = '0xbADaC8BDFdC6Ef7be408e94AbE3ddC6bec783E59';

module.exports = {
Expand Down

0 comments on commit 199d5db

Please sign in to comment.