Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Draft
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
9 changes: 9 additions & 0 deletions config/base-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"network": "base",
"AaveOracleAddress": "0xFDd4e83890BCcd1fbF9b10d71a5cc0a738753b01",
"AaveOracleStartBlock": 3318596,
"PoolAddressesProviderRegistryAddress": "0x90C5055530C0465AbB077FA016a3699A3F53Ef99",
"PoolAddressesProviderRegistryStartBlock": 3318508,
"RewardsControllerAddress": "0x91Ac2FfF8CBeF5859eAA6DdA661feBd533cD3780",
"RewardsControllerStartBlock": 3789111
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this block number from? Should it be 3318629?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From each contract's deployment block number. I believe Ethereum deployment block numbers matched those, can take another look

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the RewardsController was deployed at block 3318629. Could you double check?

}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"deploy:hosted:optimism-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=optimism env-cmd npm run prepare:subgraph && SLUG=aave/protocol-v3-optimism env-cmd npm run subgraph:deploy:hosted",
"deploy:hosted:optimism-goerli": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=optimism-goerli env-cmd npm run prepare:subgraph && SLUG=aave/protocol-v3-optimism-goerli env-cmd npm run subgraph:deploy:hosted",
"deploy:hosted:harmony-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=harmony env-cmd npm run prepare:subgraph && SLUG=aave/protocol-v3-harmony env-cmd npm run subgraph:deploy:hosted",
"deploy:hosted:base-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=base env-cmd npm run prepare:subgraph && SLUG=seamless-protocol/seamless-base env-cmd npm run subgraph:deploy:hosted",
"deploy:hosted:v2": "npm run deploy:hosted:mainnet && npm run deploy:hosted:polygon-v2 && npm run deploy:hosted:avalanche-v2",
"deploy:hosted:v2-testnet": "npm run deploy:hosted:goerli-v2 && npm run deploy:hosted:mumbai-v2 && npm run deploy:hosted:fuji-v2",
"deploy:hosted:v3": "npm run deploy:hosted:avalanche-v3 && npm run deploy:hosted:polygon-v3 && npm run deploy:hosted:optimism-v3 && npm run deploy:hosted:fantom-v3 && npm run deploy:hosted:arbitrum-v3 && npm run deploy:hosted:harmony-v3 && npm run deploy:hosted:mainnet-v3",
Expand Down Expand Up @@ -75,4 +76,4 @@
"engines": {
"node": "16"
}
}
}