canonical-weth
v1.4.0
Published
Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)
Downloads
8,714
Maintainers
Readme
Canonical W-ETH
Canonical W-ETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)
Usage
npm install --save truffle-contract canonical-weth
and
const contract = require('truffle-contract');
const wethArtifact = require('canonical-weth');
const weth = contract(wethArtifact);