-
Notifications
You must be signed in to change notification settings - Fork 1
/
gemforge.deployments.json
79 lines (79 loc) · 2.8 KB
/
gemforge.deployments.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"local": {
"chainId": 1337,
"contracts": [
{
"name": "GameFacet",
"fullyQualifiedName": "GameFacet.sol:GameFacet",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x073fad108ec4f950b19c6f07a932508f1580fcfdf2c97b19d65f28f059731194",
"onChain": {
"address": "0xFD471836031dc5108809D173A067e8486B9047A3",
"constructorArgs": []
}
},
{
"name": "GameplayFacet",
"fullyQualifiedName": "GameplayFacet.sol:GameplayFacet",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x846475a086c5f42476419b057cbd7466e1e09cef9a7a150d78d3e93dcb81979c",
"onChain": {
"address": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
"constructorArgs": []
}
},
{
"name": "TradingFacet",
"fullyQualifiedName": "TradingFacet.sol:TradingFacet",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x60a196ee181054bebba5fdb23e655ecbe85d3ecb06cda3251aa062791f1a2310",
"onChain": {
"address": "0x4826533B4897376654Bb4d4AD88B7faFD0C98528",
"constructorArgs": []
}
},
{
"name": "ERC20Facet",
"fullyQualifiedName": "ERC20Facet.sol:ERC20Facet",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x0ad6d5ea3f85dfe7214b7362a351ad5f0775ecae4cf4b021009cfd48c84c86d7",
"onChain": {
"address": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
"constructorArgs": []
}
},
{
"name": "UserFacet",
"fullyQualifiedName": "UserFacet.sol:UserFacet",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x0d14768806251fe7dfa83903a865870067303437690466e590e4a24ab6baa27a",
"onChain": {
"address": "0x9A676e781A523b5d0C0e43731313A708CB607508",
"constructorArgs": []
}
},
{
"name": "DiamondProxy",
"fullyQualifiedName": "DiamondProxy.sol:DiamondProxy",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x8724b728012ebe90e60079e2d86ae0b60b42c3b0a990a5ba0133f992fcd9d8cc",
"onChain": {
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"constructorArgs": [
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
]
}
},
{
"name": "InitDiamond",
"fullyQualifiedName": "InitDiamond.sol:InitDiamond",
"sender": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"txHash": "0x6c68841f538c0b82147ce505e70ed688b5d499cc112008fa453aba596dbde988",
"onChain": {
"address": "0x0165878A594ca255338adfa4d48449f69242Eb8F",
"constructorArgs": []
}
}
]
}
}