Skip to content

Commit 3e323e1

Browse files
committed
feat: add ofc bsc usdt token
Ticket: GO-1112
1 parent 1a49eb1 commit 3e323e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
'ERC20-',
3838
'FAC-',
3939
'GNA-',
40+
'GO-',
4041
'GRC-',
4142
'HSM-',
4243
'INC-',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ export const ofcCoins = [
851851
),
852852
ofcBscToken('822d85d7-f42d-40de-a14c-220a375eda3f', 'ofcbsc:sfp', 'SafePal Token', 18, UnderlyingAsset['bsc:sfp']),
853853
ofcBscToken('10226e82-2fac-49f4-8ee0-e0f7affeaeec', 'ofcbsc:mask', 'Mask Network', 18, UnderlyingAsset['bsc:mask']),
854+
ofcBscToken('a1380903-6d91-4555-b8ef-74b1bcd993d0', 'ofcbsc:usdt', 'BSC-USD', 18, UnderlyingAsset['bsc:usdt']),
854855
ofcPolygonErc20(
855856
'547ce68f-cb4c-4618-bef3-9a0ebe9facd2',
856857
'ofcpolygon:sbc',

0 commit comments

Comments
 (0)