Skip to content

Commit 20cccad

Browse files
committed
fix update readme
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent d2562c7 commit 20cccad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export KEYPAIR=~/.config/solana/dev-wallet.json
8686
export PROGRAM=svm_spoke # Also repeat the deployment process for multicall_handler
8787
export PROGRAM_ID=$(cat target/idl/$PROGRAM.json | jq -r ".address")
8888
export MULTISIG= # Export the Squads vault, not the multisig address!
89+
export SOLANA_VERSION=$(grep -A 2 'name = "solana-program"' Cargo.lock | grep 'version' | head -n 1 | cut -d'"' -f2)
8990
```
9091

9192
For the initial deployment also need these:
@@ -219,6 +220,7 @@ solana-verify verify-from-repo \
219220
--url $RPC_URL \
220221
--program-id $PROGRAM_ID \
221222
--library-name $PROGRAM \
223+
--base-image "solanafoundation/solana-verifiable-build:$SOLANA_VERSION" \
222224
https://github.com/across-protocol/contracts
223225
```
224226

@@ -229,6 +231,7 @@ solana-verify export-pda-tx \
229231
--url $RPC_URL \
230232
--program-id $PROGRAM_ID \
231233
--library-name $PROGRAM \
234+
--base-image "solanafoundation/solana-verifiable-build:$SOLANA_VERSION" \
232235
--uploader $MULTISIG \
233236
https://github.com/across-protocol/contracts
234237
```

0 commit comments

Comments
 (0)