Skip to content

Commit

Permalink
Merge branch 'release/2.0.2' of github.com:renproject/gateway-sol int…
Browse files Browse the repository at this point in the history
…o release/2.0.2
  • Loading branch information
0x31 committed Jul 4, 2022
2 parents 227d928 + d96b34f commit 54084b1
Show file tree
Hide file tree
Showing 420 changed files with 54,599 additions and 129 deletions.
26 changes: 13 additions & 13 deletions .openzeppelin/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,31 +151,31 @@
{
"contract": "RenAssetFactoryState",
"label": "_renAssetProxyBeacon",
"type": "t_contract(RenAssetProxyBeacon)9180",
"type": "t_contract(RenAssetProxyBeacon)9983",
"src": "src/GatewayRegistry/RenAssetFactory.sol:17"
},
{
"contract": "RenAssetFactoryState",
"label": "_mintGatewayProxyBeacon",
"type": "t_contract(MintGatewayProxyBeacon)9198",
"type": "t_contract(MintGatewayProxyBeacon)10001",
"src": "src/GatewayRegistry/RenAssetFactory.sol:18"
},
{
"contract": "RenAssetFactoryState",
"label": "_lockGatewayProxyBeacon",
"type": "t_contract(LockGatewayProxyBeacon)9216",
"type": "t_contract(LockGatewayProxyBeacon)10019",
"src": "src/GatewayRegistry/RenAssetFactory.sol:19"
},
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewaySymbols",
"type": "t_struct(Set)11924_storage",
"type": "t_struct(Set)13090_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:26"
},
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewaySymbols",
"type": "t_struct(Set)11924_storage",
"type": "t_struct(Set)13090_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:27"
},
{
Expand All @@ -187,7 +187,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)7945_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:30"
},
{
Expand All @@ -199,7 +199,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)7945_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:33"
},
{
Expand Down Expand Up @@ -228,7 +228,7 @@
}
],
"types": {
"t_struct(Set)11924_storage": {
"t_struct(Set)13090_storage": {
"label": "struct StringSet.Set",
"members": [
{
Expand Down Expand Up @@ -259,10 +259,10 @@
"t_address": {
"label": "address"
},
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)7945_storage)": {
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)": {
"label": "mapping(string => struct GatewayRegistryStateV2.GatewayDetails)"
},
"t_struct(GatewayDetails)7945_storage": {
"t_struct(GatewayDetails)8748_storage": {
"label": "struct GatewayRegistryStateV2.GatewayDetails",
"members": [
{
Expand All @@ -278,13 +278,13 @@
"t_array(t_uint256)39_storage": {
"label": "uint256[39]"
},
"t_contract(RenAssetProxyBeacon)9180": {
"t_contract(RenAssetProxyBeacon)9983": {
"label": "contract RenAssetProxyBeacon"
},
"t_contract(MintGatewayProxyBeacon)9198": {
"t_contract(MintGatewayProxyBeacon)10001": {
"label": "contract MintGatewayProxyBeacon"
},
"t_contract(LockGatewayProxyBeacon)9216": {
"t_contract(LockGatewayProxyBeacon)10019": {
"label": "contract LockGatewayProxyBeacon"
},
"t_mapping(t_bytes32,t_struct(AddressSet)3125_storage)": {
Expand Down
Loading

0 comments on commit 54084b1

Please sign in to comment.