deployed to Sepolia; liqp-deployments.json

This commit is contained in:
tim
2025-10-16 16:16:41 -04:00
parent 38371614fc
commit e948067167
18 changed files with 304 additions and 64 deletions

View File

@@ -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;