File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arbitrum/nitro-contracts" ,
3
- "version" : " 3.0.1-beta.0 " ,
3
+ "version" : " 3.0.1" ,
4
4
"description" : " Layer 2 precompiles and rollup for Arbitrum Nitro" ,
5
5
"author" : " Offchain Labs, Inc." ,
6
6
"license" : " BUSL-1.1" ,
68
68
},
69
69
"private" : false ,
70
70
"devDependencies" : {
71
- "@arbitrum/sdk" : " ^3.7.2 " ,
71
+ "@arbitrum/sdk" : " ^3.7.3 " ,
72
72
"@ethersproject/providers" : " ^5.8.0" ,
73
73
"@nomicfoundation/hardhat-chai-matchers" : " ^1.0.6" ,
74
74
"@nomicfoundation/hardhat-verify" : " ^2.0.13" ,
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ async function _getDevRollupConfig(
326
326
loserStakeEscrow : ownerAddress ,
327
327
chainId : JSON . parse ( chainConfig ) [ 'chainId' ] ,
328
328
chainConfig : chainConfig ,
329
- minimumAssertionPeriod : 1 , // was 75
329
+ minimumAssertionPeriod : 1 , // was 5
330
330
validatorAfkBlocks : 201600 ,
331
331
genesisAssertionState : genesisAssertionState ,
332
332
genesisInboxCount : 0 ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @arbitrum/sdk@^3.7.2 " :
6
- version "3.7.2 "
7
- resolved "https://registry.yarnpkg.com/@arbitrum/sdk/-/sdk-3.7.2 .tgz#748b81dd0e365dcd3808e7b2d6ea2ac733964b5e "
8
- integrity sha512-oW2sg/a2MUc8HfvVFkasl6TY539xJ8HBjVnVEC9v31Sxnz+5Kpqpauct7zFTE4HepXUy5S7GPX8K9lq52du+Fw ==
5
+ " @arbitrum/sdk@^3.7.3 " :
6
+ version "3.7.3 "
7
+ resolved "https://registry.yarnpkg.com/@arbitrum/sdk/-/sdk-3.7.3 .tgz#329f07bd1006c36abc138979406a5dc465a5370d "
8
+ integrity sha512-7nyPm7032+RyjfIFpJf7EKN6EQTtjEzGGemz6NgFzEFLmKj1q+QMRVj9yYKVjIM2lPMKh7Qv+DX6emsxy/5FdQ ==
9
9
dependencies :
10
10
" @ethersproject/address" " ^5.0.8"
11
11
" @ethersproject/bignumber" " ^5.1.1"
You can’t perform that action at this time.
0 commit comments