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

promote to prod #558

Merged
merged 18 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
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: 12 additions & 0 deletions assets/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
"address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
"symbol": "WETH"
},
{
"address": "0xB26f0e66317846Bd5fE0cBAa1d269f0efEb05c96",
"symbol": "USDC-USDT-BPT"
},
{
"address": "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
"symbol": "sAVAX"
},
{
"address": "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
"symbol": "BTCb"
},
{
"address": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
"symbol": "wAVAX"
Expand Down
13 changes: 8 additions & 5 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,11 @@ polygon:
arbitrum:
network: arbitrum-one
graft:
# Dec-08-2023 02:04:07 PM +UTC
# block: 158100000
# 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: QmQ3C1UqrvqE6eDUcntbM4v2BqBhpJTbpcEoEjtjaTaoK5
# 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
EventEmitter:
address: "0x8f32D631093B5418d0546f77442c5fa66187E59D"
startBlock: 53475240
Expand Down Expand Up @@ -459,6 +459,9 @@ arbitrum:
GyroEV2PoolFactory:
address: "0xdCA5f1F0d7994A32BC511e7dbA0259946653Eaf6"
startBlock: 124858976
FXPoolDeployer:
address: "0x0bd5EC16658346eeCd5dE8c704a38Efe02B5DA69"
startBlock: 183603903
bnb:
network: bsc
Vault:
Expand Down
Loading