Skip to content

Commit 06b78e0

Browse files
committed
feat: ofc equivalent tokens for go accounts
TICKET: COIN-6619
1 parent 94b79dc commit 06b78e0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,9 @@ export const ofcCoins = [
11621162
ofcsolToken('40d74e37-2a44-4ce9-9f26-7229f741168e', 'ofcsol:oob', 'Oobit', 6, UnderlyingAsset['sol:oob'], [
11631163
...SOL_TOKEN_FEATURES,
11641164
]),
1165+
ofcsolToken('a4db15b5-41db-4ad9-b69a-88306e8c5dfe', 'ofcsol:soon', 'Soon Token', 9, UnderlyingAsset['sol:soon'], [
1166+
...SOL_TOKEN_FEATURES,
1167+
]),
11651168
ofcsolToken(
11661169
'b08c09fd-73fb-4b7f-8377-72225cd8c256',
11671170
'ofcsol:dupe',
@@ -1953,6 +1956,8 @@ export const ofcCoins = [
19531956
),
19541957
ofcBscToken('a79933f5-a9d2-4a29-a948-79313a569988', 'ofcbsc:cfx', 'BSC Conflux', 18, UnderlyingAsset['bsc:cfx']),
19551958
ofcBscToken('c6f5df09-5a21-468b-89cc-f626d02d74d0', 'ofcbsc:oort', 'OORT', 18, UnderlyingAsset['bsc:oort']),
1959+
ofcBscToken('a0d5a2bc-75ab-4272-8b62-b513e88b6e5f', 'ofcbsc:soon', 'Soon Token', 18, UnderlyingAsset['bsc:soon']),
1960+
ofcBscToken('0fd1ab89-3e66-4f16-b788-2450dfff232d', 'ofcbsc:bard', 'Lombard', 18, UnderlyingAsset['bsc:bard']),
19561961
ofcBscToken(
19571962
'7e8cb701-0f63-4105-be1d-8b20fd42b093',
19581963
'ofcbsc:cake',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4484,6 +4484,13 @@ export const tOfcErc20Coins = [
44844484
ofcerc20('bf7b99fe-d666-4db7-a775-c05e5bff98ce', 'ofceth:andy', 'andy', 18, underlyingAssetForSymbol('eth:andy')),
44854485

44864486
ofcerc20('d2b5f3e4-3c4e-4f1e-9f0a-1b2c3d4e5f6a', 'ofcbaseeth:spec', 'Spectral', 18, UnderlyingAsset['baseeth:spec']),
4487+
ofcerc20(
4488+
'bc7be60b-7eb8-4512-9675-d804f540962a',
4489+
'ofcbaseeth:soon',
4490+
'Soon Token',
4491+
18,
4492+
UnderlyingAsset['baseeth:soon']
4493+
),
44874494

44884495
ofcerc20(
44894496
'e3c6f4e5-4d5e-4f2e-8f1a-2c3d4e5f6a7b',
@@ -4567,6 +4574,8 @@ export const tOfcErc20Coins = [
45674574
UnderlyingAsset['eth:fidd']
45684575
),
45694576
ofcerc20('c71454e2-c51c-40df-8605-e57f2d97ed53', 'ofceth:yu', 'Yala Stablecoin', 18, UnderlyingAsset['eth:yu']),
4577+
ofcerc20('14912a5e-254c-4c6f-9f9c-f9ce11b7b293', 'ofceth:bard', 'Lombard', 18, UnderlyingAsset['eth:bard']),
4578+
ofcerc20('a31a6330-cbd6-49b0-b8b1-a7f9a48e770c', 'ofceth:sfp', 'SafePal Token', 18, UnderlyingAsset['eth:sfp']),
45704579
ofcerc20('72427813-ec17-4100-8d6d-844a3f71f34e', 'ofceth:fbtc', 'Function Bitcoin', 8, UnderlyingAsset['eth:fbtc']),
45714580
ofcerc20(
45724581
'e050aeab-a9c9-4962-b42f-d350c88efb37',

0 commit comments

Comments
 (0)