Skip to content

Commit

Permalink
Update abi.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 7, 2024
1 parent 30ab52f commit 1e2a7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/abi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ describe.concurrent(
expect(cacheSet).toBeCalledTimes(1)
})

test.skip('can set etherscan keys', async () => {
test('can set etherscan keys', async () => {
const etherscanApiKey = {
mainnet: '9D13ZE7XSBTJ94N9BNJ2MA33VMAY2YPIRB'
mainnet: process.env.MAINNET_ETHERSCAN_API_KEY
}

const etherscan = vi.spyOn(etherscanApiKey, 'mainnet', 'get')
Expand Down

0 comments on commit 1e2a7b0

Please sign in to comment.