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

[VEN-1823]: deployment of TWT market #295

Merged
merged 12 commits into from
Dec 19, 2023
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
Loading