@fairmint/canton-node-sdk
Version:
Canton Node SDK
29 lines (26 loc) • 833 B
JavaScript
// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
window.splice_config = {
// URL of SV API.
// Edit this to match the SV you're trying to connect to.
// Note that this gets overwritten in `start-frontends.sh`.
// HMAC256-based auth with browser self-signed tokens
auth: {
algorithm: 'hs-256-unsafe',
secret: 'test',
token_audience: 'https://sv.example.com',
},
services: {
sv: {
url: 'http://localhost:5014/api/sv',
},
},
spliceInstanceNames: {
networkName: 'Splice',
networkFaviconUrl: 'https://www.hyperledger.org/hubfs/hyperledgerfavicon.png',
amuletName: 'Amulet',
amuletNameAcronym: 'AMT',
nameServiceName: 'Amulet Name Service',
nameServiceNameAcronym: 'ANS',
},
};