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 arbitrum at fx pool block #565

Merged
merged 1 commit into from
Feb 23, 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
6 changes: 3 additions & 3 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ polygon:
arbitrum:
network: arbitrum-one
graft:
# Feb-23-2024 12:41:58 AM +UTC
block: 183500000
# FXPoolDeployer start block
block: 183603903
# 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: QmWypFxeYArf6bEJzEdkRhUeL7sMN9Pc4SZaJmP4PnxUTr
Expand Down Expand Up @@ -461,7 +461,7 @@ arbitrum:
startBlock: 124858976
FXPoolDeployer:
address: "0x0bd5EC16658346eeCd5dE8c704a38Efe02B5DA69"
startBlock: 183603904
startBlock: 183603903
bnb:
network: bsc
Vault:
Expand Down
Loading