@gfxlabs/oku-chains 1.9.11 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -2084,6 +2084,85 @@
2084
2084
  },
2085
2085
  });
2086
2086
 
2087
+ const hyperevm = makeConfig({
2088
+ ...chains.hyperEvm,
2089
+ name: "HyperEvm",
2090
+ blockTimeSeconds: 1,
2091
+ launchTime: 1739731200,
2092
+ transactionType: "eip1559",
2093
+ sortIndex: 15,
2094
+ logoUrl: "",
2095
+ deprecated: false,
2096
+ safeReorgDistance: 90000,
2097
+ blockAid: "HyperEVM",
2098
+ externalId: {},
2099
+ liteChain: true,
2100
+ markets: {
2101
+ openocean: "hyperevm",
2102
+ },
2103
+ bridges: {
2104
+ chainlink: {
2105
+ atlasNetworkName: "hyperliquid-mainnet",
2106
+ routerAddress: "0x13b3332b66389B1467CA6eBd6fa79775CCeF65ec",
2107
+ chainSelector: 2442541497099098535n,
2108
+ tokenAdminRegistry: "0xcE44363496ABc3a9e53B3F404a740F992D977bDF",
2109
+ },
2110
+ wormhole: {
2111
+ chain: "HyperEVM",
2112
+ timeToFinalize: 2,
2113
+ },
2114
+ },
2115
+ oracles: {
2116
+ cmc: {
2117
+ slug: "hyperliquid",
2118
+ native: "hyperliquid",
2119
+ },
2120
+ coingecko: {
2121
+ slug: "hyperevm",
2122
+ native: "hyperliquid",
2123
+ },
2124
+ dexscreener: "hyperliquid",
2125
+ },
2126
+ morpho: {},
2127
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
2128
+ uniswap: {},
2129
+ token: {
2130
+ wethAddress: "0x5555555555555555555555555555555555555555",
2131
+ },
2132
+ oku: {
2133
+ pricing: {
2134
+ nativeWrappedToken: "0x5555555555555555555555555555555555555555",
2135
+ nativeWrappedName: "WHYPE",
2136
+ },
2137
+ },
2138
+ defaultPool: "0x6c9a33e3b592c0d65b3ba59355d5be0d38259285",
2139
+ defaultToken0: "0x5555555555555555555555555555555555555555",
2140
+ defaultToken1: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
2141
+ tokenList: [
2142
+ { symbol: "WHYPE", address: "0x5555555555555555555555555555555555555555" },
2143
+ { symbol: "USDC", address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" },
2144
+ ],
2145
+ stables: [
2146
+ "0xDF0B24095e15044538866576754F3C964e902Ee6",
2147
+ "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
2148
+ ],
2149
+ watchlist: [],
2150
+ internalName: "hyperevm",
2151
+ nativeLogoUrl: "",
2152
+ contracts: {
2153
+ ...chains.hyperEvm.contracts,
2154
+ nftManager: {
2155
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2156
+ },
2157
+ weth9: {
2158
+ address: "0x5555555555555555555555555555555555555555",
2159
+ },
2160
+ multicall3: {
2161
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2162
+ },
2163
+ },
2164
+ });
2165
+
2087
2166
  const lens = makeConfig({
2088
2167
  ...chains.lens,
2089
2168
  name: "Lens",
@@ -6329,6 +6408,7 @@
6329
6408
  exports.gnosis = gnosis;
6330
6409
  exports.goat = goat;
6331
6410
  exports.hemi = hemi;
6411
+ exports.hyperevm = hyperevm;
6332
6412
  exports.lens = lens;
6333
6413
  exports.lightlink = lightlink;
6334
6414
  exports.linea = linea;
package/dist/index-mjs.js CHANGED
@@ -1,4 +1,4 @@
1
- import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
1
+ import { arbitrum as arbitrum$1, avalanche as avalanche$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, etherlink as etherlink$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
2
  import { zeroAddress } from 'viem';
3
3
 
4
4
  const makeConfig = (x) => {
@@ -2081,6 +2081,85 @@ const hemi = makeConfig({
2081
2081
  },
2082
2082
  });
2083
2083
 
2084
+ const hyperevm = makeConfig({
2085
+ ...hyperEvm,
2086
+ name: "HyperEvm",
2087
+ blockTimeSeconds: 1,
2088
+ launchTime: 1739731200,
2089
+ transactionType: "eip1559",
2090
+ sortIndex: 15,
2091
+ logoUrl: "",
2092
+ deprecated: false,
2093
+ safeReorgDistance: 90000,
2094
+ blockAid: "HyperEVM",
2095
+ externalId: {},
2096
+ liteChain: true,
2097
+ markets: {
2098
+ openocean: "hyperevm",
2099
+ },
2100
+ bridges: {
2101
+ chainlink: {
2102
+ atlasNetworkName: "hyperliquid-mainnet",
2103
+ routerAddress: "0x13b3332b66389B1467CA6eBd6fa79775CCeF65ec",
2104
+ chainSelector: 2442541497099098535n,
2105
+ tokenAdminRegistry: "0xcE44363496ABc3a9e53B3F404a740F992D977bDF",
2106
+ },
2107
+ wormhole: {
2108
+ chain: "HyperEVM",
2109
+ timeToFinalize: 2,
2110
+ },
2111
+ },
2112
+ oracles: {
2113
+ cmc: {
2114
+ slug: "hyperliquid",
2115
+ native: "hyperliquid",
2116
+ },
2117
+ coingecko: {
2118
+ slug: "hyperevm",
2119
+ native: "hyperliquid",
2120
+ },
2121
+ dexscreener: "hyperliquid",
2122
+ },
2123
+ morpho: {},
2124
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
2125
+ uniswap: {},
2126
+ token: {
2127
+ wethAddress: "0x5555555555555555555555555555555555555555",
2128
+ },
2129
+ oku: {
2130
+ pricing: {
2131
+ nativeWrappedToken: "0x5555555555555555555555555555555555555555",
2132
+ nativeWrappedName: "WHYPE",
2133
+ },
2134
+ },
2135
+ defaultPool: "0x6c9a33e3b592c0d65b3ba59355d5be0d38259285",
2136
+ defaultToken0: "0x5555555555555555555555555555555555555555",
2137
+ defaultToken1: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
2138
+ tokenList: [
2139
+ { symbol: "WHYPE", address: "0x5555555555555555555555555555555555555555" },
2140
+ { symbol: "USDC", address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" },
2141
+ ],
2142
+ stables: [
2143
+ "0xDF0B24095e15044538866576754F3C964e902Ee6",
2144
+ "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
2145
+ ],
2146
+ watchlist: [],
2147
+ internalName: "hyperevm",
2148
+ nativeLogoUrl: "",
2149
+ contracts: {
2150
+ ...hyperEvm.contracts,
2151
+ nftManager: {
2152
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2153
+ },
2154
+ weth9: {
2155
+ address: "0x5555555555555555555555555555555555555555",
2156
+ },
2157
+ multicall3: {
2158
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2159
+ },
2160
+ },
2161
+ });
2162
+
2084
2163
  const lens = makeConfig({
2085
2164
  ...lens$1,
2086
2165
  name: "Lens",
@@ -6311,4 +6390,4 @@ const MAINNET_CHAINS = [
6311
6390
  monad,
6312
6391
  ];
6313
6392
 
6314
- export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
6393
+ export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, hyperevm, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
package/dist/index.js CHANGED
@@ -2083,6 +2083,85 @@ const hemi = makeConfig({
2083
2083
  },
2084
2084
  });
2085
2085
 
2086
+ const hyperevm = makeConfig({
2087
+ ...chains.hyperEvm,
2088
+ name: "HyperEvm",
2089
+ blockTimeSeconds: 1,
2090
+ launchTime: 1739731200,
2091
+ transactionType: "eip1559",
2092
+ sortIndex: 15,
2093
+ logoUrl: "",
2094
+ deprecated: false,
2095
+ safeReorgDistance: 90000,
2096
+ blockAid: "HyperEVM",
2097
+ externalId: {},
2098
+ liteChain: true,
2099
+ markets: {
2100
+ openocean: "hyperevm",
2101
+ },
2102
+ bridges: {
2103
+ chainlink: {
2104
+ atlasNetworkName: "hyperliquid-mainnet",
2105
+ routerAddress: "0x13b3332b66389B1467CA6eBd6fa79775CCeF65ec",
2106
+ chainSelector: 2442541497099098535n,
2107
+ tokenAdminRegistry: "0xcE44363496ABc3a9e53B3F404a740F992D977bDF",
2108
+ },
2109
+ wormhole: {
2110
+ chain: "HyperEVM",
2111
+ timeToFinalize: 2,
2112
+ },
2113
+ },
2114
+ oracles: {
2115
+ cmc: {
2116
+ slug: "hyperliquid",
2117
+ native: "hyperliquid",
2118
+ },
2119
+ coingecko: {
2120
+ slug: "hyperevm",
2121
+ native: "hyperliquid",
2122
+ },
2123
+ dexscreener: "hyperliquid",
2124
+ },
2125
+ morpho: {},
2126
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
2127
+ uniswap: {},
2128
+ token: {
2129
+ wethAddress: "0x5555555555555555555555555555555555555555",
2130
+ },
2131
+ oku: {
2132
+ pricing: {
2133
+ nativeWrappedToken: "0x5555555555555555555555555555555555555555",
2134
+ nativeWrappedName: "WHYPE",
2135
+ },
2136
+ },
2137
+ defaultPool: "0x6c9a33e3b592c0d65b3ba59355d5be0d38259285",
2138
+ defaultToken0: "0x5555555555555555555555555555555555555555",
2139
+ defaultToken1: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
2140
+ tokenList: [
2141
+ { symbol: "WHYPE", address: "0x5555555555555555555555555555555555555555" },
2142
+ { symbol: "USDC", address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" },
2143
+ ],
2144
+ stables: [
2145
+ "0xDF0B24095e15044538866576754F3C964e902Ee6",
2146
+ "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
2147
+ ],
2148
+ watchlist: [],
2149
+ internalName: "hyperevm",
2150
+ nativeLogoUrl: "",
2151
+ contracts: {
2152
+ ...chains.hyperEvm.contracts,
2153
+ nftManager: {
2154
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
2155
+ },
2156
+ weth9: {
2157
+ address: "0x5555555555555555555555555555555555555555",
2158
+ },
2159
+ multicall3: {
2160
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2161
+ },
2162
+ },
2163
+ });
2164
+
2086
2165
  const lens = makeConfig({
2087
2166
  ...chains.lens,
2088
2167
  name: "Lens",
@@ -6328,6 +6407,7 @@ exports.filecoin = filecoin;
6328
6407
  exports.gnosis = gnosis;
6329
6408
  exports.goat = goat;
6330
6409
  exports.hemi = hemi;
6410
+ exports.hyperevm = hyperevm;
6331
6411
  exports.lens = lens;
6332
6412
  exports.lightlink = lightlink;
6333
6413
  exports.linea = linea;
@@ -0,0 +1,114 @@
1
+ export declare const hyperevm: Readonly<{
2
+ name: "HyperEvm";
3
+ blockTimeSeconds: 1;
4
+ launchTime: 1739731200;
5
+ transactionType: "eip1559";
6
+ sortIndex: 15;
7
+ logoUrl: "";
8
+ deprecated: false;
9
+ safeReorgDistance: 90000;
10
+ blockAid: "HyperEVM";
11
+ externalId: {};
12
+ liteChain: true;
13
+ markets: {
14
+ openocean: string;
15
+ };
16
+ bridges: {
17
+ chainlink: {
18
+ atlasNetworkName: string;
19
+ routerAddress: string;
20
+ chainSelector: bigint;
21
+ tokenAdminRegistry: string;
22
+ };
23
+ wormhole: {
24
+ chain: string;
25
+ timeToFinalize: number;
26
+ };
27
+ };
28
+ oracles: {
29
+ cmc: {
30
+ slug: string;
31
+ native: string;
32
+ };
33
+ coingecko: {
34
+ slug: string;
35
+ native: string;
36
+ };
37
+ dexscreener: string;
38
+ };
39
+ morpho: {};
40
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
41
+ uniswap: {};
42
+ token: {
43
+ wethAddress: "0x5555555555555555555555555555555555555555";
44
+ };
45
+ oku: {
46
+ pricing: {
47
+ nativeWrappedToken: "0x5555555555555555555555555555555555555555";
48
+ nativeWrappedName: string;
49
+ };
50
+ };
51
+ defaultPool: "0x6c9a33e3b592c0d65b3ba59355d5be0d38259285";
52
+ defaultToken0: "0x5555555555555555555555555555555555555555";
53
+ defaultToken1: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
54
+ tokenList: ({
55
+ symbol: string;
56
+ address: "0x5555555555555555555555555555555555555555";
57
+ } | {
58
+ symbol: string;
59
+ address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
60
+ })[];
61
+ stables: ("0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb" | "0xDF0B24095e15044538866576754F3C964e902Ee6")[];
62
+ watchlist: never[];
63
+ internalName: "hyperevm";
64
+ nativeLogoUrl: "";
65
+ contracts: {
66
+ nftManager: {
67
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
68
+ };
69
+ weth9: {
70
+ address: "0x5555555555555555555555555555555555555555";
71
+ };
72
+ multicall3: {
73
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
74
+ };
75
+ ensRegistry?: import("viem").ChainContract | undefined;
76
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
77
+ erc6492Verifier?: import("viem").ChainContract | undefined;
78
+ };
79
+ blockExplorers: {
80
+ readonly default: {
81
+ readonly name: "HyperEVMScan";
82
+ readonly url: "https://hyperevmscan.io";
83
+ };
84
+ };
85
+ blockTime?: number | undefined | undefined | undefined;
86
+ ensTlds?: readonly string[] | undefined;
87
+ id: 999;
88
+ nativeCurrency: {
89
+ readonly name: "HYPE";
90
+ readonly symbol: "HYPE";
91
+ readonly decimals: 18;
92
+ };
93
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
94
+ rpcUrls: {
95
+ readonly default: {
96
+ readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
97
+ };
98
+ };
99
+ sourceId?: number | undefined | undefined | undefined;
100
+ testnet: false;
101
+ custom?: Record<string, unknown> | undefined;
102
+ extendSchema?: Record<string, unknown> | undefined;
103
+ fees?: import("viem").ChainFees<undefined> | undefined;
104
+ formatters?: undefined | undefined;
105
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
106
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
107
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
108
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
109
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
110
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
111
+ }] | undefined | undefined;
112
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
113
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
114
+ }>;
@@ -15,6 +15,7 @@ export * from "./filecoin";
15
15
  export * from "./gnosis";
16
16
  export * from "./goat";
17
17
  export * from "./hemi";
18
+ export * from "./hyperevem";
18
19
  export * from "./lens";
19
20
  export * from "./lightlink";
20
21
  export * from "./linea";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.9.11",
3
+ "version": "1.10.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",