Skip to content

Commit 4db2fd1

Browse files
committed
feat: exclude singapore for xpl:syzusd
ticket: CECHO-904
1 parent 435f7df commit 4db2fd1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,8 @@ export const allCoinsAndTokens = [
46744674
18,
46754675
'0xc8a8df9b210243c55d31c73090f06787ad0a1bf6',
46764676
UnderlyingAsset['xpl:syzusd'],
4677-
Networks.main.xpl
4677+
Networks.main.xpl,
4678+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
46784679
),
46794680

46804681
erc20Token(

0 commit comments

Comments
 (0)