Skip to content

Commit

Permalink
Merge pull request #221 from sribst/sribaroud@update_snapshots_link
Browse files Browse the repository at this point in the history
modify EVM node snapshots to point to the latest website
  • Loading branch information
sribst authored Dec 18, 2024
2 parents 9bfae31 + a8e4528 commit 0e18b68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/network/evm-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ You can initialize the node from a snapshot or allow it to compute the Etherlink

### From a snapshot

1. Download [an Etherlink snapshot](http://vps-58f6d7fc.vps.ovh.net/snapshots/), and use the `octez-evm-node` to import it. Assuming you have set `$latest_snapshot` to the name of the latest snapshot,
1. Download [an Etherlink snapshot](http://snapshotter-sandbox.nomadic-labs.eu/), and use the `octez-evm-node` to import it.

```bash
wget http://vps-58f6d7fc.vps.ovh.net/snapshots/$latest_snapshot -O snapshot.gz
octez-evm-node snapshot import snapshot.gz --data-dir $evm_observer_dir
wget http://snapshotter-sandbox.nomadic-labs.eu/etherlink-mainnet/evm-snapshot-sr1Ghq66tYK9y-latest.gz # this is for the latest mainnet etherlink snapshots, similarly there is one for testnet
octez-evm-node snapshot import evm-snapshot-sr1Ghq66tYK9y-latest.gz --data-dir $evm_observer_dir

```
2. Run this command to start the node:

Expand Down

0 comments on commit 0e18b68

Please sign in to comment.