Skip to content

Commit

Permalink
Deploy 092 - wOETH on Base (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed May 2, 2024
1 parent 5afa21c commit 563775d
Show file tree
Hide file tree
Showing 10 changed files with 1,777 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/contracts/token/BridgedWOETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract BridgedWOETH is
bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
bytes32 public constant BURNER_ROLE = keccak256("BURNER_ROLE");

constructor() ERC20("Wrapped OETH", "WOETH") {
constructor() ERC20("Wrapped OETH", "wOETH") {
// Nobody owns the implementation
_setGovernor(address(0));
}
Expand Down Expand Up @@ -74,7 +74,7 @@ contract BridgedWOETH is
* name.
*/
function symbol() public view virtual override returns (string memory) {
return "WOETH";
return "wOETH";
}

/**
Expand Down
1 change: 1 addition & 0 deletions contracts/deployments/base/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8453
4 changes: 3 additions & 1 deletion contracts/deployments/base/.migrations.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"092_woeth_on_base": 1713443798
}
289 changes: 289 additions & 0 deletions contracts/deployments/base/BridgedBaseWOETHProxy.json

Large diffs are not rendered by default.

0 comments on commit 563775d

Please sign in to comment.