fix tests

This commit is contained in:
Termina1
2023-07-12 14:15:48 +03:00
parent 8ac9040736
commit 2a2ca14afe

View File

@@ -280,7 +280,7 @@ class EthereumUpstreamValidatorSpec extends Specification {
new ApiReaderMock().tap {
answerOnce("eth_call", [new TransactionCallJson(
Address.from("0x32268860cAAc2948Ab5DdC7b20db5a420467Cf96"),
HexData.from("0xd8a26e3a0000000000000000000000000000000000000000000000000000000000030d40")
HexData.from("0xd8a26e3a0000000000000000000000000000000000000000000000000000000000030ce0")
)], "0x00000000000000000000")
}
)