diff --git a/go.mod b/go.mod index d4747cf..10ad08c 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ replace ( ) require ( - github.com/datachainlab/ethereum-ibc-relay-chain v0.3.13 + github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14 github.com/datachainlab/ibc-hd-signer v0.1.1 github.com/hyperledger-labs/yui-relayer v0.5.10 ) diff --git a/go.sum b/go.sum index 1b578b1..e8f2125 100644 --- a/go.sum +++ b/go.sum @@ -418,8 +418,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0= -github.com/datachainlab/ethereum-ibc-relay-chain v0.3.13 h1:RbYtraeZwN55qfbzfoDIJPK8CWWx5dWfO8CfnvS+dhk= -github.com/datachainlab/ethereum-ibc-relay-chain v0.3.13/go.mod h1:dxL5umpjncKRw7iBFE2W+dGpmmWOiggth0aQsJrtLKM= +github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14 h1:XZdqjXxgg0iBmc90TPx5lIoYTe7NQWeo2M2RZS1rDiU= +github.com/datachainlab/ethereum-ibc-relay-chain v0.3.14/go.mod h1:rwOM29wMba4Ze1j8fIeHhIsVM/p1tXrf8/qDEntLBCc= github.com/datachainlab/ibc-hd-signer v0.1.1 h1:ws90eXVjjLcx2i6iPJu2bJ2w06tIeuSyIBfYbOIEv68= github.com/datachainlab/ibc-hd-signer v0.1.1/go.mod h1:I1pas5LB8QupngqT05/h3u1nqhHww9OOnAwliuPEd3c= github.com/datachainlab/ibc-mock-client v0.4.2 h1:0BbQFwLUUbKknCsUO6m80VogRbJop5kA0u9/3Hma9n0= diff --git a/tests/cases/eth2eth/configs/template/ibc-0.template.json b/tests/cases/eth2eth/configs/template/ibc-0.template.json index fea9442..6affac9 100644 --- a/tests/cases/eth2eth/configs/template/ibc-0.template.json +++ b/tests/cases/eth2eth/configs/template/ibc-0.template.json @@ -25,7 +25,8 @@ "blocks_per_event_query": 1000, "abi_paths": [ "fixtures/ethereum/ibc0/abis" - ] + ], + "price_bump": 10 }, "prover": { "@type": "/relayer.provers.mock.config.ProverConfig", diff --git a/tests/cases/eth2eth/configs/template/ibc-1.template.json b/tests/cases/eth2eth/configs/template/ibc-1.template.json index 953b10c..87d01fd 100644 --- a/tests/cases/eth2eth/configs/template/ibc-1.template.json +++ b/tests/cases/eth2eth/configs/template/ibc-1.template.json @@ -25,7 +25,8 @@ "blocks_per_event_query": 1000, "abi_paths": [ "fixtures/ethereum/ibc1/abis" - ] + ], + "price_bump": 10 }, "prover": { "@type": "/relayer.provers.mock.config.ProverConfig", diff --git a/tests/cases/tm2eth/configs/template/ibc-1.template.json b/tests/cases/tm2eth/configs/template/ibc-1.template.json index 638e3cb..e74cd0b 100644 --- a/tests/cases/tm2eth/configs/template/ibc-1.template.json +++ b/tests/cases/tm2eth/configs/template/ibc-1.template.json @@ -24,7 +24,8 @@ "blocks_per_event_query": 1000, "abi_paths": [ "fixtures/ethereum/ibc1/abis" - ] + ], + "price_bump": 10 }, "prover": { "@type": "/relayer.provers.mock.config.ProverConfig",