Skip to content

Commit

Permalink
attempting to upgrade tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
polus-arcticus committed Jan 8, 2024
1 parent 614f11e commit 337c4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Tokenizer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ contract TokenizerTest is Test {

function testCanUpgradeErc20TokenImplementation() public {
vm.selectFork(mainnetFork);
vm.startPrank(0xCfA0F84660fB33bFd07C369E5491Ab02C449f71B); // Owner address on mainnet
tokenizer = new Tokenizer();
//oldTokenizer.upgradeTo(address(tokenizer));
oldTokenizer.upgradeTo(address(tokenizer));

// vm.startPrank(deployer);
// vm.stopPrank();
Expand Down

0 comments on commit 337c4e5

Please sign in to comment.