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 Nov 4, 2024
1 parent 5d55389 commit 5f1c239
Show file tree
Hide file tree
Showing 2 changed files with 75 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
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

0 comments on commit 5f1c239

Please sign in to comment.