Adam Uhlíř 3c12a65769
feat: erc20 module (#38)
Co-authored-by: Eric Mastro <github@egonat.me>
2023-03-29 13:41:44 +02:00

12 lines
230 B
Nim

import ./testJsonRpcProvider
import ./testJsonRpcSigner
import ./testContracts
import ./testReturns
import ./testEnums
import ./testEvents
import ./testWallet
import ./testTesting
import ./testErc20
{.warning[UnusedImport]:off.}