Skip to content

Commit eb29dbe

Browse files
authored
4.2.0-0.1.0 [ feature ] : Mumbai testnet support (#185)
* add support for matic-mumbai * add support for matic-mumbai * add support for matic-mumbai
1 parent abfe6d3 commit eb29dbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/defaults.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export const networks: { [key: string]: { [key: string]: string } } = {
1212
'56': 'bsc-main',
1313
'100': 'xdai',
1414
'137': 'matic-main',
15-
'250': 'fantom-main'
15+
'250': 'fantom-main',
16+
'80001': 'matic-mumbai'
1617
}
1718
}
1819

src/interfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export type Network =
124124
| 'bsc-main'
125125
| 'matic-main'
126126
| 'fantom-main'
127+
| 'matic-mumbai'
127128
| 'local'
128129

129130
export type Status =

0 commit comments

Comments
 (0)