Skip to content

Commit

Permalink
update genesis-state for season2-devcon2024 (#40)
Browse files Browse the repository at this point in the history
* temp

* update genesis-state for season2-devcon2024

* fixup
  • Loading branch information
eshaan7 authored Nov 5, 2024
1 parent 7daea1a commit 8bacd3b
Show file tree
Hide file tree
Showing 9 changed files with 431 additions and 415 deletions.
Binary file added assets/Avail unification cup MRU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
426 changes: 426 additions & 0 deletions data/season1-ethcc2024/genesis-state.json

Large diffs are not rendered by default.

File renamed without changes.
416 changes: 3 additions & 413 deletions genesis-state.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/mru-4.test.ts → tests/mru.4-teams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { transitions } from "../src/stackr/transitions";
import { signByOperator } from "../src/utils";
import { stackrConfig } from "../stackr.config";

import genesisState4 from "../genesis/genesis-state.4.json";
import genesisState4 from "./fixtures/genesis-state.4-teams.json";

const testConfig = {
...stackrConfig,
Expand Down
2 changes: 1 addition & 1 deletion tests/mru-6.test.ts → tests/mru.6-teams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { transitions } from "../src/stackr/transitions";
import { signByOperator } from "../src/utils";
import { stackrConfig } from "../stackr.config";

import genesisState6 from "../genesis/genesis-state.6.json";
import genesisState6 from "./fixtures/genesis-state.6-teams.json";

const testConfig = {
...stackrConfig,
Expand Down

0 comments on commit 8bacd3b

Please sign in to comment.