blob: 0485a7031f1029809030431aca936875e551cb4d [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_
#define PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_
namespace modular {
inline constexpr char kLedgerAppUrl[] = "fuchsia-pkg://fuchsia.com/ledger#meta/ledger.cmx";
} // namespace modular
#endif // PERIDOT_LIB_LEDGER_CLIENT_CONSTANTS_H_