Skip to content

Commit

Permalink
chore: link cgp md
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Oct 18, 2024
1 parent c661ae1 commit 8564912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upgrades/COPWhitelist/COPWhitelist.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract COPWhitelist is IMentoUpgrade, GovernanceScript {

vm.startBroadcast(Chain.deployerPrivateKey());
{
createProposal(_transactions, "https://TODO", governance); // TODO: Update with final MD file URL
createProposal(_transactions, "https://github.com/celo-org/governance/blob/main/CGPs/cgp-0150.md", governance);
}
vm.stopBroadcast();
}
Expand Down

0 comments on commit 8564912

Please sign in to comment.