Nillion Testnet
Chain ID: nillion_chain_testnet
For Nillion testnet you'll find the following tables (new schema):
Raw Tables
When querying in BigQeury make sure you add the prefix nillion_chain_testnet_
to all of the name tables below. For example, the table blocks should be:
select * from numia-data.
nillion_chain_testnet.
nillion_chain_testnet_blocks
Contains each validated block in the chain. block_timestamp
is only available in this table, so you need to do an inner join on block_height
to get block_timestamp
to the other tables.
Field
Type
block_height
STRING
block_timestamp
TIMESTAMP
chain_id
STRING
proposer_address
STRING
validators_hash
STRING
Last updated