@actalink/commonlib 0.0.34 → 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 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://bsc-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
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://bsc-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actalink/commonlib",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "author": "Actalink",
5
5
  "license": "MIT license",
6
6
  "publishConfig": {