Skip to content

Commit

Permalink
Merge pull request #2366 from WOWMAX-EXCHANGE/wowmax-unit0
Browse files Browse the repository at this point in the history
add Unit Zero chain to WOWMAX
  • Loading branch information
dtmkeng authored Jan 31, 2025
2 parents 72b0822 + 2708ca1 commit cba6aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aggregators/wowmax/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const chains = [
CHAIN.ARBITRUM,
CHAIN.ZETA,
CHAIN.SONEIUM,
CHAIN.UNIT0,
];

const chainToId: Record<string, number> = {
Expand All @@ -32,6 +33,7 @@ const chainToId: Record<string, number> = {
[CHAIN.ARBITRUM]: 42161,
[CHAIN.ZETA]: 7000,
[CHAIN.SONEIUM]: 1868,
[CHAIN.UNIT0]: 88811,
};

const fetch = (chain: string) => async (timestamp: number) => {
Expand Down

0 comments on commit cba6aa6

Please sign in to comment.