Skip to content

Commit b45ef89

Browse files
chore: comment on upload smart contract test
Co-authored-by: Christian Lohr <[email protected]>
1 parent 1cc216f commit b45ef89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x/evm/keeper/attest_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var (
2929
contractAbi = string(whoops.Must(os.ReadFile("testdata/sample-abi.json")))
3030
contractBytecodeStr = string(whoops.Must(os.ReadFile("testdata/sample-bytecode.out")))
3131

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.
3234
uscAbi = string(whoops.Must(os.ReadFile("testdata/usc-abi.json")))
3335
uscBytecodeStr = string(whoops.Must(os.ReadFile("testdata/usc-bytecode.out")))
3436
uscTx1RawBytes = common.FromHex(string(whoops.Must(os.ReadFile("testdata/usc-tx-raw.hex"))))

0 commit comments

Comments
 (0)