We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v3.4.0
1 parent 4d11887 commit e5ed520Copy full SHA for e5ed520
website/src/resources/globalVars.js
@@ -14,7 +14,7 @@ const sepoliaForceIncludePeriodBlocks = 5760;
14
15
const globalVars = {
16
// Node docker images
17
- latestNitroNodeImage: 'offchainlabs/nitro-node:v3.3.2-9d70997',
+ latestNitroNodeImage: 'offchainlabs/nitro-node:v3.4.0-d896e9c',
18
latestClassicNodeImage: 'offchainlabs/arb-node:v1.4.5-e97c1a4',
19
20
// Node snapshots (taken around April 20th, 2013)
@@ -31,7 +31,7 @@ const globalVars = {
31
32
// Nitro Github references
33
nitroRepositorySlug: 'nitro',
34
- nitroVersionTag: 'v3.3.2',
+ nitroVersionTag: 'v3.4.0',
35
nitroPathToPrecompiles: 'precompiles',
36
37
nitroContractsRepositorySlug: 'nitro-contracts',
0 commit comments