Skip to content

Commit

Permalink
Merge pull request #25 from smartcontractkit/chore/remove-matic-config
Browse files Browse the repository at this point in the history
Remove unused MATIC config from price oracle parameters
  • Loading branch information
amit-momin committed Apr 11, 2024
2 parents 032b055 + aae489e commit e3aa50e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configuration/parameters-price-oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ const parameters: TokenConfig[] = [
underlyingAssetDecimals: "18",
priceFeed: "0x09023c0da49aaf8fc3fa3adf34c6a7016d38d5e3",
},
{
// "NAME": "MATIC",
cToken: "0x944dd1c7ce133b75880cee913d513f8c07312393",
underlyingAssetDecimals: "18",
priceFeed: "0x7bac85a8a13a4bcd8abb3eb7d6b4d632c5a57676",
},
];

export default parameters;

0 comments on commit e3aa50e

Please sign in to comment.