Nolus

Chain ID: pirin_1

For Nolus you'll find the following tables (new schema):

Raw Tables

When querying in BigQeury make sure you add the prefix nolus_ to all of the name tables below. For example, the table blocks should be:

select * from numia-data.nolus.nolus_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.

FieldType

block_height

STRING

block_timestamp

TIMESTAMP

chain_id

STRING

proposer_address

STRING

validators_hash

STRING

Last updated