Skip to content

Commit

Permalink
add validators links to one-t
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Oct 9, 2024
1 parent d3a63e4 commit 5b9004f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app-8fef7f13047599a0.js → app-fe597b51e9d6dd2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -977,15 +977,15 @@ function __wbg_get_imports() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper6915 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper6922 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 945, __wbg_adapter_40);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper8995 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper9002 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1033, __wbg_adapter_43);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9363 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper9370 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1048, __wbg_adapter_46);
return addHeapObject(ret);
};
Expand Down Expand Up @@ -1040,7 +1040,7 @@ async function __wbg_init(module_or_path) {
console.warn('using deprecated parameters for the initialization function; pass a single object instead')

if (typeof module_or_path === 'undefined') {
module_or_path = new URL('app-8fef7f13047599a0_bg.wasm', import.meta.url);
module_or_path = new URL('app-fe597b51e9d6dd2e_bg.wasm', import.meta.url);
}
const imports = __wbg_get_imports();

Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

<!-- -->
<link rel="stylesheet" href="/styles-19e0ce59fb1238e7.css">
<script type="module">import init from '/app-8fef7f13047599a0.js';init('/app-8fef7f13047599a0_bg.wasm');</script>
<script type="module">import init from '/app-fe597b51e9d6dd2e.js';init('/app-fe597b51e9d6dd2e_bg.wasm');</script>
<!-- -->

<link rel="preload" href="/app-8fef7f13047599a0_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/app-8fef7f13047599a0.js"></head>
<link rel="preload" href="/app-fe597b51e9d6dd2e_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/app-fe597b51e9d6dd2e.js"></head>
<body>
<script>(function () {
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
Expand Down

0 comments on commit 5b9004f

Please sign in to comment.