Skip to content

Commit 679f384

Browse files
Debugger022github-actions[bot]
authored andcommitted
feat: updating deployment files
1 parent 819bb9b commit 679f384

File tree

4 files changed

+2
-502
lines changed

4 files changed

+2
-502
lines changed

deployments/bscmainnet.json

Lines changed: 0 additions & 248 deletions
Original file line numberDiff line numberDiff line change
@@ -17553,254 +17553,6 @@
1755317553
"type": "function"
1755417554
}
1755517555
]
17556-
},
17557-
"xSolvBTCOneJumpRedStoneOracle_Implementation": {
17558-
"address": "0x5a9ca0d481b1f00cC48EaC43Df64f50e98bbdc48",
17559-
"abi": [
17560-
{
17561-
"inputs": [
17562-
{
17563-
"internalType": "address",
17564-
"name": "correlatedToken",
17565-
"type": "address"
17566-
},
17567-
{
17568-
"internalType": "address",
17569-
"name": "underlyingToken",
17570-
"type": "address"
17571-
},
17572-
{
17573-
"internalType": "address",
17574-
"name": "resilientOracle",
17575-
"type": "address"
17576-
},
17577-
{
17578-
"internalType": "address",
17579-
"name": "intermediateOracle",
17580-
"type": "address"
17581-
}
17582-
],
17583-
"stateMutability": "nonpayable",
17584-
"type": "constructor"
17585-
},
17586-
{
17587-
"inputs": [],
17588-
"name": "InvalidTokenAddress",
17589-
"type": "error"
17590-
},
17591-
{
17592-
"inputs": [],
17593-
"name": "ZeroAddressNotAllowed",
17594-
"type": "error"
17595-
},
17596-
{
17597-
"inputs": [],
17598-
"name": "CORRELATED_TOKEN",
17599-
"outputs": [
17600-
{
17601-
"internalType": "address",
17602-
"name": "",
17603-
"type": "address"
17604-
}
17605-
],
17606-
"stateMutability": "view",
17607-
"type": "function"
17608-
},
17609-
{
17610-
"inputs": [],
17611-
"name": "INTERMEDIATE_ORACLE",
17612-
"outputs": [
17613-
{
17614-
"internalType": "contract OracleInterface",
17615-
"name": "",
17616-
"type": "address"
17617-
}
17618-
],
17619-
"stateMutability": "view",
17620-
"type": "function"
17621-
},
17622-
{
17623-
"inputs": [],
17624-
"name": "RESILIENT_ORACLE",
17625-
"outputs": [
17626-
{
17627-
"internalType": "contract OracleInterface",
17628-
"name": "",
17629-
"type": "address"
17630-
}
17631-
],
17632-
"stateMutability": "view",
17633-
"type": "function"
17634-
},
17635-
{
17636-
"inputs": [],
17637-
"name": "UNDERLYING_TOKEN",
17638-
"outputs": [
17639-
{
17640-
"internalType": "address",
17641-
"name": "",
17642-
"type": "address"
17643-
}
17644-
],
17645-
"stateMutability": "view",
17646-
"type": "function"
17647-
},
17648-
{
17649-
"inputs": [
17650-
{
17651-
"internalType": "address",
17652-
"name": "asset",
17653-
"type": "address"
17654-
}
17655-
],
17656-
"name": "getPrice",
17657-
"outputs": [
17658-
{
17659-
"internalType": "uint256",
17660-
"name": "",
17661-
"type": "uint256"
17662-
}
17663-
],
17664-
"stateMutability": "view",
17665-
"type": "function"
17666-
}
17667-
]
17668-
},
17669-
"xSolvBTCOneJumpRedStoneOracle_Proxy": {
17670-
"address": "0xD39f9280873EB8A312246ee85f7ff118cb8206bb",
17671-
"abi": [
17672-
{
17673-
"inputs": [
17674-
{
17675-
"internalType": "address",
17676-
"name": "_logic",
17677-
"type": "address"
17678-
},
17679-
{
17680-
"internalType": "address",
17681-
"name": "admin_",
17682-
"type": "address"
17683-
},
17684-
{
17685-
"internalType": "bytes",
17686-
"name": "_data",
17687-
"type": "bytes"
17688-
}
17689-
],
17690-
"stateMutability": "payable",
17691-
"type": "constructor"
17692-
},
17693-
{
17694-
"anonymous": false,
17695-
"inputs": [
17696-
{
17697-
"indexed": false,
17698-
"internalType": "address",
17699-
"name": "previousAdmin",
17700-
"type": "address"
17701-
},
17702-
{
17703-
"indexed": false,
17704-
"internalType": "address",
17705-
"name": "newAdmin",
17706-
"type": "address"
17707-
}
17708-
],
17709-
"name": "AdminChanged",
17710-
"type": "event"
17711-
},
17712-
{
17713-
"anonymous": false,
17714-
"inputs": [
17715-
{
17716-
"indexed": true,
17717-
"internalType": "address",
17718-
"name": "beacon",
17719-
"type": "address"
17720-
}
17721-
],
17722-
"name": "BeaconUpgraded",
17723-
"type": "event"
17724-
},
17725-
{
17726-
"anonymous": false,
17727-
"inputs": [
17728-
{
17729-
"indexed": true,
17730-
"internalType": "address",
17731-
"name": "implementation",
17732-
"type": "address"
17733-
}
17734-
],
17735-
"name": "Upgraded",
17736-
"type": "event"
17737-
},
17738-
{
17739-
"stateMutability": "payable",
17740-
"type": "fallback"
17741-
},
17742-
{
17743-
"inputs": [],
17744-
"name": "admin",
17745-
"outputs": [
17746-
{
17747-
"internalType": "address",
17748-
"name": "admin_",
17749-
"type": "address"
17750-
}
17751-
],
17752-
"stateMutability": "nonpayable",
17753-
"type": "function"
17754-
},
17755-
{
17756-
"inputs": [],
17757-
"name": "implementation",
17758-
"outputs": [
17759-
{
17760-
"internalType": "address",
17761-
"name": "implementation_",
17762-
"type": "address"
17763-
}
17764-
],
17765-
"stateMutability": "nonpayable",
17766-
"type": "function"
17767-
},
17768-
{
17769-
"inputs": [
17770-
{
17771-
"internalType": "address",
17772-
"name": "newImplementation",
17773-
"type": "address"
17774-
}
17775-
],
17776-
"name": "upgradeTo",
17777-
"outputs": [],
17778-
"stateMutability": "nonpayable",
17779-
"type": "function"
17780-
},
17781-
{
17782-
"inputs": [
17783-
{
17784-
"internalType": "address",
17785-
"name": "newImplementation",
17786-
"type": "address"
17787-
},
17788-
{
17789-
"internalType": "bytes",
17790-
"name": "data",
17791-
"type": "bytes"
17792-
}
17793-
],
17794-
"name": "upgradeToAndCall",
17795-
"outputs": [],
17796-
"stateMutability": "payable",
17797-
"type": "function"
17798-
},
17799-
{
17800-
"stateMutability": "payable",
17801-
"type": "receive"
17802-
}
17803-
]
1780417556
}
1780517557
}
1780617558
}

deployments/bscmainnet_addresses.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
"wstETHOneJumpRedstoneOracle": "0x90dd7ae1137cC072F7740Ee0b264f2351515B98A",
6767
"wstETHOneJumpRedstoneOracle_Implementation": "0xCf56AEB81930bB4d1Bd94a2381A4A3fb6b4Bd44b",
6868
"wstETHOneJumpRedstoneOracle_Proxy": "0x90dd7ae1137cC072F7740Ee0b264f2351515B98A",
69-
"xSolvBTCOneJumpRedStoneOracle": "0xf5534f78Df9b610B19A63956d498d00CFaD8B9D3",
70-
"xSolvBTCOneJumpRedStoneOracle_Implementation": "0x5a9ca0d481b1f00cC48EaC43Df64f50e98bbdc48",
71-
"xSolvBTCOneJumpRedStoneOracle_Proxy": "0xD39f9280873EB8A312246ee85f7ff118cb8206bb"
69+
"xSolvBTCOneJumpRedStoneOracle": "0xf5534f78Df9b610B19A63956d498d00CFaD8B9D3"
7270
}
7371
}

0 commit comments

Comments
 (0)