Skip to content

Commit

Permalink
feat: add bridge deployments on zksync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Aug 23, 2024
1 parent 870fc92 commit af24197
Show file tree
Hide file tree
Showing 8 changed files with 4,746 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/002-xvs-bridge-remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const XVSProxyOFTDest = await deploy("XVSProxyOFTDest", {
from: deployer,
contract: "XVSProxyOFTDest",
args: [XVS.address, 8, preconfiguredAddresses.LzEndpoint, resilientOracle],
args: [XVS.address, 8, preconfiguredAddresses.LzEndpoint, resilientOracle.address],
autoMine: true,
log: true,
skipIfAlreadyDeployed: true,
Expand Down
284 changes: 284 additions & 0 deletions deployments/zksyncmainnet/DefaultProxyAdmin.json

Large diffs are not rendered by default.

Loading

0 comments on commit af24197

Please sign in to comment.