Skip to content

Commit

Permalink
fix: set up fee handler router in migration (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric authored Nov 13, 2023
1 parent 944d4ee commit b1a9760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ module.exports = async function (deployer, network) {
feeRouterInstance.address
)

// setup fee router
await bridgeInstance.adminChangeFeeHandler(feeRouterInstance.address);

console.table({
"Deployer Address": deployerAddress,
"Domain ID": currentNetworkConfig.domainID,
Expand Down

0 comments on commit b1a9760

Please sign in to comment.