@actalink/commonlib 0.0.34 → 0.0.36-dev
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -693,13 +693,13 @@ 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:
|
|
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:
|
|
@@ -2153,8 +2153,8 @@ var ActaDeposit = class {
|
|
|
2153
2153
|
|
|
2154
2154
|
// src/billing.ts
|
|
2155
2155
|
var import_viem6 = require("viem");
|
|
2156
|
-
var billingServiceUrl = "https://api.
|
|
2157
|
-
var billingServiceTestUrl = "https://api.
|
|
2156
|
+
var billingServiceUrl = "https://api.fhoton.xyz/pay/api/v1/";
|
|
2157
|
+
var billingServiceTestUrl = "https://api.fhoton.xyz/pay/test/api/v1/";
|
|
2158
2158
|
var returnEnvUrl2 = (chainId) => {
|
|
2159
2159
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
2160
2160
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|
package/dist/index.js
CHANGED
|
@@ -613,13 +613,13 @@ 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:
|
|
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:
|
|
@@ -2080,8 +2080,8 @@ var ActaDeposit = class {
|
|
|
2080
2080
|
|
|
2081
2081
|
// src/billing.ts
|
|
2082
2082
|
import { toHex as toHex3 } from "viem";
|
|
2083
|
-
var billingServiceUrl = "https://api.
|
|
2084
|
-
var billingServiceTestUrl = "https://api.
|
|
2083
|
+
var billingServiceUrl = "https://api.fhoton.xyz/pay/api/v1/";
|
|
2084
|
+
var billingServiceTestUrl = "https://api.fhoton.xyz/pay/test/api/v1/";
|
|
2085
2085
|
var returnEnvUrl2 = (chainId) => {
|
|
2086
2086
|
const mainnetChain = mainnetChains.find((c) => c.id === chainId);
|
|
2087
2087
|
const testnetChain = testnetChains.find((c) => c.id === chainId);
|