File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/command-helpers/build Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " messari-subgraph-cli" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"description" : " A CLI for Messari Subgraph development." ,
5
5
"types" : " build/types/types.d.ts" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change 3
3
/// //////////////////////////////////////
4
4
5
5
const networks = new Set ( [
6
+ 'holesky' ,
7
+ 'blast-testnet' ,
6
8
'arweave-mainnet' ,
7
9
'harmony' ,
8
10
'cronos' ,
@@ -33,13 +35,18 @@ const networks = new Set([
33
35
'arbitrum' ,
34
36
'arbitrum-one' ,
35
37
'arbitrum-goerli' ,
38
+ 'arbitrum-sepolia' ,
36
39
'optimism' ,
40
+ 'optimism-sepolia' ,
37
41
'optimism-goerli' ,
38
42
'aurora' ,
39
43
'aurora-testnet' ,
40
44
'base-testnet' ,
41
45
'base' ,
46
+ 'base-sepolia' ,
42
47
'zksync-era' ,
48
+ 'zksync-era-testnet' ,
49
+ 'zksync-era-sepolia' ,
43
50
'sepolia' ,
44
51
'polygon-zkevm-testnet' ,
45
52
'polygon-zkevm' ,
You can’t perform that action at this time.
0 commit comments