@bgd-labs/toolbox 0.2.23 → 0.2.25
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/browser.d.mts +24 -18
- package/dist/browser.d.mts.map +1 -1
- package/dist/browser.mjs +26 -10
- package/dist/browser.mjs.map +1 -1
- package/dist/index.d.mts +50 -44
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +26 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|
|
16420
16422
|
to: Address | null;
|
|
16421
16423
|
from: Address;
|
|
16422
16424
|
gas: bigint;
|
|
16423
16425
|
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;
|
|
16445
16447
|
to: Address | null;
|
|
16446
16448
|
from: Address;
|
|
16447
16449
|
gas: bigint;
|
|
16448
16450
|
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;
|
|
16470
16472
|
to: Address | null;
|
|
16471
16473
|
from: Address;
|
|
16472
16474
|
gas: bigint;
|
|
16473
16475
|
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;
|
|
16495
16497
|
to: Address | null;
|
|
16496
16498
|
from: Address;
|
|
16497
16499
|
gas: bigint;
|
|
16498
16500
|
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;
|
|
16520
16522
|
to: Address | null;
|
|
16521
16523
|
from: Address;
|
|
16522
16524
|
gas: bigint;
|
|
16523
16525
|
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;
|
|
16627
16629
|
to: Address | null;
|
|
16628
16630
|
from: Address;
|
|
16629
16631
|
gas: bigint;
|
|
16630
16632
|
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;
|
|
16652
16654
|
to: Address | null;
|
|
16653
16655
|
from: Address;
|
|
16654
16656
|
gas: bigint;
|
|
16655
16657
|
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;
|
|
16677
16679
|
to: Address | null;
|
|
16678
16680
|
from: Address;
|
|
16679
16681
|
gas: bigint;
|
|
16680
16682
|
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;
|
|
16702
16704
|
to: Address | null;
|
|
16703
16705
|
from: Address;
|
|
16704
16706
|
gas: bigint;
|
|
16705
16707
|
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;
|
|
16727
16729
|
to: Address | null;
|
|
16728
16730
|
from: Address;
|
|
16729
16731
|
gas: bigint;
|
|
16730
16732
|
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] : "
|
|
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<{
|
|
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] : "
|
|
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>;
|
|
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
|
-
nonce?: string | undefined | undefined;
|
|
23901
23900
|
address?: `0x${string}` | undefined;
|
|
23901
|
+
nonce?: string | undefined | 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] : "
|
|
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<{
|
|
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] : "
|
|
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>;
|
|
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,13 +32738,15 @@ 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;
|
|
32741
32742
|
[x: `bool[${string}]`]: undefined;
|
|
32742
32743
|
[x: `bytes[${string}]`]: undefined;
|
|
32743
32744
|
[x: `bytes1[${string}]`]: undefined;
|
|
32744
32745
|
[x: `bytes2[${string}]`]: undefined;
|
|
32745
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
32746
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
32747
32746
|
[x: `bytes5[${string}]`]: undefined;
|
|
32747
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
32748
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
32749
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
32748
32750
|
[x: `bytes6[${string}]`]: undefined;
|
|
32749
32751
|
[x: `bytes7[${string}]`]: undefined;
|
|
32750
32752
|
[x: `bytes8[${string}]`]: undefined;
|
|
@@ -32769,9 +32771,7 @@ declare function tenderly_createVnet({
|
|
|
32769
32771
|
[x: `bytes27[${string}]`]: undefined;
|
|
32770
32772
|
[x: `bytes28[${string}]`]: undefined;
|
|
32771
32773
|
[x: `bytes29[${string}]`]: undefined;
|
|
32772
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
32773
32774
|
[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,13 +32840,15 @@ declare function tenderly_createVnet({
|
|
|
32840
32840
|
[x: `uint256[${string}]`]: undefined;
|
|
32841
32841
|
string?: undefined;
|
|
32842
32842
|
address?: undefined;
|
|
32843
|
+
bytes32?: undefined;
|
|
32843
32844
|
bool?: undefined;
|
|
32844
32845
|
bytes?: undefined;
|
|
32845
32846
|
bytes1?: undefined;
|
|
32846
32847
|
bytes2?: undefined;
|
|
32847
|
-
bytes4?: undefined;
|
|
32848
|
-
bytes3?: undefined;
|
|
32849
32848
|
bytes5?: undefined;
|
|
32849
|
+
bytes3?: undefined;
|
|
32850
|
+
bytes4?: undefined;
|
|
32851
|
+
bytes30?: undefined;
|
|
32850
32852
|
bytes6?: undefined;
|
|
32851
32853
|
bytes7?: undefined;
|
|
32852
32854
|
bytes8?: undefined;
|
|
@@ -32871,9 +32873,7 @@ declare function tenderly_createVnet({
|
|
|
32871
32873
|
bytes27?: undefined;
|
|
32872
32874
|
bytes28?: undefined;
|
|
32873
32875
|
bytes29?: undefined;
|
|
32874
|
-
bytes30?: undefined;
|
|
32875
32876
|
bytes31?: undefined;
|
|
32876
|
-
bytes32?: undefined;
|
|
32877
32877
|
int8?: undefined;
|
|
32878
32878
|
int16?: undefined;
|
|
32879
32879
|
int24?: undefined;
|
|
@@ -33520,6 +33520,7 @@ declare const ChainId: {
|
|
|
33520
33520
|
readonly zksync: 324;
|
|
33521
33521
|
readonly linea: 59144;
|
|
33522
33522
|
readonly ink: 57073;
|
|
33523
|
+
readonly ink_sepolia: 763373;
|
|
33523
33524
|
readonly soneium: 1868;
|
|
33524
33525
|
readonly bob: 60808;
|
|
33525
33526
|
readonly plasma: 9745;
|
|
@@ -33550,12 +33551,13 @@ declare const publicRPCs: {
|
|
|
33550
33551
|
readonly 60808: "https://rpc.gobob.xyz";
|
|
33551
33552
|
readonly 9745: "https://rpc.plasma.to";
|
|
33552
33553
|
readonly 57073: "https://ink-public.nodies.app";
|
|
33554
|
+
readonly 763373: "https://rpc-gel-sepolia.inkonchain.com";
|
|
33553
33555
|
};
|
|
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_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
|
+
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 | 763373 | 1868 | 60808 | 9745 | 196 | 4326)[];
|
|
33557
|
+
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_INK_SEPOLIA" | "RPC_XLAYER";
|
|
33556
33558
|
declare function getExplicitRPC(chainId: SupportedChainIds): string;
|
|
33557
33559
|
declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
|
|
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";
|
|
33560
|
+
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" | "https://rpc-gel-sepolia.inkonchain.com";
|
|
33559
33561
|
/**
|
|
33560
33562
|
* HyperRPCs are extremely fast **but** they only support a subset of the standard.
|
|
33561
33563
|
* Therefore they are not used in the generalized getClient atm.
|
|
@@ -33787,6 +33789,7 @@ declare const alchemyNetworkMap: {
|
|
|
33787
33789
|
readonly 137: "polygon-mainnet";
|
|
33788
33790
|
readonly 143: "monad-mainnet";
|
|
33789
33791
|
readonly 146: "sonic-mainnet";
|
|
33792
|
+
readonly 196: "xlayer-mainnet";
|
|
33790
33793
|
readonly 204: "opbnb-mainnet";
|
|
33791
33794
|
readonly 232: "lens-mainnet";
|
|
33792
33795
|
readonly 252: "frax-mainnet";
|
|
@@ -33810,9 +33813,9 @@ declare const alchemyNetworkMap: {
|
|
|
33810
33813
|
readonly 1328: "sei-testnet";
|
|
33811
33814
|
readonly 1329: "sei-mainnet";
|
|
33812
33815
|
readonly 1514: "story-mainnet";
|
|
33813
|
-
readonly 1672: "pharos-mainnet";
|
|
33814
33816
|
readonly 1868: "soneium-mainnet";
|
|
33815
33817
|
readonly 1946: "soneium-minato";
|
|
33818
|
+
readonly 1952: "xlayer-testnet";
|
|
33816
33819
|
readonly 2020: "ronin-mainnet";
|
|
33817
33820
|
readonly 2201: "stable-testnet";
|
|
33818
33821
|
readonly 2442: "polygonzkevm-cardona";
|
|
@@ -33823,6 +33826,7 @@ declare const alchemyNetworkMap: {
|
|
|
33823
33826
|
readonly 4114: "citrea-mainnet";
|
|
33824
33827
|
readonly 4157: "crossfi-testnet";
|
|
33825
33828
|
readonly 4158: "crossfi-mainnet";
|
|
33829
|
+
readonly 4217: "tempo-mainnet";
|
|
33826
33830
|
readonly 4326: "megaeth-mainnet";
|
|
33827
33831
|
readonly 4801: "worldchain-sepolia";
|
|
33828
33832
|
readonly 5000: "mantle-mainnet";
|
|
@@ -33854,7 +33858,6 @@ declare const alchemyNetworkMap: {
|
|
|
33854
33858
|
readonly 42161: "arb-mainnet";
|
|
33855
33859
|
readonly 42170: "arbnova-mainnet";
|
|
33856
33860
|
readonly 42220: "celo-mainnet";
|
|
33857
|
-
readonly 42429: "tempo-testnet";
|
|
33858
33861
|
readonly 42431: "tempo-moderato";
|
|
33859
33862
|
readonly 43113: "avax-fuji";
|
|
33860
33863
|
readonly 43114: "avax-mainnet";
|
|
@@ -33883,7 +33886,9 @@ declare const alchemyNetworkMap: {
|
|
|
33883
33886
|
readonly 688689: "pharos-atlantic";
|
|
33884
33887
|
readonly 763373: "ink-sepolia";
|
|
33885
33888
|
readonly 808813: "bob-sepolia";
|
|
33889
|
+
readonly 2019775: "jovay-testnet";
|
|
33886
33890
|
readonly 5042002: "arc-testnet";
|
|
33891
|
+
readonly 5734951: "jovay-mainnet";
|
|
33887
33892
|
readonly 6985385: "humanity-mainnet";
|
|
33888
33893
|
readonly 7777777: "zora-mainnet";
|
|
33889
33894
|
readonly 11142220: "celo-sepolia";
|
|
@@ -33896,7 +33901,7 @@ declare const alchemyNetworkMap: {
|
|
|
33896
33901
|
readonly 728126428: "tron-mainnet";
|
|
33897
33902
|
readonly 999999999: "zora-sepolia";
|
|
33898
33903
|
readonly 3448148188: "tron-testnet";
|
|
33899
|
-
readonly null: "
|
|
33904
|
+
readonly null: "stellar-testnet";
|
|
33900
33905
|
};
|
|
33901
33906
|
//#endregion
|
|
33902
33907
|
//#region src/ecosystem/generated/quicknodeNetworkMap.d.ts
|
|
@@ -46308,7 +46313,7 @@ declare const chainlinkFeeds: {
|
|
|
46308
46313
|
};
|
|
46309
46314
|
//#endregion
|
|
46310
46315
|
//#region src/ecosystem/generated/hyperRPC.d.ts
|
|
46311
|
-
declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 143, 146, 148, 169, 204, 250, 252, 255, 288, 324, 480, 841, 999, 1101, 1135, 1284, 1328, 1329, 1750, 1868, 1923, 2741, 2818, 4114, 4200, 4201, 4326, 5000, 5115, 5330, 6342, 6343, 6767, 7000, 7560, 8453, 9745, 9889, 10143, 10200, 14601, 17000, 33111, 34443, 36888, 42161, 42170, 42220, 43113, 43114, 48900, 50104, 57073, 59144, 80002, 80094, 81457, 84532, 88888, 98866, 421614, 534352, 560048, 5042002, 7225878, 7777777, 11155111, 11155420, 168587773, 531050104, 1184075182, 1313161554, 1660990954, 1666600000];
|
|
46316
|
+
declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 143, 146, 148, 169, 204, 250, 252, 255, 288, 324, 480, 841, 999, 1101, 1135, 1284, 1328, 1329, 1750, 1776, 1868, 1923, 2741, 2818, 4114, 4200, 4201, 4217, 4326, 5000, 5115, 5330, 6342, 6343, 6767, 7000, 7560, 8453, 9745, 9889, 10143, 10200, 14601, 17000, 33111, 34443, 36888, 42161, 42170, 42220, 42793, 43113, 43114, 48900, 50104, 57073, 59144, 80002, 80094, 81457, 84532, 88888, 98866, 421614, 534352, 560048, 5042002, 7225878, 7777777, 11155111, 11155420, 168587773, 531050104, 1184075182, 1313161554, 1660990954, 1666600000];
|
|
46312
46317
|
//#endregion
|
|
46313
46318
|
//#region src/ecosystem/generated/tenderly.d.ts
|
|
46314
46319
|
declare const tenderlyNetworkMap: {
|
|
@@ -46321,6 +46326,7 @@ declare const tenderlyNetworkMap: {
|
|
|
46321
46326
|
readonly 137: "polygon";
|
|
46322
46327
|
readonly 143: "monad";
|
|
46323
46328
|
readonly 146: "sonic";
|
|
46329
|
+
readonly 196: "xlayer";
|
|
46324
46330
|
readonly 232: "lens";
|
|
46325
46331
|
readonly 252: "fraxtal";
|
|
46326
46332
|
readonly 288: "boba-ethereum";
|
|
@@ -46341,10 +46347,12 @@ declare const tenderlyNetworkMap: {
|
|
|
46341
46347
|
readonly 1923: "swellchain";
|
|
46342
46348
|
readonly 1924: "swellchain-sepolia";
|
|
46343
46349
|
readonly 1946: "soneium-minato";
|
|
46350
|
+
readonly 1952: "xlayer-testnet";
|
|
46344
46351
|
readonly 2020: "ronin";
|
|
46345
46352
|
readonly 2201: "stable-testnet";
|
|
46346
46353
|
readonly 2523: "fraxtal-hoodi";
|
|
46347
46354
|
readonly 4202: "lisk-sepolia";
|
|
46355
|
+
readonly 4217: "tempo";
|
|
46348
46356
|
readonly 4326: "megaeth";
|
|
46349
46357
|
readonly 4801: "worldchain-sepolia";
|
|
46350
46358
|
readonly 5000: "mantle";
|
|
@@ -46356,7 +46364,6 @@ declare const tenderlyNetworkMap: {
|
|
|
46356
46364
|
readonly 9746: "plasma-testnet";
|
|
46357
46365
|
readonly 10143: "monad-testnet";
|
|
46358
46366
|
readonly 10200: "gnosis-chiado-testnet";
|
|
46359
|
-
readonly 11069: "interval-testnet";
|
|
46360
46367
|
readonly 13371: "immutable";
|
|
46361
46368
|
readonly 13473: "immutable-testnet";
|
|
46362
46369
|
readonly 28882: "boba-sepolia";
|
|
@@ -46366,7 +46373,6 @@ declare const tenderlyNetworkMap: {
|
|
|
46366
46373
|
readonly 42161: "arbitrum";
|
|
46367
46374
|
readonly 42170: "arbitrum-nova";
|
|
46368
46375
|
readonly 42220: "celo";
|
|
46369
|
-
readonly 42429: "tempo-testnet";
|
|
46370
46376
|
readonly 42431: "tempo-moderato-testnet";
|
|
46371
46377
|
readonly 43113: "avalanche-fuji";
|
|
46372
46378
|
readonly 43114: "avalanche";
|
|
@@ -46386,6 +46392,7 @@ declare const tenderlyNetworkMap: {
|
|
|
46386
46392
|
readonly 84532: "base-sepolia";
|
|
46387
46393
|
readonly 167000: "taiko-mainnet";
|
|
46388
46394
|
readonly 167013: "taiko-hoodi";
|
|
46395
|
+
readonly 202601: "ronin-testnet";
|
|
46389
46396
|
readonly 421614: "arbitrum-sepolia";
|
|
46390
46397
|
readonly 534351: "scroll-sepolia";
|
|
46391
46398
|
readonly 534352: "scroll-mainnet";
|
|
@@ -46446,6 +46453,7 @@ declare const tenderlyExplorerMap: {
|
|
|
46446
46453
|
readonly 2523: "fraxtal-hoodi";
|
|
46447
46454
|
readonly 3338: "peaq";
|
|
46448
46455
|
readonly 4202: "lisk-sepolia";
|
|
46456
|
+
readonly 4217: "tempo";
|
|
46449
46457
|
readonly 4326: "megaeth";
|
|
46450
46458
|
readonly 4801: "worldchain-sepolia";
|
|
46451
46459
|
readonly 5000: "mantle";
|
|
@@ -46461,7 +46469,6 @@ declare const tenderlyExplorerMap: {
|
|
|
46461
46469
|
readonly 10143: "monad-testnet";
|
|
46462
46470
|
readonly 10200: "gnosis-chiado-testnet";
|
|
46463
46471
|
readonly 11011: "shape-sepolia";
|
|
46464
|
-
readonly 11069: "interval-testnet";
|
|
46465
46472
|
readonly 13371: "immutable";
|
|
46466
46473
|
readonly 13473: "immutable-testnet";
|
|
46467
46474
|
readonly 28882: "boba-sepolia";
|
|
@@ -46471,7 +46478,6 @@ declare const tenderlyExplorerMap: {
|
|
|
46471
46478
|
readonly 42161: "arbitrum";
|
|
46472
46479
|
readonly 42170: "arbitrum-nova";
|
|
46473
46480
|
readonly 42220: "celo";
|
|
46474
|
-
readonly 42429: "tempo-testnet";
|
|
46475
46481
|
readonly 42431: "tempo-moderato-testnet";
|
|
46476
46482
|
readonly 43113: "avalanche-fuji";
|
|
46477
46483
|
readonly 43114: "avalanche-mainnet";
|