Skip to content

Commit

Permalink
fix: fixed globalData property issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x74616e67 committed Jun 30, 2022
1 parent 8d7b06b commit f63e23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/hooks/useGlobal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ export const useGlobalData = createGlobalState<object>({
],
networkId: DEFAULT_NETWORK_IDS.mainnet,
contracts: {},
CONFLUX_SCAN_ADDRESS_LABEL: {},
CONFLUX_SCAN_TX_PRIVATE_NOTE: {},
});

0 comments on commit f63e23b

Please sign in to comment.