Skip to content

Commit

Permalink
Merge pull request #89 from synapsecns/metis-cronos
Browse files Browse the repository at this point in the history
Add Cronos/Metis Changes
  • Loading branch information
aureliusbtc committed Mar 1, 2022
2 parents 162745e + b4f238a commit e03f7db
Show file tree
Hide file tree
Showing 3 changed files with 1,337 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/060_deploy_UST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const { deploy, get, execute, getOrNull, log, save } = deployments
const { deployer } = await getNamedAccounts()

if ((includes([CHAIN_ID.FANTOM, CHAIN_ID.ARBITRUM, CHAIN_ID.AVALANCHE, CHAIN_ID.POLYGON, CHAIN_ID.MOONBEAM, CHAIN_ID.BSC, CHAIN_ID.MOONRIVER, CHAIN_ID.MAINNET, CHAIN_ID.BOBA, CHAIN_ID.OPTIMISM, CHAIN_ID.AURORA, CHAIN_ID.HARMONY], await getChainId()))) {
if ((includes([CHAIN_ID.FANTOM, CHAIN_ID.ARBITRUM, CHAIN_ID.AVALANCHE, CHAIN_ID.POLYGON, CHAIN_ID.MOONBEAM, CHAIN_ID.BSC, CHAIN_ID.MOONRIVER, CHAIN_ID.MAINNET, CHAIN_ID.BOBA, CHAIN_ID.OPTIMISM, CHAIN_ID.AURORA, CHAIN_ID.HARMONY, CHAIN_ID.CRONOS, CHAIN_ID.METIS], await getChainId()))) {
if ((await getOrNull("UST")) == null) {
const receipt = await execute(
"SynapseERC20Factory",
Expand Down
Loading

0 comments on commit e03f7db

Please sign in to comment.