Skip to content

Commit

Permalink
update aurora api
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Nov 10, 2023
1 parent 9140e70 commit 5c8996b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/abi/fetcher/AbiFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const DEFAULTS: IAbiFetcherOptions = {
base: 'https://api.basescan.org/api'
},
networkToBlockscoutV4Graph: {
aurora: 'https://explorer.aurora.dev/graphiql'
},
networkToBlockscoutV5Api: {
aurora: 'https://explorer.aurora.dev/api',
fuse: 'https://explorer.fuse.io/api'
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/abi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe.concurrent('abi', () => {
})
})

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

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

0 comments on commit 5c8996b

Please sign in to comment.