Skip to content

Commit d98cfa0

Browse files
Merge pull request #323 from BitGo/WIN-8074
fix: apiURL for morpheth mainnet
2 parents c36370d + a0e1473 commit d98cfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ const config: HardhatUserConfig = {
16651665
network: 'morphethMainnet',
16661666
chainId: CHAIN_IDS.MORPHETH,
16671667
urls: {
1668-
apiURL: 'https://explorer-api.morphl2.io/api/v2',
1668+
apiURL: 'https://explorer-api.morph.network/api?',
16691669
browserURL: 'https://explorer.morphl2.io/'
16701670
}
16711671
}

0 commit comments

Comments
 (0)