Skip to content

Commit ef384ed

Browse files
committed
scaffold: Update graph-ts version to 0.19.0
1 parent 106d5b8 commit ef384ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scaffold.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const generatePackageJson = ({ subgraphName }) =>
4242
},
4343
dependencies: {
4444
'@graphprotocol/graph-cli': `${module.exports.version}`,
45-
'@graphprotocol/graph-ts': `0.18.0`,
45+
'@graphprotocol/graph-ts': `0.19.0`,
4646
},
4747
}),
4848
{ parser: 'json' },
@@ -290,7 +290,7 @@ const generateMapping = ({ abi, indexEvents, contractName }) => {
290290
}
291291

292292
const generateScaffold = async (
293-
{ abi, address, network, subgraphName, indexEvents, contractName='Contract' },
293+
{ abi, address, network, subgraphName, indexEvents, contractName = 'Contract' },
294294
spinner,
295295
) => {
296296
step(spinner, 'Generate subgraph from ABI')

0 commit comments

Comments
 (0)