Skip to content

Commit

Permalink
fix(wasm): use rpc 0.7.1 url
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Sep 30, 2024
1 parent 5451593 commit 318ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ document.addEventListener("DOMContentLoaded", () => {
const config = JSON.stringify({
network: "mainnet",
ethereum_url: `http://127.0.0.1:3000/eth-mainnet.g.alchemy.com/v2/${alchemyKey}`,
starknet_url: `http://127.0.0.1:3000/starknet-mainnet.g.alchemy.com/v2/${alchemyKey}`
starknet_url: `http://127.0.0.1:3000/starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_7/${alchemyKey}`
});
worker.postMessage(config);
statusSpan.innerText = statusIcons.pending;
Expand Down

0 comments on commit 318ded7

Please sign in to comment.