@actalink/commonlib 0.0.32 → 0.0.34
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 +10 -10
- package/dist/index.js +10 -10
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -689,25 +689,25 @@ var import_viem2 = require("viem");
|
|
|
689
689
|
function getRpcByChainId(chainId) {
|
|
690
690
|
switch (chainId) {
|
|
691
691
|
case 1:
|
|
692
|
-
return "https://eth-mainnet.g.alchemy.com/v2/
|
|
692
|
+
return "https://eth-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
693
693
|
case 10:
|
|
694
|
-
return "https://opt-mainnet.g.alchemy.com/v2/
|
|
694
|
+
return "https://opt-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
695
695
|
case 56:
|
|
696
|
-
return "https://bsc-mainnet.g.alchemy.com/v2/
|
|
696
|
+
return "https://bsc-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
697
697
|
case 137:
|
|
698
|
-
return "https://polygon-mainnet.g.alchemy.com/v2/
|
|
698
|
+
return "https://polygon-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
699
699
|
case 8453:
|
|
700
|
-
return "https://base-mainnet.g.alchemy.com/v2/
|
|
700
|
+
return "https://base-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
701
701
|
case 42161:
|
|
702
|
-
return "https://arbitrum-mainnet.g.alchemy.com/v2/
|
|
702
|
+
return "https://arbitrum-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
703
703
|
case 59144:
|
|
704
|
-
return "https://linea-mainnet.g.alchemy.com/v2/
|
|
704
|
+
return "https://linea-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
705
705
|
case 80002:
|
|
706
|
-
return `https://polygon-amoy.g.alchemy.com/v2/
|
|
706
|
+
return `https://polygon-amoy.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
707
707
|
case 84532:
|
|
708
|
-
return `https://base-sepolia.g.alchemy.com/v2/
|
|
708
|
+
return `https://base-sepolia.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
709
709
|
case 11155111:
|
|
710
|
-
return `https://eth-sepolia.g.alchemy.com/v2/
|
|
710
|
+
return `https://eth-sepolia.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
711
711
|
default:
|
|
712
712
|
return void 0;
|
|
713
713
|
}
|
package/dist/index.js
CHANGED
|
@@ -609,25 +609,25 @@ import {
|
|
|
609
609
|
function getRpcByChainId(chainId) {
|
|
610
610
|
switch (chainId) {
|
|
611
611
|
case 1:
|
|
612
|
-
return "https://eth-mainnet.g.alchemy.com/v2/
|
|
612
|
+
return "https://eth-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
613
613
|
case 10:
|
|
614
|
-
return "https://opt-mainnet.g.alchemy.com/v2/
|
|
614
|
+
return "https://opt-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
615
615
|
case 56:
|
|
616
|
-
return "https://bsc-mainnet.g.alchemy.com/v2/
|
|
616
|
+
return "https://bsc-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
617
617
|
case 137:
|
|
618
|
-
return "https://polygon-mainnet.g.alchemy.com/v2/
|
|
618
|
+
return "https://polygon-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
619
619
|
case 8453:
|
|
620
|
-
return "https://base-mainnet.g.alchemy.com/v2/
|
|
620
|
+
return "https://base-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
621
621
|
case 42161:
|
|
622
|
-
return "https://arbitrum-mainnet.g.alchemy.com/v2/
|
|
622
|
+
return "https://arbitrum-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
623
623
|
case 59144:
|
|
624
|
-
return "https://linea-mainnet.g.alchemy.com/v2/
|
|
624
|
+
return "https://linea-mainnet.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg";
|
|
625
625
|
case 80002:
|
|
626
|
-
return `https://polygon-amoy.g.alchemy.com/v2/
|
|
626
|
+
return `https://polygon-amoy.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
627
627
|
case 84532:
|
|
628
|
-
return `https://base-sepolia.g.alchemy.com/v2/
|
|
628
|
+
return `https://base-sepolia.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
629
629
|
case 11155111:
|
|
630
|
-
return `https://eth-sepolia.g.alchemy.com/v2/
|
|
630
|
+
return `https://eth-sepolia.g.alchemy.com/v2/PnkGINJt8206sFGKf90BAJxZ8IzpTOUg`;
|
|
631
631
|
default:
|
|
632
632
|
return void 0;
|
|
633
633
|
}
|