wormhole/wormchain/ibc-relayer/chains/wormchain.json

17 lines
353 B
JSON
Raw Normal View History

{
2022-12-19 06:23:15 -08:00
"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"
}
}