Skip to content

Commit

Permalink
skip fuse abi test
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Oct 25, 2023
1 parent 1e3c9e8 commit d5113c4
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 @@ -124,13 +124,13 @@ describe.concurrent('abi', () => {
})
})

test('can fetch abi using blockscout - aurora', async () => {
test('can fetch abi using blockscout v4 - aurora', async () => {
const abi = await defaultAbiFetcher.get('0x4988a896b1227218e4A686fdE5EabdcAbd91571f', 'aurora', 'implementationOnly')

expect(abi.length).to.be.greaterThan(0)
})

test('can fetch abi using blockscout - fuse', async () => {
test.skip('can fetch abi using blockscout - fuse', async () => {
const abi = await defaultAbiFetcher.get('0xeEeEEb57642040bE42185f49C52F7E9B38f8eeeE', 'fuse', 'implementationOnly')

expect(abi.length).to.be.greaterThan(0)
Expand Down

0 comments on commit d5113c4

Please sign in to comment.