Skip to content

Commit 4fb9068

Browse files
feat: gate USDO tokens on eth and bsc for singapore
TICKET: COIN-5124
1 parent 0bcdd4b commit 4fb9068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/statics/src/coins/bscTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ export const bscTokens = [
12681268
18,
12691269
'0x302e52aff9815b9d1682473dbfb9c74f9b750aa8',
12701270
UnderlyingAsset['bsc:usdo'],
1271-
[...BSC_TOKEN_FEATURES, CoinFeature.REBASE_TOKEN]
1271+
[...BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.REBASE_TOKEN]
12721272
),
12731273
tbscToken(
12741274
'b31aa2b5-8d8c-4ac1-b5e5-0f9d59377eab',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11166,7 +11166,7 @@ export const erc20Coins = [
1116611166
18,
1116711167
'0x8238884ec9668ef77b90c6dff4d1a9f4f4823bfe',
1116811168
UnderlyingAsset['eth:usdo'],
11169-
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN]
11169+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN]
1117011170
),
1117111171
terc20(
1117211172
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',

0 commit comments

Comments
 (0)