Skip to content

Commit 68c2fd0

Browse files
committed
fix: order in contracts component
1 parent 4d131d3 commit 68c2fd0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

explorer/lib/explorer_web/components/contracts.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ defmodule ContractsComponent do
1111
{:ok,
1212
assign(socket,
1313
contracts: [
14+
%{
15+
contract_name: "AlignedProofAggregationService",
16+
address: addresses["alignedProofAggregationService"]
17+
},
1418
%{
1519
contract_name: "AlignedServiceManager",
1620
address: addresses["alignedLayerServiceManager"]
@@ -31,10 +35,6 @@ defmodule ContractsComponent do
3135
contract_name: "OperatorStateRetriever",
3236
address: addresses["operatorStateRetriever"]
3337
},
34-
%{
35-
contract_name: "AlignedProofAggregationService",
36-
address: addresses["alignedProofAggregationService"]
37-
},
3838
%{
3939
contract_name: "RegistryCoordinator",
4040
address: addresses["registryCoordinator"]

0 commit comments

Comments
 (0)