Skip to content

Commit f591cd4

Browse files
chore: identify usdh transfers to hypercore (#462) (#467)
Co-authored-by: Melisa Guevara <[email protected]>
1 parent 45fb029 commit f591cd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/indexer/src/utils/targetChainActionsUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { EventDecoder } from "../web3/EventDecoder";
33
import { entities } from "@repo/indexer-database";
44

55
export const TARGET_CHAIN_ACTION_ADDRESSES: Record<string, string> = {
6-
"0x200000000000000000000000000000000000010C": "1337", // HyperCore
6+
"0x200000000000000000000000000000000000010C": "1337", // HyperCore USDT0 System Address
7+
"0x2000000000000000000000000000000000000168": "1337", // HyperCore USDH System Address
78
};
89

910
export interface FillTargetChainActionPair {

0 commit comments

Comments
 (0)