Skip to content

Commit 9d9f3e5

Browse files
authored
feat: update table for arweave-ns (#81)
1 parent 7e3d587 commit 9d9f3e5

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

src/generated-table.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ const baseTable = Object.freeze({
6767
'eth-state-trie': 0x96,
6868
'eth-account-snapshot': 0x97,
6969
'eth-storage-trie': 0x98,
70+
'eth-receipt-log-trie': 0x99,
71+
'eth-reciept-log': 0x9a,
7072
'bitcoin-block': 0xb0,
7173
'bitcoin-tx': 0xb1,
7274
'bitcoin-witness-commitment': 0xb2,
7375
'zcash-block': 0xc0,
7476
'zcash-tx': 0xc1,
75-
'docid': 0xce,
77+
'caip-50': 0xca,
78+
'streamid': 0xce,
7679
'stellar-block': 0xd0,
7780
'stellar-tx': 0xd1,
7881
'md4': 0xd4,
@@ -113,14 +116,18 @@ const baseTable = Object.freeze({
113116
'garlic64': 0x01be,
114117
'garlic32': 0x01bf,
115118
'tls': 0x01c0,
119+
'noise': 0x01c6,
116120
'quic': 0x01cc,
117121
'ws': 0x01dd,
118122
'wss': 0x01de,
119123
'p2p-websocket-star': 0x01df,
120124
'http': 0x01e0,
125+
'swhid-1-snp': 0x01f0,
121126
'json': 0x0200,
122127
'messagepack': 0x0201,
123128
'libp2p-peer-record': 0x0301,
129+
'libp2p-relay-rsvp': 0x0302,
130+
'car-index-sorted': 0x0400,
124131
'sha2-256-trunc254-padded': 0x1012,
125132
'ripemd-128': 0x1052,
126133
'ripemd-160': 0x1053,
@@ -133,6 +140,8 @@ const baseTable = Object.freeze({
133140
'ed448-pub': 0x1203,
134141
'x448-pub': 0x1204,
135142
'ed25519-priv': 0x1300,
143+
'secp256k1-priv': 0x1301,
144+
'x25519-priv': 0x1302,
136145
'kangarootwelve': 0x1d01,
137146
'sm3-256': 0x534d,
138147
'blake2b-8': 0xb201,
@@ -466,7 +475,8 @@ const baseTable = Object.freeze({
466475
'holochain-key-v1': 0x957124,
467476
'holochain-sig-v0': 0xa27124,
468477
'holochain-sig-v1': 0xa37124,
469-
'skynet-ns': 0xb19910
478+
'skynet-ns': 0xb19910,
479+
'arweave-ns': 0xb29910
470480
})
471481

472482
module.exports = { baseTable }

0 commit comments

Comments
 (0)