Skip to content

Commit

Permalink
Updated Rinkeby and Kovan addresses & abis with latest Lens deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
torreyatcitty committed Oct 19, 2021
1 parent 5cdde74 commit 10270ae
Show file tree
Hide file tree
Showing 4 changed files with 1,229 additions and 1,009 deletions.
105 changes: 56 additions & 49 deletions networks/kovan-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xbdf950c9"
"type": "function"
},
{
"constant": false,
Expand Down Expand Up @@ -1079,8 +1078,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x0972bf8b"
"type": "function"
},
{
"constant": false,
Expand Down Expand Up @@ -1164,6 +1162,16 @@
"internalType": "uint256",
"name": "underlyingDecimals",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "compSpeed",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "borrowCap",
"type": "uint256"
}
],
"internalType": "struct CompoundLens.CTokenMetadata",
Expand All @@ -1173,8 +1181,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x158eca8b"
"type": "function"
},
{
"constant": false,
Expand Down Expand Up @@ -1258,6 +1265,16 @@
"internalType": "uint256",
"name": "underlyingDecimals",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "compSpeed",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "borrowCap",
"type": "uint256"
}
],
"internalType": "struct CompoundLens.CTokenMetadata[]",
Expand All @@ -1267,8 +1284,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x4b70d84b"
"type": "function"
},
{
"constant": false,
Expand Down Expand Up @@ -1301,8 +1317,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xc5ae5934"
"type": "function"
},
{
"constant": false,
Expand Down Expand Up @@ -1335,14 +1350,13 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x2b2d5ed6"
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "contract Comptroller",
"internalType": "contract ComptrollerLensInterface",
"name": "comptroller",
"type": "address"
},
Expand Down Expand Up @@ -1379,8 +1393,7 @@
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x7dd8f6d9"
"type": "function"
},
{
"constant": true,
Expand Down Expand Up @@ -1423,8 +1436,7 @@
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x416405d7"
"type": "function"
},
{
"constant": false,
Expand All @@ -1435,7 +1447,7 @@
"type": "address"
},
{
"internalType": "contract Comptroller",
"internalType": "contract ComptrollerLensInterface",
"name": "comptroller",
"type": "address"
},
Expand Down Expand Up @@ -1520,14 +1532,13 @@
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x59564219"
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "contract GovernorAlpha",
"internalType": "contract GovernorBravoInterface",
"name": "governor",
"type": "address"
},
Expand All @@ -1537,7 +1548,7 @@
"type": "uint256[]"
}
],
"name": "getGovProposals",
"name": "getGovBravoProposals",
"outputs": [
{
"components": [
Expand Down Expand Up @@ -1596,6 +1607,11 @@
"name": "againstVotes",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "abstainVotes",
"type": "uint256"
},
{
"internalType": "bool",
"name": "canceled",
Expand All @@ -1607,21 +1623,20 @@
"type": "bool"
}
],
"internalType": "struct CompoundLens.GovProposal[]",
"internalType": "struct CompoundLens.GovBravoProposal[]",
"name": "",
"type": "tuple[]"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x96994869"
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "contract GovernorAlpha",
"internalType": "contract GovernorBravoInterface",
"name": "governor",
"type": "address"
},
Expand All @@ -1636,7 +1651,7 @@
"type": "uint256[]"
}
],
"name": "getGovReceipts",
"name": "getGovBravoReceipts",
"outputs": [
{
"components": [
Expand All @@ -1651,31 +1666,30 @@
"type": "bool"
},
{
"internalType": "bool",
"internalType": "uint8",
"name": "support",
"type": "bool"
"type": "uint8"
},
{
"internalType": "uint96",
"name": "votes",
"type": "uint96"
}
],
"internalType": "struct CompoundLens.GovReceipt[]",
"internalType": "struct CompoundLens.GovBravoReceipt[]",
"name": "",
"type": "tuple[]"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x995ed99f"
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "contract GovernorBravo",
"internalType": "contract GovernorAlpha",
"name": "governor",
"type": "address"
},
Expand All @@ -1685,7 +1699,7 @@
"type": "uint256[]"
}
],
"name": "getGovBravoProposals",
"name": "getGovProposals",
"outputs": [
{
"components": [
Expand Down Expand Up @@ -1744,11 +1758,6 @@
"name": "againstVotes",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "abstainVotes",
"type": "uint256"
},
{
"internalType": "bool",
"name": "canceled",
Expand All @@ -1760,21 +1769,20 @@
"type": "bool"
}
],
"internalType": "struct CompoundLens.GovBravoProposal[]",
"internalType": "struct CompoundLens.GovProposal[]",
"name": "",
"type": "tuple[]"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x96994869"
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "contract GovernorBravo",
"internalType": "contract GovernorAlpha",
"name": "governor",
"type": "address"
},
Expand All @@ -1789,7 +1797,7 @@
"type": "uint256[]"
}
],
"name": "getGovBravoReceipts",
"name": "getGovReceipts",
"outputs": [
{
"components": [
Expand All @@ -1804,25 +1812,24 @@
"type": "bool"
},
{
"internalType": "uint8",
"internalType": "bool",
"name": "support",
"type": "uint8"
"type": "bool"
},
{
"internalType": "uint96",
"name": "votes",
"type": "uint96"
}
],
"internalType": "struct CompoundLens.GovBravoReceipt[]",
"internalType": "struct CompoundLens.GovReceipt[]",
"name": "",
"type": "tuple[]"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x995ed99f"
"type": "function"
}
],
"Base200bps_Slope2000bps_Jump20000bps_Kink90": [
Expand Down
2 changes: 1 addition & 1 deletion networks/kovan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Contracts": {
"Comp": "0x61460874a7196d6a22D1eE4922473664b3E95270",
"CompoundLens": "0x08CcdB87966C4C7c3Ce7dA8C103c8E14627753D0",
"CompoundLens": "0x1C235cD4f8A3884f7aD9f6768E27C10fb5156D15",
"Base200bps_Slope2000bps_Jump20000bps_Kink90": "0x255559E3608a4251F04C227E57F24d9af921940E",
"Base200bps_Slope3000bps": "0x7BDf14574c844cD9B75073f91Bb1aEAb44aB0529",
"Base500bps_Slope1200bps": "0xb9c437ff606d51666aC98078c4693f32A6091ac7",
Expand Down
Loading

0 comments on commit 10270ae

Please sign in to comment.