diff --git a/Implementations/Subgraph/daostar/build/subgraph.yaml b/Implementations/Subgraph/daostar/build/subgraph.yaml index f91830cb..2c4d0d2a 100644 --- a/Implementations/Subgraph/daostar/build/subgraph.yaml +++ b/Implementations/Subgraph/daostar/build/subgraph.yaml @@ -6,7 +6,7 @@ features: templates: - name: EIP4824Registration kind: ethereum/contract - network: gnosis + network: chapel source: abi: EIP4824Registration mapping: @@ -25,11 +25,11 @@ templates: dataSources: - kind: ethereum name: EIP4824Index - network: gnosis + network: chapel source: abi: EIP4824Index - address: "0x8180cbfBFFe59F54BF3Ea5d7DdbaE1232e2bB298" - startBlock: 27702194 + address: "0x18CbB356cd64193b1a0CA49911fc72CB3D02a5E4" + startBlock: 32947350 mapping: kind: ethereum/events apiVersion: 0.0.6 diff --git a/Implementations/Subgraph/daostar/networks.json b/Implementations/Subgraph/daostar/networks.json index f673da9d..49a1798c 100644 --- a/Implementations/Subgraph/daostar/networks.json +++ b/Implementations/Subgraph/daostar/networks.json @@ -22,5 +22,17 @@ "address": "0x4f2c9028fE7107d9f1A8a9CFf34aa2d3F28600fa", "startBlock": 17874753 } + }, + "arbitrum-goerli": { + "EIP4824Index": { + "address": "0x18CbB356cd64193b1a0CA49911fc72CB3D02a5E4", + "startBlock": 38043712 + } + }, + "chapel": { + "EIP4824Index": { + "address": "0x18CbB356cd64193b1a0CA49911fc72CB3D02a5E4", + "startBlock": 32947350 + } } } diff --git a/Implementations/Subgraph/daostar/package.json b/Implementations/Subgraph/daostar/package.json index d9341a58..d932133a 100644 --- a/Implementations/Subgraph/daostar/package.json +++ b/Implementations/Subgraph/daostar/package.json @@ -6,12 +6,16 @@ "build:goerli": "graph codegen && graph build --network goerli", "build:gnosis": "graph codegen && graph build --network gnosis", "build:optimism-goerli": "graph codegen && graph build --network optimism-goerli", + "build:arbitrum-goerli": "graph codegen && graph build --network arbitrum-goerli", + "build:bnb-bruno": "graph codegen && graph build --network chapel", "codegen": "graph codegen", "build": "graph build", "deploy:mainnet": "graph deploy --node https://api.thegraph.com/deploy/ ipatka/daostar", "deploy:goerli": "graph deploy --node https://api.thegraph.com/deploy/ ipatka/daostar-goerli", "deploy:optimism-goerli": "graph deploy --node https://api.thegraph.com/deploy/ rashmi-278/daostar-optimism-goerli", "deploy:gnosis": "graph deploy --node https://api.thegraph.com/deploy/ rashmi-278/daostar-gnosis", + "deploy:arbitrum-goerli": "graph deploy --node https://api.thegraph.com/deploy/ crazyyuan/daostar-arbitrum-goerli", + "deploy:bnb-bruno": "graph deploy --node https://api.thegraph.com/deploy/ crazyyuan/daostar-bnb-bruno", "deploy:all": "yarn build:optimism-goerli && yarn deploy:optimism-goerli && yarn build:goerli && yarn deploy:goerli && yarn build:mainnet && yarn deploy:mainnet && yarn build:gnosis && yarn deploy:gnosis", "create-local": "graph create --node http://localhost:8020/ ipatka/daostar", "remove-local": "graph remove --node http://localhost:8020/ ipatka/daostar", diff --git a/Implementations/Subgraph/daostar/subgraph.yaml b/Implementations/Subgraph/daostar/subgraph.yaml index 1c7ce8f7..e475df99 100644 --- a/Implementations/Subgraph/daostar/subgraph.yaml +++ b/Implementations/Subgraph/daostar/subgraph.yaml @@ -6,7 +6,7 @@ features: templates: - name: EIP4824Registration kind: ethereum/contract - network: gnosis + network: chapel source: abi: EIP4824Registration mapping: @@ -25,11 +25,11 @@ templates: dataSources: - kind: ethereum name: EIP4824Index - network: gnosis + network: chapel source: abi: EIP4824Index - address: "0x8180cbfBFFe59F54BF3Ea5d7DdbaE1232e2bB298" - startBlock: 27702194 + address: "0x18CbB356cd64193b1a0CA49911fc72CB3D02a5E4" + startBlock: 32947350 mapping: kind: ethereum/events apiVersion: 0.0.6