Skip to content

Commit

Permalink
Merge pull request #5468 from BitGo/joeybai/ofc-token-onboarding
Browse files Browse the repository at this point in the history
chore(statics): ensure consistency between erc20 and ofcerc20
  • Loading branch information
joeybaibg authored Feb 11, 2025
2 parents cdc758e + 568b216 commit aceade3
Show file tree
Hide file tree
Showing 5 changed files with 3,157 additions and 386 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export enum CoinFeature {
* asset for which the coin is a unit of account.
*/
export enum UnderlyingAsset {
INVALID_UNKNOWN = 'invalid_asset_type',
ADA = 'ada',
ALGO = 'algo',
APE = 'ape',
Expand Down
Loading

0 comments on commit aceade3

Please sign in to comment.