We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2567248 commit a6fd898Copy full SHA for a6fd898
src/common/commonTypeDef.ts
@@ -138,6 +138,7 @@ const commonTypeDef = gql`
138
BASE_SEPOLIA
139
FILECOIN
140
METIS
141
+ LOCALTESTNET
142
}
143
144
type WithdrawableBalance {
src/common/constants.ts
@@ -5,6 +5,7 @@ export const SUPPORTED_NETWORKS = [
5
'sepolia',
6
'goerli',
7
'localtestnet',
8
+ 'metis',
9
] as const;
10
11
export const COMMON_EVENT_INIT_ATTRIBUTES = {
0 commit comments