-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd8cc32
commit 42f50d6
Showing
3 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// SPDX-License-Identifier: ISC | ||
pragma solidity >=0.8.0; | ||
|
||
// **NOTE** Generated code, do not modify. Run 'npm run generate:constants'. | ||
|
||
import { TestBase } from "forge-std/Test.sol"; | ||
|
||
library Canonicals { | ||
address internal constant FRAX = 0xac3E018457B222d93114458476f3E3416Abbe38F; | ||
address internal constant FXS = 0xbAFA44EFE7901E04E39Dad13167D089C559c1138; | ||
address internal constant FPI = 0x67218f66a84809201CfBa5c8b46dBd3aB95A42da; | ||
address internal constant FPIS = 0xC0497C072d3015fd7D45893157bCDCC1BcfEb6b5; | ||
address internal constant FRXBTC = 0x3fe0150F6Daa6a54C585f85f0e78d665532e5b74; | ||
address internal constant FRXETH = 0xB1C4e5a15544f005166880749C46D35a00916462; | ||
address internal constant SFRXETH = 0x56390acF12bce9675ab3922060D8d955149BE286; | ||
address internal constant SFRAX = 0x1D348307745645b91c49716Fae22Ad5d4CC0b94a; | ||
} | ||
|
||
library Farms {} | ||
|
||
library FraxBonds {} | ||
|
||
library FraxFerry {} | ||
|
||
library FraxlendAndOracles {} | ||
|
||
library Fraxswap {} | ||
|
||
library Misc { | ||
address internal constant FRXETH_MINTER = 0x80f1C4F5CD94D49e98D0a975690796f1E8C0379e; | ||
} | ||
|
||
library Multisigs {} | ||
|
||
library PoolRelatedTokens {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// SPDX-License-Identifier: ISC | ||
pragma solidity >=0.8.0; | ||
|
||
// **NOTE** Generated code, do not modify. Run 'npm run generate:constants'. | ||
|
||
import { TestBase } from "forge-std/Test.sol"; | ||
|
||
library Canonicals { | ||
address internal constant FRAX = 0xFc00000000000000000000000000000000000001; | ||
address internal constant FXS = 0xFc00000000000000000000000000000000000002; | ||
address internal constant FPI = 0xFc00000000000000000000000000000000000003; | ||
address internal constant FPIS = 0xfc00000000000000000000000000000000000004; | ||
address internal constant FRXBTC = 0xfC00000000000000000000000000000000000007; | ||
address internal constant WFRXETH = 0xFC00000000000000000000000000000000000006; | ||
address internal constant SFRXETH = 0xFC00000000000000000000000000000000000005; | ||
address internal constant SFRAX = 0xfc00000000000000000000000000000000000008; | ||
} | ||
|
||
library Farms {} | ||
|
||
library FraxBonds {} | ||
|
||
library FraxFerry {} | ||
|
||
library FraxlendAndOracles {} | ||
|
||
library Fraxswap {} | ||
|
||
library Misc { | ||
address internal constant FRAXCHAIN_ADMIN = 0x8b1E899ec5d51387a41Ee68261149F7d3Dfd7160; | ||
address internal constant L2_STANDARD_BRIDGE = 0x4200000000000000000000000000000000000010; | ||
address internal constant PROXY_ADMIN = 0xfC00000000000000000000000000000000000009; | ||
} | ||
|
||
library Multisigs { | ||
address internal constant PROXY_ADMIN = 0xfC00000000000000000000000000000000000009; | ||
address internal constant COMPTROLLER = 0x8b1E899ec5d51387a41Ee68261149F7d3Dfd7160; | ||
} | ||
|
||
library PoolRelatedTokens {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// SPDX-License-Identifier: ISC | ||
pragma solidity >=0.8.0; | ||
|
||
// **NOTE** Generated code, do not modify. Run 'npm run generate:constants'. | ||
|
||
import { TestBase } from "forge-std/Test.sol"; | ||
|
||
library Canonicals { | ||
address internal constant FRAX = 0x0304A365C0fbb4b1Ad423887861b9b69a5f0c00E; | ||
address internal constant FXS = 0x4e7300F74F59AFaEcCdc0d434758Df9be238F0BF; | ||
address internal constant FPI = 0xfBCB0F967817c924f83e26e04F0FB28ED4d6276F; | ||
address internal constant FPIS = 0x0363a32D18c25a3FD19a0d00B02106C03d8b8182; | ||
address internal constant FRXETH = 0x17845EA6a9BfD2caF1b9E558948BB4999dF2656e; | ||
address internal constant SFRXETH = 0xa63f56985F9C7F3bc9fFc5685535649e0C1a55f3; | ||
} | ||
|
||
library Farms {} | ||
|
||
library FraxBonds {} | ||
|
||
library FraxFerry {} | ||
|
||
library FraxlendAndOracles {} | ||
|
||
library Fraxswap {} | ||
|
||
library Misc { | ||
uint256 internal constant CHAIN_ID = 17_000; | ||
address internal constant FRXETH_MINTER = 0x5E8422345238F34275888049021821E8E08CAa1f; | ||
} | ||
|
||
library Multisigs {} | ||
|
||
library PoolRelatedTokens {} |