@gfxlabs/oku-chains 1.9.9 → 1.9.11
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/types/definitions/arbitrum.d.ts +205 -0
- package/dist/types/definitions/avalanche.d.ts +147 -0
- package/dist/types/definitions/base.d.ts +468 -0
- package/dist/types/definitions/blast.d.ts +410 -0
- package/dist/types/definitions/bob.d.ts +408 -0
- package/dist/types/definitions/boba.d.ts +140 -0
- package/dist/types/definitions/bsc.d.ts +186 -0
- package/dist/types/definitions/celo.d.ts +993 -0
- package/dist/types/definitions/corn.d.ts +137 -0
- package/dist/types/definitions/etherlink.d.ts +145 -0
- package/dist/types/definitions/filecoin.d.ts +143 -0
- package/dist/types/definitions/gnosis.d.ts +178 -0
- package/dist/types/definitions/goat.d.ts +125 -0
- package/dist/types/definitions/hemi.d.ts +144 -0
- package/dist/types/definitions/index.d.ts +48 -0
- package/dist/types/definitions/lens.d.ts +131 -0
- package/dist/types/definitions/lightlink.d.ts +135 -0
- package/dist/types/definitions/linea.d.ts +176 -0
- package/dist/types/definitions/lisk.d.ts +387 -0
- package/dist/types/definitions/mainnet.d.ts +220 -0
- package/dist/types/definitions/manta.d.ts +137 -0
- package/dist/types/definitions/mantle.d.ts +155 -0
- package/dist/types/definitions/matchain.d.ts +114 -0
- package/dist/types/definitions/metal.d.ts +387 -0
- package/dist/types/definitions/monad.d.ts +146 -0
- package/dist/types/definitions/moonbeam.d.ts +149 -0
- package/dist/types/definitions/nibiru.d.ts +121 -0
- package/dist/types/definitions/optimism.d.ts +484 -0
- package/dist/types/definitions/plasma.d.ts +121 -0
- package/dist/types/definitions/polygon.d.ts +197 -0
- package/dist/types/definitions/redbelly.d.ts +118 -0
- package/dist/types/definitions/ronin.d.ts +129 -0
- package/dist/types/definitions/rootstock.d.ts +158 -0
- package/dist/types/definitions/saga.d.ts +122 -0
- package/dist/types/definitions/scroll.d.ts +167 -0
- package/dist/types/definitions/sei.d.ts +171 -0
- package/dist/types/definitions/sonic.d.ts +158 -0
- package/dist/types/definitions/taiko.d.ts +156 -0
- package/dist/types/definitions/telos.d.ts +141 -0
- package/dist/types/definitions/tronShasta.d.ts +99 -0
- package/dist/types/definitions/unichain.d.ts +419 -0
- package/dist/types/definitions/worldchain.d.ts +413 -0
- package/dist/types/definitions/xdc.d.ts +126 -0
- package/dist/types/definitions/zerog.d.ts +119 -0
- package/dist/types/definitions/zkevm.d.ts +143 -0
- package/dist/types/definitions/zksync.d.ts +545 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/types/script/supported.d.ts +1 -0
- package/dist/types/spec/index.d.ts +207 -0
- package/dist/types/util/index.d.ts +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export declare const linea: Readonly<{
|
|
2
|
+
name: "Linea";
|
|
3
|
+
launchTime: 1713362400;
|
|
4
|
+
transactionType: "eip1559";
|
|
5
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6
|
+
blockTimeSeconds: 2;
|
|
7
|
+
sortIndex: 15;
|
|
8
|
+
morpho: {};
|
|
9
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/linea-logo.svg";
|
|
10
|
+
deprecated: false;
|
|
11
|
+
safeReorgDistance: 100;
|
|
12
|
+
blockAid: "linea";
|
|
13
|
+
externalId: {
|
|
14
|
+
zerion: string;
|
|
15
|
+
tenderly: string;
|
|
16
|
+
};
|
|
17
|
+
markets: {
|
|
18
|
+
kyberswap: string;
|
|
19
|
+
openocean: string;
|
|
20
|
+
zeroex: true;
|
|
21
|
+
icecreamswap: true;
|
|
22
|
+
oneinch: {
|
|
23
|
+
spender: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
bridges: {
|
|
27
|
+
chainlink: {
|
|
28
|
+
atlasNetworkName: string;
|
|
29
|
+
routerAddress: string;
|
|
30
|
+
chainSelector: bigint;
|
|
31
|
+
tokenAdminRegistry: string;
|
|
32
|
+
};
|
|
33
|
+
rhinofi: string;
|
|
34
|
+
stargate: {
|
|
35
|
+
endpointID: number;
|
|
36
|
+
blockConfirmations: number;
|
|
37
|
+
tokens: {
|
|
38
|
+
name: string;
|
|
39
|
+
type: string;
|
|
40
|
+
id: number;
|
|
41
|
+
address: string;
|
|
42
|
+
}[];
|
|
43
|
+
};
|
|
44
|
+
wormhole: {
|
|
45
|
+
chain: string;
|
|
46
|
+
timeToFinalize: number;
|
|
47
|
+
};
|
|
48
|
+
layerzero: {
|
|
49
|
+
eid: number;
|
|
50
|
+
tokens: {
|
|
51
|
+
id: number;
|
|
52
|
+
symbol: string;
|
|
53
|
+
project: string;
|
|
54
|
+
OFTAddress: string;
|
|
55
|
+
}[];
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
oracles: {
|
|
59
|
+
cmc: {
|
|
60
|
+
slug: string;
|
|
61
|
+
native: string;
|
|
62
|
+
};
|
|
63
|
+
coingecko: {
|
|
64
|
+
slug: string;
|
|
65
|
+
native: string;
|
|
66
|
+
};
|
|
67
|
+
dexscreener: string;
|
|
68
|
+
};
|
|
69
|
+
uniswap: {
|
|
70
|
+
deployBlock: number;
|
|
71
|
+
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9";
|
|
72
|
+
multicall2: "0x93e253D101519578A8DF0BCe2A43D8292BFb3A1F";
|
|
73
|
+
tickLens: "0x3334d83e224aF5ef9C2E7DDA7c7C98Efd9621fA9";
|
|
74
|
+
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
75
|
+
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
76
|
+
positionsNFTDeployBlock: number;
|
|
77
|
+
universalRouter: "0xd7c7d7f18dd5388d5217c9696c7e799fcd75c6bd";
|
|
78
|
+
wrappedNativeAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
79
|
+
wrappedNativeSymbol: string;
|
|
80
|
+
wrappedNativeName: string;
|
|
81
|
+
wrappedNativeDecimals: number;
|
|
82
|
+
nativeCurrencyName: string;
|
|
83
|
+
};
|
|
84
|
+
token: {
|
|
85
|
+
usdcAddress: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
86
|
+
wethAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
87
|
+
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
88
|
+
};
|
|
89
|
+
oku: {
|
|
90
|
+
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
91
|
+
limitOrderRegistryDeployBlock: number;
|
|
92
|
+
pricing: {
|
|
93
|
+
nativeWrappedToken: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
94
|
+
nativeWrappedName: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
defaultPool: "0xc48622190a6b91d64ee7459c62fade9abe61b48a";
|
|
98
|
+
defaultToken0: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
99
|
+
defaultToken1: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
100
|
+
tokenList: ({
|
|
101
|
+
symbol: string;
|
|
102
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
103
|
+
} | {
|
|
104
|
+
symbol: string;
|
|
105
|
+
address: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
106
|
+
})[];
|
|
107
|
+
stables: ("0x176211869ca2b568f2a7d4ee941e073a821ee1ff" | "0xa219439258ca9da29e9cc4ce5596924745e12b93" | "0x4af15ec2a0bd43db75dd04e62faa3b8ef36b00d5")[];
|
|
108
|
+
watchlist: ("0xc48622190a6b91d64ee7459c62fade9abe61b48a" | "0x5856edf9212bdcec74301ec78afc573b62d6a283" | "0xf8296e87192aa71158bd9ba323fc2e1d9a047aa2" | "0x93f626d0e471279bd8d1420959cc881bdacfdab1" | "0xfe64636280a98d21701a607e6a52ed5d62bacfe4" | "0xf2d33caaedc4daab2c1f0bfc7cccb03a9acf3e4e" | "0xe848d169080a0022039fcaefc19263c410fe3520" | "0x30b44df5010f8b2a4d4e566a2ba638496e76a8fc" | "0x42a72c7fbb355b2cfe08f8716595f3f3509b3bea")[];
|
|
109
|
+
internalName: "linea";
|
|
110
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
111
|
+
contracts: {
|
|
112
|
+
limitOrder: {
|
|
113
|
+
address: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
114
|
+
};
|
|
115
|
+
nftManager: {
|
|
116
|
+
address: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
117
|
+
};
|
|
118
|
+
weth9: {
|
|
119
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
120
|
+
};
|
|
121
|
+
multicall2: {
|
|
122
|
+
address: "0x9A27B81b034e585be9d366DEB7aBAD036BE50845";
|
|
123
|
+
};
|
|
124
|
+
multicall3: {
|
|
125
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
126
|
+
};
|
|
127
|
+
ensRegistry: {
|
|
128
|
+
readonly address: "0x50130b669B28C339991d8676FA73CF122a121267";
|
|
129
|
+
readonly blockCreated: 6682888;
|
|
130
|
+
};
|
|
131
|
+
ensUniversalResolver: {
|
|
132
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
133
|
+
readonly blockCreated: 22222151;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
blockExplorers: {
|
|
137
|
+
readonly default: {
|
|
138
|
+
readonly name: "Etherscan";
|
|
139
|
+
readonly url: "https://lineascan.build";
|
|
140
|
+
readonly apiUrl: "https://api.lineascan.build/api";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
blockTime: 2000;
|
|
144
|
+
ensTlds: readonly [".linea.eth"];
|
|
145
|
+
id: 59144;
|
|
146
|
+
nativeCurrency: {
|
|
147
|
+
readonly name: "Linea Ether";
|
|
148
|
+
readonly symbol: "ETH";
|
|
149
|
+
readonly decimals: 18;
|
|
150
|
+
};
|
|
151
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
152
|
+
rpcUrls: {
|
|
153
|
+
readonly default: {
|
|
154
|
+
readonly http: readonly ["https://rpc.linea.build"];
|
|
155
|
+
readonly webSocket: readonly ["wss://rpc.linea.build"];
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
159
|
+
testnet: false;
|
|
160
|
+
custom?: Record<string, unknown> | undefined;
|
|
161
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
162
|
+
fees: {
|
|
163
|
+
readonly estimateFeesPerGas: ({ client, multiply, request, type, }: Parameters<import("viem").ChainEstimateFeesPerGasFn>[0]) => ReturnType<import("viem").ChainEstimateFeesPerGasFn>;
|
|
164
|
+
readonly maxPriorityFeePerGas: ({ block, client, request }: import("viem").ChainFeesFnParameters<import("viem").ChainFormatters | undefined>) => Promise<bigint | null>;
|
|
165
|
+
};
|
|
166
|
+
formatters?: undefined | undefined;
|
|
167
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
168
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
169
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
170
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
171
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
172
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
173
|
+
}] | undefined | undefined;
|
|
174
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
175
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
176
|
+
}>;
|
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
export declare const lisk: Readonly<{
|
|
2
|
+
blockTimeSeconds: 2;
|
|
3
|
+
launchTime: 1724076000;
|
|
4
|
+
transactionType: "eip1559";
|
|
5
|
+
sortIndex: 15;
|
|
6
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/lisk-logo.png";
|
|
7
|
+
deprecated: true;
|
|
8
|
+
safeReorgDistance: 90000;
|
|
9
|
+
blockAid: "";
|
|
10
|
+
externalId: {
|
|
11
|
+
tenderly: string;
|
|
12
|
+
};
|
|
13
|
+
morpho: {};
|
|
14
|
+
markets: {};
|
|
15
|
+
bridges: {};
|
|
16
|
+
oracles: {
|
|
17
|
+
coingecko: {
|
|
18
|
+
slug: string;
|
|
19
|
+
native: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
blockExplorers: {
|
|
23
|
+
default: {
|
|
24
|
+
name: string;
|
|
25
|
+
url: string;
|
|
26
|
+
apiUrl: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
30
|
+
uniswap: {
|
|
31
|
+
deployBlock: number;
|
|
32
|
+
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
33
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
34
|
+
multicall2: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
35
|
+
tickLens: "0x38EB9e62ABe4d3F70C0e161971F29593b8aE29FF";
|
|
36
|
+
nonfungiblePositionManager: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649";
|
|
37
|
+
positionsNFT: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649";
|
|
38
|
+
positionsNFTDeployBlock: number;
|
|
39
|
+
universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
40
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
41
|
+
wrappedNativeSymbol: string;
|
|
42
|
+
wrappedNativeName: string;
|
|
43
|
+
wrappedNativeDecimals: number;
|
|
44
|
+
nativeCurrencyName: string;
|
|
45
|
+
};
|
|
46
|
+
token: {
|
|
47
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
48
|
+
};
|
|
49
|
+
oku: {
|
|
50
|
+
limitOrderRegistry: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
|
|
51
|
+
limitOrderRegistryDeployBlock: number;
|
|
52
|
+
pricing: {
|
|
53
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
54
|
+
nativeWrappedName: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
defaultPool: "0xd501d4e381491f64274cc65fdec32b47264a2422";
|
|
58
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
59
|
+
defaultToken1: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
60
|
+
tokenList: ({
|
|
61
|
+
symbol: string;
|
|
62
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
63
|
+
} | {
|
|
64
|
+
symbol: string;
|
|
65
|
+
address: "0x05D032ac25d322df992303dCa074EE7392C117b9";
|
|
66
|
+
} | {
|
|
67
|
+
symbol: string;
|
|
68
|
+
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
69
|
+
})[];
|
|
70
|
+
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
71
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
72
|
+
internalName: "lisk";
|
|
73
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
74
|
+
contracts: {
|
|
75
|
+
limitOrder: {
|
|
76
|
+
address: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
|
|
77
|
+
};
|
|
78
|
+
nftManager: {
|
|
79
|
+
address: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649";
|
|
80
|
+
};
|
|
81
|
+
weth9: {
|
|
82
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
83
|
+
};
|
|
84
|
+
multicall2: {
|
|
85
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
86
|
+
};
|
|
87
|
+
multicall3: {
|
|
88
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
89
|
+
};
|
|
90
|
+
l2OutputOracle: {
|
|
91
|
+
readonly 1: {
|
|
92
|
+
readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
portal: {
|
|
96
|
+
readonly 1: {
|
|
97
|
+
readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
l1StandardBridge: {
|
|
101
|
+
readonly 1: {
|
|
102
|
+
readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
gasPriceOracle: {
|
|
106
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
107
|
+
};
|
|
108
|
+
l1Block: {
|
|
109
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
110
|
+
};
|
|
111
|
+
l2CrossDomainMessenger: {
|
|
112
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
113
|
+
};
|
|
114
|
+
l2Erc721Bridge: {
|
|
115
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
116
|
+
};
|
|
117
|
+
l2StandardBridge: {
|
|
118
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
119
|
+
};
|
|
120
|
+
l2ToL1MessagePasser: {
|
|
121
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
blockTime: 2000;
|
|
125
|
+
ensTlds?: readonly string[] | undefined;
|
|
126
|
+
id: 1135;
|
|
127
|
+
name: "Lisk";
|
|
128
|
+
nativeCurrency: {
|
|
129
|
+
readonly decimals: 18;
|
|
130
|
+
readonly name: "Ether";
|
|
131
|
+
readonly symbol: "ETH";
|
|
132
|
+
};
|
|
133
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
134
|
+
rpcUrls: {
|
|
135
|
+
readonly default: {
|
|
136
|
+
readonly http: readonly ["https://rpc.api.lisk.com"];
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
sourceId: 1;
|
|
140
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
141
|
+
custom?: Record<string, unknown> | undefined;
|
|
142
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
143
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
144
|
+
formatters: {
|
|
145
|
+
readonly block: {
|
|
146
|
+
exclude: [] | undefined;
|
|
147
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
148
|
+
baseFeePerGas: bigint | null;
|
|
149
|
+
blobGasUsed: bigint;
|
|
150
|
+
difficulty: bigint;
|
|
151
|
+
excessBlobGas: bigint;
|
|
152
|
+
extraData: import("viem").Hex;
|
|
153
|
+
gasLimit: bigint;
|
|
154
|
+
gasUsed: bigint;
|
|
155
|
+
hash: `0x${string}` | null;
|
|
156
|
+
logsBloom: `0x${string}` | null;
|
|
157
|
+
miner: import("abitype").Address;
|
|
158
|
+
mixHash: import("viem").Hash;
|
|
159
|
+
nonce: `0x${string}` | null;
|
|
160
|
+
number: bigint | null;
|
|
161
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
162
|
+
parentHash: import("viem").Hash;
|
|
163
|
+
receiptsRoot: import("viem").Hex;
|
|
164
|
+
sealFields: import("viem").Hex[];
|
|
165
|
+
sha3Uncles: import("viem").Hash;
|
|
166
|
+
size: bigint;
|
|
167
|
+
stateRoot: import("viem").Hash;
|
|
168
|
+
timestamp: bigint;
|
|
169
|
+
totalDifficulty: bigint | null;
|
|
170
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
171
|
+
transactionsRoot: import("viem").Hash;
|
|
172
|
+
uncles: import("viem").Hash[];
|
|
173
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
174
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
175
|
+
} & {};
|
|
176
|
+
type: "block";
|
|
177
|
+
};
|
|
178
|
+
readonly transaction: {
|
|
179
|
+
exclude: [] | undefined;
|
|
180
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
181
|
+
blockHash: `0x${string}` | null;
|
|
182
|
+
blockNumber: bigint | null;
|
|
183
|
+
from: import("abitype").Address;
|
|
184
|
+
gas: bigint;
|
|
185
|
+
hash: import("viem").Hash;
|
|
186
|
+
input: import("viem").Hex;
|
|
187
|
+
nonce: number;
|
|
188
|
+
r: import("viem").Hex;
|
|
189
|
+
s: import("viem").Hex;
|
|
190
|
+
to: import("abitype").Address | null;
|
|
191
|
+
transactionIndex: number | null;
|
|
192
|
+
typeHex: import("viem").Hex | null;
|
|
193
|
+
v: bigint;
|
|
194
|
+
value: bigint;
|
|
195
|
+
yParity: number;
|
|
196
|
+
gasPrice?: undefined | undefined;
|
|
197
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
198
|
+
maxFeePerGas: bigint;
|
|
199
|
+
maxPriorityFeePerGas: bigint;
|
|
200
|
+
isSystemTx?: boolean;
|
|
201
|
+
mint?: bigint | undefined | undefined;
|
|
202
|
+
sourceHash: import("viem").Hex;
|
|
203
|
+
type: "deposit";
|
|
204
|
+
} | {
|
|
205
|
+
r: import("viem").Hex;
|
|
206
|
+
s: import("viem").Hex;
|
|
207
|
+
v: bigint;
|
|
208
|
+
value: bigint;
|
|
209
|
+
gas: bigint;
|
|
210
|
+
to: import("abitype").Address | null;
|
|
211
|
+
from: import("abitype").Address;
|
|
212
|
+
nonce: number;
|
|
213
|
+
blockHash: `0x${string}` | null;
|
|
214
|
+
blockNumber: bigint | null;
|
|
215
|
+
transactionIndex: number | null;
|
|
216
|
+
hash: import("viem").Hash;
|
|
217
|
+
input: import("viem").Hex;
|
|
218
|
+
typeHex: import("viem").Hex | null;
|
|
219
|
+
accessList?: undefined | undefined;
|
|
220
|
+
authorizationList?: undefined | undefined;
|
|
221
|
+
blobVersionedHashes?: undefined | undefined;
|
|
222
|
+
chainId?: number | undefined;
|
|
223
|
+
yParity?: undefined | undefined;
|
|
224
|
+
type: "legacy";
|
|
225
|
+
gasPrice: bigint;
|
|
226
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
227
|
+
maxFeePerGas?: undefined | undefined;
|
|
228
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
229
|
+
isSystemTx?: undefined | undefined;
|
|
230
|
+
mint?: undefined | undefined;
|
|
231
|
+
sourceHash?: undefined | undefined;
|
|
232
|
+
} | {
|
|
233
|
+
blockHash: `0x${string}` | null;
|
|
234
|
+
blockNumber: bigint | null;
|
|
235
|
+
from: import("abitype").Address;
|
|
236
|
+
gas: bigint;
|
|
237
|
+
hash: import("viem").Hash;
|
|
238
|
+
input: import("viem").Hex;
|
|
239
|
+
nonce: number;
|
|
240
|
+
r: import("viem").Hex;
|
|
241
|
+
s: import("viem").Hex;
|
|
242
|
+
to: import("abitype").Address | null;
|
|
243
|
+
transactionIndex: number | null;
|
|
244
|
+
typeHex: import("viem").Hex | null;
|
|
245
|
+
v: bigint;
|
|
246
|
+
value: bigint;
|
|
247
|
+
yParity: number;
|
|
248
|
+
accessList: import("viem").AccessList;
|
|
249
|
+
authorizationList?: undefined | undefined;
|
|
250
|
+
blobVersionedHashes?: undefined | undefined;
|
|
251
|
+
chainId: number;
|
|
252
|
+
type: "eip2930";
|
|
253
|
+
gasPrice: bigint;
|
|
254
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
255
|
+
maxFeePerGas?: undefined | undefined;
|
|
256
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
257
|
+
isSystemTx?: undefined | undefined;
|
|
258
|
+
mint?: undefined | undefined;
|
|
259
|
+
sourceHash?: undefined | undefined;
|
|
260
|
+
} | {
|
|
261
|
+
blockHash: `0x${string}` | null;
|
|
262
|
+
blockNumber: bigint | null;
|
|
263
|
+
from: import("abitype").Address;
|
|
264
|
+
gas: bigint;
|
|
265
|
+
hash: import("viem").Hash;
|
|
266
|
+
input: import("viem").Hex;
|
|
267
|
+
nonce: number;
|
|
268
|
+
r: import("viem").Hex;
|
|
269
|
+
s: import("viem").Hex;
|
|
270
|
+
to: import("abitype").Address | null;
|
|
271
|
+
transactionIndex: number | null;
|
|
272
|
+
typeHex: import("viem").Hex | null;
|
|
273
|
+
v: bigint;
|
|
274
|
+
value: bigint;
|
|
275
|
+
yParity: number;
|
|
276
|
+
accessList: import("viem").AccessList;
|
|
277
|
+
authorizationList?: undefined | undefined;
|
|
278
|
+
blobVersionedHashes?: undefined | undefined;
|
|
279
|
+
chainId: number;
|
|
280
|
+
type: "eip1559";
|
|
281
|
+
gasPrice?: undefined | undefined;
|
|
282
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
283
|
+
maxFeePerGas: bigint;
|
|
284
|
+
maxPriorityFeePerGas: bigint;
|
|
285
|
+
isSystemTx?: undefined | undefined;
|
|
286
|
+
mint?: undefined | undefined;
|
|
287
|
+
sourceHash?: undefined | undefined;
|
|
288
|
+
} | {
|
|
289
|
+
blockHash: `0x${string}` | null;
|
|
290
|
+
blockNumber: bigint | null;
|
|
291
|
+
from: import("abitype").Address;
|
|
292
|
+
gas: bigint;
|
|
293
|
+
hash: import("viem").Hash;
|
|
294
|
+
input: import("viem").Hex;
|
|
295
|
+
nonce: number;
|
|
296
|
+
r: import("viem").Hex;
|
|
297
|
+
s: import("viem").Hex;
|
|
298
|
+
to: import("abitype").Address | null;
|
|
299
|
+
transactionIndex: number | null;
|
|
300
|
+
typeHex: import("viem").Hex | null;
|
|
301
|
+
v: bigint;
|
|
302
|
+
value: bigint;
|
|
303
|
+
yParity: number;
|
|
304
|
+
accessList: import("viem").AccessList;
|
|
305
|
+
authorizationList?: undefined | undefined;
|
|
306
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
307
|
+
chainId: number;
|
|
308
|
+
type: "eip4844";
|
|
309
|
+
gasPrice?: undefined | undefined;
|
|
310
|
+
maxFeePerBlobGas: bigint;
|
|
311
|
+
maxFeePerGas: bigint;
|
|
312
|
+
maxPriorityFeePerGas: bigint;
|
|
313
|
+
isSystemTx?: undefined | undefined;
|
|
314
|
+
mint?: undefined | undefined;
|
|
315
|
+
sourceHash?: undefined | undefined;
|
|
316
|
+
} | {
|
|
317
|
+
blockHash: `0x${string}` | null;
|
|
318
|
+
blockNumber: bigint | null;
|
|
319
|
+
from: import("abitype").Address;
|
|
320
|
+
gas: bigint;
|
|
321
|
+
hash: import("viem").Hash;
|
|
322
|
+
input: import("viem").Hex;
|
|
323
|
+
nonce: number;
|
|
324
|
+
r: import("viem").Hex;
|
|
325
|
+
s: import("viem").Hex;
|
|
326
|
+
to: import("abitype").Address | null;
|
|
327
|
+
transactionIndex: number | null;
|
|
328
|
+
typeHex: import("viem").Hex | null;
|
|
329
|
+
v: bigint;
|
|
330
|
+
value: bigint;
|
|
331
|
+
yParity: number;
|
|
332
|
+
accessList: import("viem").AccessList;
|
|
333
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
334
|
+
blobVersionedHashes?: undefined | undefined;
|
|
335
|
+
chainId: number;
|
|
336
|
+
type: "eip7702";
|
|
337
|
+
gasPrice?: undefined | undefined;
|
|
338
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
339
|
+
maxFeePerGas: bigint;
|
|
340
|
+
maxPriorityFeePerGas: bigint;
|
|
341
|
+
isSystemTx?: undefined | undefined;
|
|
342
|
+
mint?: undefined | undefined;
|
|
343
|
+
sourceHash?: undefined | undefined;
|
|
344
|
+
}) & {};
|
|
345
|
+
type: "transaction";
|
|
346
|
+
};
|
|
347
|
+
readonly transactionReceipt: {
|
|
348
|
+
exclude: [] | undefined;
|
|
349
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
350
|
+
blobGasPrice?: bigint | undefined;
|
|
351
|
+
blobGasUsed?: bigint | undefined;
|
|
352
|
+
blockHash: import("viem").Hash;
|
|
353
|
+
blockNumber: bigint;
|
|
354
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
355
|
+
cumulativeGasUsed: bigint;
|
|
356
|
+
effectiveGasPrice: bigint;
|
|
357
|
+
from: import("abitype").Address;
|
|
358
|
+
gasUsed: bigint;
|
|
359
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
360
|
+
logsBloom: import("viem").Hex;
|
|
361
|
+
root?: `0x${string}` | undefined;
|
|
362
|
+
status: "success" | "reverted";
|
|
363
|
+
to: import("abitype").Address | null;
|
|
364
|
+
transactionHash: import("viem").Hash;
|
|
365
|
+
transactionIndex: number;
|
|
366
|
+
type: import("viem").TransactionType;
|
|
367
|
+
l1GasPrice: bigint | null;
|
|
368
|
+
l1GasUsed: bigint | null;
|
|
369
|
+
l1Fee: bigint | null;
|
|
370
|
+
l1FeeScalar: number | null;
|
|
371
|
+
} & {};
|
|
372
|
+
type: "transactionReceipt";
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
376
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
377
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
378
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
379
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
380
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
381
|
+
}] | undefined | undefined;
|
|
382
|
+
serializers: {
|
|
383
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
384
|
+
};
|
|
385
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
386
|
+
network: "lisk";
|
|
387
|
+
}>;
|