Skip to content

Commit 8288665

Browse files
committed
feat: soneium market
1 parent ba44c76 commit 8288665

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The Aave Protocol subgraphs index data from the protocol smart contracts, and ex
3434
- [Linea V3](https://thegraph.com/explorer/subgraphs/Gz2kjnmRV1fQj3R8cssoZa5y9VTanhrDo4Mh7nWW1wHa)
3535
- [Sonic V3](https://thegraph.com/explorer/subgraphs/FQcacc4ZJaQVS9euWb76nvpSq2GxavBnUM6DU6tmspbi)
3636
- [Celo V3](https://thegraph.com/explorer/subgraphs/GAVWZzGwQ6d6QbFojyFWxpZ2GB9Rf5hZgGyJHCEry8kn)
37+
- [Soneium V3](https://thegraph.com/explorer/subgraphs/TODO)
3738

3839
### Test networks
3940

config/soneium-v3.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"network": "soneium",
3+
"AaveOracleAddress": "0x20040a64612555042335926d72B4E5F667a67fA1",
4+
"AaveOracleStartBlock": 7004639,
5+
"PoolAddressesProviderRegistryAddress": "0x629A5a607aC4901252e4C48a0Fde156785598F5b",
6+
"PoolAddressesProviderRegistryStartBlock": 7004628,
7+
"RewardsControllerAddress": "0xE9Dfe1cbD5F10C56c1466F6AC88e1Fb304Be3780",
8+
"RewardsControllerStartBlock": 7004645
9+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"deploy:hosted:linea-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=linea env-cmd npm run prepare:subgraph && SLUG=protocol-v3-linea env-cmd npm run subgraph:deploy",
3333
"deploy:hosted:sonic-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=sonic env-cmd npm run prepare:subgraph && SLUG=protocol-v3-sonic-v2 env-cmd npm run subgraph:deploy",
3434
"deploy:hosted:celo-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=celo env-cmd npm run prepare:subgraph && SLUG=protocol-v3-celo env-cmd npm run subgraph:deploy",
35+
"deploy:hosted:soneium-v3": "VERSION=v3 BLOCKCHAIN=v3 NETWORK=soneium env-cmd npm run prepare:subgraph && SLUG=protocol-v-3-soneium env-cmd npm run subgraph:deploy",
3536
"deploy:hosted:v2": "npm run deploy:hosted:mainnet && npm run deploy:hosted:polygon-v2 && npm run deploy:hosted:avalanche-v2",
3637
"deploy:hosted:v2-testnet": "npm run deploy:hosted:goerli-v2 && npm run deploy:hosted:mumbai-v2 && npm run deploy:hosted:fuji-v2",
3738
"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",

templates/v3.subgraph.template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
specVersion: 0.0.4
1+
specVersion: 1.0.0
22
description: Protocol v3 subgraph
33
repository: https://github.com/aave/protocol-subgraphs
44
schema:
55
file: ./schema.graphql
6+
indexerHints:
7+
prune: never
68
dataSources:
79
# --------------------------------------
810
# ORACLES / PRICE PROVIDERS

0 commit comments

Comments
 (0)