From a4f03e8c4bae56f227388051bbd14d817122c8b5 Mon Sep 17 00:00:00 2001 From: Masanori Yoshida Date: Fri, 20 Sep 2024 17:20:22 +0900 Subject: [PATCH] fix SignerConfig Signed-off-by: Masanori Yoshida --- tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl b/tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl index 3ae026f..8586d00 100644 --- a/tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl +++ b/tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl @@ -5,7 +5,7 @@ "eth_chain_id": 15, "rpc_addr": "http://localhost:8546", "signer": { - "@type": "/relayer.chains.ethereum.signers.hd.SignerConfig", + "@type": "/relayer.signers.hd.SignerConfig", "mnemonic": "math razor capable expose worth grape metal sunset metal sudden usage scheme", "path": "m/44'/60'/0'/0/0" },