Skip to content

Commit a6fd898

Browse files
committed
build fix
1 parent 2567248 commit a6fd898

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/common/commonTypeDef.ts

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const commonTypeDef = gql`
138138
BASE_SEPOLIA
139139
FILECOIN
140140
METIS
141+
LOCALTESTNET
141142
}
142143
143144
type WithdrawableBalance {

src/common/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const SUPPORTED_NETWORKS = [
55
'sepolia',
66
'goerli',
77
'localtestnet',
8+
'metis',
89
] as const;
910

1011
export const COMMON_EVENT_INIT_ATTRIBUTES = {

0 commit comments

Comments
 (0)