Skip to content

Commit afc9086

Browse files
committed
bump nitro-node image to v3.10.0-b1cf6db
Verified end-to-end via yarn test:withNode: fullnode synced and child-chain balance reflects the force-included deposit.
1 parent ff89c1b commit afc9086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/force-inclusion/scripts/force-inclusion-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const {
3535
} = require('@arbitrum/sdk/dist/lib/abi/factories/SequencerInbox__factory');
3636
const { utils, providers, Wallet } = require('ethers');
3737
const { EthBridger, InboxTools, registerCustomArbitrumNetwork } = require('@arbitrum/sdk');
38-
const { execSync } = require('child_process');
38+
const { execSync, execFileSync } = require('child_process');
3939
const fs = require('fs');
4040
const path = require('path');
4141
require('dotenv').config();
@@ -337,7 +337,7 @@ async function verifyOnFullnode(nodeConfigPath) {
337337
`${nodeConfigPath}:/config/nodeConfig.json`,
338338
'-p',
339339
'8449:8449',
340-
'offchainlabs/nitro-node:v3.9.5-66e42c4',
340+
'offchainlabs/nitro-node:v3.10.0-b1cf6db',
341341
'--conf.file',
342342
'/config/nodeConfig.json',
343343
],

0 commit comments

Comments
 (0)