Commit 1e8d6d7 1 parent 803278d commit 1e8d6d7 Copy full SHA for 1e8d6d7
File tree 4 files changed +9
-2
lines changed
4 files changed +9
-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", "mode"]
14
+ chain : ["base", " 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 @@ -57,7 +57,6 @@ yarn test:lint # run prettier linter
57
57
### How to add a new network
58
58
59
59
1 . Add the network configuration [ config/<network >.json] ( config/ ) .
60
- - ` clockTickBlocks ` is the number of blocks between each clock tick, aim for a clock tick every ~ 5 minutes.
61
60
2 . Add dev RPCs in graph-node config [ docker/graph-node/config.toml] ( docker/graph-node/config.toml ) .
62
61
3 . Add a new ` prepare:<network> ` script in [ package.json] ( package.json ) .
63
62
4 . Add the chain in ` .github/workflows/Release.yml ` to configure deployments.
Original file line number Diff line number Diff line change
1
+ {
2
+ "network" : " base" ,
3
+ "shareTokenMintAddress" : " 0x0000000000000000000000000000000000000000" ,
4
+ "vaultFactoryAddress" : " 0xbc4a342b0c057501e081484a2d24e576e854f823" ,
5
+ "vaultFactoryStartBlock" : 2181945 ,
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:base" : " ./bin/prepare.sh base" ,
17
18
"prepare:linea" : " ./bin/prepare.sh linea" ,
18
19
"prepare:mode" : " ./bin/prepare.sh mode"
19
20
},
You can’t perform that action at this time.
0 commit comments