Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 0d8f1d5 commit ba1b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generateMatrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function getUniswapTokenListFromPartnerChainId(chainId: number) {
name: `${name} Arbify L2 native list`,
chainID,
path: `ArbTokenLists/${chainID}_arbed_native_list.json`,
inputList: `./src/Assets/${chainID}_arbitrum_native_token_list.json`,
inputList: `./src/Assets/${partnerChainID}_arbitrum_native_token_list.json`,
}),
);
}
Expand Down

0 comments on commit ba1b886

Please sign in to comment.