Skip to content

Commit

Permalink
Deploy FxStateChildTunnel contract into amoy network
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Nov 4, 2024
1 parent 3b5d779 commit cf7cf90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ CONFIG_SOLC := solc.json
NETWORK_HARDHAT := hardhat
NETWORK_LOCALHOST := localhost
NETWORK_SEPOLIA := sepolia
NETWORK_AMOY := amoy
NETWORK_ETHEREUM := ethereum
NETWORK_POLYGON := polygon

# Hardhat contract addresses
HARDHAT_VALIDATOR_REGISTRY := 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
Expand Down Expand Up @@ -61,7 +63,7 @@ SEPOLIA_TREASURY := 0xdeb90df43BBa8FC0e2C08C54dC0F48cfc694F896
AMOY_MATIC_X :=
AMOY_CHILD_POOL :=
AMOY_FX_CHILD := 0xE5930336866d0388f0f745A2d9207C7781047C0f
AMOY_FX_STATE_CHLID_TUNNEL :=
AMOY_FX_STATE_CHILD_TUNNEL := 0xDC5e26af83c1694A655beBe22689f12A42573d94
AMOY_MANAGER :=
AMOY_TREASURY :=
AMOY_INSTANT_POOL_OWNER :=
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy-fx-state-child-tunnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ task("deploy:fx-state-child-tunnel")
await FxStateChildTunnel.deploy(fxChildAddress);
await fxStateChildTunnel.deployed();
console.log(
`fxStateChildTunnel deployed at ${fxStateChildTunnel.address}`
`FxStateChildTunnel deployed at ${fxStateChildTunnel.address}`
);
}
);

0 comments on commit cf7cf90

Please sign in to comment.