Skip to content

Commit

Permalink
fixes bridge addresses in explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrap committed Aug 7, 2024
1 parent f01445d commit c3c36a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services/explorer/src/hooks/useAddressLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ const ADDRESS_LABELS: AddressLabels = {
'0xd6216fc19db775df9774a6e33526131da7d19a2c': 'Kucoin 6',
'0x0d0707963952f2fba59dd06f2b425ace40b492fe': 'Gate.io',
'0xa605dbb535847f803227cdbaec9cdfa34d4d4b77': 'MEXC',
'0x39b1fC930C43606af5C353e90a55db10bCaF4087': 'Bridged ETH',
'0xe126E0BaeAE904b8Cfd619Be1A8667A173b763a1': 'Taraxa Bridge',
'0x7157233800c3c1f2ac8b12Cefe2cBE796C04446B': 'Ethereum Client',
'0x97Eb8E024bE036eCdb25aDf842C5D6241189FB53': 'Beacon Light Client',
'0xD014293ED981c7f557C0Cf55F7FbA025082Ed266': 'ETH Connector',
'0x7C5E17A43c6cb223a86C5d63288273E0c1F1283F': 'TARA Connector',
'0x39b1fc930c43606af5c353e90a55db10bcaf4087': 'Bridged ETH',
'0xe126e0baeae904b8cfd619be1a8667a173b763a1': 'Taraxa Bridge',
'0x7157233800c3c1f2ac8b12cefe2cbe796c04446b': 'Ethereum Client',
'0x97eb8e024be036ecdb25adf842c5d6241189fb53': 'Beacon Light Client',
'0xd014293ed981c7f557c0cf55f7fba025082ed266': 'ETH Connector',
'0x7c5e17a43c6cb223a86c5d63288273e0c1f1283f': 'TARA Connector',
};

export const useAddressLabel = () => {
Expand Down

0 comments on commit c3c36a1

Please sign in to comment.