We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a24b9 commit 4cfef44Copy full SHA for 4cfef44
.changeset/kind-seals-occur.md
@@ -0,0 +1,5 @@
1
+---
2
+"@graphprotocol/graph-cli": patch
3
4
+
5
+fix: getcontractcreation support on neox etherscan api
packages/cli/src/command-helpers/abi.ts
@@ -313,9 +313,9 @@ const getEtherscanLikeAPIUrl = (network: string) => {
313
case 'iotex-testnet':
314
return 'https://testnet.index.iotexscan.io/api';
315
case 'neox':
316
- return 'https://xexplorer.neo.org/api';
+ return 'https://xexplorer.neo.org/api/ngd/api';
317
case 'neox-testnet':
318
- return 'https://xt4scan.ngd.network/api';
+ return 'https://xt4scan.ngd.network/api/ngd/api';
319
case 'arbitrum-nova':
320
return 'https://api-nova.arbiscan.io/api';
321
default:
0 commit comments