Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix: use correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Ermolin committed Mar 16, 2021
1 parent e888b58 commit 783349f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/2_deploy_root_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module.exports = async function(deployer, network, accounts) {
stakeManager.contract.methods.initialize(
Registry.address,
RootChainProxy.address,
TestToken.address,
maticToken.address,
StakingNFT.address,
StakingInfo.address,
ValidatorShareFactory.address,
Expand Down

0 comments on commit 783349f

Please sign in to comment.