-
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.
Merge pull request #19 from FraxFinance/feat/v1.2.0
Feat/v1.2.0
- Loading branch information
Showing
16 changed files
with
160 additions
and
39 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
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
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
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
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
export const CHAIN_ID = 1; | ||
|
||
export const PROXY_ADMIN = "0x13Fe62cB24aEa5afd179F20D362c056c3881ABcA"; | ||
export const COMPTROLLER = "0xe0d7755252873c4eF5788f7f45764E0e17610508"; | ||
export const ADDRESS_MANAGER = "0x8c5D64d10394cFa070066e70Ec19E67398b4dABE"; | ||
export const L1_CROSS_DOMAIN_MESSENGER_PROXY = "0x126bcc31Bc076B3d515f60FBC81FddE0B0d542Ed"; | ||
export const L1_ERC721_BRIDGE_PROXY = "0xa9B5Fb84B7aeAF0D51C95DB04a76B1D4738D0eC5"; | ||
export const L1_STANDARD_BRIDGE_PROXY = "0x34C0bD5877A5Ee7099D0f5688D65F4bB9158BDE2"; | ||
export const L2_OUTPUT_ORACLE_PROXY = "0x66CC916Ed5C6C2FA97014f7D1cD141528Ae171e4"; | ||
export const OPTIMISM_MINTABLE_ERC20_FACTORY_PROXY = "0x11FE3be54aC01C13Dd985cE2BdD10eD77e1376cc"; | ||
export const OPTIMISM_PORTAL_PROXY = "0x36cb65c1967A0Fb0EEE11569C51C2f2aA1Ca6f6D"; | ||
export const SYSTEM_CONFIG_PROXY = "0x34a9f273cbD847d49c3De015FC26c3E66825f8b2"; |
5 changes: 3 additions & 2 deletions
5
scripts/constants/fraxtal-mainnet.ts → scripts/constants/fraxtal-l2.ts
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
export const CHAIN_ID = 252; | ||
|
||
export const PROXY_ADMIN = "0xfC00000000000000000000000000000000000009"; | ||
export const COMPTROLLER = "0xC4EB45d80DC1F079045E75D5d55de8eD1c1090E6"; | ||
|
||
// Fraxswap-specific | ||
export const FRAXSWAP_FACTORY = "0x7a07D606c87b7251c2953A30Fa445d8c5F856C7A"; | ||
export const FRAXSWAP_ROUTER = "0x195843F052052c3692dAcAB049e0Bf5715a24755"; | ||
export const FRAXSWAP_ROUTER_MULTIHOP = "0x31D982ebd82Ad900358984bd049207A4c2468640"; | ||
|
||
export const OPTIMISM_MINTABLE_PERMIT_ERC20_FACTORY_IMPLEMENTATION = "0x111ddab65Af5fF96b674400246699ED40F550De1"; | ||
|
||
export const COMPTROLLER = "0xC4EB45d80DC1F079045E75D5d55de8eD1c1090E6"; |
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
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,12 @@ | ||
export const CHAIN_ID = 17000; | ||
|
||
export const PROXY_ADMIN = "0xA0c6294D524f56fF9BdAeE94b69064c529cB9a1e"; | ||
export const COMPTROLLER = "0x88699c59E413e8A47117820D15d8D33b09B21edD"; | ||
export const ADDRESS_MANAGER = "0x6C52d1f7aAdD1F27aaa6A9e228CE0312E3CB09A6"; | ||
export const L1_CROSS_DOMAIN_MESSENGER_PROXY = "0x45A98115D5722C6cfC48D711e0053758E7C0b8ad"; | ||
export const L1_ERC721_BRIDGE_PROXY = "0x0301A6b26a37566d3DCebC7fC4c2143B426bBf53"; | ||
export const L1_STANDARD_BRIDGE_PROXY = "0x0BaafC217162f64930909aD9f2B27125121d6332"; | ||
export const L2_OUTPUT_ORACLE_PROXY = "0x715EA64DA13F4d0831ece4Ad3E8c1aa013167F32"; | ||
export const OPTIMISM_MINTABLE_ERC20_FACTORY_PROXY = "0x740fAfe2383F736d0Bd1a042E50fE15dDa2726C6"; | ||
export const OPTIMISM_PORTAL_PROXY = "0xB9c64BfA498d5b9a8398Ed6f46eb76d90dE5505d"; | ||
export const SYSTEM_CONFIG_PROXY = "0x570Bf63A187776A19a44E6D1e055E3da65C1E3Db"; |
5 changes: 3 additions & 2 deletions
5
scripts/constants/fraxtal-testnet.ts → scripts/constants/fraxtal-testnet-l2.ts
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
export const CHAIN_ID = 2522; | ||
|
||
export const PROXY_ADMIN = "0xfC00000000000000000000000000000000000007"; | ||
export const COMPTROLLER = "0x012fcFb933b9a4335B1BCC836e6a9a475146beBd"; | ||
|
||
// Fraxswap-specific | ||
export const FRAXSWAP_FACTORY = "0xbc679bdd1bA59654bD50DEB03fd80dC97c713fF2"; | ||
export const FRAXSWAP_ROUTER = "0x938d99A81814f66b01010d19DDce92A633441699"; | ||
export const FRAXSWAP_ROUTER_MULTIHOP = "0x509728dC748586214Fa30cEF61359f136523F24d"; | ||
|
||
export const COMPTROLLER = "0x012fcFb933b9a4335B1BCC836e6a9a475146beBd"; |
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
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
export * as Mainnet from "./mainnet"; | ||
export * as Holesky from "./holesky"; | ||
export * as FraxtalDeployment from "./fraxtal-deployments"; | ||
export * as FraxtalL1Devnet from "./fraxtal-devnet-l1"; | ||
export * as FraxtalL2Devnet from "./fraxtal-devnet-l2"; | ||
export * as FraxtalTestnet from "./fraxtal-testnet"; | ||
export * as FraxtalMainnet from "./fraxtal-mainnet"; | ||
export * as FraxtalL1 from "./fraxtal-l1"; | ||
export * as FraxtalL2 from "./fraxtal-l2"; | ||
export * as FraxtalTestnetL1 from "./fraxtal-testnet-l1"; | ||
export * as FraxtalTestnetL2 from "./fraxtal-testnet-l2"; | ||
export * as FraxtalStandardProxies from "./fraxtal-standard-proxies"; |
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
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
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
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