Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 authored and github-actions[bot] committed Jun 14, 2024
1 parent 1f2f819 commit a2ff8de
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
148 changes: 74 additions & 74 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -1357,80 +1357,6 @@
}
]
},
"WETHPrimeConverter": {
"address": "0xb8fD67f215117FADeF06447Af31590309750529D",
"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"
}
]
},
"ProtocolShareReserve": {
"address": "0x8c8c8530464f7D95552A11eC31Adbd4dC4AC4d3E",
"abi": [
Expand Down Expand Up @@ -5022,6 +4948,80 @@
}
]
},
"WETHPrimeConverter": {
"address": "0xb8fD67f215117FADeF06447Af31590309750529D",
"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"
}
]
},
"XVSVaultConverter": {
"address": "0x1FD30e761C3296fE36D9067b1e398FD97B4C0407",
"abi": [
Expand Down
2 changes: 1 addition & 1 deletion deployments/ethereum_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ConverterNetwork_Implementation": "0xB0F8531a8C9D09E8E344c78cb7200aAD61E4CdFA",
"ConverterNetwork_Proxy": "0x232CC47AECCC55C2CAcE4372f5B268b27ef7cac8",
"DefaultProxyAdmin": "0x567e4cc5e085d09f66f836fa8279f38b4e5866b9",
"WETHPrimeConverter": "0xb8fD67f215117FADeF06447Af31590309750529D",
"ProtocolShareReserve": "0x8c8c8530464f7D95552A11eC31Adbd4dC4AC4d3E",
"ProtocolShareReserve_Implementation": "0xee934792431B4Ebd91591a86c884A8b49Ed494C2",
"ProtocolShareReserve_Proxy": "0x8c8c8530464f7D95552A11eC31Adbd4dC4AC4d3E",
Expand All @@ -15,6 +14,7 @@
"USDCPrimeConverter": "0xcEB9503f10B781E30213c0b320bCf3b3cE54216E",
"USDTPrimeConverter": "0x4f55cb0a24D5542a3478B0E284259A6B850B06BD",
"WBTCPrimeConverter": "0xDcCDE673Cd8988745dA384A7083B0bd22085dEA0",
"WETHPrimeConverter": "0xb8fD67f215117FADeF06447Af31590309750529D",
"XVSVaultConverter": "0x1FD30e761C3296fE36D9067b1e398FD97B4C0407",
"XVSVaultTreasury": "0xaE39C38AF957338b3cEE2b3E5d825ea88df02EfE",
"XVSVaultTreasury_Implementation": "0xF37e2f9366Db8F26B1fAf16700C6858c09C8E754",
Expand Down

0 comments on commit a2ff8de

Please sign in to comment.