Skip to content

Commit 6fcb7b5

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-458: change request with no subject merged in GitBook
1 parent a462848 commit 6fcb7b5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

lightning-network-tools/taproot-assets/universes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,34 @@ Sample`tapd.conf` file:
1515
`allow-public-stats=true`\
1616
`universe.public-access=rw`
1717

18+
You can verify whether your universe is accepting proofs with the command `tapcli universe federation config info`
19+
20+
```
21+
{
22+
"global_sync_configs": [
23+
{
24+
"proof_type": "PROOF_TYPE_ISSUANCE",
25+
"allow_sync_insert": true,
26+
"allow_sync_export": true
27+
},
28+
{
29+
"proof_type": "PROOF_TYPE_TRANSFER",
30+
"allow_sync_insert": true,
31+
"allow_sync_export": true
32+
}
33+
],
34+
"asset_sync_configs": []
35+
}
36+
```
37+
38+
You can change the configuration from the CLI using `tapcli universe federation config global --proof_type issuance --allow_insert true` and `--proof_type transfer`
39+
1840
## The default universe
1941

2042
By default, your `tapd` will connect to the default universe, for instance `testnet.universe.lightning.finance:10029` for testnet, or `universe.lightning.finance:10029` on mainnet.
2143

44+
When running `litd` in integrated mode, your universe may also be available at port `:8443`
45+
2246
The contents of the default universe are also available via a public API:
2347

2448
{% embed url="https://universe.lightning.finance/v1/taproot-assets/universe/roots" %}

0 commit comments

Comments
 (0)