Skip to content

Commit

Permalink
updated margin pool
Browse files Browse the repository at this point in the history
  • Loading branch information
kallolborah committed Dec 7, 2023
1 parent 88cdeac commit 798b6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ goerli:
address: "0xCFE47c774245Ef9EE6Ed0d7C58219fFd7BB60852"
startBlock: 8853132
MarginTradingPoolFactory:
address: "0x435f26ca4EF4709C4BB46a53424DAA2cD4D0e899"
startBlock: 9982813
address: "0x84766CE538613bb5f3a6E6bCe0Ed1dB650545208"
startBlock: 10173430
# StablePoolFactory:
# address: "0x44afeb87c871D8fEA9398a026DeA2BD3A13F5769"
# startBlock: 6992992
Expand Down
4 changes: 2 additions & 2 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ dataSources:
name: MarginTradingPoolFactory
network: goerli
source:
address: '0x435f26ca4EF4709C4BB46a53424DAA2cD4D0e899'
address: '0x84766CE538613bb5f3a6E6bCe0Ed1dB650545208'
abi: MarginTradingPoolFactory
startBlock: 9982813
startBlock: 10173430
mapping:
kind: ethereum/events
apiVersion: 0.0.5
Expand Down

0 comments on commit 798b6b1

Please sign in to comment.