Skip to content

Commit a098bce

Browse files
committed
regenerate manifests
1 parent ed5881f commit a098bce

File tree

9 files changed

+393
-2
lines changed

9 files changed

+393
-2
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ dataSources:
7171
- event: PoolCreated(indexed address)
7272
handler: handleStablePoolCreated
7373
file: ./src/mappings/stable.ts
74+
- kind: ethereum
75+
name: Gyro2CLPPoolFactory
76+
network: arbitrum-one
77+
source:
78+
abi: BasePoolFactory
79+
address: "0x65A22Ec32c37835Ad5E77Eb6f7452Ac59E113a9F"
80+
startBlock: 322520182
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: Gyro2CLPPool
90+
file: ./abis/Gyro2CLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyro2PoolCreated
96+
file: ./src/mappings/gyro2.ts
7497
- kind: ethereum
7598
name: GyroECLPPoolFactory
7699
network: arbitrum-one

subgraphs/v3-pools/subgraph.avalanche.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,29 @@ dataSources:
4848
- event: PoolCreated(indexed address)
4949
handler: handleStablePoolCreated
5050
file: ./src/mappings/stable.ts
51+
- kind: ethereum
52+
name: Gyro2CLPPoolFactory
53+
network: avalanche
54+
source:
55+
abi: BasePoolFactory
56+
address: "0x8e3fEaAB11b7B351e3EA1E01247Ab6ccc847dD52"
57+
startBlock: 59658826
58+
mapping:
59+
kind: ethereum/events
60+
apiVersion: 0.0.7
61+
language: wasm/assemblyscript
62+
entities:
63+
- Factory
64+
- Pool
65+
abis:
66+
- name: Gyro2CLPPool
67+
file: ./abis/Gyro2CLPPool.json
68+
- name: BasePoolFactory
69+
file: ./abis/BasePoolFactory.json
70+
eventHandlers:
71+
- event: PoolCreated(indexed address)
72+
handler: handleGyro2PoolCreated
73+
file: ./src/mappings/gyro2.ts
5174
- kind: ethereum
5275
name: GyroECLPPoolFactory
5376
network: avalanche
@@ -71,3 +94,26 @@ dataSources:
7194
- event: PoolCreated(indexed address)
7295
handler: handleGyroEPoolCreated
7396
file: ./src/mappings/gyroE.ts
97+
- kind: ethereum
98+
name: LBPoolFactory
99+
network: avalanche
100+
source:
101+
abi: BasePoolFactory
102+
address: "0x25EA7b202CD8447e8E6F4A7C59b19C66DfEf1925"
103+
startBlock: 59395203
104+
mapping:
105+
kind: ethereum/events
106+
apiVersion: 0.0.7
107+
language: wasm/assemblyscript
108+
entities:
109+
- Factory
110+
- Pool
111+
abis:
112+
- name: LBPool
113+
file: ./abis/LBPool.json
114+
- name: BasePoolFactory
115+
file: ./abis/BasePoolFactory.json
116+
eventHandlers:
117+
- event: PoolCreated(indexed address)
118+
handler: handleLBPoolCreated
119+
file: ./src/mappings/lbp.ts

subgraphs/v3-pools/subgraph.base.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ dataSources:
7171
- event: PoolCreated(indexed address)
7272
handler: handleStablePoolCreated
7373
file: ./src/mappings/stable.ts
74+
- kind: ethereum
75+
name: Gyro2CLPPoolFactory
76+
network: base
77+
source:
78+
abi: BasePoolFactory
79+
address: "0xf5CDdF6feD9C589f1Be04899F48f9738531daD59"
80+
startBlock: 28450062
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: Gyro2CLPPool
90+
file: ./abis/Gyro2CLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyro2PoolCreated
96+
file: ./src/mappings/gyro2.ts
7497
- kind: ethereum
7598
name: GyroECLPPoolFactory
7699
network: base

