mirror of
https://github.com/tornadocash/tornado-subgraph.git
synced 2025-02-09 02:48:41 +01:00
15 lines
318 B
JavaScript
15 lines
318 B
JavaScript
|
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',
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
};
|