@@ -89,19 +89,19 @@ Use the provided snapshots to quickly sync your Juno node with the current state
8989
9090|  Version |  Size |  Block |  Download Link | 
9191|  ------- |  ---- |  ----- |  ------------- | 
92- |  ** >=v0.4 .0**   |  ** 36.5  GB**  |  ** 136902 **  |  [ ** juno_mainnet_136902 .tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902 .tar )  | 
92+ |  ** >=v0.6 .0**   |  ** 49.2  GB**  |  ** 166353.tar **  |  [ ** juno_mainnet_166353 .tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353 .tar )  | 
9393
9494#### Goerli  
9595
9696|  Version |  Size |  Block |  Download Link | 
9797|  ------- |  ---- |  ----- |  ------------- | 
98- |  ** >=v0.4 .0**  |  ** 32.3  GB**  |  ** 839969 **  |  [ ** juno_goerli_839969 .tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.5.0_839969 .tar )  | 
98+ |  ** >=v0.6 .0**  |  ** 36  GB**  |  ** 850192 **  |  [ ** juno_goerli_850192 .tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.6.0_850192 .tar )  | 
9999
100100#### Goerli2  
101101
102102|  Version |  Size |  Block |  Download Link | 
103103|  ------- |  ---- |  ----- |  ------------- | 
104- |  ** >=v0.4 .0**  |  ** 4.5  GB**  |  ** 135973 **  |  [ ** juno_goerli2_135973.tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.5.0_135973 .tar )  | 
104+ |  ** >=v0.6 .0**  |  ** 4.6  GB**  |  ** 139043 **  |  [ ** juno_goerli2_135973.tar** ] ( https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.6.0_139043 .tar )  | 
105105
106106### Run Juno Using Snapshot  
107107
@@ -110,7 +110,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
110110   Fetch the snapshot from the provided URL:
111111
112112   ``` bash 
113-    curl -o juno_mainnet_v0.5.0_136902. tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902 .tar
113+    curl -o juno_mainnet_166353. tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353 .tar
114114   ``` 
115115
1161162 .  ** Prepare Directory** 
@@ -126,7 +126,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
126126   Extract the contents of the ` .tar `  file:
127127
128128   ``` bash 
129-    tar -xvf juno_mainnet_v0.5.0_136902 .tar -C $HOME /snapshots
129+    tar -xvf juno_mainnet_166353 .tar -C $HOME /snapshots
130130   ``` 
131131
1321324 .  ** Run Juno** 
@@ -175,6 +175,10 @@ After following these steps, Juno should be up and running on your machine, util
175175  -  ` starknet_addDeployAccountTransaction ` 
176176  -  ` starkent_estimateMessageFee ` 
177177  -  ` starknet_pendingTransactions ` 
178+   -  ` starknet_traceTransaction ` 
179+   -  ` starknet_traceBlockTransactions ` 
180+   -  ` starknet_simulateTransactions ` 
181+   
178182-  Juno's JSON-RPC:
179183  -  ` juno_version ` 
180184  -  ` juno_getTransactionStatus ` 
0 commit comments