Commit f22513c 1 parent fe3ba9b commit f22513c Copy full SHA for f22513c
File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
node : ["21.x"]
14
- chain : ["linea"]
14
+ chain : ["linea", "mode" ]
15
15
os : [ubuntu-latest]
16
16
17
17
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -9,20 +9,24 @@ This Subgraph sources events from the Beefy contracts in different networks.
9
9
### GraphiQL Explorer
10
10
11
11
- Linea: [ https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-linea/gn ] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-linea/gn )
12
+ - Mode: [ https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-mode/gn ] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-mode/gn )
12
13
13
14
### Api Endpoints
14
15
15
16
- Linea: [ https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-linea/gn ] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-linea/gn )
17
+ - Mode: [ https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-mode/gn ] ( https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefyfinance/l2-lxp-liquidity-mode/gn )
16
18
17
19
## 0xgraph.xyz
18
20
19
21
### GraphiQL Explorer
20
22
21
23
- Linea: [ https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-linea/graphql ] ( https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-linea/graphql )
24
+ - Mode: [ https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-mode/graphql ] ( https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-mode/graphql )
22
25
23
26
### Api Endpoints
24
27
25
28
- Linea: [ https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-linea ] ( https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-linea )
29
+ - Mode: [ https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-mode ] ( https://api.0xgraph.xyz/subgraphs/name/beefyfinance/l2-lxp-liquidity-mode )
26
30
27
31
# Contributing
28
32
Original file line number Diff line number Diff line change
1
+ {
2
+ "network" : " mode-mainnet" ,
3
+ "shareTokenMintAddress" : " 0x0000000000000000000000000000000000000000" ,
4
+ "vaultFactoryAddress" : " 0xD19ab62F83380908D65E344567378cF104cE46c2" ,
5
+ "vaultFactoryStartBlock" : 7558107 ,
6
+ "vaultInitializedEvent" : " Initialized(uint8)"
7
+ }
Original file line number Diff line number Diff line change 14
14
"create-local" : " graph create beefyfinance/local --node http://127.0.0.1:8020" ,
15
15
"deploy-local" : " graph deploy beefyfinance/local --node http://127.0.0.1:8020 --ipfs http://localhost:5001" ,
16
16
"remove-local" : " graph remove beefyfinance/local --node http://127.0.0.1:8020" ,
17
- "prepare:linea" : " ./bin/prepare.sh linea"
17
+ "prepare:linea" : " ./bin/prepare.sh linea" ,
18
+ "prepare:mode" : " ./bin/prepare.sh mode"
18
19
},
19
20
"main" : " ./bin/index.js" ,
20
21
"bin" : {
You can’t perform that action at this time.
0 commit comments