Skip to content

Commit

Permalink
Merge pull request #530 from balancer/dev
Browse files Browse the repository at this point in the history
promote dev to prod
  • Loading branch information
mendesfabio authored Nov 14, 2023
2 parents 8d3c8cc + 5894371 commit c77fa6d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
33 changes: 33 additions & 0 deletions manifest.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,39 @@ dataSources:
- event: PoolCreated(indexed address)
handler: handleNewComposableStablePoolV5
{{/if}}
{{#if ComposableStablePoolV5FactoryV2}}
- kind: ethereum/contract
name: ComposableStablePoolV5FactoryV2
network: {{network}}
source:
address: '{{ComposableStablePoolV5FactoryV2.address}}'
abi: ComposableStablePoolV2Factory
startBlock: {{ComposableStablePoolV5FactoryV2.startBlock}}
mapping:
kind: ethereum/events
apiVersion: 0.0.5
language: wasm/assemblyscript
file: ./src/mappings/poolFactory.ts
entities:
- Balancer
- Pool
abis:
- name: Vault
file: ./abis/Vault.json
- name: ERC20
file: ./abis/ERC20.json
- name: WeightedPool
file: ./abis/WeightedPool.json
- name: ComposableStablePoolV2Factory
file: ./abis/ComposableStablePoolV2Factory.json
- name: ComposableStablePool
file: ./abis/ComposableStablePool.json
- name: StablePool
file: ./abis/StablePool.json
eventHandlers:
- event: PoolCreated(indexed address)
handler: handleNewComposableStablePoolV5
{{/if}}
{{#if HighAmpComposableStablePoolFactory}}
- kind: ethereum/contract
name: HighAmpComposableStablePoolFactory
Expand Down
3 changes: 3 additions & 0 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,9 @@ polygon-zkevm:
ComposableStablePoolV5Factory:
address: "0x956CCab09898C0AF2aCa5e6C229c3aD4E93d9288"
startBlock: 2157318
ComposableStablePoolV5FactoryV2:
address: "0x577e5993B9Cc480F07F98B5Ebd055604bd9071C4"
startBlock: 7248126
AaveLinearPoolV5Factory:
address: "0x4b7b369989e613ff2C65768B7Cf930cC927F901E"
startBlock: 220075
Expand Down

0 comments on commit c77fa6d

Please sign in to comment.