Skip to content

Commit 6a397b6

Browse files
authored
Fix typo (#4011)
1 parent e6a046a commit 6a397b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/features/config/networks/static/reducer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = {
933933
color: '#6d2eae',
934934
isTestnet: false,
935935
blockExplorer: makeExplorer({
936-
name: 'Enenrgy Web VOLTA Explorer',
936+
name: 'Energy Web VOLTA Explorer',
937937
origin: 'https://volta-explorer.energyweb.org',
938938
addressPath: 'address',
939939
blockPath: 'blocks'
@@ -960,7 +960,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = {
960960
isCustom: false,
961961
color: '#6d2eae',
962962
blockExplorer: makeExplorer({
963-
name: 'Enenrgy Web Chain Explorer',
963+
name: 'Energy Web Chain Explorer',
964964
origin: 'https://explorer.energyweb.org',
965965
addressPath: 'address',
966966
blockPath: 'blocks'

0 commit comments

Comments
 (0)