Skip to content

Commit b25fe3f

Browse files
authored
Merge pull request #7126 from BitGo/GO-1793-fix-ofctaed
fix: add missing configs
2 parents 836a5e4 + beb5bec commit b25fe3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export const ofcCoins = [
358358
'ofctaed',
359359
'Testnet United Arab Emirates Dirham',
360360
2,
361-
UnderlyingAsset.SGD,
361+
UnderlyingAsset.AED,
362362
CoinKind.FIAT
363363
),
364364
tofc(
@@ -766,6 +766,14 @@ export const ofcCoins = [
766766
UnderlyingAsset['sol:pump'],
767767
SOL_OFC_TOKEN_FEATURES
768768
),
769+
ofcsolToken(
770+
'7d50630f-9bba-4a06-8665-4376ef1f128e',
771+
'ofcsol:drift',
772+
'Drift',
773+
6,
774+
UnderlyingAsset['sol:drift'],
775+
SOL_OFC_TOKEN_FEATURES
776+
),
769777
ofcsolToken(
770778
'989eec31-a0d5-4cdc-b4de-6fca30cde366',
771779
'ofcsol:popcat',

0 commit comments

Comments
 (0)