@wagmi/chains
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -52,8 +52,8 @@ // src/arbitrum.ts | ||
default: { | ||
http: ["https://arb1.arbitrum.io/rpc"] | ||
http: ["https://goerli-rollup.arbitrum.io/rpc"] | ||
} | ||
}, | ||
blockExplorers: { | ||
etherscan: { name: "Arbiscan", url: "https://arbiscan.io" }, | ||
default: { name: "Arbiscan", url: "https://arbiscan.io" } | ||
etherscan: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" }, | ||
default: { name: "Arbiscan", url: "https://goerli.arbiscan.io/" } | ||
}, | ||
@@ -63,3 +63,3 @@ contracts: { | ||
address: "0xca11bde05977b3631167028862be2a173976ca11", | ||
blockCreated: 7654707 | ||
blockCreated: 88114 | ||
} | ||
@@ -242,3 +242,3 @@ }, | ||
name: "Goerli", | ||
nativeCurrency: { name: "Goerli Ether", symbol: "GOR", decimals: 18 }, | ||
nativeCurrency: { name: "Goerli Ether", symbol: "ETH", decimals: 18 }, | ||
rpcUrls: { | ||
@@ -245,0 +245,0 @@ alchemy: { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
@@ -14,3 +14,4 @@ "main": "dist/index.js", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -17,0 +18,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18032