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

add event emitter to optimism #574

Merged
merged 1 commit into from
Mar 19, 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
9 changes: 6 additions & 3 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,14 @@ gnosis:
optimism:
network: optimism
graft:
# CSP V6 start block
block: 116694338
# Mar-18-2024 09:52:57 PM +UTC
block: 117600000
# 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: QmYG3Ga4ipdhGCPaudZKatGXTbteoMLdkjBsxCUKDV6dwq
base: QmYF2scyywkphqPgue1M4Q6kgwsMtETnhmJXq44SCguqe3
EventEmitter:
address: "0x082990116f256E078572a1b69772115d2cF6b0a2"
startBlock: 99124541
Vault:
address: "0xBA12222222228d8Ba445958a75a0704d566BF2C8"
startBlock: 7003431
Expand Down
Loading