@medialane/sdk 0.48.0 → 0.48.1
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/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8658,9 +8658,7 @@ var MedialaneError = class extends Error {
|
|
|
8658
8658
|
|
|
8659
8659
|
// src/utils/rpc.ts
|
|
8660
8660
|
var PUBLIC_RPC_FALLBACKS = [
|
|
8661
|
-
"https://rpc.starknet.lava.build"
|
|
8662
|
-
"https://starknet-mainnet.public.blastapi.io/rpc/v0_7",
|
|
8663
|
-
"https://free-rpc.nethermind.io/mainnet-juno/v0_7"
|
|
8661
|
+
"https://rpc.starknet.lava.build"
|
|
8664
8662
|
];
|
|
8665
8663
|
var TRANSIENT_BODY_RE = /"code"\s*:\s*-32001|"code"\s*:\s*-32603|unable to complete|rate.?limit|too many|throttl|exceed.*quota|temporarily unavailable|service unavailable|overload|gateway.*time|upstream.*time|backend.*error/i;
|
|
8666
8664
|
function isTransientRpcError(input) {
|