@gfxlabs/oku-chains 1.10.5 → 1.10.6
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 +1 -1
- package/dist/index-mjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/definitions/hyperevem.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
],
|
|
2149
2149
|
watchlist: [],
|
|
2150
2150
|
internalName: "hyperevm",
|
|
2151
|
-
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.
|
|
2151
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.svg",
|
|
2152
2152
|
contracts: {
|
|
2153
2153
|
nftManager: {
|
|
2154
2154
|
address: viem.zeroAddress,
|
package/dist/index-mjs.js
CHANGED
|
@@ -2145,7 +2145,7 @@ const hyperevm = makeConfig({
|
|
|
2145
2145
|
],
|
|
2146
2146
|
watchlist: [],
|
|
2147
2147
|
internalName: "hyperevm",
|
|
2148
|
-
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.
|
|
2148
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.svg",
|
|
2149
2149
|
contracts: {
|
|
2150
2150
|
nftManager: {
|
|
2151
2151
|
address: zeroAddress,
|
package/dist/index.js
CHANGED
|
@@ -2147,7 +2147,7 @@ const hyperevm = makeConfig({
|
|
|
2147
2147
|
],
|
|
2148
2148
|
watchlist: [],
|
|
2149
2149
|
internalName: "hyperevm",
|
|
2150
|
-
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.
|
|
2150
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.svg",
|
|
2151
2151
|
contracts: {
|
|
2152
2152
|
nftManager: {
|
|
2153
2153
|
address: viem.zeroAddress,
|
|
@@ -61,7 +61,7 @@ export declare const hyperevm: Readonly<{
|
|
|
61
61
|
stables: ("0xb88339cb7199b77e23db6e890353e22632ba630f" | "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb")[];
|
|
62
62
|
watchlist: never[];
|
|
63
63
|
internalName: "hyperevm";
|
|
64
|
-
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.
|
|
64
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.svg";
|
|
65
65
|
contracts: {
|
|
66
66
|
nftManager: {
|
|
67
67
|
address: "0x0000000000000000000000000000000000000000";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10091,7 +10091,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10091
10091
|
stables: ("0xb88339cb7199b77e23db6e890353e22632ba630f" | "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb")[];
|
|
10092
10092
|
watchlist: never[];
|
|
10093
10093
|
internalName: "hyperevm";
|
|
10094
|
-
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.
|
|
10094
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/hype.svg";
|
|
10095
10095
|
contracts: {
|
|
10096
10096
|
nftManager: {
|
|
10097
10097
|
address: "0x0000000000000000000000000000000000000000";
|