Skip to content

Commit

Permalink
rename to TokenWrappedBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 15, 2024
1 parent df75d51 commit 713ef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lib/TokenWrappedBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.17;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract TokenWrapped is ERC20 {
contract TokenWrappedBridge is ERC20 {
// Domain typehash
bytes32 public constant DOMAIN_TYPEHASH =
keccak256(
Expand Down

0 comments on commit 713ef56

Please sign in to comment.