@wagmi/core 0.8.15 → 0.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2931,7 +2931,8 @@ function getNetwork() {
|
|
|
2931
2931
|
network: `${chainId}`,
|
|
2932
2932
|
nativeCurrency: { name: "Ether", decimals: 18, symbol: "ETH" },
|
|
2933
2933
|
rpcUrls: {
|
|
2934
|
-
default: { http: [""] }
|
|
2934
|
+
default: { http: [""] },
|
|
2935
|
+
public: { http: [""] }
|
|
2935
2936
|
}
|
|
2936
2937
|
};
|
|
2937
2938
|
return {
|
package/dist/index.js
CHANGED
package/dist/internal/index.js
CHANGED
package/dist/internal/test.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@wagmi/core",
|
|
3
3
|
"description": "Vanilla JS library for Ethereum",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.8.
|
|
5
|
+
"version": "0.8.16",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"abitype": "^0.2.5",
|
|
115
115
|
"eventemitter3": "^4.0.7",
|
|
116
116
|
"zustand": "^4.3.1",
|
|
117
|
-
"@wagmi/chains": "0.1.
|
|
118
|
-
"@wagmi/connectors": "0.1.
|
|
117
|
+
"@wagmi/chains": "0.1.11",
|
|
118
|
+
"@wagmi/connectors": "0.1.9"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@coinbase/wallet-sdk": "^3.6.0",
|