Skip to content

Commit c06fbbb

Browse files
committed
fix: fix typo in network name
1 parent 4581fef commit c06fbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/network-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const NETWORK_NAME = {
1212
[NETWORK.MAINNET]: 'mainnet',
1313
[NETWORK.ROPSTEN]: 'ropsten',
1414
[NETWORK.RINKEBY]: 'rinkeby',
15-
[NETWORK.GOERLI]: 'göerli',
15+
[NETWORK.GOERLI]: 'goerli',
1616
[NETWORK.KOVAN]: 'kovan',
1717
[NETWORK.XDAI]: 'xDai'
1818
}

0 commit comments

Comments
 (0)