Skip to content

Commit

Permalink
deployed factory; amm implementations awaiting ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Jun 4, 2024
1 parent e47c29d commit 48658db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
"views": "0xDD82bEe76CB4b161B44533e4B6Dfc2eee7e066D4",
"plain_amm": "",
"meta_amm": "",
"factory": "",
"zap": "",
"factory": "0x375444aeDEb6C3db897f293E1DBa85D7422A6859",
"zap": "0x4232Dcc6D31543A2431079BdE2082C69eA3A771E",
},
}

Expand Down Expand Up @@ -387,7 +387,7 @@ def deploy_infra(network, url, account, fork=False):

def main():
deployer = "FIDDYDEPLOYER"
fork = True
fork = False
network = "zksync"
rpc = "https://mainnet.era.zksync.io"
deploy_infra(f"{network}:mainnet", rpc, deployer, fork=fork)
Expand Down

0 comments on commit 48658db

Please sign in to comment.