Skip to content

Commit

Permalink
update µtoken symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jfzhou5 committed Nov 8, 2023
1 parent 77f9cc4 commit 428c3c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ export enum ERC20TokenContractId {
CRV = "CRV",
WMATIC = "WMATIC",

uBAYC = "uBAYC",
uPPG = "uPPG"
µBAYC = "µBAYC",
µPPG = "µPPG"
}

export enum ERC721TokenContractId {
Expand Down
8 changes: 4 additions & 4 deletions market-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ import {
strategyWBTCWH,
strategySTDOT,
strategyEXRP,
strategyuBAYC,
strategyuPPG,
strategyµBAYC,
strategyµPPG,
} from "./reservesConfigs";

export const CommonConfig: Pick<
Expand Down Expand Up @@ -383,8 +383,8 @@ export const GoerliConfig: IParaSpaceConfiguration = {
VSL: strategyVSL,
KODA: strategyKODA,
BLOCKS: strategyBLOCKS,
uBAYC: strategyuBAYC,
uPPG: strategyuPPG
µBAYC: strategyµBAYC,
µPPG: strategyµPPG
},
DelegationRegistry: "0x00000000000076A84feF008CDAbe6409d2FE638B",
};
Expand Down
4 changes: 2 additions & 2 deletions market-config/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const MOCK_CHAINLINK_AGGREGATORS_PRICES = {
KODA: parseEther("9.5").toString(),
BLOCKS: parseEther("9.54").toString(),
EXRP: parseEther("0.2").toString(),
uBAYC: parseEther("0.000002768").toString(),
uPPG: parseEther("0.000000477").toString(),
µBAYC: parseEther("0.000002768").toString(),
µPPG: parseEther("0.000000477").toString(),
};

export const MOCK_CHAINLINK_AGGREGATORS_USD_PRICES = {
Expand Down
4 changes: 2 additions & 2 deletions market-config/reservesConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ export const strategyEXRP: IReserveParams = {
};

// TODO need update
export const strategyuBAYC: IReserveParams = {
export const strategyµBAYC: IReserveParams = {
strategy: rateStrategyWETH,
auctionStrategy: auctionStrategyZero,
timeLockStrategy: timeLockStrategyWETH,
Expand All @@ -1095,7 +1095,7 @@ export const strategyuBAYC: IReserveParams = {
supplyCap: "0",
};

export const strategyuPPG: IReserveParams = {
export const strategyµPPG: IReserveParams = {
strategy: rateStrategyWETH,
auctionStrategy: auctionStrategyZero,
timeLockStrategy: timeLockStrategyWETH,
Expand Down

0 comments on commit 428c3c6

Please sign in to comment.