Skip to content

Commit 58fdab6

Browse files
authored
Remove light client (#43)
1 parent ec281ca commit 58fdab6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/deployment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ async function main() {
3535
const contracts = await deployAllContracts(
3636
signer,
3737
ethers.BigNumber.from(maxDataSize),
38-
true,
39-
espressoLightClientAddress
38+
true
4039
)
4140

4241
const contractAddresses = {

0 commit comments

Comments
 (0)