We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b83353 commit 5c1f4dbCopy full SHA for 5c1f4db
packages/thirdweb/src/chains/chain-definitions/anvil.ts
@@ -3,7 +3,7 @@ import { defineChain } from "../utils.js";
3
export const anvil = /* @__PURE__ */ defineChain({
4
id: 31337,
5
name: "Anvil",
6
- rpc: "http://localhost:8545",
+ rpc: "http://127.0.0.1:8545",
7
testnet: true,
8
nativeCurrency: {
9
name: "Anvil Ether",
0 commit comments