We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bace16 commit 64cfd7eCopy full SHA for 64cfd7e
1 file changed
packages/types/src/networks/networks.ts
@@ -3,6 +3,7 @@ export type NetworkName =
3
| "xdai"
4
| "bsc"
5
| "bscTest"
6
+ | "goerli"
7
| "fantom"
8
| "fantomTest"
9
| "matic"
@@ -33,6 +34,7 @@ export const networkNames: NetworkName[] = [
33
34
"xdai",
35
"bsc",
36
"bscTest",
37
+ "goerli",
38
"fantom",
39
"fantomTest",
40
"matic",
@@ -66,6 +68,7 @@ export const NETWORK_NAME_TO_CHAIN_ID: {
66
68
xdai: 100,
67
69
bsc: 56,
70
bscTest: 97,
71
+ goerli: 5,
72
fantom: 250,
73
fantomTest: 4002,
74
matic: 137,
0 commit comments