Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graft mainnet and optimism #568

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions networks.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mainnet:
network: mainnet
graft:
# FXPoolDeployer startBlock
# block: 18469425
# CSP V6 startBlock
block: 19314764
# always make sure the base subgraph has not been pruned
# it should be possible to run time travel queries on it going back to the vault's startBlock
# base: QmeYeqQgZysfHv4U4PYs5VzLDsxYSe79auxnp2G9kudpvT
base: QmPHyJwnezdwnvvc8tsBshrsVi61JqacX6RMc8JBDZTmc9
EventEmitter:
address: "0x1ACfEEA57d2ac674d7E65964f155AB9348A6C290"
startBlock: 16419620
Expand Down Expand Up @@ -571,11 +571,11 @@ gnosis:
optimism:
network: optimism
graft:
# GyroEPoolFactory start block
# block: 97253023
# CSP V6 start block
block: 116694338
# always make sure the base subgraph has not been pruned
# it should be possible to run time travel queries on it going back to the vault's startBlock
# base: QmRJyWfTacLi1dCQTDh57Q5nrEcL8td944yTZugzJRfWXM
base: QmYG3Ga4ipdhGCPaudZKatGXTbteoMLdkjBsxCUKDV6dwq
Vault:
address: "0xBA12222222228d8Ba445958a75a0704d566BF2C8"
startBlock: 7003431
Expand Down
Loading