Etehreum Constants
This sub-module is part of the vapors project.
It contains many frequently used constants when dealing with Vapory.
For more information, see the documentation.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
AddressZero,
HashZero,
VaporSymbol,
NegativeOne,
Zero,
One,
Two,
WeiPerVapor,
MaxUint256
} = require("@vaporsproject/constants");
License
MIT License