From 24fe82a05ad1f6333f62c9bf985c923c9a944034 Mon Sep 17 00:00:00 2001 From: John Hilliard Date: Mon, 18 Mar 2024 23:05:51 -0400 Subject: [PATCH] docs: path fix --- README.org | 2 +- cdk/docs/cdk-ops.org | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index b08a8cac..2f51ee48 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * Polygon CDK Kurtosis Package -[[file:docs/architecture.png]] +[[file:cdk/docs/architecture.png]] To get started you'll want to get everything [[https://docs.kurtosis.com/install/][installed]]. Once that's good and installed on your system, you can ~cd~ into this directory diff --git a/cdk/docs/cdk-ops.org b/cdk/docs/cdk-ops.org index ce1ba591..410d6da4 100644 --- a/cdk/docs/cdk-ops.org +++ b/cdk/docs/cdk-ops.org @@ -33,6 +33,7 @@ docker run -it --net=container:f0ce09999e30 nicolaka/netshoot:latest /bin/bash Confirm that we're on the correct fork #+begin_src bash +export ETH_RPC_URL="$(kurtosis port print cdk-v1 el-1-geth-lighthouse rpc)" cast call 0x2F50ef6b8e8Ee4E579B17619A92dE3E2ffbD8AD2 'rollupIDToRollupData(uint32)(address,uint64,address,uint64,bytes32,uint64,uint64,uint64,uint64,uint64,uint64,uint8)' 1 #+end_src * Chaos