tornado-subgraph/mustache/templates/base/index.js

15 lines
318 B
JavaScript
Raw Normal View History

2021-06-08 19:08:11 +03:00
module.exports = {
yaml: [
{
specVersion: '0.0.2',
repository: 'https://github.com/Synthetixio/synthetix-subgraph',
dataSourceKind: 'ethereum/contract',
mapping: {
kind: 'ethereum/events',
version: '0.0.4',
language: 'wasm/assemblyscript',
},
},
],
};