|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "inputs": [ |
4 | | - { "internalType": "address", "name": "_GTCR", "type": "address" } |
| 4 | + { |
| 5 | + "internalType": "address", |
| 6 | + "name": "_GTCR", |
| 7 | + "type": "address" |
| 8 | + } |
5 | 9 | ], |
6 | 10 | "payable": false, |
7 | 11 | "stateMutability": "nonpayable", |
|
24 | 28 | "constant": true, |
25 | 29 | "inputs": [], |
26 | 30 | "name": "GTCR", |
27 | | - "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 31 | + "outputs": [ |
| 32 | + { |
| 33 | + "internalType": "address", |
| 34 | + "name": "", |
| 35 | + "type": "address" |
| 36 | + } |
| 37 | + ], |
28 | 38 | "payable": false, |
29 | 39 | "stateMutability": "view", |
30 | 40 | "type": "function" |
|
33 | 43 | "constant": true, |
34 | 44 | "inputs": [], |
35 | 45 | "name": "count", |
36 | | - "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 46 | + "outputs": [ |
| 47 | + { |
| 48 | + "internalType": "uint256", |
| 49 | + "name": "", |
| 50 | + "type": "uint256" |
| 51 | + } |
| 52 | + ], |
37 | 53 | "payable": false, |
38 | 54 | "stateMutability": "view", |
39 | 55 | "type": "function" |
|
51 | 67 | "name": "_arbitratorExtraData", |
52 | 68 | "type": "bytes" |
53 | 69 | }, |
54 | | - { "internalType": "address", "name": "_connectedTCR", "type": "address" }, |
| 70 | + { |
| 71 | + "internalType": "address", |
| 72 | + "name": "_connectedTCR", |
| 73 | + "type": "address" |
| 74 | + }, |
55 | 75 | { |
56 | 76 | "internalType": "string", |
57 | 77 | "name": "_registrationMetaEvidence", |
|
62 | 82 | "name": "_clearingMetaEvidence", |
63 | 83 | "type": "string" |
64 | 84 | }, |
65 | | - { "internalType": "address", "name": "_governor", "type": "address" }, |
| 85 | + { |
| 86 | + "internalType": "address", |
| 87 | + "name": "_governor", |
| 88 | + "type": "address" |
| 89 | + }, |
66 | 90 | { |
67 | 91 | "internalType": "uint256[4]", |
68 | 92 | "name": "_baseDeposits", |
|
78 | 102 | "name": "_stakeMultipliers", |
79 | 103 | "type": "uint256[3]" |
80 | 104 | }, |
81 | | - { "internalType": "address", "name": "_relayContract", "type": "address" } |
| 105 | + { |
| 106 | + "internalType": "address", |
| 107 | + "name": "_relayContract", |
| 108 | + "type": "address" |
| 109 | + } |
82 | 110 | ], |
83 | 111 | "name": "deploy", |
84 | 112 | "outputs": [], |
|
88 | 116 | }, |
89 | 117 | { |
90 | 118 | "constant": true, |
91 | | - "inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 119 | + "inputs": [ |
| 120 | + { |
| 121 | + "internalType": "uint256", |
| 122 | + "name": "", |
| 123 | + "type": "uint256" |
| 124 | + } |
| 125 | + ], |
92 | 126 | "name": "instances", |
93 | 127 | "outputs": [ |
94 | 128 | { |
|
0 commit comments