Skip to content

Commit dda9a9f

Browse files
Merge pull request #6307 from BitGo/WIN-5922
feat: introduce EVM_COMPATIBLE_IMS coin feature
2 parents 81d6ee5 + b6fbaa3 commit dda9a9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/statics/src/base.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,11 @@ export enum CoinFeature {
391391
*/
392392
EVM_COMPATIBLE_BGA = 'evm-compatible-bga',
393393

394+
/**
395+
* This coin is an EVM compatible coin and should use common EVM model registration in IMS
396+
*/
397+
EVM_COMPATIBLE_IMS = 'evm-compatible-ims',
398+
394399
/**
395400
* This coin is a rebase token and should use the rebase token functionality
396401
*/

0 commit comments

Comments
 (0)