From fcb8dd14590e4f772fdfc305c1e80363e41549dd Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 5 Sep 2024 23:57:20 -0400 Subject: [PATCH] refactor: spell error, unsaved file --- src/helper/Constants.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/Constants.sol b/src/helper/Constants.sol index b44c710..5664215 100644 --- a/src/helper/Constants.sol +++ b/src/helper/Constants.sol @@ -8,7 +8,7 @@ IPriceFeed constant ETH_PER_EZETH_CHAINLINK = IPriceFeed(0x636A000262F6aA9e1F094 IPriceFeed constant ETH_PER_RSETH_CHAINLINK = IPriceFeed(0x03c68933f7a3F76875C0bc670a58e69294cDFD01); IPriceFeed constant ETH_PER_RSWETH_CHAINLINK = IPriceFeed(0xb613CfebD0b6e95abDDe02677d6bC42394FdB857); IPriceFeed constant ETH_PER_PUFETH_REDSTONE = IPriceFeed(0x76A495b0bFfb53ef3F0E94ef0763e03cE410835C); -IPriceFeed constant ETH_PER_APXETH_REDSTOME = IPriceFeed(0x19219BC90F48DeE4d5cF202E09c438FAacFd8Bea); +IPriceFeed constant ETH_PER_APXETH_REDSTONE = IPriceFeed(0x19219BC90F48DeE4d5cF202E09c438FAacFd8Bea); address constant SWBTC = 0x8DB2350D78aBc13f5673A411D4700BCF87864dDE; address constant WBTC_ETHEREUM = 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599;