@gfxlabs/oku-chains 1.9.10 → 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.
Files changed (50) hide show
  1. package/dist/types/definitions/arbitrum.d.ts +205 -0
  2. package/dist/types/definitions/avalanche.d.ts +147 -0
  3. package/dist/types/definitions/base.d.ts +468 -0
  4. package/dist/types/definitions/blast.d.ts +410 -0
  5. package/dist/types/definitions/bob.d.ts +408 -0
  6. package/dist/types/definitions/boba.d.ts +140 -0
  7. package/dist/types/definitions/bsc.d.ts +186 -0
  8. package/dist/types/definitions/celo.d.ts +993 -0
  9. package/dist/types/definitions/corn.d.ts +137 -0
  10. package/dist/types/definitions/etherlink.d.ts +145 -0
  11. package/dist/types/definitions/filecoin.d.ts +143 -0
  12. package/dist/types/definitions/gnosis.d.ts +178 -0
  13. package/dist/types/definitions/goat.d.ts +125 -0
  14. package/dist/types/definitions/hemi.d.ts +144 -0
  15. package/dist/types/definitions/index.d.ts +48 -0
  16. package/dist/types/definitions/lens.d.ts +131 -0
  17. package/dist/types/definitions/lightlink.d.ts +135 -0
  18. package/dist/types/definitions/linea.d.ts +176 -0
  19. package/dist/types/definitions/lisk.d.ts +387 -0
  20. package/dist/types/definitions/mainnet.d.ts +220 -0
  21. package/dist/types/definitions/manta.d.ts +137 -0
  22. package/dist/types/definitions/mantle.d.ts +155 -0
  23. package/dist/types/definitions/matchain.d.ts +114 -0
  24. package/dist/types/definitions/metal.d.ts +387 -0
  25. package/dist/types/definitions/monad.d.ts +146 -0
  26. package/dist/types/definitions/moonbeam.d.ts +149 -0
  27. package/dist/types/definitions/nibiru.d.ts +121 -0
  28. package/dist/types/definitions/optimism.d.ts +484 -0
  29. package/dist/types/definitions/plasma.d.ts +121 -0
  30. package/dist/types/definitions/polygon.d.ts +197 -0
  31. package/dist/types/definitions/redbelly.d.ts +118 -0
  32. package/dist/types/definitions/ronin.d.ts +129 -0
  33. package/dist/types/definitions/rootstock.d.ts +158 -0
  34. package/dist/types/definitions/saga.d.ts +122 -0
  35. package/dist/types/definitions/scroll.d.ts +167 -0
  36. package/dist/types/definitions/sei.d.ts +171 -0
  37. package/dist/types/definitions/sonic.d.ts +158 -0
  38. package/dist/types/definitions/taiko.d.ts +156 -0
  39. package/dist/types/definitions/telos.d.ts +141 -0
  40. package/dist/types/definitions/tronShasta.d.ts +99 -0
  41. package/dist/types/definitions/unichain.d.ts +419 -0
  42. package/dist/types/definitions/worldchain.d.ts +413 -0
  43. package/dist/types/definitions/xdc.d.ts +126 -0
  44. package/dist/types/definitions/zerog.d.ts +119 -0
  45. package/dist/types/definitions/zkevm.d.ts +143 -0
  46. package/dist/types/definitions/zksync.d.ts +545 -0
  47. package/dist/types/script/supported.d.ts +1 -0
  48. package/dist/types/spec/index.d.ts +207 -0
  49. package/dist/types/util/index.d.ts +3 -0
  50. package/package.json +2 -2
