We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfe6d3 commit eb29dbeCopy full SHA for eb29dbe
src/defaults.ts
@@ -12,7 +12,8 @@ export const networks: { [key: string]: { [key: string]: string } } = {
12
'56': 'bsc-main',
13
'100': 'xdai',
14
'137': 'matic-main',
15
- '250': 'fantom-main'
+ '250': 'fantom-main',
16
+ '80001': 'matic-mumbai'
17
}
18
19
src/interfaces.ts
@@ -124,6 +124,7 @@ export type Network =
124
| 'bsc-main'
125
| 'matic-main'
126
| 'fantom-main'
127
+ | 'matic-mumbai'
128
| 'local'
129
130
export type Status =
0 commit comments