diff --git a/.nvmrc b/.nvmrc index e048c8ca..a81debae 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.15.0 +v20.12.2 diff --git a/config/kusama.yml.sample b/config/kusama.yml.sample index f388b69d..190274f0 100644 --- a/config/kusama.yml.sample +++ b/config/kusama.yml.sample @@ -58,6 +58,7 @@ import-storage: - Bids - Candidates - Members + - Payouts Bids: - who: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice kind: @@ -102,6 +103,15 @@ import-storage: ChallengeRoundCount: 6 RoundCount: 6 MemberCount: 2 - Head: 5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw + Head: 5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw # Eve + Payouts: + - + - + - 5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL # Ferdie + - paid: 0 + payouts: + - + - 20000000 + - 15000000000000 ParasDisputes: $removePrefix: ['disputes'] # those can makes block building super slow diff --git a/package.json b/package.json index 63a2f2d9..13464717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ksm-app", - "version": "0.2.0", + "version": "2.0.1", "homepage": "https://KappaSigmaMu.github.io/", "types": "src/types.d.ts", "dependencies": { @@ -129,7 +129,7 @@ }, "scripts": { "build": "NODE_OPTIONS=--openssl-legacy-provider node scripts/build.js", - "chopsticks": "npx @acala-network/chopsticks@latest --config=config/kusama.yml", + "chopsticks": "npx @acala-network/chopsticks@1.0.6 --config=config/kusama.yml", "cy:open": "cypress open", "deploy": "gh-pages -d build", "eslint:fix": "eslint \"{src,apps,libs,test}/**/*.{ts,tsx}\" --fix", @@ -152,5 +152,5 @@ "not dead", "not op_mini all" ], - "packageManager": "yarn@4.5.2" + "packageManager": "yarn@4.5.1" } diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index cbac0964..9a4796ac 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -19,7 +19,7 @@ const Navbar = ({ const [showMenu, setShowMenu] = useState(false) return ( - +