Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11013,7 +11013,8 @@ export const erc20Coins = [
'0x0.ai',
9,
'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5',
UnderlyingAsset['eth:0x0']
UnderlyingAsset['eth:0x0'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
Copy link
Contributor

@hitansh-madan hitansh-madan Sep 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the default features for erc20 tokens includes bulk txn support as well, your change inadvertently removes that

features: CoinFeature[] = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION],

can you please add that feature back for these coins

),
erc20(
'7839148f-7b3b-4926-a9d4-bdfe2e009abc',
Expand Down Expand Up @@ -11069,7 +11070,8 @@ export const erc20Coins = [
'Rollbit Coin',
18,
'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d',
UnderlyingAsset['eth:rlb']
UnderlyingAsset['eth:rlb'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
),
erc20(
'5ef3ded1-1a49-45f6-80a5-7e4a6f397bcf',
Expand Down