Skip to content

Commit af16f52

Browse files
Merge pull request #7714 from BitGo/SCAAS-2020
feat(statics): onboard eth:sofid token
2 parents 61af4d8 + 0562f29 commit af16f52

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,6 +2092,7 @@ export enum UnderlyingAsset {
20922092
'eth:mon' = 'eth:mon',
20932093
'eth:usual' = 'eth:usual',
20942094
'eth:usd1' = 'eth:usd1',
2095+
'eth:sofid' = 'eth:sofid',
20952096
'eth:ibtc' = 'eth:ibtc',
20962097
'eth:pyr' = 'eth:pyr',
20972098
'eth:una' = 'eth:una',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10944,6 +10944,15 @@ export const erc20Coins = [
1094410944
UnderlyingAsset['eth:usd1'],
1094510945
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN]
1094610946
),
10947+
erc20(
10948+
'4400af90-30d8-43fb-98b6-ca6791c94aa2',
10949+
'eth:sofid',
10950+
'SoFiUSD',
10951+
6,
10952+
'0x0cb6d03b0ac88a463f67b7ad99f9f3ec4678092e',
10953+
UnderlyingAsset['eth:sofid'],
10954+
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN]
10955+
),
1094710956
erc20(
1094810957
'e811d594-de4f-48b0-9b6b-47e8b4ba7dda',
1094910958
'eth:ibtc',
@@ -12601,7 +12610,7 @@ export const erc20Coins = [
1260112610
terc20(
1260212611
'a0660bd4-c508-4704-ac2b-c7ead1f6ad43',
1260312612
'hteth:stgsofid',
12604-
'Test SoFi USD',
12613+
'Test SoFiUSD',
1260512614
6,
1260612615
'0x5ce9c87a0b7208491f9fe52bcc8e919eb43c58b2',
1260712616
UnderlyingAsset['hteth:stgsofid'],
@@ -12649,7 +12658,7 @@ export const erc20Coins = [
1264912658
terc20(
1265012659
'8e4f9c4c-2b03-4ad4-8019-ace4bbda3acd',
1265112660
'hteth:sofid',
12652-
'Test SoFi USD',
12661+
'Test SoFiUSD',
1265312662
6,
1265412663
'0x5572728e36b5510010ade1db6bbaea1c402411cc',
1265512664
UnderlyingAsset['hteth:sofid'],

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,6 +3107,15 @@ export const ofcErc20Coins = [
31073107
undefined,
31083108
[CoinFeature.STABLECOIN]
31093109
),
3110+
ofcerc20(
3111+
'dc5d090c-6677-4e6c-9b2c-da42ed1cf3fb',
3112+
'ofceth:sofid',
3113+
'SoFiUSD',
3114+
6,
3115+
underlyingAssetForSymbol('eth:sofid'),
3116+
undefined,
3117+
[CoinFeature.STABLECOIN]
3118+
),
31103119
ofcerc20(
31113120
'80bfa43e-f01c-42bd-bd14-269b88948bbf',
31123121
'ofceth:usdg',
@@ -3719,7 +3728,7 @@ export const tOfcErc20Coins = [
37193728
tofcerc20(
37203729
'145b2e09-453d-4861-8f54-5791d295bd96',
37213730
'ofchteth:stgsofid',
3722-
'Test SoFi USD',
3731+
'Test SoFiUSD',
37233732
6,
37243733
UnderlyingAsset['hteth:stgsofid'],
37253734
undefined,
@@ -3775,7 +3784,7 @@ export const tOfcErc20Coins = [
37753784
tofcerc20(
37763785
'8e8028cb-855e-4cd7-8f7e-a00c63f0727c',
37773786
'ofchteth:sofid',
3778-
'Test SoFi USD',
3787+
'Test SoFiUSD',
37793788
6,
37803789
UnderlyingAsset['hteth:sofid'],
37813790
undefined,

0 commit comments

Comments
 (0)