Skip to content

Commit

Permalink
Merge pull request #27 from okx/zjg/fix-da-permit
Browse files Browse the repository at this point in the history
Fix da permit address
  • Loading branch information
KamiD authored Nov 27, 2024
2 parents 6b344dd + 9947ab0 commit 9ea2463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func start(cliCtx *cli.Context) error {
},
{
Name: datacom.APIDATACOM,
Service: datacom.NewEndpoints(storage, pk, sequencerTracker, common.Address{}),
Service: datacom.NewEndpoints(storage, pk, sequencerTracker, c.PermitApiAddress),
},
},
)
Expand Down

0 comments on commit 9ea2463

Please sign in to comment.