Skip to content

Commit

Permalink
Change to new treasury address
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzBashara authored Aug 17, 2024
1 parent 5d712ac commit bf9664b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions projects/ferdyflip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ const { sumTokensExport, nullAddress } = require("../helper/unwrapLPs");
// https://docs.ferdyflip.xyz/developers/contracts/platform
const config = {
avax: {
tokens: [ADDRESSES.avax.WAVAX, nullAddress], owners: ['0x20AfbaC35B333dA4fE7230CC60946F88ee87aAA3'],
},
base: {
tokens: [ADDRESSES.base.WETH, nullAddress], owners: ['0x3b6014e4b38791444a352D687022D6d6d79Eb99c'],
},
mantle: {
tokens: [ADDRESSES.mantle.WMNT, nullAddress], owners: ['0x559036D9466C93d8Ca3c2232626548e62ceBC07c'],
},
tokens: [ADDRESSES.avax.WAVAX, nullAddress], owners: ['0xe0a69f4d29c891b9c5c7368b591ed3109bcb80f7'],
}
};

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

0 comments on commit bf9664b

Please sign in to comment.