Skip to content

Commit

Permalink
tests sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
skuhlmann committed Jan 17, 2024
1 parent f3f3dae commit d8fcb14
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/moloch-v3-subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ To generate subgraph code, run the following command:
`nx run moloch-v3-subgraph:graph-deploy --name=hausdao/daohaus-v3-arbitrum --network=arbitrum-one`
`nx run moloch-v3-subgraph:graph-deploy --name=hausdao/daohaus-v3-polygon --network=matic`
`nx run moloch-v3-subgraph:graph-deploy --name=hausdao/daohaus-v3-sepolia --network=sepolia`
`nx run moloch-v3-subgraph:graph-deploy --name=hausdao/daohaus-v3-base --network=base`

### mainnet and gnosis chain deployment to studio

Expand All @@ -47,6 +46,7 @@ To generate subgraph code, run the following command:
todo: get this nx command running with a version:
`nx run moloch-v3-subgraph:graph-deploy-studio --name=daohaus-v3 --network=mainnet`
`nx run moloch-v3-subgraph:graph-deploy-studio --name=daohaus-v3-gnosis --network=gnosis`
`nx run moloch-v3-subgraph:graph-deploy-studio --name=daohaus-v3-base --network=base`

_These require installing the graph cli locally and auth tokens for deployment to the hosted service or studio subgraphs_
`npm install -g @graphprotocol/graph-cli`
Expand Down
2 changes: 1 addition & 1 deletion apps/moloch-v3-subgraph/manifests/header.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specVersion: 0.0.2
specVersion: 0.0.5
description: DAOHaus V3 Subgraph
repository: https://github.com/hausdao/daohaus-v3-subgraph-sandbox
schema:
Expand Down
44 changes: 22 additions & 22 deletions apps/moloch-v3-subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
specVersion: 0.0.4
specVersion: 0.0.5
description: DAOHaus V3 Subgraph
repository: https://github.com/hausdao/daohaus-v3-subgraph-sandbox
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum/contract
name: BaalSummonerV2
network: sepolia
network: base
source:
address: '0xB2B3909661552942AE1115E9Fc99dF0BC93d71d0'
address: '0x22e0382194AC1e9929E023bBC2fD2BA6b778E098'
abi: BaalSummonerV2
startBlock: 4816767
startBlock: 7428979
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Dao
Expand All @@ -32,14 +32,14 @@ dataSources:
file: ./src/baal-summoner-mapping.ts
- kind: ethereum/contract
name: VaultSummoner
network: sepolia
network: base
source:
address: '0x763f5c2E59f997A6cC48Bf1228aBf61325244702'
address: '0x2eF2fC8a18A914818169eFa183db480d31a90c5D'
abi: VaultSummoner
startBlock: 4816767
startBlock: 7428979
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Dao
Expand All @@ -54,14 +54,14 @@ dataSources:
file: ./src/vault-summoner-mapping.ts
- kind: ethereum/contract
name: Poster
network: sepolia
network: base
source:
address: '0x000000000000cd17345801aa8147b8d3950260ff'
abi: Poster
startBlock: 4816767
startBlock: 7428979
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Post
Expand All @@ -75,14 +75,14 @@ dataSources:
file: ./src/poster-mapping.ts
- kind: ethereum/contract
name: TributeMinion
network: sepolia
network: base
source:
address: '0xdb4D89F2199b9Cf451B7Ff4bdC94b1c96De4bdD0'
address: '0x00768B047f73D88b6e9c14bcA97221d6E179d468'
abi: TributeMinion
startBlock: 4816767
startBlock: 7428979
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Proposal
Expand All @@ -100,12 +100,12 @@ dataSources:
templates:
- kind: ethereum/contract
name: BaalTemplate
network: sepolia
network: base
source:
abi: Baal
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
file: ./src/baal-mapping.ts
entities:
Expand Down Expand Up @@ -149,12 +149,12 @@ templates:
handler: handleLockManager
- kind: ethereum/contract
name: SharesTemplate
network: sepolia
network: base
source:
abi: Shares
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
file: ./src/token-mapping.ts
entities:
Expand All @@ -172,12 +172,12 @@ templates:
handler: handleSharesTransfer
- kind: ethereum/contract
name: LootTemplate
network: sepolia
network: base
source:
abi: Loot
mapping:
kind: ethereum/events
apiVersion: 0.0.6
apiVersion: 0.0.5
language: wasm/assemblyscript
file: ./src/token-mapping.ts
entities:
Expand Down
2 changes: 1 addition & 1 deletion libs/keychain-utils/src/contractKeychains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const CONTRACT_KEYCHAINS: Record<string, Keychain> = {
V3_FACTORY_ADV_TOKEN: {
'0x1': '0x8a4A9E36106Ee290811B89e06e2faFE913507965',
'0x5': '0xb0c5c96c3d21c1d58B98a5366dF0Af7AfcD94F95',
'0xaa36a7': '0xB2B3909661552942AE1115E9Fc99dF0BC93d71d0',
'0xaa36a7': '0xD69e5B8F6FA0E5d94B93848700655A78DF24e387',
'0x64': '0x8a4A9E36106Ee290811B89e06e2faFE913507965',
'0x89': '0x8a4A9E36106Ee290811B89e06e2faFE913507965',
'0xa': '0x84561C97156a128662B62952890469214FDC87bf',
Expand Down

0 comments on commit d8fcb14

Please sign in to comment.