Skip to content

Commit d8fc00f

Browse files
committed
add native token
1 parent 40300b8 commit d8fc00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const storyOdysseyGroups = require("./groups/story_odyssey.json");
3232
const bridgeUtils = require("@uniswap/token-list-bridge-utils");
3333

3434
const getNativeToken = (tokens) => {
35-
return tokens.filter((token) => token.tag.includes("stnd_native"));
35+
return tokens.find((token) => token.tag.includes("stnd_native"));
3636
}
3737

3838
const getStablecoins = (tokens) => {

0 commit comments

Comments
 (0)