@sentio/sdk-bundle 2.59.0-rc.13 → 2.59.0-rc.14
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/lib/stark/index.js +2 -2
- package/lib/stark/index.js.map +1 -1
- package/package.json +2 -2
package/lib/stark/index.js
CHANGED
|
@@ -24409,9 +24409,9 @@ var StarknetProcessor = class _StarknetProcessor {
|
|
|
24409
24409
|
function getRpcEndpoint(chainId) {
|
|
24410
24410
|
switch (chainId) {
|
|
24411
24411
|
case StarknetChainId2.STARKNET_MAINNET:
|
|
24412
|
-
return
|
|
24412
|
+
return "https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_8/8sD5yitBslIYCPFzSq_Q1ObJHqPlZxFw";
|
|
24413
24413
|
default:
|
|
24414
|
-
return
|
|
24414
|
+
return "https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_8/8sD5yitBslIYCPFzSq_Q1ObJHqPlZxFw";
|
|
24415
24415
|
}
|
|
24416
24416
|
}
|
|
24417
24417
|
__name(getRpcEndpoint, "getRpcEndpoint");
|