Skip to content

Commit

Permalink
add native token
Browse files Browse the repository at this point in the history
  • Loading branch information
hskang9 committed Dec 19, 2024
1 parent 40300b8 commit d8fc00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const storyOdysseyGroups = require("./groups/story_odyssey.json");
const bridgeUtils = require("@uniswap/token-list-bridge-utils");

const getNativeToken = (tokens) => {
return tokens.filter((token) => token.tag.includes("stnd_native"));
return tokens.find((token) => token.tag.includes("stnd_native"));
}

const getStablecoins = (tokens) => {
Expand Down

0 comments on commit d8fc00f

Please sign in to comment.