Skip to content

Commit 8ccfc15

Browse files
Merge pull request #6824 from BitGo/WIN-6915-1
feat: added ofc assests for several coins
2 parents c39fde1 + 3ea2bc7 commit 8ccfc15

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,59 @@ export const ofcCoins = [
208208
UnderlyingAsset.APECHAIN,
209209
CoinKind.CRYPTO
210210
),
211+
ofc('300c6ba0-2d15-44a1-859d-76d48192e202', 'ofcsomi', 'Somnia', 18, UnderlyingAsset.SOMI, CoinKind.CRYPTO),
212+
tofc('06eee147-1299-435d-843f-9eea958e2b2f', 'ofctstt', 'Somnia Testnet', 18, UnderlyingAsset.STT, CoinKind.CRYPTO),
213+
ofc('aa8a01a7-ee09-41ad-be26-4b00342e3ae9', 'ofcctc', 'Creditcoin', 18, UnderlyingAsset.CTC, CoinKind.CRYPTO),
214+
tofc(
215+
'd67dbc97-5c8a-4935-a42c-7bee2fb1f631',
216+
'ofctctc',
217+
'Creditcoin Testnet',
218+
18,
219+
UnderlyingAsset.CTC,
220+
CoinKind.CRYPTO
221+
),
222+
ofc('a2d09aaa-0aad-4d70-812a-347eb9d290ef', 'ofcphrs', 'Pharos', 18, UnderlyingAsset.PHRS, CoinKind.CRYPTO),
223+
tofc('2bdd4010-cc54-4794-ad64-b90e3bde7719', 'ofctphrs', 'Pharos Testnet', 18, UnderlyingAsset.PHRS, CoinKind.CRYPTO),
224+
ofc('6cb1c08b-ad84-4912-98fd-4cfe17c4438c', 'ofcirys', 'Irys', 18, UnderlyingAsset.IRYS, CoinKind.CRYPTO),
225+
tofc('5422a6f0-a3f9-41b1-937f-4d6171efed1f', 'ofctirys', 'Irys Testnet', 18, UnderlyingAsset.IRYS, CoinKind.CRYPTO),
226+
ofc('a7365ab8-913f-489e-9756-fe29cb2ea723', 'ofcog', 'Zero Gravity', 18, UnderlyingAsset.OG, CoinKind.CRYPTO),
227+
tofc(
228+
'b841c838-ffae-437f-9ad7-66dde05f7aba',
229+
'ofctog',
230+
'Zero Gravity Testnet',
231+
18,
232+
UnderlyingAsset.OG,
233+
CoinKind.CRYPTO
234+
),
235+
ofc('b5f4efbd-d212-4547-a132-321aa39973f3', 'ofcbaseeth', 'Base Chain', 18, UnderlyingAsset.BASEETH, CoinKind.CRYPTO),
236+
tofc(
237+
'a4c8b07d-a4a5-4271-9640-01b2bb9795f8',
238+
'ofctbaseeth',
239+
'Base Sepolia Chain',
240+
18,
241+
UnderlyingAsset.BASEETH,
242+
CoinKind.CRYPTO
243+
),
244+
ofc(
245+
'f6a05e7a-ef80-4cb4-87a0-92b3eb4025a8',
246+
'ofclineaeth',
247+
'Linea Ethereum',
248+
18,
249+
UnderlyingAsset.LINEAETH,
250+
CoinKind.CRYPTO
251+
),
252+
tofc(
253+
'd4699953-20c9-4b3e-91ec-506a4c3efbfb',
254+
'ofctlineaeth',
255+
'Linea Ethereum Testnet',
256+
18,
257+
UnderlyingAsset.LINEAETH,
258+
CoinKind.CRYPTO
259+
),
260+
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
261+
tofc('773b02f6-32ea-493a-bca5-13d93cb0afff', 'ofctip', 'Story Testnet', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
262+
ofc('32b87bea-ba5f-4cab-9516-647b1fba9ea2', 'ofcxpl', 'Plasma', 18, UnderlyingAsset.XPL, CoinKind.CRYPTO),
263+
tofc('7783b655-1d01-4c99-b35f-1525d9a1d191', 'ofctxpl', 'Plasma Testnet', 18, UnderlyingAsset.XPL, CoinKind.CRYPTO),
211264
ofc('1876cf96-a0b7-4b7b-9024-6bd89df9814b', 'ofcflr', 'Flare', 18, UnderlyingAsset.FLR, CoinKind.CRYPTO),
212265
tofc('312ff039-2473-4a11-837f-4ec896a0483d', 'ofctflr', 'Testnet flare', 18, UnderlyingAsset.FLR, CoinKind.CRYPTO),
213266
ofc('dd3f3d9a-8eae-4a7a-8178-88611687674d', 'ofcsgb', 'Songbird', 18, UnderlyingAsset.SGB, CoinKind.CRYPTO),
@@ -230,7 +283,6 @@ export const ofcCoins = [
230283
UnderlyingAsset.WORLD,
231284
CoinKind.CRYPTO
232285
),
233-
tofc('06eee147-1299-435d-843f-9eea958e2b2f', 'ofctstt', 'Testnet somnia', 18, UnderlyingAsset.STT, CoinKind.CRYPTO),
234286
ofc(
235287
'cdc62abc-4748-48f4-8926-6ed42f6c86c9',
236288
'ofcsoneium',

modules/statics/test/unit/ofcTokenNaming.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe('OFC Token Naming Convention Tests', function () {
5050
'ofctpolygon:usdt', // "Tether USD"
5151
'ofctpolygon:xsgd', // "XSGD"
5252
'ofctnear:usdc', // "USD Coin"
53+
'ofctbaseeth', // "Base Sepolia Chain"
5354
];
5455

5556
if (!knownExceptions.includes(token.name)) {

0 commit comments

Comments
 (0)