@actalink/commonlib 0.0.35 → 0.0.36
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 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -699,7 +699,7 @@ function getRpcByChainId(chainId) {
|
|
|
699
699
|
case 8453:
|
|
700
700
|
return "https://base-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
701
701
|
case 42161:
|
|
702
|
-
return "https://
|
|
702
|
+
return "https://arb-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
703
703
|
case 59144:
|
|
704
704
|
return "https://linea-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
705
705
|
case 80002:
|
package/dist/index.js
CHANGED
|
@@ -619,7 +619,7 @@ function getRpcByChainId(chainId) {
|
|
|
619
619
|
case 8453:
|
|
620
620
|
return "https://base-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
621
621
|
case 42161:
|
|
622
|
-
return "https://
|
|
622
|
+
return "https://arb-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
623
623
|
case 59144:
|
|
624
624
|
return "https://linea-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
625
625
|
case 80002:
|