Skip to content

Commit

Permalink
fix networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 5, 2024
1 parent 7827bfe commit c4bca7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subgraphs/v3-vault/subgraph.gnosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema:
dataSources:
- kind: ethereum
name: Vault
network: sepolia
network: gnosis
source:
abi: Vault
address: "0xbA1333333333a1BA1108E8412f11850A5C319bA9"
Expand Down Expand Up @@ -48,7 +48,7 @@ dataSources:
templates:
- kind: ethereum/contract
name: BPT
network: sepolia
network: gnosis
source:
abi: BPT
mapping:
Expand Down
4 changes: 2 additions & 2 deletions subgraphs/v3-vault/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema:
dataSources:
- kind: ethereum
name: Vault
network: sepolia
network: mainnet
source:
abi: Vault
address: "0xbA1333333333a1BA1108E8412f11850A5C319bA9"
Expand Down Expand Up @@ -48,7 +48,7 @@ dataSources:
templates:
- kind: ethereum/contract
name: BPT
network: sepolia
network: mainnet
source:
abi: BPT
mapping:
Expand Down

0 comments on commit c4bca7c

Please sign in to comment.