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.
1 parent c40e332 commit 08589caCopy full SHA for 08589ca
modules/statics/src/tokenConfig.ts
@@ -1337,6 +1337,8 @@ export function getFormattedTokenConfigForCoin(coin: Readonly<BaseCoin>): TokenC
1337
return getVetTokenConfig(coin);
1338
} else if (coin instanceof VetNFTCollection) {
1339
return getVetNFTCollectionConfig(coin);
1340
+ } else if (coin instanceof CoredaoERC20Token) {
1341
+ return getCoredaoTokenConfig(coin);
1342
}
1343
return undefined;
1344
0 commit comments