Skip to content

Commit 4d63b25

Browse files
committed
fix: etherscan like url for fuse
1 parent b9e7604 commit 4d63b25

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

.changeset/tidy-camels-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix etherscan like url for fuse

packages/cli/src/command-helpers/abi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ const getEtherscanLikeAPIUrl = (network: string) => {
245245
return `https://explorer.mode.network/api`;
246246
case 'mode-sepolia':
247247
return `https://sepolia.explorer.mode.network/api`;
248+
case 'fuse':
249+
return 'https://explorer.fuse.io/api';
248250
default:
249251
return `https://api-${network}.etherscan.io/api`;
250252
}

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)