Skip to content

Commit 64cfd7e

Browse files
committed
bringing goerli back temporarily [ci skip]
1 parent 1bace16 commit 64cfd7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/types/src/networks/networks.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export type NetworkName =
33
| "xdai"
44
| "bsc"
55
| "bscTest"
6+
| "goerli"
67
| "fantom"
78
| "fantomTest"
89
| "matic"
@@ -33,6 +34,7 @@ export const networkNames: NetworkName[] = [
3334
"xdai",
3435
"bsc",
3536
"bscTest",
37+
"goerli",
3638
"fantom",
3739
"fantomTest",
3840
"matic",
@@ -66,6 +68,7 @@ export const NETWORK_NAME_TO_CHAIN_ID: {
6668
xdai: 100,
6769
bsc: 56,
6870
bscTest: 97,
71+
goerli: 5,
6972
fantom: 250,
7073
fantomTest: 4002,
7174
matic: 137,

0 commit comments

Comments
 (0)