File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const config = {
99 confirmPeriodBlocks : ethers . BigNumber . from ( '1' ) ,
1010 extraChallengeTimeBlocks : ethers . BigNumber . from ( '1' ) ,
1111 stakeToken : ethers . constants . AddressZero ,
12- baseStake : ethers . utils . parseEther ( '0.00001 ' ) ,
12+ baseStake : ethers . utils . parseEther ( '0.01 ' ) ,
1313 wasmModuleRoot :
1414 '0x184884e1eb9fefdc158f6c8ac912bb183bf3cf83f0090317e0bc4ac5860baa39' ,
1515 owner : 'OWNER_ADDRESS' ,
@@ -24,7 +24,7 @@ export const config = {
2424 delaySeconds : ethers . BigNumber . from ( '86400' ) ,
2525 futureSeconds : ethers . BigNumber . from ( '3600' ) ,
2626 } ,
27- espressoTEEVerifier : 'YOUR_DEPLOYED_ADDRESS ' ,
27+ espressoTEEVerifier : '0x8354db765810dF8F24f1477B06e91E5b17a408bF ' ,
2828 } ,
2929 validators : [
3030 'AN_OWNED_ADDRESS' ,
You can’t perform that action at this time.
0 commit comments