Skip to content

Commit

Permalink
🥢 ~~
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Feb 20, 2024
1 parent d7073c9 commit 00e3b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IETest:testBalanceInETH() (gas: 50934)
IETest:testCommandSwapDAI() (gas: 133298)
IETest:testCommandSwapETH() (gas: 158848)
IETest:testCommandSwapForETH() (gas: 140019)
IETest:testCommandSwapUSDC() (gas: 162390)
IETest:testCommandSwapUSDC() (gas: 163400)
IETest:testCommandSwapUSDCForWBTC() (gas: 180085)
IETest:testDeploy() (gas: 3011723)
IETest:testENSNameOwnership() (gas: 44458)
Expand Down
2 changes: 1 addition & 1 deletion src/Names.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ contract Names {
}
}

/// ========================= REGISTRATION ========================= ///
/// ======================== REGISTRATION ======================== ///

/// @dev Registers a new name under an owner.
function register(address _owner, bytes32 _node) public payable virtual {
Expand Down

0 comments on commit 00e3b77

Please sign in to comment.