@@ -0,0 +1,121 @@
1
+ export declare const nibiru: Readonly<{
2
+ name: "Nibiru";
3
+ blockTimeSeconds: 2;
4
+ launchTime: 1750705200;
5
+ transactionType: "eip1559";
6
+ sortIndex: 15;
7
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/nibiru-logo.svg";
8
+ deprecated: false;
9
+ safeReorgDistance: 90000;
10
+ externalId: {};
11
+ blockAid: "";
12
+ markets: {};
13
+ bridges: {
14
+ stargate: {
15
+ endpointID: number;
16
+ tokens: {
17
+ name: string;
18
+ type: string;
19
+ id: number;
20
+ address: string;
21
+ }[];
22
+ };
23
+ };
24
+ oracles: {};
25
+ morpho: {};
26
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
27
+ uniswap: {
28
+ deployBlock: number;
29
+ poolFactory: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
30
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
31
+ multicall2: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
32
+ tickLens: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
33
+ nonfungiblePositionManager: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
34
+ positionsNFT: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
35
+ positionsNFTDeployBlock: number;
36
+ universalRouter: "0xA7E6cB0A6B1BE8b779022A6aFcb097cF0d3Ff4A2";
37
+ wrappedNativeAddress: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
38
+ wrappedNativeSymbol: string;
39
+ wrappedNativeName: string;
40
+ wrappedNativeDecimals: number;
41
+ nativeCurrencyName: string;
42
+ };
43
+ token: {
44
+ wethAddress: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
45
+ usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
46
+ };
47
+ oku: {
48
+ limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
49
+ limitOrderRegistryDeployBlock: number;
50
+ pricing: {
51
+ nativeWrappedToken: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
52
+ nativeWrappedName: string;
53
+ };
54
+ };
55
+ defaultPool: "0xd8F82b8d2e82265aC25d8d4Ef3cA47917693D3d5";
56
+ defaultToken0: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
57
+ defaultToken1: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
58
+ tokenList: ({
59
+ symbol: string;
60
+ address: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
61
+ } | {
62
+ symbol: string;
63
+ address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
64
+ })[];
65
+ stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
66
+ watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5" | "0x5133222db1e9f1b98d16e5fb46d6f398c60998e2" | "0xe7612e14a05613caf06fad766b484b0a6d146c3a")[];
67
+ internalName: "nibiru";
68
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/nibi.svg";
69
+ contracts: {
70
+ limitOrder: {
71
+ address: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
72
+ };
73
+ nftManager: {
74
+ address: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
75
+ };
76
+ weth9: {
77
+ address: "0x0CaCF669f8446BeCA826913a3c6B96aCD4b02a97";
78
+ };
79
+ multicall2: {
80
+ address: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
81
+ };
82
+ multicall3: {
83
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
84
+ };
85
+ };
86
+ blockExplorers: {
87
+ readonly default: {
88
+ readonly name: "NibiScan";
89
+ readonly url: "https://nibiscan.io";
90
+ };
91
+ };
92
+ blockTime?: number | undefined | undefined | undefined;
93
+ ensTlds?: readonly string[] | undefined;
94
+ id: 6900;
95
+ nativeCurrency: {
96
+ readonly decimals: 18;
97
+ readonly name: "NIBI";
98
+ readonly symbol: "NIBI";
99
+ };
100
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
101
+ rpcUrls: {
102
+ readonly default: {
103
+ readonly http: readonly ["https://evm-rpc.nibiru.fi"];
104
+ };
105
+ };
106
+ sourceId?: number | undefined | undefined | undefined;
107
+ testnet?: boolean | undefined | undefined | undefined;
108
+ custom?: Record<string, unknown> | undefined;
109
+ extendSchema?: Record<string, unknown> | undefined;
110
+ fees?: import("viem").ChainFees<undefined> | undefined;
111
+ formatters?: undefined | undefined;
112
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
113
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
114
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
115
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
116
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
117
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
118
+ }] | undefined | undefined;
119
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
120
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
121
+ }>;
@@ -0,0 +1,484 @@
1
+ export declare const optimism: Readonly<{
2
+ name: "Optimism";
3
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
4
+ blockTimeSeconds: 0.5;
5
+ launchTime: 1688997600;
6
+ transactionType: "eip1559";
7
+ sortIndex: 2;
8
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/optimism-logo.svg";
9
+ deprecated: false;
10
+ safeReorgDistance: 90000;
11
+ blockAid: "optimism";
12
+ externalId: {
13
+ zerion: string;
14
+ debank: string;
15
+ tenderly: string;
16
+ };
17
+ morpho: {
18
+ deployBlock: number;
19
+ morpho: "0xce95AfbB8EA029495c66020883F87aaE8864AF92";
20
+ mmFactory11: "0x3Bb6A6A0Bc85b367EFE0A5bAc81c5E52C892839a";
21
+ publicAllocator: "0x0d68a97324E602E02799CD83B42D337207B40658";
22
+ bundler3: "0xFBCd3C258feB131D8E038F2A3a670A7bE0507C05";
23
+ urdFactory: "0xe41AEcB4570A7B68d15a4Fb0a03ACEe421A21498";
24
+ };
25
+ markets: {
26
+ kyberswap: string;
27
+ oneinch: {
28
+ spender: string;
29
+ };
30
+ paraswap: {
31
+ routerContract: string;
32
+ };
33
+ openocean: string;
34
+ zeroex: true;
35
+ icecreamswap: true;
36
+ };
37
+ bridges: {
38
+ chainlink: {
39
+ atlasNetworkName: string;
40
+ routerAddress: string;
41
+ chainSelector: bigint;
42
+ tokenAdminRegistry: string;
43
+ };
44
+ rhinofi: string;
45
+ stargate: {
46
+ endpointID: number;
47
+ blockConfirmations: number;
48
+ tokens: {
49
+ name: string;
50
+ id: number;
51
+ address: string;
52
+ }[];
53
+ };
54
+ wanbridge: {
55
+ requiredConfirmations: number;
56
+ };
57
+ wormhole: {
58
+ chain: string;
59
+ timeToFinalize: number;
60
+ };
61
+ layerzero: {
62
+ eid: number;
63
+ tokens: {
64
+ id: number;
65
+ symbol: string;
66
+ project: string;
67
+ OFTAddress: string;
68
+ }[];
69
+ };
70
+ };
71
+ oracles: {
72
+ cmc: {
73
+ slug: string;
74
+ native: string;
75
+ };
76
+ coingecko: {
77
+ slug: string;
78
+ native: string;
79
+ };
80
+ dexscreener: string;
81
+ };
82
+ oku: {
83
+ router: "0x80dCD2C737cAFE9f86559bBCed9938eFfB7f7D1A";
84
+ limitOrderRegistryDeployBlock: number;
85
+ limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
86
+ customOrderTypes: {
87
+ feeBips: number;
88
+ master: "0xA89A26c4d81A2cca4d0670F77f0FC88362b72248";
89
+ masterDeployBlock: number;
90
+ bracket: "0xffC8C49C5B38BC9BaFD0bB0F5F189EEcD35e35E2";
91
+ bracketDeployBlock: number;
92
+ stopLimit: "0x57d0E13F353d630ab5218aC841C88985AB31A066";
93
+ stopLimitDeployBlock: number;
94
+ oracleLess: "0x25cf2128F603754179379351B805B4F8C0B8dCA4";
95
+ oracleLessDeployBlock: number;
96
+ };
97
+ pricing: {
98
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
99
+ nativeWrappedName: string;
100
+ nativeQuotePools: {
101
+ blockCreated: number;
102
+ address: "0x85149247691df622eaf1a8bd0cafd40bc45154a9";
103
+ }[];
104
+ pools: ("0x85149247691df622eaf1a8bd0cafd40bc45154a9" | "0xc858a329bf053be78d6239c4a4343b8fbd21472b" | "0x1d751bc1a723accf1942122ca9aa82d49d08d2ae" | "0x95d9d28606ee55de7667f0f176ebfc3215cfd9c0" | "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36" | "0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6" | "0xb589969d38ce76d3d7aa319de7133bc9755fd840" | "0x03af20bdaaffb4cc0a521796a223f7d85e2aac31" | "0x252cbdff917169775be2b552ec9f6781af95e7f6" | "0xf1f199342687a7d78bcc16fce79fa2665ef870e1" | "0xadb35413ec50e0afe41039eac8b930d313e94fa4" | "0x100bdc1431a9b09c61c0efc5776814285f8fb248" | "0x6432037739ccd0201987472604826097b55813e9" | "0x9595edbefc82535a02312a4c42cc91e6e9df8f67" | "0x9438a9d1bdeece02ed4431ac59613a128201e0b9" | "0x8323d063b1d12acce4742f1e3ed9bc46d71f4222" | "0xf3f3433c3a97f70349c138ada81da4d3554982db" | "0xb2ac2e5a3684411254d58b1c5a542212b782114d" | "0x2e80d5a7b3c613d854ee43243ff09808108561eb" | "0x8eda97883a1bc02cf68c6b9fb996e06ed8fdb3e5" | "0x98d9ae198f2018503791d1caf23c6807c135bb6b" | "0x827f0a2a4376bc26729f398b865f424dc8456841" | "0x6168ec836d0b1f0c37381ec7ed1891a412872121" | "0xdd0c6bae8ad5998c358b823df15a2a4181da1b80" | "0x6f32061f59a21086c334d0d45f804089ce374aaf" | "0x320616dbe138aa2f3db7a5a46ba79a13032cc5f2" | "0xf74fca1611a695a81fc1f7052aa5ff2549558ab3" | "0x702b283b06fa4e49ef155597945f2ba4b717e19c" | "0x7b17fc02d85cb5589ec1d1c3db507dc557590c79" | "0x766854992bd5363ebeeff0113f5a5795796befab" | "0xae2d9288be0587c2097ec46db7686ac2481f896e" | "0x793aca81b02f9e8e073047d2347da0c16e5ecd92" | "0xa1658249bcc69b0ab491cdc0449c0b0ea796de8d" | "0xa7bb0d95c6ba0ed0aca70c503b34bc7108589a47" | "0xf44acaa38be5e965c5ddf374e7a2ba270e580684" | "0x1a172713bdf4b9c846028e43081e73ca90a399dd" | "0xc50958e82c36b8d6d0baf555f90b76b0a28ceeeb" | "0xf046d8b7365d8abe5a8f8301c669b4b5284fc21d" | "0x84eb2c5c23999b3ddc87be10f15ccec5d22c7d97" | "0x95d7d146ae40d4822c2750276b54b6eed530d374" | "0x815ae7bf44dda74ed9274377ed711efc8b567911" | "0x0843e0f56b9e7fdc4fb95fabba22a01ef4088f41" | "0x25e412992634b93a025e2a538c53222a8c62e2d6" | "0xbd93951d2e9ec615f9940887559b4317032d98d0" | "0xc62d5ff62276eeda3c2d24f6b7e384355ec52a5e" | "0xba335a3b1f2fb04e66916c664459b7f74378ec32" | "0xd9b160620447d9a9a6ca90c0450f5490e5219257" | "0x2df05e4cdbd758cb1a99a34bb0d767e040d6b078" | "0x94ad9a19126ebb02dda874237e5820fd4943f5de" | "0x64750f4098a7f98352f7cd5797f421ceb8d94f64" | "0xb11d715bd9e3fd4fd07401dc551d516780c12449" | "0xaee0a6d42d10491d36e6a1b922741933609ac1be" | "0xcf2aebb91fec906f51fc11cd57035a09d8b16965" | "0xc0f184c6c4832b3ed861bd5b05722792ffa64abd" | "0x3154dc51bd6bb55213bd0e676df44cc3327ce75c" | "0xd9660a959e00fec8b256ef6bf71c0f545585eba0" | "0xc22662b904d98e45f89e030201355c3e372cc819" | "0x652a810c603faef61ff5d873e52ad7f1d70d6014" | "0x85841dab003d284d7aac51fc77cfa0d37d912825" | "0x2024c394741a5301e89a375b7bf52f865bc166fd" | "0x4983691a26d55eb9e18d2e12e3b770cdd3f76a5f" | "0xe1a0c25464a9d3b1426b552416bf2a02865ed461" | "0xba9bbd07331f0185701b61be6379ac49d50ae327" | "0xd6101cda1a51924e249132cbcae82bfcd0a91fbc" | "0xba213008fe93b3591e439f3b2aa51b3e4a2bd7c7" | "0x6408b4846dbe71e5b4b095b4fdee5ca58447f1c8" | "0x22bbdcfc90cabc569c22bf908877b7cc3e2c4684" | "0xeb1817b708415f4f78c5f0c99cbbd6a3a899fa6d" | "0x2582886f65ea71ecd3cffd12089c55fb9c75e9db" | "0x6ecb7d18abda6ae794035490a4decc329d0f23bb" | "0x4ad43a229a55d9453ad1ddd9aea986d58faab8d4" | "0x90b9504cff7af9d787799dc93ded9aed0a1996d7" | "0x7628784d2c5d47fcd5479ba812343b1aabad6484" | "0x44b17031465c53706af85c05423d26e9cfa13a1b" | "0xc366ec578789d5a802ecb966f69bbf8441b7e112" | "0xb018e5955c561a8af0f49faf60d587b7f8f1687b" | "0x2459023a29d3b07711b8b916d86aa7e8a14747af" | "0xe7ee03b72a89f87d161425e42548bd5492d06679" | "0xe588add6432dc1a9c717d37dbce858a6ded48656" | "0xbd8ac2a59551684b801885e4ea1c746c3fa92a34" | "0x1682dcd12f6e291de6874dcb0a89ee50465f43bd" | "0xac721d2e27ca148f505b5106fc95e594c78ace5b" | "0x3d44cc727fe2f603e4929be164c70edb3b498b5f" | "0xe229ce1cdbea9983362ca29f0f0b2c70bb2dacdf" | "0xea6018f42f816201c933bbb7a6027725937a0895" | "0x26e7fed14a97e0c482a302237971cf1b04f6d3e9" | "0xd1788a1109bd36ab296ac104a67bf8dc48673948" | "0x61775175905a0f3f7705a6f010d918b6acda6e00" | "0xcc8a87a17208fe2e96168ca3fa9412a968c5b092" | "0xfe4860375d8186770224534b70241e9a197aa4c7" | "0x514810e7db31cf118e6bacb3992bbe37b8d2b9b3" | "0xca93e9077c48cc7ab817390edd32f85ec6892797" | "0xc6f5e7e95e9bd69e57bbcdc3791332de9c89c8f4" | "0x610c0e8963449d62bae223ed6af042c21241d54d" | "0x461cd8b232e24ee5acc51dc43c186ec58f86be47" | "0xd4fed0bab141441d56521271d0a5747fd42062be" | "0x0bb50d3e479e4682558fdb86f41a205e2c035ae5" | "0x83de573f16e7cf978d3f4bc61f080ac392825fb3" | "0x2b5861fd7fd65b57de0009ec0d9045ba49aa5416" | "0x40a6d70506ba0e5e361e3913ca79a3282b3031b0")[];
105
+ };
106
+ };
107
+ uniswap: {
108
+ deployBlock: number;
109
+ poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
110
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
111
+ multicall2: "0x266557a864680a1401a3506c0eb72934bd13bf59";
112
+ proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
113
+ tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
114
+ quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
115
+ swapRouter: "0xE592427A0AEce92De3Edee1F18E0157C05861564";
116
+ swapRouter02: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
117
+ NFTDescriptor: "0x42B24A95702b9986e82d421cC3568932790A48Ec";
118
+ nonfungibleTokenPositionDescriptor: "0x91ae842A5Ffd8d12023116943e72A606179294f3";
119
+ transparentUpgradeableProxy: "0xEe6A57eC80ea46401049E92587E52f5Ec1c24785";
120
+ nonfungiblePositionManager: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
121
+ v3Migrator: "0xA5644E29708357803b5A882D272c41cC0dF92B34";
122
+ uniswapV3Staker: "0xe34139463bA50bD61336E0c446Bd8C0867c6fE65";
123
+ positionsNFT: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
124
+ topNativePool: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640";
125
+ positionsNFTDeployBlock: number;
126
+ universalRouter: "0xb555edF5dcF85f42cEeF1f3630a52A108E55A654";
127
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
128
+ wrappedNativeSymbol: string;
129
+ wrappedNativeName: string;
130
+ wrappedNativeDecimals: number;
131
+ nativeCurrencyName: string;
132
+ };
133
+ token: {
134
+ usdcAddress: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
135
+ wethAddress: "0x4200000000000000000000000000000000000006";
136
+ wbtcAddress: "0x68f180fcce6836688e9084f035309e29bf0a2095";
137
+ };
138
+ defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
139
+ defaultToken0: "0x4200000000000000000000000000000000000042";
140
+ defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
141
+ tokenList: ({
142
+ symbol: string;
143
+ address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
144
+ } | {
145
+ symbol: string;
146
+ address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1";
147
+ } | {
148
+ symbol: string;
149
+ address: "0x7f5c764cbc14f9669b88837ca1490cca17c31607";
150
+ } | {
151
+ symbol: string;
152
+ address: "0x4200000000000000000000000000000000000006";
153
+ } | {
154
+ symbol: string;
155
+ address: "0x4200000000000000000000000000000000000042";
156
+ })[];
157
+ stables: ("0x0b2c639c533813f4aa9d7837caf62653d097ff85" | "0x7f5c764cbc14f9669b88837ca1490cca17c31607" | "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58" | "0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9" | "0x8aE125E8653821E851F12A49F7765db9a9ce7384" | "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1")[];
158
+ watchlist: ("0x85149247691df622eaf1a8bd0cafd40bc45154a9" | "0xc858a329bf053be78d6239c4a4343b8fbd21472b" | "0x95d9d28606ee55de7667f0f176ebfc3215cfd9c0" | "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36" | "0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6" | "0xb589969d38ce76d3d7aa319de7133bc9755fd840" | "0x03af20bdaaffb4cc0a521796a223f7d85e2aac31" | "0xf1f199342687a7d78bcc16fce79fa2665ef870e1" | "0xadb35413ec50e0afe41039eac8b930d313e94fa4" | "0xb2ac2e5a3684411254d58b1c5a542212b782114d" | "0x6168ec836d0b1f0c37381ec7ed1891a412872121" | "0xdd0c6bae8ad5998c358b823df15a2a4181da1b80" | "0x320616dbe138aa2f3db7a5a46ba79a13032cc5f2" | "0x0bb50d3e479e4682558fdb86f41a205e2c035ae5" | "0x68f5c0a2de713a54991e01858fd27a3832401849" | "0x73b14a78a0d396c521f954532d43fd5ffe385216" | "0x04f6c85a1b00f6d9b75f91fd23835974cc07e65c" | "0x85c31ffa3706d1cce9d525a00f1c7d4a2911754c" | "0xfc1f3296458f9b2a27a0b91dd7681c4020e09d05" | "0xaefc1edaede6adadcdf3bb344577d45a80b19582" | "0x0392B358CE4547601BEFA962680BEDE836606AE2" | "0x36E42931A765022790B797963E42C5522D6B585A" | "0x03A9DC118B231480058E7A3B051042EC83663794" | "0x95D7D146AE40D4822C2750276B54B6EED530D374" | "0x7f1c919a92bce8790a85d6360b85cf21b997a6b5" | "0x1a54ae9f662b463f8d432482975c17e51518b50d" | "0xff7fbdf7832ae524deda39ca402e03d92adff7a5" | "0x55bc964fe3b0c8cc2d4c63d65f1be7aef9bb1a3c" | "0x535541f1aa08416e69dc4d610131099fa2ae7222" | "0x730691cdac3cbd4d41fc5eb9d8abbb0cea795b94")[];
159
+ internalName: "optimism";
160
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
161
+ contracts: {
162
+ limitOrder: {
163
+ address: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
164
+ };
165
+ nftManager: {
166
+ address: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88";
167
+ };
168
+ weth9: {
169
+ address: "0x4200000000000000000000000000000000000006";
170
+ };
171
+ multicall2: {
172
+ address: "0x266557a864680a1401a3506c0eb72934bd13bf59";
173
+ };
174
+ multicall3: {
175
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
176
+ };
177
+ disputeGameFactory: {
178
+ readonly 1: {
179
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
180
+ };
181
+ };
182
+ l2OutputOracle: {
183
+ readonly 1: {
184
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
185
+ };
186
+ };
187
+ portal: {
188
+ readonly 1: {
189
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
190
+ };
191
+ };
192
+ l1StandardBridge: {
193
+ readonly 1: {
194
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
195
+ };
196
+ };
197
+ gasPriceOracle: {
198
+ readonly address: "0x420000000000000000000000000000000000000F";
199
+ };
200
+ l1Block: {
201
+ readonly address: "0x4200000000000000000000000000000000000015";
202
+ };
203
+ l2CrossDomainMessenger: {
204
+ readonly address: "0x4200000000000000000000000000000000000007";
205
+ };
206
+ l2Erc721Bridge: {
207
+ readonly address: "0x4200000000000000000000000000000000000014";
208
+ };
209
+ l2StandardBridge: {
210
+ readonly address: "0x4200000000000000000000000000000000000010";
211
+ };
212
+ l2ToL1MessagePasser: {
213
+ readonly address: "0x4200000000000000000000000000000000000016";
214
+ };
215
+ };
216
+ blockExplorers: {
217
+ readonly default: {
218
+ readonly name: "Optimism Explorer";
219
+ readonly url: "https://optimistic.etherscan.io";
220
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
221
+ };
222
+ };
223
+ blockTime: 2000;
224
+ ensTlds?: readonly string[] | undefined;
225
+ id: 10;
226
+ nativeCurrency: {
227
+ readonly name: "Ether";
228
+ readonly symbol: "ETH";
229
+ readonly decimals: 18;
230
+ };
231
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
232
+ rpcUrls: {
233
+ readonly default: {
234
+ readonly http: readonly ["https://mainnet.optimism.io"];
235
+ };
236
+ };
237
+ sourceId: 1;
238
+ testnet?: boolean | undefined | undefined | undefined;
239
+ custom?: Record<string, unknown> | undefined;
240
+ extendSchema?: Record<string, unknown> | undefined;
241
+ fees?: import("viem").ChainFees<undefined> | undefined;
242
+ formatters: {
243
+ readonly block: {
244
+ exclude: [] | undefined;
245
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
246
+ baseFeePerGas: bigint | null;
247
+ blobGasUsed: bigint;
248
+ difficulty: bigint;
249
+ excessBlobGas: bigint;
250
+ extraData: import("viem").Hex;
251
+ gasLimit: bigint;
252
+ gasUsed: bigint;
253
+ hash: `0x${string}` | null;
254
+ logsBloom: `0x${string}` | null;
255
+ miner: import("abitype").Address;
256
+ mixHash: import("viem").Hash;
257
+ nonce: `0x${string}` | null;
258
+ number: bigint | null;
259
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
260
+ parentHash: import("viem").Hash;
261
+ receiptsRoot: import("viem").Hex;
262
+ sealFields: import("viem").Hex[];
263
+ sha3Uncles: import("viem").Hash;
264
+ size: bigint;
265
+ stateRoot: import("viem").Hash;
266
+ timestamp: bigint;
267
+ totalDifficulty: bigint | null;
268
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
269
+ transactionsRoot: import("viem").Hash;
270
+ uncles: import("viem").Hash[];
271
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
272
+ withdrawalsRoot?: `0x${string}` | undefined;
273
+ } & {};
274
+ type: "block";
275
+ };
276
+ readonly transaction: {
277
+ exclude: [] | undefined;
278
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
279
+ blockHash: `0x${string}` | null;
280
+ blockNumber: bigint | null;
281
+ from: import("abitype").Address;
282
+ gas: bigint;
283
+ hash: import("viem").Hash;
284
+ input: import("viem").Hex;
285
+ nonce: number;
286
+ r: import("viem").Hex;
287
+ s: import("viem").Hex;
288
+ to: import("abitype").Address | null;
289
+ transactionIndex: number | null;
290
+ typeHex: import("viem").Hex | null;
291
+ v: bigint;
292
+ value: bigint;
293
+ yParity: number;
294
+ gasPrice?: undefined | undefined;
295
+ maxFeePerBlobGas?: undefined | undefined;
296
+ maxFeePerGas: bigint;
297
+ maxPriorityFeePerGas: bigint;
298
+ isSystemTx?: boolean;
299
+ mint?: bigint | undefined | undefined;
300
+ sourceHash: import("viem").Hex;
301
+ type: "deposit";
302
+ } | {
303
+ r: import("viem").Hex;
304
+ s: import("viem").Hex;
305
+ v: bigint;
306
+ value: bigint;
307
+ gas: bigint;
308
+ to: import("abitype").Address | null;
309
+ from: import("abitype").Address;
310
+ nonce: number;
311
+ blockHash: `0x${string}` | null;
312
+ blockNumber: bigint | null;
313
+ transactionIndex: number | null;
314
+ hash: import("viem").Hash;
315
+ input: import("viem").Hex;
316
+ typeHex: import("viem").Hex | null;
317
+ accessList?: undefined | undefined;
318
+ authorizationList?: undefined | undefined;
319
+ blobVersionedHashes?: undefined | undefined;
320
+ chainId?: number | undefined;
321
+ yParity?: undefined | undefined;
322
+ type: "legacy";
323
+ gasPrice: bigint;
324
+ maxFeePerBlobGas?: undefined | undefined;
325
+ maxFeePerGas?: undefined | undefined;
326
+ maxPriorityFeePerGas?: undefined | undefined;
327
+ isSystemTx?: undefined | undefined;
328
+ mint?: undefined | undefined;
329
+ sourceHash?: undefined | undefined;
330
+ } | {
331
+ blockHash: `0x${string}` | null;
332
+ blockNumber: bigint | null;
333
+ from: import("abitype").Address;
334
+ gas: bigint;
335
+ hash: import("viem").Hash;
336
+ input: import("viem").Hex;
337
+ nonce: number;
338
+ r: import("viem").Hex;
339
+ s: import("viem").Hex;
340
+ to: import("abitype").Address | null;
341
+ transactionIndex: number | null;
342
+ typeHex: import("viem").Hex | null;
343
+ v: bigint;
344
+ value: bigint;
345
+ yParity: number;
346
+ accessList: import("viem").AccessList;
347
+ authorizationList?: undefined | undefined;
348
+ blobVersionedHashes?: undefined | undefined;
349
+ chainId: number;
350
+ type: "eip2930";
351
+ gasPrice: bigint;
352
+ maxFeePerBlobGas?: undefined | undefined;
353
+ maxFeePerGas?: undefined | undefined;
354
+ maxPriorityFeePerGas?: undefined | undefined;
355
+ isSystemTx?: undefined | undefined;
356
+ mint?: undefined | undefined;
357
+ sourceHash?: undefined | undefined;
358
+ } | {
359
+ blockHash: `0x${string}` | null;
360
+ blockNumber: bigint | null;
361
+ from: import("abitype").Address;
362
+ gas: bigint;
363
+ hash: import("viem").Hash;
364
+ input: import("viem").Hex;
365
+ nonce: number;
366
+ r: import("viem").Hex;
367
+ s: import("viem").Hex;
368
+ to: import("abitype").Address | null;
369
+ transactionIndex: number | null;
370
+ typeHex: import("viem").Hex | null;
371
+ v: bigint;
372
+ value: bigint;
373
+ yParity: number;
374
+ accessList: import("viem").AccessList;
375
+ authorizationList?: undefined | undefined;
376
+ blobVersionedHashes?: undefined | undefined;
377
+ chainId: number;
378
+ type: "eip1559";
379
+ gasPrice?: undefined | undefined;
380
+ maxFeePerBlobGas?: undefined | undefined;
381
+ maxFeePerGas: bigint;
382
+ maxPriorityFeePerGas: bigint;
383
+ isSystemTx?: undefined | undefined;
384
+ mint?: undefined | undefined;
385
+ sourceHash?: undefined | undefined;
386
+ } | {
387
+ blockHash: `0x${string}` | null;
388
+ blockNumber: bigint | null;
389
+ from: import("abitype").Address;
390
+ gas: bigint;
391
+ hash: import("viem").Hash;
392
+ input: import("viem").Hex;
393
+ nonce: number;
394
+ r: import("viem").Hex;
395
+ s: import("viem").Hex;
396
+ to: import("abitype").Address | null;
397
+ transactionIndex: number | null;
398
+ typeHex: import("viem").Hex | null;
399
+ v: bigint;
400
+ value: bigint;
401
+ yParity: number;
402
+ accessList: import("viem").AccessList;
403
+ authorizationList?: undefined | undefined;
404
+ blobVersionedHashes: readonly import("viem").Hex[];
405
+ chainId: number;
406
+ type: "eip4844";
407
+ gasPrice?: undefined | undefined;
408
+ maxFeePerBlobGas: bigint;
409
+ maxFeePerGas: bigint;
410
+ maxPriorityFeePerGas: bigint;
411
+ isSystemTx?: undefined | undefined;
412
+ mint?: undefined | undefined;
413
+ sourceHash?: undefined | undefined;
414
+ } | {
415
+ blockHash: `0x${string}` | null;
416
+ blockNumber: bigint | null;
417
+ from: import("abitype").Address;
418
+ gas: bigint;
419
+ hash: import("viem").Hash;
420
+ input: import("viem").Hex;
421
+ nonce: number;
422
+ r: import("viem").Hex;
423
+ s: import("viem").Hex;
424
+ to: import("abitype").Address | null;
425
+ transactionIndex: number | null;
426
+ typeHex: import("viem").Hex | null;
427
+ v: bigint;
428
+ value: bigint;
429
+ yParity: number;
430
+ accessList: import("viem").AccessList;
431
+ authorizationList: import("viem").SignedAuthorizationList;
432
+ blobVersionedHashes?: undefined | undefined;
433
+ chainId: number;
434
+ type: "eip7702";
435
+ gasPrice?: undefined | undefined;
436
+ maxFeePerBlobGas?: undefined | undefined;
437
+ maxFeePerGas: bigint;
438
+ maxPriorityFeePerGas: bigint;
439
+ isSystemTx?: undefined | undefined;
440
+ mint?: undefined | undefined;
441
+ sourceHash?: undefined | undefined;
442
+ }) & {};
443
+ type: "transaction";
444
+ };
445
+ readonly transactionReceipt: {
446
+ exclude: [] | undefined;
447
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
448
+ blobGasPrice?: bigint | undefined;
449
+ blobGasUsed?: bigint | undefined;
450
+ blockHash: import("viem").Hash;
451
+ blockNumber: bigint;
452
+ contractAddress: import("abitype").Address | null | undefined;
453
+ cumulativeGasUsed: bigint;
454
+ effectiveGasPrice: bigint;
455
+ from: import("abitype").Address;
456
+ gasUsed: bigint;
457
+ logs: import("viem").Log<bigint, number, false>[];
458
+ logsBloom: import("viem").Hex;
459
+ root?: `0x${string}` | undefined;
460
+ status: "success" | "reverted";
461
+ to: import("abitype").Address | null;
462
+ transactionHash: import("viem").Hash;
463
+ transactionIndex: number;
464
+ type: import("viem").TransactionType;
465
+ l1GasPrice: bigint | null;
466
+ l1GasUsed: bigint | null;
467
+ l1Fee: bigint | null;
468
+ l1FeeScalar: number | null;
469
+ } & {};
470
+ type: "transactionReceipt";
471
+ };
472
+ };
473
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
474
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
475
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
476
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
477
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
478
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
479
+ }] | undefined | undefined;
480
+ serializers: {
481
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
482
+ };
483
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
484
+ }>;