Skip to content

evmos/wevmos

 
 

Repository files navigation

Canonical W-EVMOS

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

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

Deployed contract addresses