We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fb029 commit f591cd4Copy full SHA for f591cd4
packages/indexer/src/utils/targetChainActionsUtils.ts
@@ -3,7 +3,8 @@ import { EventDecoder } from "../web3/EventDecoder";
3
import { entities } from "@repo/indexer-database";
4
5
export const TARGET_CHAIN_ACTION_ADDRESSES: Record<string, string> = {
6
- "0x200000000000000000000000000000000000010C": "1337", // HyperCore
+ "0x200000000000000000000000000000000000010C": "1337", // HyperCore USDT0 System Address
7
+ "0x2000000000000000000000000000000000000168": "1337", // HyperCore USDH System Address
8
};
9
10
export interface FillTargetChainActionPair {
0 commit comments