Skip to content

Commit bb0352d

Browse files
committed
feat: fiat sgd and aed ofc config
Ticket: GO-1075
1 parent 3e323e1 commit bb0352d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ export const ofcCoins = [
3333
ofc('837f0cab-cad1-4510-a8e4-f2c60e1a8760', 'ofcusd', 'USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
3434
ofc('798f2a7c-23fd-4e16-9fe5-6bf47ca438a0', 'ofceur', 'Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
3535
ofc('f37bbb72-adfe-4d06-90dc-afd0aa34aadd', 'ofcgbp', 'Pound Sterling', 2, UnderlyingAsset.GBP, CoinKind.FIAT),
36+
ofc('60778b32-3497-4e45-895a-3f0bd3a2f475', 'ofcsgd', 'Singapore Dollar', 2, UnderlyingAsset.SGD, CoinKind.FIAT),
37+
ofc(
38+
'fe742061-8838-4b32-ab64-d328ca587feb',
39+
'ofcaed',
40+
'United Arab Emirates Dirham',
41+
2,
42+
UnderlyingAsset.AED,
43+
CoinKind.FIAT
44+
),
3645
ofc(
3746
'71c2203c-59ba-45ba-9280-ec94b9c4e44f',
3847
'ofcavaxc',
@@ -170,6 +179,22 @@ export const ofcCoins = [
170179
),
171180
tofc('e85d3b60-b6c8-4e29-b6db-38966125cfeb', 'ofctusd', 'Test USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
172181
tofc('dbac74bb-5dbc-4cdd-ad66-f71315b53a3f', 'ofcteur', 'Test Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
182+
tofc(
183+
'c916c733-2a4e-4b09-ab8d-38e891194016',
184+
'ofctsgd',
185+
'Testnet Singapore Dollar',
186+
2,
187+
UnderlyingAsset.SGD,
188+
CoinKind.FIAT
189+
),
190+
tofc(
191+
'e1608f5b-6471-45a6-9987-73a131d354f4',
192+
'ofctaed',
193+
'Testnet United Arab Emirates Dirham',
194+
2,
195+
UnderlyingAsset.SGD,
196+
CoinKind.FIAT
197+
),
173198
tofc(
174199
'd98b94c0-222f-4efe-ae88-917722ac45b4',
175200
'ofctgbp',

0 commit comments

Comments
 (0)