We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc216f commit 8d65df8Copy full SHA for 8d65df8
x/evm/keeper/attest_test.go
@@ -29,6 +29,8 @@ var (
29
contractAbi = string(whoops.Must(os.ReadFile("testdata/sample-abi.json")))
30
contractBytecodeStr = string(whoops.Must(os.ReadFile("testdata/sample-bytecode.out")))
31
32
+ // Keeping the upload_smart_contract test on the old ABI until compass becomes more stable as
33
+ // updates to this test harness are tedious.
34
uscAbi = string(whoops.Must(os.ReadFile("testdata/usc-abi.json")))
35
uscBytecodeStr = string(whoops.Must(os.ReadFile("testdata/usc-bytecode.out")))
36
uscTx1RawBytes = common.FromHex(string(whoops.Must(os.ReadFile("testdata/usc-tx-raw.hex"))))
0 commit comments