-
Notifications
You must be signed in to change notification settings - Fork 1
feat(noble): configuration to add noble testnet node and relayer on devnet #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
relayer keys restore "$INTERNAL_CHAIN_NAME" user1 "cinnamon legend sword giant master simple visit action level ancient day rubber pigeon filter garment hockey stay water crawl omit airport venture toilet oppose" | ||
relayer keys restore "$EXTERNAL_CHAIN_NAME" nobleuser1 "stamp later develop betray boss ranch abstract puzzle calm right bounce march orchard edge correct canal fault miracle void dutch lottery lucky observe armed" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of using mnemonics here I think we should env vars here and pass the actual values via configMapGenerator
literals from private overlays
INTERNAL_CHAIN_GAS_DENOM=${INTERNAL_CHAIN_GAS_DENOM:-ubld} | ||
INTERNAL_CHAIN_ID=${INTERNAL_CHAIN_ID:-agoricdev-23} | ||
INTERNAL_CHAIN_NAME=${INTERNAL_CHAIN_NAME:-agoric} | ||
INTERNAL_CHAIN_RPC="https://devnet.rpc.agoric.net:443" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can only use devnet rpc as fallback - like other internal chain vars
use_keys | ||
add_path | ||
start_relayer | ||
sleep infinity No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this is still needed
} | ||
|
||
start_relayer() { | ||
relayer start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am thinking is it possible to be able to use a consistent channel?
Description
This PR pushes the configuration changes needed for deploying a noble testnet node and relayer b/w agoric and itself