Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka authored and chechu committed Aug 26, 2024
1 parent d34bf38 commit 285b27e
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 4 deletions.
7 changes: 6 additions & 1 deletion deployments/bscmainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7669,7 +7669,7 @@
]
},
"RiskFundV2_Implementation": {
"address": "0x2F377545Fd095fA59A56Cb1fD7456A2a0B781Cb6",
"address": "0x7Ef5ABbcC9A701e728BeB7Afd4fb5747fAB15A28",
"abi": [
{
"inputs": [],
Expand Down Expand Up @@ -8219,6 +8219,11 @@
"name": "comptroller",
"type": "address"
},
{
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
Expand Down
2 changes: 1 addition & 1 deletion deployments/bscmainnet_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"RiskFundConverter_Implementation": "0xd420Bf9C31F6b4a98875B6e561b13aCB19210647",
"RiskFundConverter_Proxy": "0xA5622D276CcbB8d9BBE3D1ffd1BB11a0032E53F0",
"RiskFundV2": "0xdF31a28D68A2AB381D42b380649Ead7ae2A76E42",
"RiskFundV2_Implementation": "0x2F377545Fd095fA59A56Cb1fD7456A2a0B781Cb6",
"RiskFundV2_Implementation": "0x7Ef5ABbcC9A701e728BeB7Afd4fb5747fAB15A28",
"RiskFundV2_Proxy": "0xdF31a28D68A2AB381D42b380649Ead7ae2A76E42",
"SingleTokenConverterBeacon": "0x4c9D57b05B245c40235D720A5f3A592f3DfF11ca",
"SingleTokenConverterImp": "0x40ed28180Df01FdeB957224E4A5415704B9D5990",
Expand Down
55 changes: 54 additions & 1 deletion deployments/bsctestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7669,7 +7669,7 @@
]
},
"RiskFundV2_Implementation": {
"address": "0xcA2A023FBe3be30b7187E88D7FDE1A9a4358B509",
"address": "0x394C9a8cDbbFcAbEAb21fB105311B6B1f09b667a",
"abi": [
{
"inputs": [],
Expand Down Expand Up @@ -7940,6 +7940,31 @@
"name": "SweepToken",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "token",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "comptroller",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "SweepTokenFromPool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -8182,6 +8207,34 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "tokenAddress",
"type": "address"
},
{
"internalType": "address",
"name": "comptroller",
"type": "address"
},
{
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "sweepTokenFromPool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion deployments/bsctestnet_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"RiskFundConverter_Implementation": "0x857ebb8CAcb97DE5ab719320c9FB3aa16076bFe3",
"RiskFundConverter_Proxy": "0x32Fbf7bBbd79355B86741E3181ef8c1D9bD309Bb",
"RiskFundV2": "0x487CeF72dacABD7E12e633bb3B63815a386f7012",
"RiskFundV2_Implementation": "0xcA2A023FBe3be30b7187E88D7FDE1A9a4358B509",
"RiskFundV2_Implementation": "0x394C9a8cDbbFcAbEAb21fB105311B6B1f09b667a",
"RiskFundV2_Proxy": "0x487CeF72dacABD7E12e633bb3B63815a386f7012",
"SingleTokenConverterBeacon": "0xD2410D8B581D37c5B474CD9Ee0C15F02138AC028",
"SingleTokenConverterImp": "0x42Ec3Eb6F23460dFDfa3aE5688f3415CDfE0C6AD",
Expand Down

0 comments on commit 285b27e

Please sign in to comment.