subgraphs/v3-pools/subgraph.gnosis.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ dataSources:
7171
- event: PoolCreated(indexed address)
7272
handler: handleStablePoolCreated
7373
file: ./src/mappings/stable.ts
74+
- kind: ethereum
75+
name: Gyro2CLPPoolFactory
76+
network: gnosis
77+
source:
78+
abi: BasePoolFactory
79+
address: "0x7fA49Df302a98223d98D115fc4FCD275576f6faA"
80+
startBlock: 39369934
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: Gyro2CLPPool
90+
file: ./abis/Gyro2CLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyro2PoolCreated
96+
file: ./src/mappings/gyro2.ts
7497
- kind: ethereum
7598
name: GyroECLPPoolFactory
7699
network: gnosis
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
specVersion: 1.0.0
2+
schema:
3+
file: ./schema.graphql
4+
dataSources:
5+
- kind: ethereum
6+
name: WeightedPoolFactory
7+
network: optimism
8+
source:
9+
abi: BasePoolFactory
10+
address: "0x0f08eEf2C785AA5e7539684aF04755dEC1347b7c"
11+
startBlock: 133969639
12+
mapping:
13+
kind: ethereum/events
14+
apiVersion: 0.0.7
15+
language: wasm/assemblyscript
16+
entities:
17+
- Factory
18+
- Pool
19+
abis:
20+
- name: WeightedPool
21+
file: ./abis/WeightedPool.json
22+
- name: BasePoolFactory
23+
file: ./abis/BasePoolFactory.json
24+
eventHandlers:
25+
- event: PoolCreated(indexed address)
26+
handler: handleWeightedPoolCreated
27+
file: ./src/mappings/weighted.ts
28+
- kind: ethereum
29+
name: StablePoolV2Factory
30+
network: optimism
31+
source:
32+
abi: BasePoolFactory
33+
address: "0x268E2EE1413D768b6e2dc3F5a4ddc9Ae03d9AF42"
34+
startBlock: 133969860
35+
mapping:
36+
kind: ethereum/events
37+
apiVersion: 0.0.7
38+
language: wasm/assemblyscript
39+
entities:
40+
- Factory
41+
- Pool
42+
abis:
43+
- name: StablePool
44+
file: ./abis/StablePool.json
45+
- name: BasePoolFactory
46+
file: ./abis/BasePoolFactory.json
47+
eventHandlers:
48+
- event: PoolCreated(indexed address)
49+
handler: handleStablePoolCreated
50+
file: ./src/mappings/stable.ts
51+
- kind: ethereum
52+
name: Gyro2CLPPoolFactory
53+
network: optimism
54+
source:
55+
abi: BasePoolFactory
56+
address: "0x4b979eD48F982Ba0baA946cB69c1083eB799729c"
57+
startBlock: 134045195
58+
mapping:
59+
kind: ethereum/events
60+
apiVersion: 0.0.7
61+
language: wasm/assemblyscript
62+
entities:
63+
- Factory
64+
- Pool
65+
abis:
66+
- name: Gyro2CLPPool
67+
file: ./abis/Gyro2CLPPool.json
68+
- name: BasePoolFactory
69+
file: ./abis/BasePoolFactory.json
70+
eventHandlers:
71+
- event: PoolCreated(indexed address)
72+
handler: handleGyro2PoolCreated
73+
file: ./src/mappings/gyro2.ts
74+
- kind: ethereum
75+
name: GyroECLPPoolFactory
76+
network: optimism
77+
source:
78+
abi: BasePoolFactory
79+
address: "0x22625eEDd92c81a219A83e1dc48f88d54786B017"
80+
startBlock: 133969692
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: GyroECLPPool
90+
file: ./abis/GyroECLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyroEPoolCreated
96+
file: ./src/mappings/gyroE.ts
97+
- kind: ethereum
98+
name: LBPoolFactory
99+
network: optimism
100+
source:
101+
abi: BasePoolFactory
102+
address: "0xC1A64500E035D9159C8826E982dFb802003227f0"
103+
startBlock: 133969827
104+
mapping:
105+
kind: ethereum/events
106+
apiVersion: 0.0.7
107+
language: wasm/assemblyscript
108+
entities:
109+
- Factory
110+
- Pool
111+
abis:
112+
- name: LBPool
113+
file: ./abis/LBPool.json
114+
- name: BasePoolFactory
115+
file: ./abis/BasePoolFactory.json
116+
eventHandlers:
117+
- event: PoolCreated(indexed address)
118+
handler: handleLBPoolCreated
119+
file: ./src/mappings/lbp.ts

subgraphs/v3-pools/subgraph.sepolia.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ dataSources:
7676
network: sepolia
7777
source:
7878
abi: BasePoolFactory
79-
address: "0x5aD57d8BC854449bb85D7EA8B164f1cE266EC5a4"
80-
startBlock: 7734971
79+
address: "0x38ce8e04EBC04A39BED4b097e8C9bb8Ca74e33d8"
80+
startBlock: 8042511
8181
mapping:
8282
kind: ethereum/events
8383
apiVersion: 0.0.7

subgraphs/v3-pools/subgraph.sonic.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ dataSources:
7171
- event: PoolCreated(indexed address)
7272
handler: handleStablePoolCreated
7373
file: ./src/mappings/stable.ts
74+
- kind: ethereum
75+
name: Gyro2CLPPoolFactory
76+
network: sonic
77+
source:
78+
abi: BasePoolFactory
79+
address: "0x4D1F5C8E3A7B9C6D5FfE0dA4aB1b8c7e9D2F3b6B"
80+
startBlock: 17236613
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: Gyro2CLPPool
90+
file: ./abis/Gyro2CLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyro2PoolCreated
96+
file: ./src/mappings/gyro2.ts
7497
- kind: ethereum
7598
name: GyroECLPPoolFactory
7699
network: sonic

subgraphs/v3-pools/subgraph.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ dataSources:
7171
- event: PoolCreated(indexed address)
7272
handler: handleStablePoolCreated
7373
file: ./src/mappings/stable.ts
74+
- kind: ethereum
75+
name: Gyro2CLPPoolFactory
76+
network: mainnet
77+
source:
78+
abi: BasePoolFactory
79+
address: "0xb96524227c4B5Ab908FC3d42005FE3B07abA40E9"
80+
startBlock: 22188963
81+
mapping:
82+
kind: ethereum/events
83+
apiVersion: 0.0.7
84+
language: wasm/assemblyscript
85+
entities:
86+
- Factory
87+
- Pool
88+
abis:
89+
- name: Gyro2CLPPool
90+
file: ./abis/Gyro2CLPPool.json
91+
- name: BasePoolFactory
92+
file: ./abis/BasePoolFactory.json
93+
eventHandlers:
94+
- event: PoolCreated(indexed address)
95+
handler: handleGyro2PoolCreated
96+
file: ./src/mappings/gyro2.ts
7497
- kind: ethereum
7598
name: GyroECLPPoolFactory
7699
network: mainnet

0 commit comments

Comments
 (0)