Skip to content

Commit

Permalink
Move subgraph folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziovigevani committed Sep 16, 2020
1 parent 3b1e4d1 commit bf71703
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
src/toolkit
node_modules
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# dependencies
/node_modules
node_modules
/public/aragon-ui
package-lock.json

Expand Down
1 change: 1 addition & 0 deletions connector/subgraph/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
ConvictionVoting as ConvictionVotingContract,
ProposalAdded as ProposalAddedEvent
} from '../../generated/templates/ConvictionVoting/ConvictionVoting'
import { loadOrCreateConfig, loadTokenData } from './'
import { loadOrCreateConfig, loadTokenData } from '.'

////// Conviction config entity //////
function getConvictionConfigEntityId(appAddress: Address): string {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf71703

Please sign in to comment.