Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Nov 13, 2024
1 parent 9d8a918 commit d6351dc
Show file tree
Hide file tree
Showing 5 changed files with 7,927 additions and 5,537 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ schema:
dataSources:
- kind: ethereum/contract
name: Factory
network: mainnet
network: mitosis-badnet
source:
address: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f'
address: '0xDd6f5cb658D5108dCFFf45dE26276d9b7cAF968E'
abi: Factory
startBlock: 10000834
startBlock: 367170
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -34,7 +34,7 @@ dataSources:
templates:
- kind: ethereum/contract
name: Pair
network: mainnet
network: mitosis-badnet
source:
abi: Pair
mapping:
Expand Down
Loading

0 comments on commit d6351dc

Please sign in to comment.