Skip to content

Commit 9df7d6b

Browse files
Merge pull request #5503 from BitGo/COIN-3059-enterprise-flag
feat(sdk-coin-apt): enterprise pays fee flag addition
2 parents 71faec2 + 2ae8b71 commit 9df7d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ const APT_FEATURES = [
450450
CoinFeature.BULK_TRANSACTION,
451451
CoinFeature.BULK_STAKING_TRANSACTION,
452452
CoinFeature.SUPPORTS_TOKENS,
453+
CoinFeature.ENTERPRISE_PAYS_FEES,
453454
];
454455

455456
const ICP_FEATURES = [

0 commit comments

Comments
 (0)