Skip to content

Commit

Permalink
fix: added mock sFrax token
Browse files Browse the repository at this point in the history
  • Loading branch information
narayanprusty committed May 2, 2024
1 parent 8dc80b4 commit d4c1e55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,13 @@ export const globalConfig: NetworkConfig = {
symbol: "FRAX",
decimals: 18,
tokenAddress: ethers.constants.AddressZero,
},
{
isMock: false,
name: "Staked FRAX",
symbol: "sFRAX",
decimals: 18,
tokenAddress: "0xd85FfECdB4287587BC53c1934D548bF7480F11C4"
}
],
poolConfig: [
Expand Down

0 comments on commit d4c1e55

Please sign in to comment.