Skip to content

Commit

Permalink
Merge pull request #185 from rsksmart/feature/mainnet-deploy
Browse files Browse the repository at this point in the history
Deployed to mainnet
  • Loading branch information
MaximStanciu8 authored Jan 12, 2024
2 parents df330ea + 23ee6d3 commit a221de4
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 0 deletions.
347 changes: 347 additions & 0 deletions .openzeppelin/unknown-30.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,353 @@
}
}
}
},
"d854f9996cc7e19e766f2bd137d0e2c65ed7519af1409188c5dda5c0900140c1": {
"address": "0xC0734F2d988cAdF5999dB0B460748617EAf2d3c8",
"txHash": "0xf35b7332356d686d567e474b7d729351ad99deb299914edf62e27120871c691e",
"layout": {
"solcVersion": "0.8.18",
"storage": [
{
"contract": "Initializable",
"label": "_initialized",
"type": "t_uint8",
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
"retypedFrom": "bool"
},
{
"contract": "Initializable",
"label": "_initializing",
"type": "t_bool",
"src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
},
{
"contract": "ContextUpgradeable",
"label": "__gap",
"type": "t_array(t_uint256)50_storage",
"src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"contract": "OwnableUpgradeable",
"label": "_owner",
"type": "t_address",
"src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"contract": "OwnableUpgradeable",
"label": "__gap",
"type": "t_array(t_uint256)49_storage",
"src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
},
{
"contract": "ReentrancyGuardUpgradeable",
"label": "_status",
"type": "t_uint256",
"src": "../@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:38"
},
{
"contract": "ReentrancyGuardUpgradeable",
"label": "__gap",
"type": "t_array(t_uint256)49_storage",
"src": "../@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:80"
},
{
"contract": "LiquidityBridgeContract",
"label": "bridge",
"type": "t_contract(Bridge)2338",
"src": "../project:/contracts/LiquidityBridgeContract.sol:99"
},
{
"contract": "LiquidityBridgeContract",
"label": "balances",
"type": "t_mapping(t_address,t_uint256)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:100"
},
{
"contract": "LiquidityBridgeContract",
"label": "collateral",
"type": "t_mapping(t_address,t_uint256)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:101"
},
{
"contract": "LiquidityBridgeContract",
"label": "pegoutCollateral",
"type": "t_mapping(t_address,t_uint256)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:102"
},
{
"contract": "LiquidityBridgeContract",
"label": "liquidityProviders",
"type": "t_mapping(t_uint256,t_struct(LiquidityProvider)4102_storage)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:103"
},
{
"contract": "LiquidityBridgeContract",
"label": "callRegistry",
"type": "t_mapping(t_bytes32,t_struct(Registry)4084_storage)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:104"
},
{
"contract": "LiquidityBridgeContract",
"label": "resignationBlockNum",
"type": "t_mapping(t_address,t_uint256)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:105"
},
{
"contract": "LiquidityBridgeContract",
"label": "minCollateral",
"type": "t_uint256",
"src": "../project:/contracts/LiquidityBridgeContract.sol:107"
},
{
"contract": "LiquidityBridgeContract",
"label": "minPegIn",
"type": "t_uint256",
"src": "../project:/contracts/LiquidityBridgeContract.sol:108"
},
{
"contract": "LiquidityBridgeContract",
"label": "rewardP",
"type": "t_uint32",
"src": "../project:/contracts/LiquidityBridgeContract.sol:110"
},
{
"contract": "LiquidityBridgeContract",
"label": "resignDelayInBlocks",
"type": "t_uint32",
"src": "../project:/contracts/LiquidityBridgeContract.sol:111"
},
{
"contract": "LiquidityBridgeContract",
"label": "dust",
"type": "t_uint256",
"src": "../project:/contracts/LiquidityBridgeContract.sol:112"
},
{
"contract": "LiquidityBridgeContract",
"label": "providerId",
"type": "t_uint256",
"src": "../project:/contracts/LiquidityBridgeContract.sol:113"
},
{
"contract": "LiquidityBridgeContract",
"label": "btcBlockTime",
"type": "t_uint256",
"src": "../project:/contracts/LiquidityBridgeContract.sol:115"
},
{
"contract": "LiquidityBridgeContract",
"label": "mainnet",
"type": "t_bool",
"src": "../project:/contracts/LiquidityBridgeContract.sol:116"
},
{
"contract": "LiquidityBridgeContract",
"label": "processedQuotes",
"type": "t_mapping(t_bytes32,t_uint8)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:118"
},
{
"contract": "LiquidityBridgeContract",
"label": "registeredPegoutQuotes",
"type": "t_mapping(t_bytes32,t_struct(PegOutQuote)7060_storage)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:119"
},
{
"contract": "LiquidityBridgeContract",
"label": "pegoutRegistry",
"type": "t_mapping(t_bytes32,t_struct(PegoutRecord)4089_storage)",
"src": "../project:/contracts/LiquidityBridgeContract.sol:120"
}
],
"types": {
"t_contract(Bridge)2338": {
"label": "contract Bridge"
},
"t_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)"
},
"t_address": {
"label": "address"
},
"t_uint256": {
"label": "uint256"
},
"t_mapping(t_uint256,t_struct(LiquidityProvider)4102_storage)": {
"label": "mapping(uint256 => struct LiquidityBridgeContract.LiquidityProvider)"
},
"t_struct(LiquidityProvider)4102_storage": {
"label": "struct LiquidityBridgeContract.LiquidityProvider",
"members": [
{
"label": "id",
"type": "t_uint256"
},
{
"label": "provider",
"type": "t_address"
},
{
"label": "name",
"type": "t_string_storage"
},
{
"label": "apiBaseUrl",
"type": "t_string_storage"
},
{
"label": "status",
"type": "t_bool"
},
{
"label": "providerType",
"type": "t_string_storage"
}
]
},
"t_string_storage": {
"label": "string"
},
"t_bool": {
"label": "bool"
},
"t_mapping(t_bytes32,t_struct(Registry)4084_storage)": {
"label": "mapping(bytes32 => struct LiquidityBridgeContract.Registry)"
},
"t_bytes32": {
"label": "bytes32"
},
"t_struct(Registry)4084_storage": {
"label": "struct LiquidityBridgeContract.Registry",
"members": [
{
"label": "timestamp",
"type": "t_uint32"
},
{
"label": "success",
"type": "t_bool"
}
]
},
"t_uint32": {
"label": "uint32"
},
"t_mapping(t_bytes32,t_uint8)": {
"label": "mapping(bytes32 => uint8)"
},
"t_uint8": {
"label": "uint8"
},
"t_mapping(t_bytes32,t_struct(PegOutQuote)7060_storage)": {
"label": "mapping(bytes32 => struct Quotes.PegOutQuote)"
},
"t_struct(PegOutQuote)7060_storage": {
"label": "struct Quotes.PegOutQuote",
"members": [
{
"label": "lbcAddress",
"type": "t_address"
},
{
"label": "lpRskAddress",
"type": "t_address"
},
{
"label": "btcRefundAddress",
"type": "t_bytes_storage"
},
{
"label": "rskRefundAddress",
"type": "t_address"
},
{
"label": "lpBtcAddress",
"type": "t_bytes_storage"
},
{
"label": "callFee",
"type": "t_uint256"
},
{
"label": "penaltyFee",
"type": "t_uint256"
},
{
"label": "nonce",
"type": "t_int64"
},
{
"label": "deposityAddress",
"type": "t_bytes_storage"
},
{
"label": "value",
"type": "t_uint256"
},
{
"label": "agreementTimestamp",
"type": "t_uint32"
},
{
"label": "depositDateLimit",
"type": "t_uint32"
},
{
"label": "depositConfirmations",
"type": "t_uint16"
},
{
"label": "transferConfirmations",
"type": "t_uint16"
},
{
"label": "transferTime",
"type": "t_uint32"
},
{
"label": "expireDate",
"type": "t_uint32"
},
{
"label": "expireBlock",
"type": "t_uint32"
}
]
},
"t_bytes_storage": {
"label": "bytes"
},
"t_int64": {
"label": "int64"
},
"t_uint16": {
"label": "uint16"
},
"t_mapping(t_bytes32,t_struct(PegoutRecord)4089_storage)": {
"label": "mapping(bytes32 => struct LiquidityBridgeContract.PegoutRecord)"
},
"t_struct(PegoutRecord)4089_storage": {
"label": "struct LiquidityBridgeContract.PegoutRecord",
"members": [
{
"label": "depositTimestamp",
"type": "t_uint256"
},
{
"label": "completed",
"type": "t_bool"
}
]
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"LiquidityBridgeContract": {
"address": "0xAA9cAf1e3967600578727F975F283446A3Da6612",
"deployed": true
},
"Migrations": {
"address": "0x22183DB087d1Fed621435d00aa9cac4B5CdC9aE1",
"deployed": true
}
},
"rskTestnet": {
Expand Down

0 comments on commit a221de4

Please sign in to comment.