Skip to content

Commit

Permalink
updated secondary pool factory for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
kallolborah committed Apr 2, 2024
1 parent 93fbe17 commit 58fc0cb
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 @@ -787,8 +787,8 @@ sepolia:
address: "0xDA13BC71FEe08FfD523f10458B0e2c2D8427BBD5"
startBlock: 5492879
SecondaryIssuePoolFactory:
address: "0xe5459436AE26C4fDC77f51c459e9Aa08b5d32064"
startBlock: 5492881
address: "0x22a8Abd15b6Dd968EeC078725ACD0d5CD3f5199c"
startBlock: 5615708
MarginTradingPoolFactory:
address: "0xB1ae3Fc5B16d3736bf0db20606fB9a10b435392c"
startBlock: 5492908
Expand Down
4 changes: 2 additions & 2 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ dataSources:
name: SecondaryIssuePoolFactory
network: sepolia
source:
address: '0xe5459436AE26C4fDC77f51c459e9Aa08b5d32064'
address: '0x22a8Abd15b6Dd968EeC078725ACD0d5CD3f5199c'
abi: SecondaryIssuePoolFactory
startBlock: 5492881
startBlock: 5615708
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 58fc0cb

Please sign in to comment.