deployed to Sepolia; liqp-deployments.json
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
pragma solidity ^0.8.30;
|
||||
|
||||
import {IWETH9} from "../src/IWETH9.sol";
|
||||
import {NativeWrapper} from "../src/NativeWrapper.sol";
|
||||
|
||||
contract WETH9 is IWETH9 {
|
||||
contract WETH9 is NativeWrapper {
|
||||
string public name = "Wrapped Ether";
|
||||
string public symbol = "WETH";
|
||||
uint8 public decimals = 18;
|
||||
|
||||
Reference in New Issue
Block a user