Skip to content

Commit

Permalink
feat: update table for arweave-ns (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekpero committed Aug 30, 2021
1 parent 7e3d587 commit 9d9f3e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions src/generated-table.js
Expand Up @@ -67,12 +67,15 @@ const baseTable = Object.freeze({
'eth-state-trie': 0x96,
'eth-account-snapshot': 0x97,
'eth-storage-trie': 0x98,
'eth-receipt-log-trie': 0x99,
'eth-reciept-log': 0x9a,
'bitcoin-block': 0xb0,
'bitcoin-tx': 0xb1,
'bitcoin-witness-commitment': 0xb2,
'zcash-block': 0xc0,
'zcash-tx': 0xc1,
'docid': 0xce,
'caip-50': 0xca,
'streamid': 0xce,
'stellar-block': 0xd0,
'stellar-tx': 0xd1,
'md4': 0xd4,
Expand Down Expand Up @@ -113,14 +116,18 @@ const baseTable = Object.freeze({
'garlic64': 0x01be,
'garlic32': 0x01bf,
'tls': 0x01c0,
'noise': 0x01c6,
'quic': 0x01cc,
'ws': 0x01dd,
'wss': 0x01de,
'p2p-websocket-star': 0x01df,
'http': 0x01e0,
'swhid-1-snp': 0x01f0,
'json': 0x0200,
'messagepack': 0x0201,
'libp2p-peer-record': 0x0301,
'libp2p-relay-rsvp': 0x0302,
'car-index-sorted': 0x0400,
'sha2-256-trunc254-padded': 0x1012,
'ripemd-128': 0x1052,
'ripemd-160': 0x1053,
Expand All @@ -133,6 +140,8 @@ const baseTable = Object.freeze({
'ed448-pub': 0x1203,
'x448-pub': 0x1204,
'ed25519-priv': 0x1300,
'secp256k1-priv': 0x1301,
'x25519-priv': 0x1302,
'kangarootwelve': 0x1d01,
'sm3-256': 0x534d,
'blake2b-8': 0xb201,
Expand Down Expand Up @@ -466,7 +475,8 @@ const baseTable = Object.freeze({
'holochain-key-v1': 0x957124,
'holochain-sig-v0': 0xa27124,
'holochain-sig-v1': 0xa37124,
'skynet-ns': 0xb19910
'skynet-ns': 0xb19910,
'arweave-ns': 0xb29910
})

module.exports = { baseTable }

0 comments on commit 9d9f3e5

Please sign in to comment.