Skip to content

Commit

Permalink
changed RPC to infura
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Dec 31, 2023
1 parent e22a790 commit 077be30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { sepolia } from "@starknet-react/chains";
import { StarknetConfig, argent, braavos } from "@starknet-react/core";
import { jsonRpcProvider } from "@starknet-react/core";

const RPC_URL = import.meta.env.VITE_BLAST_RPC;
const RPC_URL = import.meta.env.VITE_INFURA_RPC;

function rpc() {
return {
Expand Down

0 comments on commit 077be30

Please sign in to comment.