The Graph Connector for Aragon Connect
Usage
const myorg = await connect('myorg', {
connector: new ConnectorTheGraph({
daoSubgraphUrl: 'http://…',
appSubgraphUrl: repoId => {
return 'http://…'
},
}),
})
This package has been deprecated
Author message:
@aragon/connect-thegraph-voting has been renamed @aragon/connect-voting, please use this instead. This is the last version published on @aragon/connect-thegraph-voting.
const myorg = await connect('myorg', {
connector: new ConnectorTheGraph({
daoSubgraphUrl: 'http://…',
appSubgraphUrl: repoId => {
return 'http://…'
},
}),
})
npm i @aragon/connect-thegraph-voting
7
0.4.2
LGPL-3.0-or-later
22.7 kB
42