Skip to content

Commit

Permalink
chore: 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Oct 24, 2024
1 parent 48a15ba commit 521fa78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"acvm",
"addrs",
"alphanet",
"Apella",
"archiver",
"assignement",
"asyncify",
Expand Down Expand Up @@ -101,6 +102,7 @@
"fullpath",
"fuzzer",
"fuzzers",
"Gerousia",
"gitmodules",
"gitrepo",
"Gossipable",
Expand Down Expand Up @@ -167,6 +169,7 @@
"nodebuffer",
"noirc",
"noirup",
"Nomismatokopio",
"nullifer",
"offchain",
"onchain",
Expand Down Expand Up @@ -247,6 +250,7 @@
"subrepo",
"subroot",
"suyash",
"Sysstia",
"templating",
"tldr",
"toplevel",
Expand Down Expand Up @@ -314,5 +318,7 @@
"lib",
"*.cmake"
],
"flagWords": ["anonymous"]
"flagWords": [
"anonymous"
]
}
4 changes: 3 additions & 1 deletion spartan/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ From the repo root:
# one time setup
./spartan/scripts/setup_local_k8s.sh
./spartan/scripts/create_k8s_dashboard.sh
./spartan/metrics/install.sh
# Go into spartan/metrics
./install.sh
# forward ports (in separate terminals)
./spartan/scripts/forward_k8s_dashboard.sh
Expand Down
4 changes: 4 additions & 0 deletions yarn-project/cli/src/cmds/pxe/get_node_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export async function getNodeInfo(rpcUrl: string, debugLogger: DebugLogger, log:
log(` L2 -> L1 Outbox Address: ${info.l1ContractAddresses.outboxAddress.toString()}`);
log(` Fee Juice Address: ${info.l1ContractAddresses.feeJuiceAddress.toString()}`);
log(` Fee Juice Portal Address: ${info.l1ContractAddresses.feeJuicePortalAddress.toString()}`);
log(` Nomismatokopio Address: ${info.l1ContractAddresses.nomismatokopioAddress.toString()}`);
log(` Sysstia Address: ${info.l1ContractAddresses.sysstiaAddress.toString()}`);
log(` Gerousia Address: ${info.l1ContractAddresses.gerousiaAddress.toString()}`);
log(` Apella Address: ${info.l1ContractAddresses.apellaAddress.toString()}`);

log(`L2 Contract Addresses:`);
log(` Class Registerer: ${info.protocolContractAddresses.classRegisterer.toString()}`);
Expand Down

0 comments on commit 521fa78

Please sign in to comment.