@bgd-labs/toolbox 0.2.22 → 0.2.23

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.d.mts CHANGED
@@ -16417,12 +16417,12 @@ declare function tenderly_createVnet({
16417
16417
  withdrawals?: viem.Withdrawal[] | undefined | undefined;
16418
16418
  withdrawalsRoot?: `0x${string}` | undefined;
16419
16419
  transactions: includeTransactions extends true ? ({
16420
- type: "legacy";
16421
- value: bigint;
16422
16420
  to: Address | null;
16423
16421
  from: Address;
16424
16422
  gas: bigint;
16425
16423
  nonce: number;
16424
+ type: "legacy";
16425
+ value: bigint;
16426
16426
  blobVersionedHashes?: undefined | undefined;
16427
16427
  gasPrice: bigint;
16428
16428
  maxFeePerBlobGas?: undefined | undefined;
@@ -16442,12 +16442,12 @@ declare function tenderly_createVnet({
16442
16442
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
16443
16443
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
16444
16444
  } | {
16445
- type: "eip2930";
16446
- value: bigint;
16447
16445
  to: Address | null;
16448
16446
  from: Address;
16449
16447
  gas: bigint;
16450
16448
  nonce: number;
16449
+ type: "eip2930";
16450
+ value: bigint;
16451
16451
  blobVersionedHashes?: undefined | undefined;
16452
16452
  gasPrice: bigint;
16453
16453
  maxFeePerBlobGas?: undefined | undefined;
@@ -16467,12 +16467,12 @@ declare function tenderly_createVnet({
16467
16467
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : `0x${string}` : never : never;
16468
16468
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
16469
16469
  } | {
16470
- type: "eip1559";
16471
- value: bigint;
16472
16470
  to: Address | null;
16473
16471
  from: Address;
16474
16472
  gas: bigint;
16475
16473
  nonce: number;
16474
+ type: "eip1559";
16475
+ value: bigint;
16476
16476
  blobVersionedHashes?: undefined | undefined;
16477
16477
  gasPrice?: undefined | undefined;
16478
16478
  maxFeePerBlobGas?: undefined | undefined;
@@ -16492,12 +16492,12 @@ declare function tenderly_createVnet({
16492
16492
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : `0x${string}` : never : never;
16493
16493
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
16494
16494
  } | {
16495
- type: "eip4844";
16496
- value: bigint;
16497
16495
  to: Address | null;
16498
16496
  from: Address;
16499
16497
  gas: bigint;
16500
16498
  nonce: number;
16499
+ type: "eip4844";
16500
+ value: bigint;
16501
16501
  blobVersionedHashes: readonly Hex[];
16502
16502
  gasPrice?: undefined | undefined;
16503
16503
  maxFeePerBlobGas: bigint;
@@ -16517,12 +16517,12 @@ declare function tenderly_createVnet({
16517
16517
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : `0x${string}` : never : never;
16518
16518
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
16519
16519
  } | {
16520
- type: "eip7702";
16521
- value: bigint;
16522
16520
  to: Address | null;
16523
16521
  from: Address;
16524
16522
  gas: bigint;
16525
16523
  nonce: number;
16524
+ type: "eip7702";
16525
+ value: bigint;
16526
16526
  blobVersionedHashes?: undefined | undefined;
16527
16527
  gasPrice?: undefined | undefined;
16528
16528
  maxFeePerBlobGas?: undefined | undefined;
@@ -16624,12 +16624,12 @@ declare function tenderly_createVnet({
16624
16624
  } | undefined) => Promise<viem.EstimateMaxPriorityFeePerGasReturnType>;
16625
16625
  getStorageAt: (args: viem.GetStorageAtParameters) => Promise<viem.GetStorageAtReturnType>;
16626
16626
  getTransaction: <blockTag extends viem.BlockTag = "latest">(args: viem.GetTransactionParameters<blockTag>) => Promise<{
16627
- type: "legacy";
16628
- value: bigint;
16629
16627
  to: Address | null;
16630
16628
  from: Address;
16631
16629
  gas: bigint;
16632
16630
  nonce: number;
16631
+ type: "legacy";
16632
+ value: bigint;
16633
16633
  blobVersionedHashes?: undefined | undefined;
16634
16634
  gasPrice: bigint;
16635
16635
  maxFeePerBlobGas?: undefined | undefined;
@@ -16649,12 +16649,12 @@ declare function tenderly_createVnet({
16649
16649
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : `0x${string}` : never : never;
16650
16650
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
16651
16651
  } | {
16652
- type: "eip2930";
16653
- value: bigint;
16654
16652
  to: Address | null;
16655
16653
  from: Address;
16656
16654
  gas: bigint;
16657
16655
  nonce: number;
16656
+ type: "eip2930";
16657
+ value: bigint;
16658
16658
  blobVersionedHashes?: undefined | undefined;
16659
16659
  gasPrice: bigint;
16660
16660
  maxFeePerBlobGas?: undefined | undefined;
@@ -16674,12 +16674,12 @@ declare function tenderly_createVnet({
16674
16674
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : `0x${string}` : never : never;
16675
16675
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
16676
16676
  } | {
16677
- type: "eip1559";
16678
- value: bigint;
16679
16677
  to: Address | null;
16680
16678
  from: Address;
16681
16679
  gas: bigint;
16682
16680
  nonce: number;
16681
+ type: "eip1559";
16682
+ value: bigint;
16683
16683
  blobVersionedHashes?: undefined | undefined;
16684
16684
  gasPrice?: undefined | undefined;
16685
16685
  maxFeePerBlobGas?: undefined | undefined;
@@ -16699,12 +16699,12 @@ declare function tenderly_createVnet({
16699
16699
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : `0x${string}` : never : never;
16700
16700
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
16701
16701
  } | {
16702
- type: "eip4844";
16703
- value: bigint;
16704
16702
  to: Address | null;
16705
16703
  from: Address;
16706
16704
  gas: bigint;
16707
16705
  nonce: number;
16706
+ type: "eip4844";
16707
+ value: bigint;
16708
16708
  blobVersionedHashes: readonly Hex[];
16709
16709
  gasPrice?: undefined | undefined;
16710
16710
  maxFeePerBlobGas: bigint;
@@ -16724,12 +16724,12 @@ declare function tenderly_createVnet({
16724
16724
  blockHash: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : `0x${string}` : never : never;
16725
16725
  transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
16726
16726
  } | {
16727
- type: "eip7702";
16728
- value: bigint;
16729
16727
  to: Address | null;
16730
16728
  from: Address;
16731
16729
  gas: bigint;
16732
16730
  nonce: number;
16731
+ type: "eip7702";
16732
+ value: bigint;
16733
16733
  blobVersionedHashes?: undefined | undefined;
16734
16734
  gasPrice?: undefined | undefined;
16735
16735
  maxFeePerBlobGas?: undefined | undefined;
@@ -20347,7 +20347,7 @@ declare function tenderly_createVnet({
20347
20347
  authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
20348
20348
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? viem.TransactionRequestEIP7702 : never : never : never)>> & {
20349
20349
  chainId?: number | undefined;
20350
- }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (viem.UnionRequiredBy<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<{
20350
+ }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (viem.UnionRequiredBy<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<{
20351
20351
  id: number;
20352
20352
  blockExplorers?: {
20353
20353
  [key: string]: {
@@ -23770,7 +23770,7 @@ declare function tenderly_createVnet({
23770
23770
  authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
23771
23771
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? viem.TransactionRequestEIP7702 : never : never : never)>> & {
23772
23772
  chainId?: number | undefined;
23773
- }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K] } : never>;
23773
+ }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K] } : never>;
23774
23774
  readContract: <const abi extends viem.Abi | readonly unknown[], functionName extends viem.ContractFunctionName<abi, "pure" | "view">, const args extends viem.ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: viem.ReadContractParameters<abi, functionName, args>) => Promise<viem.ReadContractReturnType<abi, functionName, args>>;
23775
23775
  sendRawTransaction: (args: viem.SendRawTransactionParameters) => Promise<viem.SendRawTransactionReturnType>;
23776
23776
  sendRawTransactionSync: (args: viem.SendRawTransactionSyncParameters) => Promise<viem.TransactionReceipt>;
@@ -23897,8 +23897,8 @@ declare function tenderly_createVnet({
23897
23897
  verifySiweMessage: (args: {
23898
23898
  blockNumber?: bigint | undefined | undefined;
23899
23899
  blockTag?: viem.BlockTag | undefined;
23900
- address?: `0x${string}` | undefined;
23901
23900
  nonce?: string | undefined | undefined;
23901
+ address?: `0x${string}` | undefined;
23902
23902
  domain?: string | undefined | undefined;
23903
23903
  scheme?: string | undefined | undefined;
23904
23904
  time?: Date | undefined;
@@ -27848,7 +27848,7 @@ declare function tenderly_createVnet({
27848
27848
  authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
27849
27849
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? viem.TransactionRequestEIP7702 : never : never : never)>> & {
27850
27850
  chainId?: number | undefined;
27851
- }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (viem.UnionRequiredBy<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<{
27851
+ }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (viem.UnionRequiredBy<Extract<viem.UnionOmit<viem.ExtractChainFormatterParameters<viem.DeriveChain<{
27852
27852
  id: number;
27853
27853
  blockExplorers?: {
27854
27854
  [key: string]: {
@@ -31277,7 +31277,7 @@ declare function tenderly_createVnet({
31277
31277
  authorizationList: viem.TransactionSerializableEIP7702["authorizationList"];
31278
31278
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? viem.TransactionRequestEIP7702 : never : never : never)>> & {
31279
31279
  chainId?: number | undefined;
31280
- }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees" | "chainId") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K] } : never>;
31280
+ }, (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly viem.PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "fees" | "chainId") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K] } : never>;
31281
31281
  requestAddresses: () => Promise<viem.RequestAddressesReturnType>;
31282
31282
  requestPermissions: (args: viem.RequestPermissionsParameters) => Promise<viem.RequestPermissionsReturnType>;
31283
31283
  sendCalls: <const calls extends readonly unknown[], chainOverride extends viem.Chain | undefined = undefined>(parameters: viem.SendCallsParameters<{
@@ -32738,20 +32738,18 @@ declare function tenderly_createVnet({
32738
32738
  [x: `string[${string}]`]: undefined;
32739
32739
  [x: `function[${string}]`]: undefined;
32740
32740
  [x: `address[${string}]`]: undefined;
32741
- [x: `bytes32[${string}]`]: undefined;
32742
32741
  [x: `bool[${string}]`]: undefined;
32743
32742
  [x: `bytes[${string}]`]: undefined;
32744
32743
  [x: `bytes1[${string}]`]: undefined;
32745
32744
  [x: `bytes2[${string}]`]: undefined;
32746
- [x: `bytes10[${string}]`]: undefined;
32747
- [x: `bytes5[${string}]`]: undefined;
32748
- [x: `bytes3[${string}]`]: undefined;
32749
32745
  [x: `bytes4[${string}]`]: undefined;
32750
- [x: `bytes30[${string}]`]: undefined;
32746
+ [x: `bytes3[${string}]`]: undefined;
32747
+ [x: `bytes5[${string}]`]: undefined;
32751
32748
  [x: `bytes6[${string}]`]: undefined;
32752
32749
  [x: `bytes7[${string}]`]: undefined;
32753
32750
  [x: `bytes8[${string}]`]: undefined;
32754
32751
  [x: `bytes9[${string}]`]: undefined;
32752
+ [x: `bytes10[${string}]`]: undefined;
32755
32753
  [x: `bytes11[${string}]`]: undefined;
32756
32754
  [x: `bytes12[${string}]`]: undefined;
32757
32755
  [x: `bytes13[${string}]`]: undefined;
@@ -32771,7 +32769,9 @@ declare function tenderly_createVnet({
32771
32769
  [x: `bytes27[${string}]`]: undefined;
32772
32770
  [x: `bytes28[${string}]`]: undefined;
32773
32771
  [x: `bytes29[${string}]`]: undefined;
32772
+ [x: `bytes30[${string}]`]: undefined;
32774
32773
  [x: `bytes31[${string}]`]: undefined;
32774
+ [x: `bytes32[${string}]`]: undefined;
32775
32775
  [x: `int[${string}]`]: undefined;
32776
32776
  [x: `int8[${string}]`]: undefined;
32777
32777
  [x: `int16[${string}]`]: undefined;
@@ -32840,20 +32840,18 @@ declare function tenderly_createVnet({
32840
32840
  [x: `uint256[${string}]`]: undefined;
32841
32841
  string?: undefined;
32842
32842
  address?: undefined;
32843
- bytes32?: undefined;
32844
32843
  bool?: undefined;
32845
32844
  bytes?: undefined;
32846
32845
  bytes1?: undefined;
32847
32846
  bytes2?: undefined;
32848
- bytes10?: undefined;
32849
- bytes5?: undefined;
32850
- bytes3?: undefined;
32851
32847
  bytes4?: undefined;
32852
- bytes30?: undefined;
32848
+ bytes3?: undefined;
32849
+ bytes5?: undefined;
32853
32850
  bytes6?: undefined;
32854
32851
  bytes7?: undefined;
32855
32852
  bytes8?: undefined;
32856
32853
  bytes9?: undefined;
32854
+ bytes10?: undefined;
32857
32855
  bytes11?: undefined;
32858
32856
  bytes12?: undefined;
32859
32857
  bytes13?: undefined;
@@ -32873,7 +32871,9 @@ declare function tenderly_createVnet({
32873
32871
  bytes27?: undefined;
32874
32872
  bytes28?: undefined;
32875
32873
  bytes29?: undefined;
32874
+ bytes30?: undefined;
32876
32875
  bytes31?: undefined;
32876
+ bytes32?: undefined;
32877
32877
  int8?: undefined;
32878
32878
  int16?: undefined;
32879
32879
  int24?: undefined;
@@ -33552,7 +33552,7 @@ declare const publicRPCs: {
33552
33552
  readonly 57073: "https://ink-public.nodies.app";
33553
33553
  };
33554
33554
  declare const alchemySupportedChainIds: (1 | 10 | 56 | 42220 | 137 | 80002 | 43114 | 43113 | 42161 | 421614 | 250 | 4002 | 11155420 | 1666600000 | 11155111 | 534352 | 534351 | 146 | 5000 | 1088 | 8453 | 84532 | 100 | 1101 | 324 | 59144 | 57073 | 1868 | 60808 | 9745 | 196 | 4326)[];
33555
- declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_CELO" | "RPC_MAINNET" | "RPC_POLYGON" | "RPC_POLYGON_AMOY" | "RPC_AVALANCHE" | "RPC_AVALANCHE_FUJI" | "RPC_ARBITRUM" | "RPC_ARBITRUM_SEPOLIA" | "RPC_FANTOM" | "RPC_FANTOM_TESTNET" | "RPC_OPTIMISM" | "RPC_OPTIMISM_SEPOLIA" | "RPC_HARMONY" | "RPC_SEPOLIA" | "RPC_SCROLL" | "RPC_SCROLL_SEPOLIA" | "RPC_SONIC" | "RPC_MANTLE" | "RPC_METIS" | "RPC_BASE" | "RPC_BASE_SEPOLIA" | "RPC_BNB" | "RPC_GNOSIS" | "RPC_ZKEVM" | "RPC_ZKSYNC" | "RPC_LINEA" | "RPC_INK" | "RPC_SONEIUM" | "RPC_BOB" | "RPC_PLASMA" | "RPC_XLAYER" | "RPC_MEGAETH";
33555
+ declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_MAINNET" | "RPC_BNB" | "RPC_POLYGON" | "RPC_SONIC" | "RPC_ZKSYNC" | "RPC_SONEIUM" | "RPC_MEGAETH" | "RPC_MANTLE" | "RPC_BASE" | "RPC_PLASMA" | "RPC_ARBITRUM" | "RPC_CELO" | "RPC_INK" | "RPC_LINEA" | "RPC_BOB" | "RPC_SEPOLIA" | "RPC_POLYGON_AMOY" | "RPC_AVALANCHE" | "RPC_AVALANCHE_FUJI" | "RPC_ARBITRUM_SEPOLIA" | "RPC_FANTOM" | "RPC_FANTOM_TESTNET" | "RPC_OPTIMISM" | "RPC_OPTIMISM_SEPOLIA" | "RPC_HARMONY" | "RPC_SCROLL" | "RPC_SCROLL_SEPOLIA" | "RPC_METIS" | "RPC_BASE_SEPOLIA" | "RPC_GNOSIS" | "RPC_ZKEVM" | "RPC_XLAYER";
33556
33556
  declare function getExplicitRPC(chainId: SupportedChainIds): string;
33557
33557
  declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
33558
33558
  declare function getPublicRpc(chainId: SupportedChainIds): "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://andromeda.metis.io/?owner=1088" | "https://rpc.ankr.com/gnosis" | "https://rpc.scroll.io" | "https://mainnet.era.zksync.io" | "https://rpc.ftm.tools" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.gobob.xyz" | "https://rpc.plasma.to" | "https://ink-public.nodies.app";