update claiming list
This commit is contained in:
@@ -850,6 +850,11 @@ export function buildClaimParams(userAddress: string) {
|
|||||||
const tokenAddresses: string[] = [];
|
const tokenAddresses: string[] = [];
|
||||||
|
|
||||||
for (const [marketAddress, marketConfig] of Object.entries(MARKETS[ARBITRUM])) {
|
for (const [marketAddress, marketConfig] of Object.entries(MARKETS[ARBITRUM])) {
|
||||||
|
// Skip swap-only markets (identified by zero indexTokenAddress)
|
||||||
|
if (marketConfig.indexTokenAddress === "0x0000000000000000000000000000000000000000") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// Add market address twice (for long and short positions)
|
// Add market address twice (for long and short positions)
|
||||||
marketAddresses.push(marketAddress, marketAddress);
|
marketAddresses.push(marketAddress, marketAddress);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user