Skip to content

Commit 5c1f4db

Browse files
gregfromstljnsdls
andauthored
Fix: Use 127.0.0.1 on anvil rpc (#2860)
Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com>
1 parent 5b83353 commit 5c1f4db

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/chains/chain-definitions

1 file changed

+1
-1
lines changed

packages/thirdweb/src/chains/chain-definitions/anvil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineChain } from "../utils.js";
33
export const anvil = /* @__PURE__ */ defineChain({
44
id: 31337,
55
name: "Anvil",
6-
rpc: "http://localhost:8545",
6+
rpc: "http://127.0.0.1:8545",
77
testnet: true,
88
nativeCurrency: {
99
name: "Anvil Ether",

0 commit comments

Comments
 (0)