Skip to content

Commit

Permalink
propose
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Oct 15, 2024
1 parent c58b32a commit 7beb99c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/contracts/.openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -7907,6 +7907,16 @@
},
"namespaces": {}
}
},
"33c24239caaac3fd3611b9deee3e2930bce76470c3edd1f73c25f36cbd55374c": {
"address": "0x98eEbd694eE24935615BF18bA1ae75B2E486487f",
"txHash": "0x80a9cdf4b47ba1eb757cab185f642294a4cf72f6884de435c7e989916df05c49",
"layout": {
"solcVersion": "0.8.9",
"storage": [],
"types": {},
"namespaces": {}
}
}
}
}
3 changes: 2 additions & 1 deletion packages/contracts/deployments/polygon/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"lender-commitment-forwarder:extensions:flash-rollover:g5-upgrade": 1721763120,
"lender-commitment-forwarder:extensions:loan-referral-forwarder:deploy": 1724268455,
"lender-commitment-forwarder:extensions:flash-rollover-widget:deploy": 1724268867,
"lender-commitment-forwarder:alpha:upgrade_referrals": 1724423940
"lender-commitment-forwarder:alpha:upgrade_referrals": 1724423940,
"loan-referral-forwarder:upgrade_1": 1729024662
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,38 @@
}
]
},
{
"type": "event",
"anonymous": false,
"name": "CommitmentAcceptedWithReferral",
"inputs": [
{
"type": "uint256",
"name": "bidId",
"indexed": true
},
{
"type": "address",
"name": "recipient",
"indexed": true
},
{
"type": "uint256",
"name": "fundsRemaining",
"indexed": false
},
{
"type": "uint256",
"name": "reward",
"indexed": false
},
{
"type": "address",
"name": "rewardRecipient",
"indexed": false
}
]
},
{
"type": "function",
"name": "TELLER_V2",
Expand Down Expand Up @@ -106,6 +138,6 @@
"blockHash": null,
"blockNumber": null
},
"numDeployments": 1,
"numDeployments": 2,
"implementation": "0xc15141287164375341CDfE856861776f0b16cCBb"
}

0 comments on commit 7beb99c

Please sign in to comment.