Skip to content

Commit c40e332

Browse files
authored
Merge pull request #6867 from BitGo/WIN-6969-v2
chore: Gate 0x0 and RLB for BitGo Singapore
2 parents 9bc9983 + d7d5dd5 commit c40e332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11322,7 +11322,7 @@ export const erc20Coins = [
1132211322
9,
1132311323
'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5',
1132411324
UnderlyingAsset['eth:0x0'],
11325-
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
11325+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.BULK_TRANSACTION]
1132611326
),
1132711327
erc20(
1132811328
'7839148f-7b3b-4926-a9d4-bdfe2e009abc',
@@ -11379,7 +11379,7 @@ export const erc20Coins = [
1137911379
18,
1138011380
'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d',
1138111381
UnderlyingAsset['eth:rlb'],
11382-
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
11382+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.BULK_TRANSACTION]
1138311383
),
1138411384
erc20(
1138511385
'5ef3ded1-1a49-45f6-80a5-7e4a6f397bcf',

0 commit comments

Comments
 (0)