Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 authored and github-actions[bot] committed Sep 6, 2024
1 parent 8ef42d6 commit 74c4112
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 36 deletions.
128 changes: 110 additions & 18 deletions deployments/zksyncmainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chainId": "324",
"contracts": {
"ComptrollerBeacon": {
"address": "0x52Eb8B33DFDa74748A12F2BaB59b4742B3447528",
"address": "0x0221415aF47FD261dD39B72018423dADe5d937c5",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -110,7 +110,7 @@
]
},
"ComptrollerImpl": {
"address": "0x037C370Cbe262422Ea16c13F540F78A0354d2727",
"address": "0xB2B58B15667e39dc09A0e29f1863eee7FD495541",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -139,6 +139,11 @@
"name": "ActionPaused",
"type": "error"
},
{
"inputs": [],
"name": "BorrowActionNotPaused",
"type": "error"
},
{
"inputs": [
{
Expand All @@ -155,6 +160,11 @@
"name": "BorrowCapExceeded",
"type": "error"
},
{
"inputs": [],
"name": "BorrowCapIsNotZero",
"type": "error"
},
{
"inputs": [
{
Expand All @@ -171,6 +181,11 @@
"name": "CollateralExceedsThreshold",
"type": "error"
},
{
"inputs": [],
"name": "CollateralFactorIsNotZero",
"type": "error"
},
{
"inputs": [],
"name": "ComptrollerMismatch",
Expand All @@ -181,6 +196,16 @@
"name": "DelegationStatusUnchanged",
"type": "error"
},
{
"inputs": [],
"name": "EnterMarketActionNotPaused",
"type": "error"
},
{
"inputs": [],
"name": "ExitMarketActionNotPaused",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -217,6 +242,11 @@
"name": "InvalidLiquidationThreshold",
"type": "error"
},
{
"inputs": [],
"name": "LiquidateActionNotPaused",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -287,6 +317,11 @@
"name": "MinimalCollateralViolated",
"type": "error"
},
{
"inputs": [],
"name": "MintActionNotPaused",
"type": "error"
},
{
"inputs": [],
"name": "NonzeroBorrowBalance",
Expand All @@ -303,6 +338,21 @@
"name": "PriceError",
"type": "error"
},
{
"inputs": [],
"name": "RedeemActionNotPaused",
"type": "error"
},
{
"inputs": [],
"name": "RepayActionNotPaused",
"type": "error"
},
{
"inputs": [],
"name": "SeizeActionNotPaused",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -335,11 +385,21 @@
"name": "SupplyCapExceeded",
"type": "error"
},
{
"inputs": [],
"name": "SupplyCapIsNotZero",
"type": "error"
},
{
"inputs": [],
"name": "TooMuchRepay",
"type": "error"
},
{
"inputs": [],
"name": "TransferActionNotPaused",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -515,6 +575,19 @@
"name": "MarketSupported",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "vToken",
"type": "address"
}
],
"name": "MarketUnlisted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -2108,6 +2181,25 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "market",
"type": "address"
}
],
"name": "unlistMarket",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2142,7 +2234,7 @@
]
},
"Comptroller_Core": {
"address": "0xF06eC097C735fA4A6eFe2F6467fE7e8DaFff33Cb",
"address": "0xddE4D098D9995B659724ae6d5E3FB9681Ac941B1",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -2381,7 +2473,7 @@
]
},
"JumpRateModelV2_base0bps_slope425bps_jump8000bps_kink8000bps": {
"address": "0xbFA2400c5E1C219325462Bb76D392FB5dd64a4f7",
"address": "0xd8b4c9574e80376Ce4687EAc57D594C560Dc7c3F",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -2741,7 +2833,7 @@
]
},
"JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps": {
"address": "0xb3d2aA830F2269052841170B2be2e9fAA1cc9023",
"address": "0x6e0f830e7fc78a296B0EbD5694573C2D9f0994B1",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -3101,7 +3193,7 @@
]
},
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": {
"address": "0xD65abA53394dA704Ba63Ff6dBcCcc110b0b1A827",
"address": "0xDe0DdC53BE71B2C67808392088A922AdC4ec3114",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -3461,7 +3553,7 @@
]
},
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
"address": "0x4E19c35c94A622d7FfaB9D97dCD264Aa560F37e8",
"address": "0xab2A687A02F5EE7A5b3B52E929705cCA470A0844",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -3821,7 +3913,7 @@
]
},
"PoolLens": {
"address": "0x7a9023E183a17c4Cc24c64B425aEf0e44F3383Ef",
"address": "0x69FC4232959131B4992597B739cEC97Ee898aA68",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -4992,7 +5084,7 @@
]
},
"PoolRegistry": {
"address": "0x675075620eAaC74D7cFDAd8D0d8561bC865cDCe9",
"address": "0xFD96B926298034aed9bBe0Cca4b651E41eB87Bc4",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -5801,7 +5893,7 @@
]
},
"PoolRegistry_Implementation": {
"address": "0xb2a99630e5855e8B5Ee75bdC7ebA00624e7e002e",
"address": "0x204Dfdbb0F066dAfaD8C7fc07B04751A973ADCFb",
"abi": [
{
"inputs": [],
Expand Down Expand Up @@ -6484,7 +6576,7 @@
]
},
"PoolRegistry_Proxy": {
"address": "0x675075620eAaC74D7cFDAd8D0d8561bC865cDCe9",
"address": "0xFD96B926298034aed9bBe0Cca4b651E41eB87Bc4",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -6620,7 +6712,7 @@
]
},
"VTokenBeacon": {
"address": "0xed428BD0b7eEA7a1ec726530Fda68EB8578CfCB0",
"address": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -6727,7 +6819,7 @@
]
},
"VTokenImpl": {
"address": "0xde1aC1d70D53cDa4d08f2DD451876CEe4dCdBea5",
"address": "0x6829fF2937F780eD01A4CE3FDa3d0bA63B1BD771",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -8796,7 +8888,7 @@
]
},
"VToken_vUSDC.e_Core": {
"address": "0xD1c61717A7155670216Da69CF7Dfc255084d355D",
"address": "0x1aF23bD57c62A99C59aD48236553D0Dd11e49D2D",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -8870,7 +8962,7 @@
]
},
"VToken_vUSDT_Core": {
"address": "0x52D2fDb7799B35C66F89352329304D3d23Fb6112",
"address": "0x69cDA960E3b20DFD480866fFfd377Ebe40bd0A46",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -8944,7 +9036,7 @@
]
},
"VToken_vWBTC_Core": {
"address": "0xe1F5e4085Cd9C36cbde8Dd726cA87C3C4d142189",
"address": "0xAF8fD83cFCbe963211FAaf1847F0F217F80B4719",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -9018,7 +9110,7 @@
]
},
"VToken_vWETH_Core": {
"address": "0xa85323aE38be6f2f2EDF5206d5Cbcad1f230F552",
"address": "0x1Fa916C27c7C2c4602124A14C77Dbb40a5FF1BE8",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -9092,7 +9184,7 @@
]
},
"VToken_vZK_Core": {
"address": "0x0da4dCfC09C445985ce62aFC618BC2222ae1C513",
"address": "0x697a70779C1A03Ba2BD28b7627a902BFf831b616",
"abi": [
{
"inputs": [
Expand Down
36 changes: 18 additions & 18 deletions deployments/zksyncmainnet_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "zksyncmainnet",
"chainId": "324",
"addresses": {
"ComptrollerBeacon": "0x52Eb8B33DFDa74748A12F2BaB59b4742B3447528",
"ComptrollerImpl": "0x037C370Cbe262422Ea16c13F540F78A0354d2727",
"Comptroller_Core": "0xF06eC097C735fA4A6eFe2F6467fE7e8DaFff33Cb",
"ComptrollerBeacon": "0x0221415aF47FD261dD39B72018423dADe5d937c5",
"ComptrollerImpl": "0xB2B58B15667e39dc09A0e29f1863eee7FD495541",
"Comptroller_Core": "0xddE4D098D9995B659724ae6d5E3FB9681Ac941B1",
"DefaultProxyAdmin": "0x8Ea1A989B036f7Ef21bb95CE4E7961522Ca00287",
"JumpRateModelV2_base0bps_slope425bps_jump8000bps_kink8000bps": "0xbFA2400c5E1C219325462Bb76D392FB5dd64a4f7",
"JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps": "0xb3d2aA830F2269052841170B2be2e9fAA1cc9023",
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": "0xD65abA53394dA704Ba63Ff6dBcCcc110b0b1A827",
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0x4E19c35c94A622d7FfaB9D97dCD264Aa560F37e8",
"PoolLens": "0x7a9023E183a17c4Cc24c64B425aEf0e44F3383Ef",
"PoolRegistry": "0x675075620eAaC74D7cFDAd8D0d8561bC865cDCe9",
"PoolRegistry_Implementation": "0xb2a99630e5855e8B5Ee75bdC7ebA00624e7e002e",
"PoolRegistry_Proxy": "0x675075620eAaC74D7cFDAd8D0d8561bC865cDCe9",
"VTokenBeacon": "0xed428BD0b7eEA7a1ec726530Fda68EB8578CfCB0",
"VTokenImpl": "0xde1aC1d70D53cDa4d08f2DD451876CEe4dCdBea5",
"VToken_vUSDC.e_Core": "0xD1c61717A7155670216Da69CF7Dfc255084d355D",
"VToken_vUSDT_Core": "0x52D2fDb7799B35C66F89352329304D3d23Fb6112",
"VToken_vWBTC_Core": "0xe1F5e4085Cd9C36cbde8Dd726cA87C3C4d142189",
"VToken_vWETH_Core": "0xa85323aE38be6f2f2EDF5206d5Cbcad1f230F552",
"VToken_vZK_Core": "0x0da4dCfC09C445985ce62aFC618BC2222ae1C513"
"JumpRateModelV2_base0bps_slope425bps_jump8000bps_kink8000bps": "0xd8b4c9574e80376Ce4687EAc57D594C560Dc7c3F",
"JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps": "0x6e0f830e7fc78a296B0EbD5694573C2D9f0994B1",
"JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps": "0xDe0DdC53BE71B2C67808392088A922AdC4ec3114",
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0xab2A687A02F5EE7A5b3B52E929705cCA470A0844",
"PoolLens": "0x69FC4232959131B4992597B739cEC97Ee898aA68",
"PoolRegistry": "0xFD96B926298034aed9bBe0Cca4b651E41eB87Bc4",
"PoolRegistry_Implementation": "0x204Dfdbb0F066dAfaD8C7fc07B04751A973ADCFb",
"PoolRegistry_Proxy": "0xFD96B926298034aed9bBe0Cca4b651E41eB87Bc4",
"VTokenBeacon": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
"VTokenImpl": "0x6829fF2937F780eD01A4CE3FDa3d0bA63B1BD771",
"VToken_vUSDC.e_Core": "0x1aF23bD57c62A99C59aD48236553D0Dd11e49D2D",
"VToken_vUSDT_Core": "0x69cDA960E3b20DFD480866fFfd377Ebe40bd0A46",
"VToken_vWBTC_Core": "0xAF8fD83cFCbe963211FAaf1847F0F217F80B4719",
"VToken_vWETH_Core": "0x1Fa916C27c7C2c4602124A14C77Dbb40a5FF1BE8",
"VToken_vZK_Core": "0x697a70779C1A03Ba2BD28b7627a902BFf831b616"
}
}

0 comments on commit 74c4112

Please sign in to comment.