Skip to content

Commit 1286720

Browse files
authored
Merge pull request #5976 from BitGo/GO-1075-sgd-aed-coin-config
feat: fiat sgd and aed ofc config
2 parents cdfe7c3 + bb0352d commit 1286720

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
@@ -34,6 +34,15 @@ export const ofcCoins = [
3434
ofc('837f0cab-cad1-4510-a8e4-f2c60e1a8760', 'ofcusd', 'USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
3535
ofc('798f2a7c-23fd-4e16-9fe5-6bf47ca438a0', 'ofceur', 'Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
3636
ofc('f37bbb72-adfe-4d06-90dc-afd0aa34aadd', 'ofcgbp', 'Pound Sterling', 2, UnderlyingAsset.GBP, CoinKind.FIAT),
37+
ofc('60778b32-3497-4e45-895a-3f0bd3a2f475', 'ofcsgd', 'Singapore Dollar', 2, UnderlyingAsset.SGD, CoinKind.FIAT),
38+
ofc(
39+
'fe742061-8838-4b32-ab64-d328ca587feb',
40+
'ofcaed',
41+
'United Arab Emirates Dirham',
42+
2,
43+
UnderlyingAsset.AED,
44+
CoinKind.FIAT
45+
),
3746
ofc(
3847
'71c2203c-59ba-45ba-9280-ec94b9c4e44f',
3948
'ofcavaxc',
@@ -172,6 +181,22 @@ export const ofcCoins = [
172181
),
173182
tofc('e85d3b60-b6c8-4e29-b6db-38966125cfeb', 'ofctusd', 'Test USD', 2, UnderlyingAsset.USD, CoinKind.FIAT),
174183
tofc('dbac74bb-5dbc-4cdd-ad66-f71315b53a3f', 'ofcteur', 'Test Euro', 2, UnderlyingAsset.EUR, CoinKind.FIAT),
184+
tofc(
185+
'c916c733-2a4e-4b09-ab8d-38e891194016',
186+
'ofctsgd',
187+
'Testnet Singapore Dollar',
188+
2,
189+
UnderlyingAsset.SGD,
190+
CoinKind.FIAT
191+
),
192+
tofc(
193+
'e1608f5b-6471-45a6-9987-73a131d354f4',
194+
'ofctaed',
195+
'Testnet United Arab Emirates Dirham',
196+
2,
197+
UnderlyingAsset.SGD,
198+
CoinKind.FIAT
199+
),
175200
tofc(
176201
'd98b94c0-222f-4efe-ae88-917722ac45b4',
177202
'ofctgbp',

0 commit comments

Comments
 (0)