@gfxlabs/oku-chains 1.10.0 → 1.10.2

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
@@ -2091,11 +2091,12 @@
2091
2091
  launchTime: 1739731200,
2092
2092
  transactionType: "eip1559",
2093
2093
  sortIndex: 15,
2094
- logoUrl: "",
2094
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2095
2095
  deprecated: false,
2096
2096
  safeReorgDistance: 90000,
2097
2097
  blockAid: "HyperEVM",
2098
2098
  externalId: {},
2099
+ liteChain: true,
2099
2100
  markets: {
2100
2101
  openocean: "hyperevm",
2101
2102
  },
@@ -2147,7 +2148,7 @@
2147
2148
  ],
2148
2149
  watchlist: [],
2149
2150
  internalName: "hyperevm",
2150
- nativeLogoUrl: "",
2151
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2151
2152
  contracts: {
2152
2153
  ...chains.hyperEvm.contracts,
2153
2154
  nftManager: {
@@ -6390,6 +6391,7 @@
6390
6391
  avalanche,
6391
6392
  ronin,
6392
6393
  monad,
6394
+ hyperevm,
6393
6395
  ];
6394
6396
 
6395
6397
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
package/dist/index-mjs.js CHANGED
@@ -2088,11 +2088,12 @@ const hyperevm = makeConfig({
2088
2088
  launchTime: 1739731200,
2089
2089
  transactionType: "eip1559",
2090
2090
  sortIndex: 15,
2091
- logoUrl: "",
2091
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2092
2092
  deprecated: false,
2093
2093
  safeReorgDistance: 90000,
2094
2094
  blockAid: "HyperEVM",
2095
2095
  externalId: {},
2096
+ liteChain: true,
2096
2097
  markets: {
2097
2098
  openocean: "hyperevm",
2098
2099
  },
@@ -2144,7 +2145,7 @@ const hyperevm = makeConfig({
2144
2145
  ],
2145
2146
  watchlist: [],
2146
2147
  internalName: "hyperevm",
2147
- nativeLogoUrl: "",
2148
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2148
2149
  contracts: {
2149
2150
  ...hyperEvm.contracts,
2150
2151
  nftManager: {
@@ -6387,6 +6388,7 @@ const MAINNET_CHAINS = [
6387
6388
  avalanche,
6388
6389
  ronin,
6389
6390
  monad,
6391
+ hyperevm,
6390
6392
  ];
6391
6393
 
6392
6394
  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
@@ -2090,11 +2090,12 @@ const hyperevm = makeConfig({
2090
2090
  launchTime: 1739731200,
2091
2091
  transactionType: "eip1559",
2092
2092
  sortIndex: 15,
2093
- logoUrl: "",
2093
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg",
2094
2094
  deprecated: false,
2095
2095
  safeReorgDistance: 90000,
2096
2096
  blockAid: "HyperEVM",
2097
2097
  externalId: {},
2098
+ liteChain: true,
2098
2099
  markets: {
2099
2100
  openocean: "hyperevm",
2100
2101
  },
@@ -2146,7 +2147,7 @@ const hyperevm = makeConfig({
2146
2147
  ],
2147
2148
  watchlist: [],
2148
2149
  internalName: "hyperevm",
2149
- nativeLogoUrl: "",
2150
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
2150
2151
  contracts: {
2151
2152
  ...chains.hyperEvm.contracts,
2152
2153
  nftManager: {
@@ -6389,6 +6390,7 @@ const MAINNET_CHAINS = [
6389
6390
  avalanche,
6390
6391
  ronin,
6391
6392
  monad,
6393
+ hyperevm,
6392
6394
  ];
6393
6395
 
6394
6396
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -4,11 +4,12 @@ export declare const hyperevm: Readonly<{
4
4
  launchTime: 1739731200;
5
5
  transactionType: "eip1559";
6
6
  sortIndex: 15;
7
- logoUrl: "";
7
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg";
8
8
  deprecated: false;
9
9
  safeReorgDistance: 90000;
10
10
  blockAid: "HyperEVM";
11
11
  externalId: {};
12
+ liteChain: true;
12
13
  markets: {
13
14
  openocean: string;
14
15
  };
@@ -60,7 +61,7 @@ export declare const hyperevm: Readonly<{
60
61
  stables: ("0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb" | "0xDF0B24095e15044538866576754F3C964e902Ee6")[];
61
62
  watchlist: never[];
62
63
  internalName: "hyperevm";
63
- nativeLogoUrl: "";
64
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png";
64
65
  contracts: {
65
66
  nftManager: {
66
67
  address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -10028,4 +10028,117 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10028
10028
  }] | undefined | undefined;
10029
10029
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
10030
10030
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
10031
+ }>, Readonly<{
10032
+ name: "HyperEvm";
10033
+ blockTimeSeconds: 1;
10034
+ launchTime: 1739731200;
10035
+ transactionType: "eip1559";
10036
+ sortIndex: 15;
10037
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/hyperevm-logo.svg";
10038
+ deprecated: false;
10039
+ safeReorgDistance: 90000;
10040
+ blockAid: "HyperEVM";
10041
+ externalId: {};
10042
+ liteChain: true;
10043
+ markets: {
10044
+ openocean: string;
10045
+ };
10046
+ bridges: {
10047
+ chainlink: {
10048
+ atlasNetworkName: string;
10049
+ routerAddress: string;
10050
+ chainSelector: bigint;
10051
+ tokenAdminRegistry: string;
10052
+ };
10053
+ wormhole: {
10054
+ chain: string;
10055
+ timeToFinalize: number;
10056
+ };
10057
+ };
10058
+ oracles: {
10059
+ cmc: {
10060
+ slug: string;
10061
+ native: string;
10062
+ };
10063
+ coingecko: {
10064
+ slug: string;
10065
+ native: string;
10066
+ };
10067
+ dexscreener: string;
10068
+ };
10069
+ morpho: {};
10070
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
10071
+ uniswap: {};
10072
+ token: {
10073
+ wethAddress: "0x5555555555555555555555555555555555555555";
10074
+ };
10075
+ oku: {
10076
+ pricing: {
10077
+ nativeWrappedToken: "0x5555555555555555555555555555555555555555";
10078
+ nativeWrappedName: string;
10079
+ };
10080
+ };
10081
+ defaultPool: "0x6c9a33e3b592c0d65b3ba59355d5be0d38259285";
10082
+ defaultToken0: "0x5555555555555555555555555555555555555555";
10083
+ defaultToken1: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
10084
+ tokenList: ({
10085
+ symbol: string;
10086
+ address: "0x5555555555555555555555555555555555555555";
10087
+ } | {
10088
+ symbol: string;
10089
+ address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
10090
+ })[];
10091
+ stables: ("0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb" | "0xDF0B24095e15044538866576754F3C964e902Ee6")[];
10092
+ watchlist: never[];
10093
+ internalName: "hyperevm";
10094
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png";
10095
+ contracts: {
10096
+ nftManager: {
10097
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
10098
+ };
10099
+ weth9: {
10100
+ address: "0x5555555555555555555555555555555555555555";
10101
+ };
10102
+ multicall3: {
10103
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10104
+ };
10105
+ ensRegistry?: import("viem/_types/types/chain").ChainContract | undefined;
10106
+ ensUniversalResolver?: import("viem/_types/types/chain").ChainContract | undefined;
10107
+ erc6492Verifier?: import("viem/_types/types/chain").ChainContract | undefined;
10108
+ };
10109
+ blockExplorers: {
10110
+ readonly default: {
10111
+ readonly name: "HyperEVMScan";
10112
+ readonly url: "https://hyperevmscan.io";
10113
+ };
10114
+ };
10115
+ blockTime?: number | undefined | undefined | undefined;
10116
+ ensTlds?: readonly string[] | undefined;
10117
+ id: 999;
10118
+ nativeCurrency: {
10119
+ readonly name: "HYPE";
10120
+ readonly symbol: "HYPE";
10121
+ readonly decimals: 18;
10122
+ };
10123
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
10124
+ rpcUrls: {
10125
+ readonly default: {
10126
+ readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
10127
+ };
10128
+ };
10129
+ sourceId?: number | undefined | undefined | undefined;
10130
+ testnet: false;
10131
+ custom?: Record<string, unknown> | undefined;
10132
+ extendSchema?: Record<string, unknown> | undefined;
10133
+ fees?: import("viem").ChainFees<undefined> | undefined;
10134
+ formatters?: undefined | undefined;
10135
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
10136
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
10137
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
10138
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
10139
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
10140
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
10141
+ }] | undefined | undefined;
10142
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
10143
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
10031
10144
  }>];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",