Skip to content

Commit

Permalink
Merge pull request #295 from VenusProtocol/feat/VEN-1823
Browse files Browse the repository at this point in the history
[VEN-1823]: deployment of TWT market
  • Loading branch information
GitGuru7 authored Dec 19, 2023
2 parents 51c4402 + dc35475 commit f5b767f
Show file tree
Hide file tree
Showing 13 changed files with 3,357 additions and 0 deletions.
74 changes: 74 additions & 0 deletions deployments/bscmainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -45346,6 +45346,80 @@
}
]
},
"VToken_vTWT_DeFi": {
"address": "0x736bf1D21A28b5DC19A1aC8cA71Fc2856C23c03F",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "beacon",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"stateMutability": "payable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "previousAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
{
"stateMutability": "payable",
"type": "fallback"
},
{
"stateMutability": "payable",
"type": "receive"
}
]
},
"VToken_vUSDD_DeFi": {
"address": "0xA615467caE6B9E0bb98BC04B4411d9296fd1dFa0",
"abi": [
Expand Down
246 changes: 246 additions & 0 deletions deployments/bscmainnet/VToken_vTWT_DeFi.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/bscmainnet_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"VToken_vRACA_GameFi": "0xE5FE5527A5b76C75eedE77FdFA6B80D52444A465",
"VToken_vSnBNB_LiquidStakedBNB": "0xd3CC9d8f3689B83c91b7B59cAB4946B063EB894A",
"VToken_vTRX_Tron": "0x836beb2cB723C498136e1119248436A645845F4E",
"VToken_vTWT_DeFi": "0x736bf1D21A28b5DC19A1aC8cA71Fc2856C23c03F",
"VToken_vUSDD_DeFi": "0xA615467caE6B9E0bb98BC04B4411d9296fd1dFa0",
"VToken_vUSDD_GameFi": "0x9f2FD23bd0A5E08C5f2b9DD6CF9C96Bfb5fA515C",
"VToken_vUSDD_LiquidStakedBNB": "0x3ee4be3425e5CC72445cd4C5325A6B5A15507670",
Expand Down
Loading

0 comments on commit f5b767f

Please sign in to comment.