@nadohq/shared 0.1.0-alpha.39 → 0.1.0-alpha.40
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.
|
@@ -117,7 +117,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
117
117
|
formatters: {
|
|
118
118
|
readonly block: {
|
|
119
119
|
exclude: [] | undefined;
|
|
120
|
-
format: (args: viem_chains.OpStackRpcBlock) => {
|
|
120
|
+
format: (args: viem_chains.OpStackRpcBlock, action?: string | undefined) => {
|
|
121
121
|
baseFeePerGas: bigint | null;
|
|
122
122
|
blobGasUsed: bigint;
|
|
123
123
|
difficulty: bigint;
|
|
@@ -150,7 +150,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
150
150
|
};
|
|
151
151
|
readonly transaction: {
|
|
152
152
|
exclude: [] | undefined;
|
|
153
|
-
format: (args: viem_chains.OpStackRpcTransaction) => ({
|
|
153
|
+
format: (args: viem_chains.OpStackRpcTransaction, action?: string | undefined) => ({
|
|
154
154
|
blockHash: `0x${string}` | null;
|
|
155
155
|
blockNumber: bigint | null;
|
|
156
156
|
from: abitype.Address;
|
|
@@ -319,7 +319,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
319
319
|
};
|
|
320
320
|
readonly transactionReceipt: {
|
|
321
321
|
exclude: [] | undefined;
|
|
322
|
-
format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
|
|
322
|
+
format: (args: viem_chains.OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
323
323
|
blobGasPrice?: bigint | undefined;
|
|
324
324
|
blobGasUsed?: bigint | undefined;
|
|
325
325
|
blockHash: viem.Hash;
|
|
@@ -419,7 +419,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
419
419
|
formatters: {
|
|
420
420
|
readonly block: {
|
|
421
421
|
exclude: [] | undefined;
|
|
422
|
-
format: (args: viem_chains.OpStackRpcBlock) => {
|
|
422
|
+
format: (args: viem_chains.OpStackRpcBlock, action?: string | undefined) => {
|
|
423
423
|
baseFeePerGas: bigint | null;
|
|
424
424
|
blobGasUsed: bigint;
|
|
425
425
|
difficulty: bigint;
|
|
@@ -452,7 +452,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
452
452
|
};
|
|
453
453
|
readonly transaction: {
|
|
454
454
|
exclude: [] | undefined;
|
|
455
|
-
format: (args: viem_chains.OpStackRpcTransaction) => ({
|
|
455
|
+
format: (args: viem_chains.OpStackRpcTransaction, action?: string | undefined) => ({
|
|
456
456
|
blockHash: `0x${string}` | null;
|
|
457
457
|
blockNumber: bigint | null;
|
|
458
458
|
from: abitype.Address;
|
|
@@ -621,7 +621,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
621
621
|
};
|
|
622
622
|
readonly transactionReceipt: {
|
|
623
623
|
exclude: [] | undefined;
|
|
624
|
-
format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
|
|
624
|
+
format: (args: viem_chains.OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
625
625
|
blobGasPrice?: bigint | undefined;
|
|
626
626
|
blobGasUsed?: bigint | undefined;
|
|
627
627
|
blockHash: viem.Hash;
|
|
@@ -117,7 +117,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
117
117
|
formatters: {
|
|
118
118
|
readonly block: {
|
|
119
119
|
exclude: [] | undefined;
|
|
120
|
-
format: (args: viem_chains.OpStackRpcBlock) => {
|
|
120
|
+
format: (args: viem_chains.OpStackRpcBlock, action?: string | undefined) => {
|
|
121
121
|
baseFeePerGas: bigint | null;
|
|
122
122
|
blobGasUsed: bigint;
|
|
123
123
|
difficulty: bigint;
|
|
@@ -150,7 +150,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
150
150
|
};
|
|
151
151
|
readonly transaction: {
|
|
152
152
|
exclude: [] | undefined;
|
|
153
|
-
format: (args: viem_chains.OpStackRpcTransaction) => ({
|
|
153
|
+
format: (args: viem_chains.OpStackRpcTransaction, action?: string | undefined) => ({
|
|
154
154
|
blockHash: `0x${string}` | null;
|
|
155
155
|
blockNumber: bigint | null;
|
|
156
156
|
from: abitype.Address;
|
|
@@ -319,7 +319,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
319
319
|
};
|
|
320
320
|
readonly transactionReceipt: {
|
|
321
321
|
exclude: [] | undefined;
|
|
322
|
-
format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
|
|
322
|
+
format: (args: viem_chains.OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
323
323
|
blobGasPrice?: bigint | undefined;
|
|
324
324
|
blobGasUsed?: bigint | undefined;
|
|
325
325
|
blockHash: viem.Hash;
|
|
@@ -419,7 +419,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
419
419
|
formatters: {
|
|
420
420
|
readonly block: {
|
|
421
421
|
exclude: [] | undefined;
|
|
422
|
-
format: (args: viem_chains.OpStackRpcBlock) => {
|
|
422
|
+
format: (args: viem_chains.OpStackRpcBlock, action?: string | undefined) => {
|
|
423
423
|
baseFeePerGas: bigint | null;
|
|
424
424
|
blobGasUsed: bigint;
|
|
425
425
|
difficulty: bigint;
|
|
@@ -452,7 +452,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
452
452
|
};
|
|
453
453
|
readonly transaction: {
|
|
454
454
|
exclude: [] | undefined;
|
|
455
|
-
format: (args: viem_chains.OpStackRpcTransaction) => ({
|
|
455
|
+
format: (args: viem_chains.OpStackRpcTransaction, action?: string | undefined) => ({
|
|
456
456
|
blockHash: `0x${string}` | null;
|
|
457
457
|
blockNumber: bigint | null;
|
|
458
458
|
from: abitype.Address;
|
|
@@ -621,7 +621,7 @@ declare const CHAIN_ENV_TO_CHAIN: {
|
|
|
621
621
|
};
|
|
622
622
|
readonly transactionReceipt: {
|
|
623
623
|
exclude: [] | undefined;
|
|
624
|
-
format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
|
|
624
|
+
format: (args: viem_chains.OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
625
625
|
blobGasPrice?: bigint | undefined;
|
|
626
626
|
blobGasUsed?: bigint | undefined;
|
|
627
627
|
blockHash: viem.Hash;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nadohq/shared",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Shared utilities, types, and contract helpers for Nado SDK",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"bignumber.js": "^9.3.0",
|
|
50
50
|
"viem": "*"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "5dad68b2e53c49a0cfc95a1d8c6abfc1ee2a6f3b"
|
|
53
53
|
}
|