Skip to content

Commit bdd8c4f

Browse files
authored
Apply suggestions from code review
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
1 parent a3cd730 commit bdd8c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/c2d/compute_engine_docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class C2DEngineDocker extends C2DEngine {
232232
],
233233
access: {
234234
addresses: [],
235-
accessLists: [{ '8453': ['0xcb7Db55Ca9Aa9C3b25F5Bc266da63317fa02086a'] }]
235+
accessLists: [{ '8453': [getAddress('0xcb7Db55Ca9Aa9C3b25F5Bc266da63317fa02086a')] }]
236236
},
237237
fees: benchmarkFees
238238
}

0 commit comments

Comments
 (0)