15 lines
316 B
JavaScript
15 lines
316 B
JavaScript
module.exports = {
|
|
yaml: [
|
|
{
|
|
specVersion: '0.0.2',
|
|
repository: 'https://github.com/tornadocash/tornado-subgraph',
|
|
dataSourceKind: 'ethereum/contract',
|
|
mapping: {
|
|
kind: 'ethereum/events',
|
|
version: '0.0.4',
|
|
language: 'wasm/assemblyscript',
|
|
},
|
|
},
|
|
],
|
|
};
|