On mainnet, database snapshot restoration takes from 1 to 5 minutes.
As the blockchain grows over time, snapshot restoration takes longer.
Using Monad Foundation provider:MF_BUCKET=https://bucket.monadinfra.com
curl -sSL $MF_BUCKET/scripts/mainnet/restore-from-snapshot.sh | bash
Using Category Labs provider:CL_BUCKET=https://pub-b0d0d7272c994851b4c8af22a766f571.r2.dev
curl -sSL $CL_BUCKET/scripts/mainnet/restore_from_snapshot.sh | bash
On testnet, database snapshot restoration takes under 5 minutes.
As the blockchain grows over time, snapshot restoration takes longer.
Using Monad Foundation provider:MF_BUCKET=https://bucket.monadinfra.com
curl -sSL $MF_BUCKET/scripts/testnet/restore-from-snapshot.sh | bash
Using Category Labs provider:CL_BUCKET=https://pub-b0d0d7272c994851b4c8af22a766f571.r2.dev
curl -sSL $CL_BUCKET/scripts/testnet/restore_from_snapshot.sh | bash