gweiyser 0.1.4

Swiss army knife for EVM development
Documentation
1
2
3
4
5
6
7
8
9
// keep the file name distinct but give it reasonable path name
// rather use tokens::WETH vs token_addrs::WETH. Picky.. I know
pub use amm_addrs as amms;
pub use token_addrs as tokens;

// declare our modules
pub mod amm_addrs;
pub mod token_addrs;