This is the official repository for the canonical Wrapped Evmos token -- deployed to Evmos Mainnet.
It has been forked from the official canonical-weth project which can be read about here.
The remainder of this readme has been left in its original form below:
Canonical W-ETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)
npm install --save truffle-contract canonical-weth
and
const contract = require('truffle-contract');
const wethArtifact = require('canonical-weth');
const weth = contract(wethArtifact);