We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ed00a + 0847c10 commit 7cbb24eCopy full SHA for 7cbb24e
modules/statics/src/tokenConfig.ts
@@ -1439,6 +1439,8 @@ export function getFormattedTokenConfigForCoin(coin: Readonly<BaseCoin>): TokenC
1439
return getCoredaoTokenConfig(coin);
1440
} else if (coin instanceof JettonToken) {
1441
return getJettonTokenConfig(coin);
1442
+ } else if (coin instanceof FlrERC20Token) {
1443
+ return getFlrTokenConfig(coin);
1444
}
1445
return undefined;
1446
0 commit comments