Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Sep 1, 2023
1 parent 5642c33 commit 57f966f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starknet/test/l1-execution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ describe('L1 Avatar Execution', function () {

before(async function () {
console.log('Getting block');
// const b = await starknet.getBlock();
// console.log(b);
const b = await starknet.getBlock();
console.log(b);

const signers = await ethers.getSigners();
signer = signers[0];
Expand Down

0 comments on commit 57f966f

Please sign in to comment.