Skip to content

Commit fbd8b18

Browse files
authored
fix(statics): use DAI as display instead of SAI
2 parents 2c65892 + c99e425 commit fbd8b18

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3431,9 +3431,7 @@ export const coins = CoinMap.fromCoins([
34313431
18,
34323432
'0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359',
34333433
UnderlyingAsset.DAI,
3434-
ETH_FEATURES_WITH_FRANKFURT,
3435-
undefined,
3436-
'SAI'
3434+
ETH_FEATURES_WITH_FRANKFURT
34373435
),
34383436
erc20(
34393437
'51ff3f92-371e-4069-85dc-7ee15836a0a5',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,7 @@ export const ofcErc20Coins = [
6262
ofcerc20('a0eb6fcf-584c-4b9d-8872-e0c6d0e31635', 'ofcctsi', 'Cartesi', 18, UnderlyingAsset.CTSI),
6363
ofcerc20('65d62bc2-da9a-4cf4-8055-950c30cf7007', 'ofccvc', 'Civic', 8, UnderlyingAsset.CVC),
6464
ofcerc20('a9da25db-54b2-4747-b689-dff98b53914b', 'ofccvx', 'Convex Finance', 18, UnderlyingAsset.CVX),
65-
ofcerc20(
66-
'847caaf2-f113-4bea-84cd-b381f0b3a0f4',
67-
'ofcdai',
68-
'Dai',
69-
18,
70-
UnderlyingAsset.DAI,
71-
undefined,
72-
undefined,
73-
undefined,
74-
'SAI'
75-
),
65+
ofcerc20('847caaf2-f113-4bea-84cd-b381f0b3a0f4', 'ofcdai', 'Dai', 18, UnderlyingAsset.DAI),
7666
ofcerc20('3ffbfd6d-adf6-499e-a6ba-b1888b7f08db', 'ofcdao', 'DAO Maker', 18, UnderlyingAsset.DAO),
7767
ofcerc20('5b5f980a-d38f-431a-bfdf-0378881c0bcd', 'ofcdent', 'Dent', 8, UnderlyingAsset.DENT),
7868
ofcerc20('8a2e92c4-4808-44a0-860b-4fbfbd8ffdcb', 'ofcdep', 'Deap Coin', 18, UnderlyingAsset.DEP),

0 commit comments

Comments
 (0)