forked from cerc-io/ipld-eth-server
Incorporate DSS updates (#8)
* Incorporate DSS updates - Lad renamed to Guy - Dink and Dart added to Frob * update test chain data * Remove Mom field from FlipKick * Update Flip ABI and sample flip kick data * Incorporate updates to Frob event - Guy renamed to Lad - Era and Gem removed, iArt added - Also turn off integration tests that read from test chain while events are actively under development
This commit is contained in:
+3
-3
@@ -48,7 +48,6 @@ CREATE TABLE maker.flip_kick (
|
||||
db_id integer NOT NULL,
|
||||
header_id integer NOT NULL,
|
||||
id numeric NOT NULL,
|
||||
mom character varying,
|
||||
vat character varying,
|
||||
ilk character varying,
|
||||
lot numeric,
|
||||
@@ -93,10 +92,11 @@ CREATE TABLE maker.frob (
|
||||
tx_idx integer,
|
||||
ilk bytea,
|
||||
lad bytea,
|
||||
gem numeric,
|
||||
dink numeric,
|
||||
dart numeric,
|
||||
ink numeric,
|
||||
art numeric,
|
||||
era numeric
|
||||
iart numeric
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user