@oydual31/more-vaults-sdk 0.1.9 → 0.1.10
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.
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/dist/viem/index.cjs +1 -1
- package/dist/viem/index.cjs.map +1 -1
- package/dist/viem/index.js +1 -1
- package/dist/viem/index.js.map +1 -1
- package/package.json +1 -1
- package/src/viem/spokeRoutes.ts +1 -1
package/dist/react/index.cjs
CHANGED
|
@@ -1385,7 +1385,7 @@ async function getVaultDistribution(hubClient, vault, spokeClients) {
|
|
|
1385
1385
|
};
|
|
1386
1386
|
}
|
|
1387
1387
|
var PUBLIC_RPC = {
|
|
1388
|
-
1: "https://
|
|
1388
|
+
1: "https://ethereum-rpc.publicnode.com",
|
|
1389
1389
|
10: "https://mainnet.optimism.io",
|
|
1390
1390
|
42161: "https://arbitrum-one-rpc.publicnode.com",
|
|
1391
1391
|
8453: "https://base-rpc.publicnode.com",
|