Skip to content

Commit

Permalink
upgrade solc
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Nov 22, 2023
1 parent 8db20f9 commit 4a4a206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/worker-compiler.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { base } from '$app/paths';
import type { CompilerInput, CompilerOutput } from './compile';

const SOLJSON_URL = 'soljson-v0.8.19+commit.7dd6d404.js';
const SOLJSON_URL = 'soljson-v0.8.23+commit.f704f362.js';

let worker: Worker | undefined;

Expand Down

Large diffs are not rendered by default.

0 comments on commit 4a4a206

Please sign in to comment.