We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d131d3 commit 68c2fd0Copy full SHA for 68c2fd0
1 file changed
explorer/lib/explorer_web/components/contracts.ex
@@ -11,6 +11,10 @@ defmodule ContractsComponent do
11
{:ok,
12
assign(socket,
13
contracts: [
14
+ %{
15
+ contract_name: "AlignedProofAggregationService",
16
+ address: addresses["alignedProofAggregationService"]
17
+ },
18
%{
19
contract_name: "AlignedServiceManager",
20
address: addresses["alignedLayerServiceManager"]
@@ -31,10 +35,6 @@ defmodule ContractsComponent do
31
35
contract_name: "OperatorStateRetriever",
32
36
address: addresses["operatorStateRetriever"]
33
37
},
34
- %{
- contract_name: "AlignedProofAggregationService",
- address: addresses["alignedProofAggregationService"]
- },
38
39
contract_name: "RegistryCoordinator",
40
address: addresses["registryCoordinator"]
0 commit comments