Skip to content

Commit

Permalink
refactor: reimport testnet token deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 31, 2024
1 parent 64d1396 commit 4065726
Show file tree
Hide file tree
Showing 25 changed files with 27,343 additions and 1,597 deletions.
3,326 changes: 3,326 additions & 0 deletions deployments/bsctestnet/vAAVE.json

Large diffs are not rendered by default.

3,244 changes: 3,244 additions & 0 deletions deployments/bsctestnet/vADA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deployments/bsctestnet/vBNB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,4 +1307,4 @@
}
],
"numDeployments": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,32 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "redeemer",
"type": "address"
},
{
"internalType": "uint256",
"name": "redeemTokens",
"type": "uint256"
}
],
"name": "redeemBehalf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand All @@ -2850,6 +2876,32 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "redeemer",
"type": "address"
},
{
"internalType": "uint256",
"name": "redeemAmount",
"type": "uint256"
}
],
"name": "redeemUnderlyingBehalf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -3004,13 +3056,7 @@
}
],
"name": "setProtocolShareReserve",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
Expand All @@ -3025,13 +3071,7 @@
}
],
"name": "setReduceReservesBlockDelta",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
Expand Down Expand Up @@ -3200,5 +3240,5 @@
}
],
"numDeployments": 1,
"implementation": "0x8d79c8f4400fe68fd17040539fe5e1706c1f2850"
}
"implementation": "0xad6aa8bb4829560412a94aa930745f407bf8000b"
}
72 changes: 56 additions & 16 deletions deployments/bsctestnet/vBUSD.json
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,32 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "redeemer",
"type": "address"
},
{
"internalType": "uint256",
"name": "redeemTokens",
"type": "uint256"
}
],
"name": "redeemBehalf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand All @@ -2850,6 +2876,32 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "redeemer",
"type": "address"
},
{
"internalType": "uint256",
"name": "redeemAmount",
"type": "uint256"
}
],
"name": "redeemUnderlyingBehalf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
Expand Down Expand Up @@ -3004,13 +3056,7 @@
}
],
"name": "setProtocolShareReserve",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
Expand All @@ -3025,13 +3071,7 @@
}
],
"name": "setReduceReservesBlockDelta",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
Expand Down Expand Up @@ -3200,5 +3240,5 @@
}
],
"numDeployments": 1,
"implementation": "0x8d79c8f4400fe68fd17040539fe5e1706c1f2850"
}
"implementation": "0xad6aa8bb4829560412a94aa930745f407bf8000b"
}
Loading

0 comments on commit 4065726

Please sign in to comment.