Skip to content

Commit

Permalink
Merge pull request #15 from Plenty-network/dev-jay
Browse files Browse the repository at this point in the history
Update contract addresses in constants.ts and rename borrowRate to ba…
  • Loading branch information
AniketSindhu authored Feb 2, 2024
2 parents 2dabe91 + 23b9269 commit 9a0294c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/context/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const AppProvider = ({ children }: any) => {
totalColl
pUSDSupply
vaultCount
borrowRate
baseRate
debtRebaseIndex
collRebaseIndex
}
Expand Down
8 changes: 4 additions & 4 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export const CHAINS: Chains = {
currency: { name: "ETH", symbol: "ETH", decimals: 18 },
subgraphEndpoint: "https://api.studio.thegraph.com/query/64179/nepercore/version/latest",
contracts: {
neperCore: "0x57906b3F868D746E08193B1bc41EB775DF5F4B10",
neperUSD: "0xBB43fdd3b155D08430315c574AbfF218d65AF9d7",
wbtc: "0x2d0912b093b5BADA700E6d98D0A07a87b208B401",
stabilityPool: "0x4c878A8CA899Edcc4F7B1a7e41198af733924c03"
neperCore: "0xA76505d8afEff073AB72CD7676f8B5F89dD27Da9",
neperUSD: "0xb764c672f31A83B3929845E737DB6F20928890C9",
wbtc: "0x8d3D0093BAaad20BE8D7032bDf735fF5848131a0",
stabilityPool: "0x2554F2B5E2057b35D76eff4F9A7681D2Be66981f"
}
},
"0x5a2": {
Expand Down

0 comments on commit 9a0294c

Please sign in to comment.