Skip to content

Commit aceade3

Browse files
authored
Merge pull request #5468 from BitGo/joeybai/ofc-token-onboarding
chore(statics): ensure consistency between erc20 and ofcerc20
2 parents cdc758e + 568b216 commit aceade3

File tree

5 files changed

+3157
-386
lines changed

5 files changed

+3157
-386
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export enum CoinFeature {
338338
* asset for which the coin is a unit of account.
339339
*/
340340
export enum UnderlyingAsset {
341+
INVALID_UNKNOWN = 'invalid_asset_type',
341342
ADA = 'ada',
342343
ALGO = 'algo',
343344
APE = 'ape',

0 commit comments

Comments
 (0)