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

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Dec 1, 2023
1 parent b893dfa commit 3938b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/7_pol_migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Governance = artifacts.require('Governance')
const Registry = artifacts.require('Registry')

async function deployPOLToken(sender, governance, mintAmount) {
const registry = await Registry.at(contractAddresses.root.registry)
const registry = await Registry.at(contractAddresses.root.Registry)

// Deploy POLToken.
const polToken = await POLTokenMock.new('Polygon Ecosystem Token', 'POL')
Expand Down

0 comments on commit 3938b5a

Please sign in to comment.