Skip to content

Commit

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

0 comments on commit 3aac538

Please sign in to comment.