mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
API state endpoint test
This commit is contained in:
@@ -520,7 +520,8 @@ CREATE TABLE rollup_vars (
|
||||
eth_block_num BIGINT PRIMARY KEY REFERENCES block (eth_block_num) ON DELETE CASCADE,
|
||||
fee_add_token BYTEA NOT NULL,
|
||||
forge_l1_timeout BYTEA NOT NULL,
|
||||
withdrawal_delay BIGINT NOT NULL
|
||||
withdrawal_delay BIGINT NOT NULL,
|
||||
buckets BYTEA
|
||||
);
|
||||
|
||||
CREATE TABLE auction_vars (
|
||||
|
||||
Reference in New Issue
Block a user