Skip to content

Commit

Permalink
Merge pull request #797 from Conflux-Chain/s40
Browse files Browse the repository at this point in the history
fix: fixed address name tag issue
  • Loading branch information
0x74616e67 authored Jun 30, 2022
2 parents bf2f7ee + 3aac538 commit a4abc00
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 a4abc00

Please sign in to comment.