Skip to content

Commit b466437

Browse files
committed
update TEE verifier address and baseStake
1 parent 8f79195 commit b466437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config.template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)