We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40300b8 commit d8fc00fCopy full SHA for d8fc00f
src/buildList.js
@@ -32,7 +32,7 @@ const storyOdysseyGroups = require("./groups/story_odyssey.json");
32
const bridgeUtils = require("@uniswap/token-list-bridge-utils");
33
34
const getNativeToken = (tokens) => {
35
- return tokens.filter((token) => token.tag.includes("stnd_native"));
+ return tokens.find((token) => token.tag.includes("stnd_native"));
36
}
37
38
const getStablecoins = (tokens) => {
0 commit comments