Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b1a9760

Browse files
authored
fix: set up fee handler router in migration (#207)
1 parent 944d4ee commit b1a9760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migrations/2_deploy_contracts.js

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ module.exports = async function (deployer, network) {
7171
feeRouterInstance.address
7272
)
7373

74+
// setup fee router
75+
await bridgeInstance.adminChangeFeeHandler(feeRouterInstance.address);
76+
7477
console.table({
7578
"Deployer Address": deployerAddress,
7679
"Domain ID": currentNetworkConfig.domainID,

0 commit comments

Comments
 (0)