Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: reimport testnet token deployments #544

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33,052 changes: 30,079 additions & 2,973 deletions deployments/bsctestnet.json

Large diffs are not rendered by default.

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.

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"
}
70 changes: 55 additions & 15 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
Loading