Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Aug 9, 2023
1 parent bd61060 commit 78a9018
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';

export const POOL_OWNER_FTM = '0xCd983793ADb846dcE4830c22F30C7Ef0C864a776';
export const VAULT_ADDRESS_FTM = '0x20dd72Ed959b6147912C2e529F0a0C651c33c9ce';
export const PROTOCOL_FEE_PERCENTAGES_PROVIDER_FTM = '0xe101551C4772F771FEDEBecc786931E61000657C';
export const WEIGHTED_POOL_V4_FACTORY_FTM = '0xb841Df73861E65E6D61a80F503F095a91ce75e15';

export const POOL_OWNER_OP = '0xd9e2889AC8C6fFF8e94c7c1bEEAde1352dF1A513';
export const VAULT_ADDRESS_OP = '0xBA12222222228d8Ba445958a75a0704d566BF2C8';
Expand Down Expand Up @@ -38,6 +40,12 @@ export const TOKENS = {
rateProvider: ZERO_ADDRESS,
cache: 30,
},
ANKRFTM: {
address: '0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179',
decimals: 18,
rateProvider: '0x7D896Ac06cA45E6a2982E236f3bf6b4C8D7B5705',
cache: 30,
},
},
['OPTIMISM']: {
USDC: {
Expand Down

0 comments on commit 78a9018

Please sign in to comment.