Skip to content

Commit 568b216

Browse files
committed
chore(statics): ensure consistency between erc20 and ofcerc20
- adds a test to prevent drift - add new prop to OfcCoin: 'minimumDenomination' Ticket: GNA-1300
1 parent 1e542c7 commit 568b216

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
@@ -334,6 +334,7 @@ export enum CoinFeature {
334334
* asset for which the coin is a unit of account.
335335
*/
336336
export enum UnderlyingAsset {
337+
INVALID_UNKNOWN = 'invalid_asset_type',
337338
ADA = 'ada',
338339
ALGO = 'algo',
339340
APE = 'ape',

0 commit comments

Comments
 (0)