@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.
- 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/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,125 @@
|
|
|
1
|
+
export declare const goat: Readonly<{
|
|
2
|
+
name: "GOAT";
|
|
3
|
+
blockTimeSeconds: 3;
|
|
4
|
+
launchTime: 1742159744;
|
|
5
|
+
transactionType: "eip1559";
|
|
6
|
+
sortIndex: 15;
|
|
7
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/goat-logo.svg";
|
|
8
|
+
deprecated: false;
|
|
9
|
+
safeReorgDistance: 90000;
|
|
10
|
+
blockAid: "";
|
|
11
|
+
externalId: {};
|
|
12
|
+
markets: {};
|
|
13
|
+
bridges: {
|
|
14
|
+
stargate: {
|
|
15
|
+
endpointID: number;
|
|
16
|
+
blockConfirmations: number;
|
|
17
|
+
tokens: {
|
|
18
|
+
name: string;
|
|
19
|
+
type: string;
|
|
20
|
+
id: number;
|
|
21
|
+
address: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
oracles: {};
|
|
26
|
+
morpho: {};
|
|
27
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
28
|
+
uniswap: {
|
|
29
|
+
deployBlock: number;
|
|
30
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
31
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
32
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
33
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
34
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
35
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
36
|
+
positionsNFTDeployBlock: number;
|
|
37
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
38
|
+
wrappedNativeAddress: "0xbC10000000000000000000000000000000000000";
|
|
39
|
+
wrappedNativeSymbol: string;
|
|
40
|
+
wrappedNativeName: string;
|
|
41
|
+
wrappedNativeDecimals: number;
|
|
42
|
+
nativeCurrencyName: string;
|
|
43
|
+
};
|
|
44
|
+
token: {
|
|
45
|
+
wethAddress: "0xbC10000000000000000000000000000000000000";
|
|
46
|
+
usdcAddress: "0x3022b87ac063DE95b1570F46f5e470F8B53112D8";
|
|
47
|
+
};
|
|
48
|
+
oku: {
|
|
49
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
50
|
+
limitOrderRegistryDeployBlock: number;
|
|
51
|
+
pricing: {
|
|
52
|
+
nativeWrappedToken: "0xbC10000000000000000000000000000000000000";
|
|
53
|
+
nativeWrappedName: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
defaultPool: "0xde2b2fb74a9b7053a6bac08fb741e19467f7a0ef";
|
|
57
|
+
defaultToken0: "0x941508f0b823f1bc40a9beefce5e544e525a94c3";
|
|
58
|
+
defaultToken1: "0xfe41e7e5cb3460c483ab2a38eb605cda9e2d248e";
|
|
59
|
+
tokenList: ({
|
|
60
|
+
symbol: string;
|
|
61
|
+
address: "0xbC10000000000000000000000000000000000000";
|
|
62
|
+
} | {
|
|
63
|
+
symbol: string;
|
|
64
|
+
address: "0x3022b87ac063DE95b1570F46f5e470F8B53112D8";
|
|
65
|
+
} | {
|
|
66
|
+
symbol: string;
|
|
67
|
+
address: "0xe1ad845d93853fff44990ae0dcecd8575293681e";
|
|
68
|
+
})[];
|
|
69
|
+
stables: ("0x3022b87ac063DE95b1570F46f5e470F8B53112D8" | "0xe1ad845d93853fff44990ae0dcecd8575293681e")[];
|
|
70
|
+
watchlist: ("0xde2b2fb74a9b7053a6bac08fb741e19467f7a0ef" | "0xe84dc31691587402e59ba9f9180f8ab02a593d3c")[];
|
|
71
|
+
internalName: "goat";
|
|
72
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/gbtc.svg";
|
|
73
|
+
contracts: {
|
|
74
|
+
limitOrder: {
|
|
75
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
76
|
+
};
|
|
77
|
+
nftManager: {
|
|
78
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
79
|
+
};
|
|
80
|
+
weth9: {
|
|
81
|
+
address: "0xbC10000000000000000000000000000000000000";
|
|
82
|
+
};
|
|
83
|
+
multicall2: {
|
|
84
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
85
|
+
};
|
|
86
|
+
multicall3: {
|
|
87
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
blockExplorers: {
|
|
91
|
+
readonly default: {
|
|
92
|
+
readonly name: "Goat Explorer";
|
|
93
|
+
readonly url: "https://explorer.goat.network";
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
97
|
+
ensTlds?: readonly string[] | undefined;
|
|
98
|
+
id: 2345;
|
|
99
|
+
nativeCurrency: {
|
|
100
|
+
readonly decimals: 18;
|
|
101
|
+
readonly name: "Bitcoin";
|
|
102
|
+
readonly symbol: "BTC";
|
|
103
|
+
};
|
|
104
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
105
|
+
rpcUrls: {
|
|
106
|
+
readonly default: {
|
|
107
|
+
readonly http: readonly ["https://rpc.goat.network"];
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
111
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
112
|
+
custom?: Record<string, unknown> | undefined;
|
|
113
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
114
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
115
|
+
formatters?: undefined | undefined;
|
|
116
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
117
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
118
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
119
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
120
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
121
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
122
|
+
}] | undefined | undefined;
|
|
123
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
124
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
125
|
+
}>;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export declare const hemi: Readonly<{
|
|
2
|
+
blockTimeSeconds: 12;
|
|
3
|
+
launchTime: 1741901593;
|
|
4
|
+
transactionType: "eip1559";
|
|
5
|
+
sortIndex: 13;
|
|
6
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/hemi-logo.svg";
|
|
7
|
+
deprecated: false;
|
|
8
|
+
safeReorgDistance: 90000;
|
|
9
|
+
blockAid: "";
|
|
10
|
+
externalId: {};
|
|
11
|
+
markets: {
|
|
12
|
+
icecreamswap: true;
|
|
13
|
+
};
|
|
14
|
+
bridges: {
|
|
15
|
+
chainlink: {
|
|
16
|
+
atlasNetworkName: string;
|
|
17
|
+
routerAddress: string;
|
|
18
|
+
chainSelector: bigint;
|
|
19
|
+
tokenAdminRegistry: string;
|
|
20
|
+
};
|
|
21
|
+
stargate: {
|
|
22
|
+
endpointID: number;
|
|
23
|
+
blockConfirmations: number;
|
|
24
|
+
tokens: {
|
|
25
|
+
name: string;
|
|
26
|
+
type: string;
|
|
27
|
+
id: number;
|
|
28
|
+
address: string;
|
|
29
|
+
}[];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
morpho: {};
|
|
33
|
+
oracles: {};
|
|
34
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
35
|
+
uniswap: {
|
|
36
|
+
deployBlock: number;
|
|
37
|
+
poolFactory: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
38
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
39
|
+
multicall2: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
|
|
40
|
+
tickLens: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
41
|
+
nonfungiblePositionManager: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
|
|
42
|
+
positionsNFT: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
|
|
43
|
+
positionsNFTDeployBlock: number;
|
|
44
|
+
universalRouter: "0x533c7A53389e0538AB6aE1D7798D6C1213eAc28B";
|
|
45
|
+
wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
|
|
46
|
+
wrappedNativeSymbol: string;
|
|
47
|
+
wrappedNativeName: string;
|
|
48
|
+
wrappedNativeDecimals: number;
|
|
49
|
+
nativeCurrencyName: string;
|
|
50
|
+
};
|
|
51
|
+
token: {
|
|
52
|
+
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
53
|
+
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
|
|
54
|
+
};
|
|
55
|
+
oku: {
|
|
56
|
+
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
|
|
57
|
+
limitOrderRegistryDeployBlock: number;
|
|
58
|
+
pricing: {
|
|
59
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
60
|
+
nativeWrappedName: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
defaultPool: "0x95a8b611e90de2b682267e2f00c8dff71909298a";
|
|
64
|
+
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
65
|
+
defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
|
|
66
|
+
tokenList: ({
|
|
67
|
+
symbol: string;
|
|
68
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
69
|
+
} | {
|
|
70
|
+
symbol: string;
|
|
71
|
+
address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
|
|
72
|
+
} | {
|
|
73
|
+
symbol: string;
|
|
74
|
+
address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
|
|
75
|
+
} | {
|
|
76
|
+
symbol: string;
|
|
77
|
+
address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
|
|
78
|
+
})[];
|
|
79
|
+
stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080" | "0x7a06c4aef988e7925575c50261297a946ad204a8")[];
|
|
80
|
+
watchlist: ("0x95a8b611e90de2b682267e2f00c8dff71909298a" | "0x47932f4a77cde549bf328bb33caae7f413b62612" | "0x875c1efa41a868fbb4274c3e06afc14b597e8828" | "0x0bbd621fb38f6ddc16b0089ebbeade8db9a8d354" | "0xc47f921d413787abf5c98d977e52062de0a3a6d4" | "0x0ec5aa557d5b2a8702ad43d253415d11f95364c0")[];
|
|
81
|
+
internalName: "hemi";
|
|
82
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
83
|
+
contracts: {
|
|
84
|
+
limitOrder: {
|
|
85
|
+
address: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
|
|
86
|
+
};
|
|
87
|
+
nftManager: {
|
|
88
|
+
address: "0xEFdE184f4b5d79f7c3b7Efc0388d829ff9af0050";
|
|
89
|
+
};
|
|
90
|
+
weth9: {
|
|
91
|
+
address: "0x4200000000000000000000000000000000000006";
|
|
92
|
+
};
|
|
93
|
+
multicall2: {
|
|
94
|
+
address: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
|
|
95
|
+
};
|
|
96
|
+
multicall3: {
|
|
97
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
98
|
+
};
|
|
99
|
+
metrom: {
|
|
100
|
+
address: "0xD4AC4AaFb81eC774E49AA755A66EfCe4574D6276";
|
|
101
|
+
blockCreated: number;
|
|
102
|
+
};
|
|
103
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
104
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
105
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
106
|
+
};
|
|
107
|
+
blockExplorers: {
|
|
108
|
+
readonly default: {
|
|
109
|
+
readonly name: "blockscout";
|
|
110
|
+
readonly url: "https://explorer.hemi.xyz";
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
blockTime: 12000;
|
|
114
|
+
ensTlds?: readonly string[] | undefined;
|
|
115
|
+
id: 43111;
|
|
116
|
+
name: "Hemi";
|
|
117
|
+
nativeCurrency: {
|
|
118
|
+
readonly name: "Ether";
|
|
119
|
+
readonly symbol: "ETH";
|
|
120
|
+
readonly decimals: 18;
|
|
121
|
+
};
|
|
122
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
123
|
+
rpcUrls: {
|
|
124
|
+
readonly default: {
|
|
125
|
+
readonly http: readonly ["https://rpc.hemi.network/rpc"];
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
129
|
+
testnet: false;
|
|
130
|
+
custom?: Record<string, unknown> | undefined;
|
|
131
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
132
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
133
|
+
formatters?: undefined | undefined;
|
|
134
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
135
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
136
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
137
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
138
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
139
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
140
|
+
}] | undefined | undefined;
|
|
141
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
142
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
143
|
+
network: "Hemi";
|
|
144
|
+
}>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./arbitrum";
|
|
5
|
+
export * from "./avalanche";
|
|
6
|
+
export * from "./base";
|
|
7
|
+
export * from "./blast";
|
|
8
|
+
export * from "./bob";
|
|
9
|
+
export * from "./boba";
|
|
10
|
+
export * from "./bsc";
|
|
11
|
+
export * from "./celo";
|
|
12
|
+
export * from "./corn";
|
|
13
|
+
export * from "./etherlink";
|
|
14
|
+
export * from "./filecoin";
|
|
15
|
+
export * from "./gnosis";
|
|
16
|
+
export * from "./goat";
|
|
17
|
+
export * from "./hemi";
|
|
18
|
+
export * from "./lens";
|
|
19
|
+
export * from "./lightlink";
|
|
20
|
+
export * from "./linea";
|
|
21
|
+
export * from "./lisk";
|
|
22
|
+
export * from "./mainnet";
|
|
23
|
+
export * from "./manta";
|
|
24
|
+
export * from "./mantle";
|
|
25
|
+
export * from "./matchain";
|
|
26
|
+
export * from "./metal";
|
|
27
|
+
export * from "./monad";
|
|
28
|
+
export * from "./moonbeam";
|
|
29
|
+
export * from "./nibiru";
|
|
30
|
+
export * from "./optimism";
|
|
31
|
+
export * from "./plasma";
|
|
32
|
+
export * from "./polygon";
|
|
33
|
+
export * from "./redbelly";
|
|
34
|
+
export * from "./ronin";
|
|
35
|
+
export * from "./rootstock";
|
|
36
|
+
export * from "./saga";
|
|
37
|
+
export * from "./scroll";
|
|
38
|
+
export * from "./sei";
|
|
39
|
+
export * from "./sonic";
|
|
40
|
+
export * from "./taiko";
|
|
41
|
+
export * from "./telos";
|
|
42
|
+
export * from "./tronShasta";
|
|
43
|
+
export * from "./unichain";
|
|
44
|
+
export * from "./worldchain";
|
|
45
|
+
export * from "./xdc";
|
|
46
|
+
export * from "./zerog";
|
|
47
|
+
export * from "./zkevm";
|
|
48
|
+
export * from "./zksync";
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
export declare const lens: Readonly<{
|
|
2
|
+
name: "Lens";
|
|
3
|
+
blockTimeSeconds: 2;
|
|
4
|
+
launchTime: 1746050531;
|
|
5
|
+
transactionType: "eip1559";
|
|
6
|
+
sortIndex: 15;
|
|
7
|
+
blockAid: "";
|
|
8
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/lens-logo.svg";
|
|
9
|
+
deprecated: false;
|
|
10
|
+
safeReorgDistance: 90000;
|
|
11
|
+
externalId: {
|
|
12
|
+
tenderly: string;
|
|
13
|
+
cowswap: string;
|
|
14
|
+
};
|
|
15
|
+
markets: {
|
|
16
|
+
cowswap: string;
|
|
17
|
+
};
|
|
18
|
+
bridges: {
|
|
19
|
+
chainlink: {
|
|
20
|
+
atlasNetworkName: string;
|
|
21
|
+
routerAddress: string;
|
|
22
|
+
chainSelector: bigint;
|
|
23
|
+
tokenAdminRegistry: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
oracles: {};
|
|
27
|
+
morpho: {};
|
|
28
|
+
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
|
|
29
|
+
uniswap: {
|
|
30
|
+
deployBlock: number;
|
|
31
|
+
poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
|
|
32
|
+
permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
|
|
33
|
+
multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
|
|
34
|
+
tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
|
|
35
|
+
nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
|
|
36
|
+
positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
|
|
37
|
+
positionsNFTDeployBlock: number;
|
|
38
|
+
universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
|
|
39
|
+
wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
40
|
+
wrappedNativeSymbol: string;
|
|
41
|
+
wrappedNativeName: string;
|
|
42
|
+
wrappedNativeDecimals: number;
|
|
43
|
+
nativeCurrencyName: string;
|
|
44
|
+
};
|
|
45
|
+
token: {
|
|
46
|
+
wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
47
|
+
usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
|
|
48
|
+
};
|
|
49
|
+
oku: {
|
|
50
|
+
limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
|
|
51
|
+
limitOrderRegistryDeployBlock: number;
|
|
52
|
+
pricing: {
|
|
53
|
+
nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
54
|
+
nativeWrappedName: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
|
|
58
|
+
defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
59
|
+
defaultToken1: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
|
|
60
|
+
tokenList: ({
|
|
61
|
+
symbol: string;
|
|
62
|
+
address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
63
|
+
} | {
|
|
64
|
+
symbol: string;
|
|
65
|
+
address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
|
|
66
|
+
} | {
|
|
67
|
+
symbol: string;
|
|
68
|
+
address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
|
|
69
|
+
})[];
|
|
70
|
+
stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
|
|
71
|
+
watchlist: ("0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de" | "0xdf4b8153bf91f54802a9ba16366b2111724384e4" | "0x6b6eb6f437bf54d22b997c3b38b79a23bc63f39f")[];
|
|
72
|
+
internalName: "lens";
|
|
73
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/gho.png";
|
|
74
|
+
contracts: {
|
|
75
|
+
limitOrder: {
|
|
76
|
+
address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
|
|
77
|
+
};
|
|
78
|
+
nftManager: {
|
|
79
|
+
address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
|
|
80
|
+
};
|
|
81
|
+
weth9: {
|
|
82
|
+
address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
|
|
83
|
+
};
|
|
84
|
+
multicall2: {
|
|
85
|
+
address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
|
|
86
|
+
};
|
|
87
|
+
multicall3: {
|
|
88
|
+
address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
|
|
89
|
+
};
|
|
90
|
+
metrom: {
|
|
91
|
+
address: "0x5319C3Fc78ac3e10Ca733A5839D65F8493A8D60A";
|
|
92
|
+
blockCreated: number;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
blockExplorers: {
|
|
96
|
+
readonly default: {
|
|
97
|
+
readonly name: "Lens Block Explorer";
|
|
98
|
+
readonly url: "https://explorer.lens.xyz";
|
|
99
|
+
readonly apiUrl: "https://explorer.lens.xyz/api";
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
103
|
+
ensTlds?: readonly string[] | undefined;
|
|
104
|
+
id: 232;
|
|
105
|
+
nativeCurrency: {
|
|
106
|
+
readonly name: "GHO";
|
|
107
|
+
readonly symbol: "GHO";
|
|
108
|
+
readonly decimals: 18;
|
|
109
|
+
};
|
|
110
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
111
|
+
rpcUrls: {
|
|
112
|
+
readonly default: {
|
|
113
|
+
readonly http: readonly ["https://rpc.lens.xyz"];
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
117
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
118
|
+
custom?: Record<string, unknown> | undefined;
|
|
119
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
120
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
121
|
+
formatters?: undefined | undefined;
|
|
122
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
123
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
124
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
125
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
126
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
127
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
128
|
+
}] | undefined | undefined;
|
|
129
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
130
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
131
|
+
}>;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
export declare const lightlink: Readonly<{
|
|
2
|
+
name: "LightLink";
|
|
3
|
+
blockTimeSeconds: 0.5;
|
|
4
|
+
launchTime: 1741485513;
|
|
5
|
+
transactionType: "legacy";
|
|
6
|
+
sortIndex: 13;
|
|
7
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/lightlink-logo.svg";
|
|
8
|
+
deprecated: false;
|
|
9
|
+
safeReorgDistance: 90000;
|
|
10
|
+
blockAid: "";
|
|
11
|
+
morpho: {};
|
|
12
|
+
externalId: {};
|
|
13
|
+
markets: {
|
|
14
|
+
icecreamswap: true;
|
|
15
|
+
};
|
|
16
|
+
bridges: {
|
|
17
|
+
stargate: {
|
|
18
|
+
endpointID: number;
|
|
19
|
+
blockConfirmations: number;
|
|
20
|
+
tokens: {
|
|
21
|
+
name: string;
|
|
22
|
+
type: string;
|
|
23
|
+
id: number;
|
|
24
|
+
address: string;
|
|
25
|
+
}[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
oracles: {};
|
|
29
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
30
|
+
uniswap: {
|
|
31
|
+
deployBlock: number;
|
|
32
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
33
|
+
permit2: "0x807F4E281B7A3B324825C64ca53c69F0b418dE40";
|
|
34
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
35
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
36
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
37
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
38
|
+
positionsNFTDeployBlock: number;
|
|
39
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
40
|
+
wrappedNativeAddress: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
41
|
+
wrappedNativeSymbol: string;
|
|
42
|
+
wrappedNativeName: string;
|
|
43
|
+
wrappedNativeDecimals: number;
|
|
44
|
+
nativeCurrencyName: string;
|
|
45
|
+
};
|
|
46
|
+
token: {
|
|
47
|
+
wethAddress: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
48
|
+
usdcAddress: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
49
|
+
wbtcAddress: "0x46A5e3Fa4a02B9Ae43D9dF9408C86eD643144A67";
|
|
50
|
+
};
|
|
51
|
+
oku: {
|
|
52
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
53
|
+
limitOrderRegistryDeployBlock: number;
|
|
54
|
+
pricing: {
|
|
55
|
+
nativeWrappedToken: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
56
|
+
nativeWrappedName: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
defaultPool: "0x1125452469E9B9A36FE69249309fCe8925C3eEDa";
|
|
60
|
+
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
61
|
+
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
62
|
+
tokenList: ({
|
|
63
|
+
symbol: string;
|
|
64
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
65
|
+
} | {
|
|
66
|
+
symbol: string;
|
|
67
|
+
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
68
|
+
} | {
|
|
69
|
+
symbol: string;
|
|
70
|
+
address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949";
|
|
71
|
+
} | {
|
|
72
|
+
symbol: string;
|
|
73
|
+
address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
74
|
+
} | {
|
|
75
|
+
symbol: string;
|
|
76
|
+
address: "0x46A5e3Fa4a02B9Ae43D9dF9408C86eD643144A67";
|
|
77
|
+
})[];
|
|
78
|
+
stables: ("0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" | "0x808d7c71ad2ba3FA531b068a2417C63106BC0949")[];
|
|
79
|
+
watchlist: ("0x1125452469E9B9A36FE69249309fCe8925C3eEDa" | "0x2288627C696010049f6D98a84fC10F9C5F7b3Ce2" | "0xc87Fa6290e7F11543e76e1D240335190C15Dade8")[];
|
|
80
|
+
internalName: "lightlink";
|
|
81
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
82
|
+
contracts: {
|
|
83
|
+
limitOrder: {
|
|
84
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
85
|
+
};
|
|
86
|
+
nftManager: {
|
|
87
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
88
|
+
};
|
|
89
|
+
weth9: {
|
|
90
|
+
address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73";
|
|
91
|
+
};
|
|
92
|
+
multicall2: {
|
|
93
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
94
|
+
};
|
|
95
|
+
multicall3: {
|
|
96
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
blockExplorers: {
|
|
100
|
+
readonly default: {
|
|
101
|
+
readonly name: "LightLink Phoenix Explorer";
|
|
102
|
+
readonly url: "https://phoenix.lightlink.io";
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
106
|
+
ensTlds?: readonly string[] | undefined;
|
|
107
|
+
id: 1890;
|
|
108
|
+
nativeCurrency: {
|
|
109
|
+
readonly decimals: 18;
|
|
110
|
+
readonly name: "Ether";
|
|
111
|
+
readonly symbol: "ETH";
|
|
112
|
+
};
|
|
113
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
114
|
+
rpcUrls: {
|
|
115
|
+
readonly default: {
|
|
116
|
+
readonly http: readonly ["https://replicator.phoenix.lightlink.io/rpc/v1"];
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
120
|
+
testnet: false;
|
|
121
|
+
custom?: Record<string, unknown> | undefined;
|
|
122
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
123
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
124
|
+
formatters?: undefined | undefined;
|
|
125
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
126
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
127
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
128
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
129
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
130
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
131
|
+
}] | undefined | undefined;
|
|
132
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
133
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
134
|
+
network: "lightlink-phoenix";
|
|
135
|
+
}>;
|