| 1 | import chai, { expect } from 'chai' |
| 2 | import { Contract } from 'ethers' |
| 3 | import { MaxUint256 } from 'ethers/constants' |
| 4 | import { bigNumberify, hexlify, keccak256, defaultAbiCoder, toUtf8Bytes } from 'ethers/utils' |
nothing calls this directly
no test coverage detected