wormchain ibc - update wormchain service name

This commit is contained in:
justinschuldt 2023-01-25 10:23:29 -06:00 committed by Evan Gray
parent aee8720163
commit 08a0c28c65
2 changed files with 16 additions and 16 deletions

View File

@ -823,7 +823,7 @@ if ibc_relayer:
port_forwards = [
port_forward(7597, name = "HTTPDEBUG [:7597]", host = webHost),
],
resource_deps = ["guardian-validator", "terra2-terrad"],
resource_deps = ["wormchain", "terra2-terrad"],
labels = ["ibc-relayer"],
trigger_mode = trigger_mode,
)

View File

@ -1,16 +1,16 @@
{
"type": "cosmos",
"value": {
"key": "default",
"chain-id": "wormchain",
"rpc-addr": "http://guardian-validator:26657",
"account-prefix": "wormhole",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.01utest",
"debug": true,
"timeout": "20s",
"output-format": "json",
"sign-mode": "direct"
}
}
"type": "cosmos",
"value": {
"key": "default",
"chain-id": "wormchain",
"rpc-addr": "http://wormchain:26657",
"account-prefix": "wormhole",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.01utest",
"debug": true,
"timeout": "20s",
"output-format": "json",
"sign-mode": "direct"
}
}