Skip to content

Commit 0618b37

Browse files
authored
Merge pull request #6854 from BitGo/WIN-6969
chore: gate 0x0 and rlb token for BitGo Singapore
2 parents fa41527 + e67e2f7 commit 0618b37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11321,7 +11321,8 @@ export const erc20Coins = [
1132111321
'0x0.ai',
1132211322
9,
1132311323
'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5',
11324-
UnderlyingAsset['eth:0x0']
11324+
UnderlyingAsset['eth:0x0'],
11325+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
1132511326
),
1132611327
erc20(
1132711328
'7839148f-7b3b-4926-a9d4-bdfe2e009abc',
@@ -11377,7 +11378,8 @@ export const erc20Coins = [
1137711378
'Rollbit Coin',
1137811379
18,
1137911380
'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d',
11380-
UnderlyingAsset['eth:rlb']
11381+
UnderlyingAsset['eth:rlb'],
11382+
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
1138111383
),
1138211384
erc20(
1138311385
'5ef3ded1-1a49-45f6-80a5-7e4a6f397bcf',

0 commit comments

Comments
 (0)