Mark Spanbroek 74f15fca9c support custom errors in contract calls
Currently only errors without arguments
2024-05-21 13:19:24 +02:00

14 lines
277 B
Nim

import ./testProviders
import ./testContracts
import ./testReturns
import ./testEnums
import ./testEvents
import ./testWallet
import ./testTesting
import ./testErc20
import ./testGasEstimation
import ./testErrorDecoding
import ./testCustomErrors
{.warning[UnusedImport]:off.}