Skip to content

Commit

Permalink
Merge pull request #452 from VenusProtocol/feat/VEN-2925
Browse files Browse the repository at this point in the history
[VEN-2925]: USDC market deployments on zksync
  • Loading branch information
chechu authored Nov 6, 2024
2 parents 8ab609d + 5f1c239 commit fbdf778
Show file tree
Hide file tree
Showing 12 changed files with 3,613 additions and 0 deletions.
74 changes: 74 additions & 0 deletions deployments/zksyncmainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11909,6 +11909,80 @@
}
]
},
"VToken_vUSDC_Core": {
"address": "0x84064c058F2EFea4AB648bB6Bd7e40f83fFDe39a",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "beacon",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"stateMutability": "payable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "previousAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
{
"stateMutability": "payable",
"type": "fallback"
},
{
"stateMutability": "payable",
"type": "receive"
}
]
},
"VToken_vUSDT_Core": {
"address": "0x69cDA960E3b20DFD480866fFfd377Ebe40bd0A46",
"abi": [
Expand Down
317 changes: 317 additions & 0 deletions deployments/zksyncmainnet/VToken_vUSDC_Core.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/zksyncmainnet_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"VTokenBeacon": "0x53523537aa330640B80400EB8B309fF5896E7eb5",
"VTokenImpl": "0x6829fF2937F780eD01A4CE3FDa3d0bA63B1BD771",
"VToken_vUSDC.e_Core": "0x1aF23bD57c62A99C59aD48236553D0Dd11e49D2D",
"VToken_vUSDC_Core": "0x84064c058F2EFea4AB648bB6Bd7e40f83fFDe39a",
"VToken_vUSDT_Core": "0x69cDA960E3b20DFD480866fFfd377Ebe40bd0A46",
"VToken_vWBTC_Core": "0xAF8fD83cFCbe963211FAaf1847F0F217F80B4719",
"VToken_vWETH_Core": "0x1Fa916C27c7C2c4602124A14C77Dbb40a5FF1BE8",
Expand Down
Loading

0 comments on commit fbdf778

Please sign in to comment.