Skip to content

Commit

Permalink
fix(protocol): Fix taiko token domain separator (#15717)
Browse files Browse the repository at this point in the history
Co-authored-by: Keszey Dániel <[email protected]>
  • Loading branch information
adaki2004 and Keszey Dániel authored Feb 10, 2024
1 parent 8a211ec commit 6e2771c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/contracts/L1/TaikoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ contract TaikoToken is EssentialContract, ERC20SnapshotUpgradeable, ERC20VotesUp
__ERC20_init(_name, _symbol);
__ERC20Snapshot_init();
__ERC20Votes_init();
__ERC20Permit_init(_name);

// Mint 1 billion tokens
_mint(_recipient, 1_000_000_000 ether);
Expand Down

0 comments on commit 6e2771c

Please sign in to comment.