mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-11-04 21:57:26 +00:00
* feat(evmutil): add ERC20KavaWrappedNativeCoinContract * adds the contract ABI & bytecode for an Ownable erc20 with the following: * customizable decimals on deploy -> requires overriding decimals() view * mint() exposed for the contract owner which will be the evmutil module * burn() exposed for the contract owner which will be the evmutil module * sets up keeper to deploy above token based on details from an AllowedNativeCoinERC20Token * tests basic queries and permissions of deployed contract * update changelog * improve error messages & comments for erc20 deploy |
||
|---|---|---|
| .. | ||
| client/cli | ||
| keeper | ||
| migrations/v2 | ||
| spec | ||
| testutil | ||
| types | ||
| genesis_test.go | ||
| genesis.go | ||
| module.go | ||