Fix: variable changed in other PR (#553)

buddies-main-deployment
Anna Carroll 3 years ago committed by GitHub
parent 57bef4e2b0
commit 7735aca82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/optics-deploy/src/bridge/index.ts

@ -104,7 +104,7 @@ export async function deployBridgeRouter(deploy: Deploy) {
assert(
(await deploy.contracts.bridgeRouter!.proxy.xAppConnectionManager()) ===
deploy.coreContractAddresses.xappConnectionManager,
deploy.coreContractAddresses.xAppConnectionManager,
);
assert(
(await deploy.contracts.bridgeRouter!.proxy.tokenBeacon()) ===

Loading…
Cancel
Save