File tree Expand file tree Collapse file tree
packages/force-inclusion/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const {
3535} = require ( '@arbitrum/sdk/dist/lib/abi/factories/SequencerInbox__factory' ) ;
3636const { utils, providers, Wallet } = require ( 'ethers' ) ;
3737const { EthBridger, InboxTools, registerCustomArbitrumNetwork } = require ( '@arbitrum/sdk' ) ;
38- const { execSync } = require ( 'child_process' ) ;
38+ const { execSync, execFileSync } = require ( 'child_process' ) ;
3939const fs = require ( 'fs' ) ;
4040const path = require ( 'path' ) ;
4141require ( '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 ] ,
You can’t perform that action at this time.
0 commit comments