Skip to content

Commit 022fe0a

Browse files
ZapSwapCurve test for ETH wrapping (#244)
1 parent ac88e49 commit 022fe0a

6 files changed

+1318
-1282
lines changed

cSpell.json

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"TYPEHASH",
7979
"visualstudio",
8080
"vsmarketplacebadge",
81+
"Vyper",
8182
"weth",
8283
"withdrawweth",
8384
"Yasset",

test/helpers/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { ethers, waffle } from "hardhat";
1+
import { ethers } from "hardhat";
22

33
export const _ETH_CONSTANT = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";
44

55
export const ONE_ETH = ethers.constants.WeiPerEther;
6-
export const ZERO = ethers.constants.Zero;
6+
export const { Zero } = ethers.constants;

0 commit comments

Comments
 (0)