Skip to content

Commit 83e3e3b

Browse files
offline-replay: update agave to 2.3.6
1 parent adb1818 commit 83e3e3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contrib/offline-replay/offline_replay_network_parameters.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ case $network in
1818
export BACKTEST_FUNK_PAGES=900
1919
export INDEX_MAX=1000000000
2020
export PAGES=250
21-
export AGAVE_TAG=v2.2.16
22-
export FD_CLUSTER_VERSION=2.2.16
21+
export AGAVE_TAG=v2.3.6
22+
export FD_CLUSTER_VERSION=2.3.6
2323
;;
2424
"testnet")
2525
export BUCKET_ENDPOINT="gs://testnet-ledger-us-sv15"
@@ -29,8 +29,8 @@ case $network in
2929
export BACKTEST_FUNK_PAGES=200
3030
export INDEX_MAX=200000000
3131
export PAGES=250
32-
export AGAVE_TAG=v2.3.0
33-
export FD_CLUSTER_VERSION=2.3.0
32+
export AGAVE_TAG=v2.3.6
33+
export FD_CLUSTER_VERSION=2.3.6
3434
;;
3535
"devnet")
3636
export BUCKET_ENDPOINT="gs://solana-devnet-ledger-us-ny5"
@@ -40,8 +40,8 @@ case $network in
4040
export BACKTEST_FUNK_PAGES=500
4141
export INDEX_MAX=200000000
4242
export PAGES=250
43-
export AGAVE_TAG=v2.2.16
44-
export FD_CLUSTER_VERSION=2.2.16
43+
export AGAVE_TAG=v2.3.6
44+
export FD_CLUSTER_VERSION=2.3.6
4545
;;
4646
*)
4747
echo "Unknown network: $network"

0 commit comments

Comments
 (0)