The official mainnet addresses are:
-
Mute Token: 0xa49d7499271ae71cd8ab9ac515e6694c755d400c
-
Mute Vault (Mute): 0xa34cd26f65d1cd7a75207addd1a3bc81639b1bb8
-
Voice Token: 0x2e2364966267B5D7D2cE6CD9A9B5bD19d9C7C6A9
-
Mute Vault (Voice): 0xbaadfa4c48374c2e120e10296ea7505feb78c868
-
Mute Swap: 0x2254f9265bb30ffa1bb93a252e96a13a5f7b2fd9
# Install project dependencies
npm install
# install OpenZeppelin SDK globally
npm install -g @openzeppelin/cli
# initialize repo with OpenZeppelin
oz init
# compile code
oz compile
# Run all unit tests
npm test
To report bugs within this package, create an issue in this repository. For security issues, please contact [email protected]. When submitting code, ensure that it is free of errors and has 100% test coverage.