Skip to content

Commit

Permalink
Merge pull request #484 from HausDAO/sk/new-sepolia-graph
Browse files Browse the repository at this point in the history
Sk/new sepolia graph
  • Loading branch information
skuhlmann authored Mar 29, 2024
2 parents 0113897 + d93172e commit b590e28
Show file tree
Hide file tree
Showing 4 changed files with 35,302 additions and 22 deletions.
42 changes: 21 additions & 21 deletions apps/moloch-v3-subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ schema:
dataSources:
- kind: ethereum/contract
name: BaalSummonerV2
network: base
network: sepolia
source:
address: '0x22e0382194AC1e9929E023bBC2fD2BA6b778E098'
address: '0xB2B3909661552942AE1115E9Fc99dF0BC93d71d0'
abi: BaalSummonerV2
startBlock: 7428979
startBlock: 4816767
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Dao
Expand All @@ -32,14 +32,14 @@ dataSources:
file: ./src/baal-summoner-mapping.ts
- kind: ethereum/contract
name: VaultSummoner
network: base
network: sepolia
source:
address: '0x2eF2fC8a18A914818169eFa183db480d31a90c5D'
address: '0x763f5c2E59f997A6cC48Bf1228aBf61325244702'
abi: VaultSummoner
startBlock: 7428979
startBlock: 4816767
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Dao
Expand All @@ -54,14 +54,14 @@ dataSources:
file: ./src/vault-summoner-mapping.ts
- kind: ethereum/contract
name: Poster
network: base
network: sepolia
source:
address: '0x000000000000cd17345801aa8147b8d3950260ff'
abi: Poster
startBlock: 7428979
startBlock: 4816767
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Post
Expand All @@ -75,14 +75,14 @@ dataSources:
file: ./src/poster-mapping.ts
- kind: ethereum/contract
name: TributeMinion
network: base
network: sepolia
source:
address: '0x00768B047f73D88b6e9c14bcA97221d6E179d468'
address: '0xdb4D89F2199b9Cf451B7Ff4bdC94b1c96De4bdD0'
abi: TributeMinion
startBlock: 7428979
startBlock: 4816767
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Proposal
Expand All @@ -100,12 +100,12 @@ dataSources:
templates:
- kind: ethereum/contract
name: BaalTemplate
network: base
network: sepolia
source:
abi: Baal
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
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: base
network: sepolia
source:
abi: Shares
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
file: ./src/token-mapping.ts
entities:
Expand All @@ -172,12 +172,12 @@ templates:
handler: handleSharesTransfer
- kind: ethereum/contract
name: LootTemplate
network: base
network: sepolia
source:
abi: Loot
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
file: ./src/token-mapping.ts
entities:
Expand Down
2 changes: 1 addition & 1 deletion libs/keychain-utils/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const ENDPOINTS: KeychainList = {
'0xa4b1':
'https://api.thegraph.com/subgraphs/name/hausdao/daohaus-v3-arbitrum',
'0xaa36a7':
'https://api.thegraph.com/subgraphs/name/hausdao/daohaus-v3-sepolia',
'https://api.thegraph.com/subgraphs/name/hausdao/daohaus-v3-sepolia-2',
'0x2105':
'https://api.studio.thegraph.com/query/36740/daohaus-v3-base/version/latest',
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"cross-fetch": "^3.1.5",
"date-fns": "^2.29.3",
"deep-eql": "^4.1.1",
"dotenv": "^16.4.5",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.7.2",
"ethers-multisend": "^2.4.0",
Expand Down
Loading

0 comments on commit b590e28

Please sign in to comment.