Skip to content

Commit 9c7a637

Browse files
Merge pull request #8591 from BitGo/CGARD-821-canton-ofc
feat(statics): add OFC support for Canton tokens sbc and ibenji
2 parents affc67f + b013068 commit 9c7a637

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,6 +4475,20 @@ export const ofcCoins = [
44754475
10,
44764476
UnderlyingAsset['canton:usdxlr']
44774477
),
4478+
ofcCantonToken(
4479+
'8e27bc41-cf30-442a-94ab-bf8b626b9ac9',
4480+
'ofccanton:sbc',
4481+
'Stable Coin',
4482+
10,
4483+
UnderlyingAsset['canton:sbc']
4484+
),
4485+
ofcCantonToken(
4486+
'8259e506-32fe-4a72-b2c6-14a7ef47d7fa',
4487+
'ofccanton:ibenji',
4488+
'iBENJI',
4489+
10,
4490+
UnderlyingAsset['canton:ibenji']
4491+
),
44784492
tofcCantonToken(
44794493
'd7297535-c1d4-429d-b3c5-d36351b110e5',
44804494
'ofctcanton:testcoin1',

0 commit comments

Comments
 (0)