Skip to content
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The Aave Protocol subgraphs index data from the protocol smart contracts, and ex
- [Ink V3](https://thegraph.com/explorer/subgraphs/6AY9ccNwMwd3G27zp9vUKWCi9ugvNS6gkh5EEBY2xnPC)
- [MegaETH V3](https://thegraph.com/explorer/subgraphs/DnfLSdosqrcZ8pb8G2rL954SdRB8Pk4jjkgjtfwfx7cY)
- [X Layer V3](https://thegraph.com/explorer/subgraphs/3sfF6x49emXFzMov1q7AvRVCkVZpSTZxuKeLDXZY53sE)
- [Monad V3](https://thegraph.com/explorer/subgraphs/H36q2dDvJHQP1A2ayzL1XpjoB5aKuMZcB8iLa7nR3X3D)

### Test networks

Expand Down
9 changes: 9 additions & 0 deletions config/monad-v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"network": "monad",
"AaveOracleAddress": "0x0c02b2c2038066C10Eab8fe1D5Cdb73d5a78A1Bf",
"AaveOracleStartBlock": 81909749,
"PoolAddressesProviderRegistryAddress": "0xa7790F5EDE1f1A57e7122e869eF6095c07C7E01d",
"PoolAddressesProviderRegistryStartBlock": 81909735,
"RewardsControllerAddress": "0x6f275486dC3EF07691B846E500556774B2D98F59",
"RewardsControllerStartBlock": 81909758
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"deploy:hosted:ink-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=ink env-cmd npm run prepare:subgraph && SLUG=protocol-v-3-ink env-cmd npm run subgraph:deploy",
"deploy:hosted:megaeth-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=megaeth env-cmd npm run prepare:subgraph && SLUG=protocol-v-3-mega-eth env-cmd npm run subgraph:deploy",
"deploy:hosted:xlayer-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=xlayer env-cmd npm run prepare:subgraph && SLUG=protocol-v-3-x-layer env-cmd npm run subgraph:deploy",
"deploy:hosted:monad-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=monad env-cmd npm run prepare:subgraph && SLUG=protocol-v-3-monad env-cmd npm run subgraph:deploy",
"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 && npm run deploy:hosted:gnosis-v3 && npm run deploy:hosted:bnb-v3 && npm run deploy:hosted:scroll-v3",
Expand Down
Loading