ebtc-protocol / ebtc-multisig

eBTC's EVM multisig operations.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Adjust implementations according to latest release candidate #5

Closed sajanrajdev closed 6 months ago

sajanrajdev commented 7 months ago

A few changes to the core's codebase are under review and soon to be released on RC 0.6. The eBTC library and scripts must be adapted to reflect these changes and tests must be introduced were applicable.

sajanrajdev commented 7 months ago

RC0.6 was deployed on Sepolia:

{
  "highSecTimelock": {
    "address": "0x0F7eBa761D85351aa94F47AF66B16409b673144d",
    "verification": "https://sepolia.etherscan.io/address/0x0F7eBa761D85351aa94F47AF66B16409b673144d#code"
  },
  "lowSecTimelock": {
    "address": "0x981EF454d1433C664C09F1b8d73B0381D13ac7BD",
    "verification": "https://sepolia.etherscan.io/address/0x981EF454d1433C664C09F1b8d73B0381D13ac7BD#code"
  },
  "eBTCDeployer": {
    "address": "0xC0BB8cB46778777308C51b863e6200A48BCDaEC5",
    "verification": "https://sepolia.etherscan.io/address/0xC0BB8cB46778777308C51b863e6200A48BCDaEC5#code"
  },
  "authority": {
    "address": "0xb80142C74353066519a47119CE589ef0059EC169",
    "verification": "https://sepolia.etherscan.io/address/0xb80142C74353066519a47119CE589ef0059EC169#code"
  },
  "liquidationLibrary": {
    "address": "0x8C4f04c7164fB3847D4dFdD0470707a74DB72215",
    "verification": "https://sepolia.etherscan.io/address/0x8C4f04c7164fB3847D4dFdD0470707a74DB72215#code"
  },
  "cdpManager": {
    "address": "0x4819558026d1bAe3ab4B6DE203a0483E8F23E047",
    "verification": "https://sepolia.etherscan.io/address/0x4819558026d1bAe3ab4B6DE203a0483E8F23E047#code"
  },
  "borrowerOperations": {
    "address": "0x3CABDD1dF8aDdd87DA26a24ccD292f64b6065f2B",
    "verification": "https://sepolia.etherscan.io/address/0x3CABDD1dF8aDdd87DA26a24ccD292f64b6065f2B#code"
  },
  "eBTCToken": {
    "address": "0x0b3e07D082F07d6a8Dba3a6f6aCf32ae1ed16Ea4",
    "verification": "https://sepolia.etherscan.io/address/0x0b3e07D082F07d6a8Dba3a6f6aCf32ae1ed16Ea4#code"
  },
  "priceFeed": {
    "address": "0xD91c9CF0499ba9A6Eee7BED92c9F938C5fD4eD69",
    "verification": "https://sepolia.etherscan.io/address/0xD91c9CF0499ba9A6Eee7BED92c9F938C5fD4eD69#code"
  },
  "ebtcFeed": {
    "address": "0x5DbF3c1417BE8E0DF3e167E7054823B018EE5fdD",
    "verification": "https://sepolia.etherscan.io/address/0x5DbF3c1417BE8E0DF3e167E7054823B018EE5fdD#code"
  },
  "activePool": {
    "address": "0x2A83d2b80D908A03032ddb274ED854c17815f60A",
    "verification": "https://sepolia.etherscan.io/address/0x2A83d2b80D908A03032ddb274ED854c17815f60A#code"
  },
  "collSurplusPool": {
    "address": "0xb7a0f6e823ba9f4b80003aF37af71bAE04868eBb",
    "verification": "https://sepolia.etherscan.io/address/0xb7a0f6e823ba9f4b80003aF37af71bAE04868eBb#code"
  },
  "sortedCdps": {
    "address": "0x9637Aa7b8fEAa6Ae3481f7cC08EAe523ac032D61",
    "verification": "https://sepolia.etherscan.io/address/0x9637Aa7b8fEAa6Ae3481f7cC08EAe523ac032D61#code"
  },
  "hintHelpers": {
    "address": "0xfc6dc2C90bF01c7B7bfe7F4D14C77F155613C54b",
    "verification": "https://sepolia.etherscan.io/address/0xfc6dc2C90bF01c7B7bfe7F4D14C77F155613C54b#code"
  },
  "feeRecipient": {
    "address": "0x37A7E626dac6d6253a6423674CaA41204661cAcd",
    "verification": "https://sepolia.etherscan.io/address/0x37A7E626dac6d6253a6423674CaA41204661cAcd#code"
  },
  "multiCdpGetter": {
    "address": "0x3Bf95b56488Dfb33B23c6CcB80F1589d87530A37",
    "verification": "https://sepolia.etherscan.io/address/0x3Bf95b56488Dfb33B23c6CcB80F1589d87530A37#code"
  }
}
sajanrajdev commented 6 months ago

Merged