Skip to content

Commit

Permalink
Merge pull request #544 from VenusProtocol/import-missing-tesetnet-to…
Browse files Browse the repository at this point in the history
…kens

refactor: reimport testnet token deployments
  • Loading branch information
coreyar authored Jan 2, 2025
2 parents 438d7c6 + dd76350 commit 3ad387f
Show file tree
Hide file tree
Showing 25 changed files with 57,397 additions and 4,555 deletions.
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

0 comments on commit 3ad387f

Please sign in to comment.