From 5a7c537acbba23c88a5394e90da86d6cd57fb41f Mon Sep 17 00:00:00 2001 From: Yihen Date: Mon, 16 Apr 2018 22:26:46 +0800 Subject: [PATCH] feat: Add code for ontology, a famous public blockchain project in china Signed-off-by: liuyihen@gmail.com --- table.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/table.csv b/table.csv index 29bc330..aae6762 100644 --- a/table.csv +++ b/table.csv @@ -431,6 +431,9 @@ eth-state-trie, Ethereum State Trie (Eth-Secure-Trie), 0x96 eth-account-snapshot, Ethereum Account Snapshot (RLP), 0x97 eth-storage-trie, Ethereum Contract Storage Trie (Eth-Secure-Trie), 0x98 +ont-block, Ontology Block, 0xa0 +ont-tx, Ontology Tx, 0xa1 + bitcoin-block, Bitcoin Block, 0xb0 bitcoin-tx, Bitcoin Tx, 0xb1