Skip to content

Commit 05c729f

Browse files
authored
Merge pull request #36 from balancer/fix-missing-abi
add missing vault extension abi
2 parents 4fe139a + a3ab256 commit 05c729f

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

subgraphs/v3-vault/subgraph.arbitrum-one.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.avalanche.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.base.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.gnosis.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.sepolia.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.sonic.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/subgraph.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ dataSources:
6868
abis:
6969
- name: ProtocolFeeController
7070
file: ./abis/ProtocolFeeController.json
71+
- name: VaultExtension
72+
file: ./abis/VaultExtension.json
7173
eventHandlers:
7274
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7375
handler: handleGlobalProtocolSwapFeePercentageChanged

subgraphs/v3-vault/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ dataSources:
6969
abis:
7070
- name: ProtocolFeeController
7171
file: ./abis/ProtocolFeeController.json
72+
- name: VaultExtension
73+
file: ./abis/VaultExtension.json
7274
eventHandlers:
7375
- event: GlobalProtocolSwapFeePercentageChanged(uint256)
7476
handler: handleGlobalProtocolSwapFeePercentageChanged

0 commit comments

Comments
 (0)