-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relayer: try multiple cosmos testnet chains
In debugging relayer support, let's set aside Penumbra chains entirely, and focus on what should be a well-supported use case for the relayer: one cosmos testnet to another cosmos testnet. Unfortunately, I don't have any of these configs working yet, so they're commented out in the `run-relayer` script, for now.
- Loading branch information
Showing
6 changed files
with
60 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "cosmos", | ||
"value": { | ||
"key": "default", | ||
"chain-id": "blockspacerace-0", | ||
"rpc-addr": "https://celestia-blockspacerace-rpc.brocha.in:443", | ||
"account-prefix": "celestia", | ||
"keyring-backend": "test", | ||
"gas-adjustment": 1.0, | ||
"gas-prices": "0.00utia", | ||
"debug": true, | ||
"timeout": "20s", | ||
"output-format": "json", | ||
"sign-mode": "direct" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "cosmos", | ||
"value": { | ||
"key": "default", | ||
"chain-id": "malaga-420", | ||
"rpc-addr": "https://rpc.malaga-420.cosmwasm.com:443", | ||
"account-prefix": "wasm", | ||
"keyring-backend": "test", | ||
"gas-adjustment": 1.0, | ||
"gas-prices": "0.03umlg", | ||
"debug": true, | ||
"timeout": "20s", | ||
"output-format": "json", | ||
"sign-mode": "direct" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "cosmos", | ||
"value": { | ||
"key": "default", | ||
"chain-id": "osmo-test-4", | ||
"rpc-addr": "https://rpc.testnet.osmosis.zone:443", | ||
"account-prefix": "osmo", | ||
"keyring-backend": "test", | ||
"gas-adjustment": 1.0, | ||
"gas-prices": "0.00uosmo", | ||
"debug": true, | ||
"timeout": "20s", | ||
"output-format": "json", | ||
"sign-mode": "direct" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters