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

deployment to goerli #63

Closed
wants to merge 1 commit into from
Closed

deployment to goerli #63

wants to merge 1 commit into from

Conversation

josojo
Copy link
Collaborator

@josojo josojo commented Aug 15, 2023

This was one deployment done to goerli.
All contracts beside the bridge are verified in etherscan. Bridge could not yet be verified - likely - due to library usage that was deployed not in one go.

I will use this deployment to start a first testnetwork and later revisit the scripts

additional information: { "manifestVersion": "3.2", "admin": { "address": "0x765545323e966cF9f4efc30B9fBBe38185784b51", "txHash": "0x9745fae6257e5cfd2f1540ed272e9d5745ea086c56d426f400f56aeee56a6d0a" }, "proxies": [ { "address": "0xCc3B14273F35D75d007BEed2d558a7cDCD945B8D", "txHash": "0x642c5d9503f199a59a7f802a9ad705cf7844858b7cd3aabafac5f9368e1c6edd", "kind": "transparent" } ], "impls": { "e1eeb1c462d95f5222fb10770bb4d628266d2746b9b4ff0a47aa178b911a4c57": { "address": "0xcAD76c0155B6539A6CDfaee97f87894105781572", "txHash": "0xe0eff9e4920594a423407b33ed11c2fc7aaf282721e9a3d8fa9264bd1a524e32", "layout": { "solcVersion": "0.8.17", "storage": [ { "label": "_initialized", "offset": 0, "slot": "0", "type": "t_uint8", "contract": "Initializable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol:63", "retypedFrom": "bool" }, { "label": "_initializing", "offset": 1, "slot": "0", "type": "t_bool", "contract": "Initializable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol:68" }, { "label": "__gap", "offset": 0, "slot": "1", "type": "t_array(t_uint256)50_storage", "contract": "ContextUpgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol:36" }, { "label": "_balances", "offset": 0, "slot": "51", "type": "t_mapping(t_address,t_uint256)", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:40" }, { "label": "_allowances", "offset": 0, "slot": "52", "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:42" }, { "label": "_totalSupply", "offset": 0, "slot": "53", "type": "t_uint256", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:44" }, { "label": "_name", "offset": 0, "slot": "54", "type": "t_string_storage", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:46" }, { "label": "_symbol", "offset": 0, "slot": "55", "type": "t_string_storage", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:47" }, { "label": "__gap", "offset": 0, "slot": "56", "type": "t_array(t_uint256)45_storage", "contract": "ERC20Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:376" }, { "label": "forkmanager", "offset": 0, "slot": "101", "type": "t_address", "contract": "ForkableStructure", "src": "development/contracts/mixin/ForkableStructure.sol:11" }, { "label": "parentContract", "offset": 0, "slot": "102", "type": "t_address", "contract": "ForkableStructure", "src": "development/contracts/mixin/ForkableStructure.sol:14" }, { "label": "children", "offset": 0, "slot": "103", "type": "t_mapping(t_uint256,t_address)", "contract": "ForkableStructure", "src": "development/contracts/mixin/ForkableStructure.sol:19" }, { "label": "__gap", "offset": 0, "slot": "104", "type": "t_array(t_uint256)50_storage", "contract": "ERC165Upgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/utils/introspection/ERC165Upgradeable.sol:41" }, { "label": "_roles", "offset": 0, "slot": "154", "type": "t_mapping(t_bytes32,t_struct(RoleData)15310_storage)", "contract": "AccessControlUpgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol:62" }, { "label": "__gap", "offset": 0, "slot": "155", "type": "t_array(t_uint256)49_storage", "contract": "AccessControlUpgradeable", "src": "lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol:260" } ], "types": { "t_address": { "label": "address", "numberOfBytes": "20" }, "t_array(t_uint256)45_storage": { "label": "uint256[45]", "numberOfBytes": "1440" }, "t_array(t_uint256)49_storage": { "label": "uint256[49]", "numberOfBytes": "1568" }, "t_array(t_uint256)50_storage": { "label": "uint256[50]", "numberOfBytes": "1600" }, "t_bool": { "label": "bool", "numberOfBytes": "1" }, "t_bytes32": { "label": "bytes32", "numberOfBytes": "32" }, "t_mapping(t_address,t_bool)": { "label": "mapping(address => bool)", "numberOfBytes": "32" }, "t_mapping(t_address,t_mapping(t_address,t_uint256))": { "label": "mapping(address => mapping(address => uint256))", "numberOfBytes": "32" }, "t_mapping(t_address,t_uint256)": { "label": "mapping(address => uint256)", "numberOfBytes": "32" }, "t_mapping(t_bytes32,t_struct(RoleData)15310_storage)": { "label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)", "numberOfBytes": "32" }, "t_mapping(t_uint256,t_address)": { "label": "mapping(uint256 => address)", "numberOfBytes": "32" }, "t_string_storage": { "label": "string", "numberOfBytes": "32" }, "t_struct(RoleData)15310_storage": { "label": "struct AccessControlUpgradeable.RoleData", "members": [ { "label": "members", "type": "t_mapping(t_address,t_bool)", "offset": 0, "slot": "0" }, { "label": "adminRole", "type": "t_bytes32", "offset": 0, "slot": "1" } ], "numberOfBytes": "64" }, "t_uint256": { "label": "uint256", "numberOfBytes": "32" }, "t_uint8": { "label": "uint8", "numberOfBytes": "1" } } } } } }

{
"manifestVersion": "3.2",
"admin": {
"address": "0x039417449b55318556563211cB8De802F3D0bf2b",
"txHash": "0x04dbab902419788215e94024d9dfba5557d9180786055681a601d00be231b68f"
},
"proxies": [
{
"address": "0x0Ea91C666E6076d5C6c1A059b104f8b30F2434f2",
"txHash": "0x2d2e34ce9c9079191a6937759dce0a7b545ff9059616fc42e7c532c518fac815",
"kind": "transparent"
}
],
"impls": {
"ba83c5ba7e3392f889fe211bb1de50b59e6d72a47ad1a040faf05624a6982c81": {
"address": "0x26250656153B71E143f90439bAA861f6510c0629",
"txHash": "0x9997d93334a66f3b79662e40d5cdc9c3c2bba1ca095561c56e4b4115a2ed0e14",
"layout": {
"solcVersion": "0.8.17",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol:68"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol:36"
},
{
"label": "_balances",
"offset": 0,
"slot": "51",
"type": "t_mapping(t_address,t_uint256)",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:40"
},
{
"label": "_allowances",
"offset": 0,
"slot": "52",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:42"
},
{
"label": "_totalSupply",
"offset": 0,
"slot": "53",
"type": "t_uint256",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:44"
},
{
"label": "_name",
"offset": 0,
"slot": "54",
"type": "t_string_storage",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:46"
},
{
"label": "_symbol",
"offset": 0,
"slot": "55",
"type": "t_string_storage",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:47"
},
{
"label": "__gap",
"offset": 0,
"slot": "56",
"type": "t_array(t_uint256)45_storage",
"contract": "ERC20Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/token/ERC20/ERC20Upgradeable.sol:376"
},
{
"label": "forkmanager",
"offset": 0,
"slot": "101",
"type": "t_address",
"contract": "ForkableStructure",
"src": "development/contracts/mixin/ForkableStructure.sol:11"
},
{
"label": "parentContract",
"offset": 0,
"slot": "102",
"type": "t_address",
"contract": "ForkableStructure",
"src": "development/contracts/mixin/ForkableStructure.sol:14"
},
{
"label": "children",
"offset": 0,
"slot": "103",
"type": "t_mapping(t_uint256,t_address)",
"contract": "ForkableStructure",
"src": "development/contracts/mixin/ForkableStructure.sol:19"
},
{
"label": "__gap",
"offset": 0,
"slot": "104",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC165Upgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/utils/introspection/ERC165Upgradeable.sol:41"
},
{
"label": "_roles",
"offset": 0,
"slot": "154",
"type": "t_mapping(t_bytes32,t_struct(RoleData)15310_storage)",
"contract": "AccessControlUpgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol:62"
},
{
"label": "__gap",
"offset": 0,
"slot": "155",
"type": "t_array(t_uint256)49_storage",
"contract": "AccessControlUpgradeable",
"src": "lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol:260"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)45_storage": {
"label": "uint256[45]",
"numberOfBytes": "1440"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes32": {
"label": "bytes32",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(RoleData)15310_storage)": {
"label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_address)": {
"label": "mapping(uint256 => address)",
"numberOfBytes": "32"
},
"t_string_storage": {
"label": "string",
"numberOfBytes": "32"
},
"t_struct(RoleData)15310_storage": {
"label": "struct AccessControlUpgradeable.RoleData",
"members": [
{
"label": "members",
"type": "t_mapping(t_address,t_bool)",
"offset": 0,
"slot": "0"
},
{
"label": "adminRole",
"type": "t_bytes32",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}

@edmundedgar
Copy link
Contributor

This is all just autogenerated by the deployment script, right? (If there's anything we have to edit by hand let's keep a note somewhere)

@josojo
Copy link
Collaborator Author

josojo commented Aug 16, 2023

Yes, it's all auto generated

@josojo josojo closed this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants