Merge pull request #140 from filips123/zeronet-support

Add ZeroNet site address
This commit is contained in:
Steven Allen 2019-07-28 16:02:45 -07:00 committed by GitHub
commit ba906993c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ ipld-ns, namespace, 0xe2, IPLD path
ipfs-ns, namespace, 0xe3, IPFS path
swarm-ns, namespace, 0xe4, Swarm path
ipns-ns, namespace, 0xe5, IPNS path
zeronet, namespace, 0xe6, ZeroNet site address
ed25519-pub, key, 0xed, Ed25519 public key
dash-block, ipld, 0xf0, Dash Block
dash-tx, ipld, 0xf1, Dash Tx

1 name tag code description
69 ipfs-ns namespace 0xe3 IPFS path
70 swarm-ns namespace 0xe4 Swarm path
71 ipns-ns namespace 0xe5 IPNS path
72 zeronet namespace 0xe6 ZeroNet site address
73 ed25519-pub key 0xed Ed25519 public key
74 dash-block ipld 0xf0 Dash Block
75 dash-tx ipld 0xf1 Dash Tx