@actalink/commonlib 0.0.33 → 0.0.35
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
|
@@ -693,7 +693,7 @@ function getRpcByChainId(chainId) {
|
|
|
693
693
|
case 10:
|
|
694
694
|
return "https://opt-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
695
695
|
case 56:
|
|
696
|
-
return "https://
|
|
696
|
+
return "https://bnb-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
697
697
|
case 137:
|
|
698
698
|
return "https://polygon-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
699
699
|
case 8453:
|
package/dist/index.js
CHANGED
|
@@ -613,7 +613,7 @@ function getRpcByChainId(chainId) {
|
|
|
613
613
|
case 10:
|
|
614
614
|
return "https://opt-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
615
615
|
case 56:
|
|
616
|
-
return "https://
|
|
616
|
+
return "https://bnb-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
617
617
|
case 137:
|
|
618
618
|
return "https://polygon-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
619
619
|
case 8453:
|