@wagmi/chains
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -730,4 +730,10 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/arbitrum.ts | ||
rpcUrls: { | ||
default: { http: ["http://127.0.0.1:8545"] }, | ||
public: { http: ["http://127.0.0.1:8545"] } | ||
default: { | ||
http: ["http://127.0.0.1:8545"], | ||
webSocket: ["ws://127.0.0.1:8545"] | ||
}, | ||
public: { | ||
http: ["http://127.0.0.1:8545"], | ||
webSocket: ["ws://127.0.0.1:8545"] | ||
} | ||
} | ||
@@ -734,0 +740,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
189522
6945