@gfxlabs/oku-chains 1.10.2 → 1.10.3
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 +0 -1
- package/dist/index-mjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/types/definitions/hyperevem.d.ts +0 -3
- package/dist/types/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
|
@@ -2147,7 +2147,6 @@ const hyperevm = makeConfig({
|
|
|
2147
2147
|
internalName: "hyperevm",
|
|
2148
2148
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
|
|
2149
2149
|
contracts: {
|
|
2150
|
-
...hyperEvm.contracts,
|
|
2151
2150
|
nftManager: {
|
|
2152
2151
|
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2153
2152
|
},
|
package/dist/index.js
CHANGED
|
@@ -2149,7 +2149,6 @@ const hyperevm = makeConfig({
|
|
|
2149
2149
|
internalName: "hyperevm",
|
|
2150
2150
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.png",
|
|
2151
2151
|
contracts: {
|
|
2152
|
-
...chains.hyperEvm.contracts,
|
|
2153
2152
|
nftManager: {
|
|
2154
2153
|
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
2155
2154
|
},
|
|
@@ -72,9 +72,6 @@ export declare const hyperevm: Readonly<{
|
|
|
72
72
|
multicall3: {
|
|
73
73
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
74
74
|
};
|
|
75
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
76
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
77
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
78
75
|
};
|
|
79
76
|
blockExplorers: {
|
|
80
77
|
readonly default: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10102,9 +10102,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10102
10102
|
multicall3: {
|
|
10103
10103
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10104
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
10105
|
};
|
|
10109
10106
|
blockExplorers: {
|
|
10110
10107
|
readonly default: {
|