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 c38ae95 commit 6c9aae4Copy full SHA for 6c9aae4
packages/sdk/src/deployments/network/deployment/contracts/load.ts
@@ -92,7 +92,7 @@ export interface GraphNetworkContracts extends ContractList<GraphNetworkContract
92
93
// This ensures that local artifacts are preferred over the ones that ship with the sdk in node_modules
94
export function getArtifactsPath() {
95
- return [path.resolve('build/contracts'), path.resolve('node_modules', '@graphprotocol/contracts/build/contracts')]
+ return [path.resolve('artifacts'), path.resolve('node_modules', '@graphprotocol/contracts/artifacts')]
96
}
97
export function loadGraphNetworkContracts(
98
addressBookPath: string,
0 commit comments