@gfxlabs/oku-chains 1.9.3 → 1.9.4
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 +7 -0
- package/dist/index-mjs.js +7 -0
- package/dist/index.js +7 -0
- package/dist/types/browser.d.ts +14 -0
- package/dist/types/index-mjs.d.ts +14 -0
- package/dist/types/index.d.ts +14 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -5648,6 +5648,13 @@
|
|
|
5648
5648
|
wrappedNativeDecimals: 18,
|
|
5649
5649
|
nativeCurrencyName: "ETH",
|
|
5650
5650
|
},
|
|
5651
|
+
uniswapv4: {
|
|
5652
|
+
deployBlock: 0,
|
|
5653
|
+
poolManager: "0x1f98400000000000000000000000000000000004",
|
|
5654
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
|
|
5655
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
|
|
5656
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
5657
|
+
},
|
|
5651
5658
|
token: {
|
|
5652
5659
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
5653
5660
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -5645,6 +5645,13 @@ const unichain = makeConfig({
|
|
|
5645
5645
|
wrappedNativeDecimals: 18,
|
|
5646
5646
|
nativeCurrencyName: "ETH",
|
|
5647
5647
|
},
|
|
5648
|
+
uniswapv4: {
|
|
5649
|
+
deployBlock: 0,
|
|
5650
|
+
poolManager: "0x1f98400000000000000000000000000000000004",
|
|
5651
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
|
|
5652
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
|
|
5653
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
5654
|
+
},
|
|
5648
5655
|
token: {
|
|
5649
5656
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
5650
5657
|
},
|
package/dist/index.js
CHANGED
|
@@ -5647,6 +5647,13 @@ const unichain = makeConfig({
|
|
|
5647
5647
|
wrappedNativeDecimals: 18,
|
|
5648
5648
|
nativeCurrencyName: "ETH",
|
|
5649
5649
|
},
|
|
5650
|
+
uniswapv4: {
|
|
5651
|
+
deployBlock: 0,
|
|
5652
|
+
poolManager: "0x1f98400000000000000000000000000000000004",
|
|
5653
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf",
|
|
5654
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3",
|
|
5655
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
5656
|
+
},
|
|
5650
5657
|
token: {
|
|
5651
5658
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
5652
5659
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
|
|
|
8136
8136
|
wrappedNativeDecimals: number;
|
|
8137
8137
|
nativeCurrencyName: string;
|
|
8138
8138
|
};
|
|
8139
|
+
uniswapv4: {
|
|
8140
|
+
deployBlock: number;
|
|
8141
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
8142
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
8143
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
8144
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
8145
|
+
};
|
|
8139
8146
|
token: {
|
|
8140
8147
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
8141
8148
|
};
|
|
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18564
18571
|
wrappedNativeDecimals: number;
|
|
18565
18572
|
nativeCurrencyName: string;
|
|
18566
18573
|
};
|
|
18574
|
+
uniswapv4: {
|
|
18575
|
+
deployBlock: number;
|
|
18576
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
18577
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
18578
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
18579
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
18580
|
+
};
|
|
18567
18581
|
token: {
|
|
18568
18582
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
18569
18583
|
};
|
|
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
|
|
|
8136
8136
|
wrappedNativeDecimals: number;
|
|
8137
8137
|
nativeCurrencyName: string;
|
|
8138
8138
|
};
|
|
8139
|
+
uniswapv4: {
|
|
8140
|
+
deployBlock: number;
|
|
8141
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
8142
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
8143
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
8144
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
8145
|
+
};
|
|
8139
8146
|
token: {
|
|
8140
8147
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
8141
8148
|
};
|
|
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18564
18571
|
wrappedNativeDecimals: number;
|
|
18565
18572
|
nativeCurrencyName: string;
|
|
18566
18573
|
};
|
|
18574
|
+
uniswapv4: {
|
|
18575
|
+
deployBlock: number;
|
|
18576
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
18577
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
18578
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
18579
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
18580
|
+
};
|
|
18567
18581
|
token: {
|
|
18568
18582
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
18569
18583
|
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8136,6 +8136,13 @@ declare const unichain: Readonly<{
|
|
|
8136
8136
|
wrappedNativeDecimals: number;
|
|
8137
8137
|
nativeCurrencyName: string;
|
|
8138
8138
|
};
|
|
8139
|
+
uniswapv4: {
|
|
8140
|
+
deployBlock: number;
|
|
8141
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
8142
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
8143
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
8144
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
8145
|
+
};
|
|
8139
8146
|
token: {
|
|
8140
8147
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
8141
8148
|
};
|
|
@@ -18564,6 +18571,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18564
18571
|
wrappedNativeDecimals: number;
|
|
18565
18572
|
nativeCurrencyName: string;
|
|
18566
18573
|
};
|
|
18574
|
+
uniswapv4: {
|
|
18575
|
+
deployBlock: number;
|
|
18576
|
+
poolManager: "0x1f98400000000000000000000000000000000004";
|
|
18577
|
+
positionManager: "0x4529a01c7a0410167c5740c487a8de60232617bf";
|
|
18578
|
+
universalRouter: "0xef740bf23acae26f6492b10de645d6b98dc8eaf3";
|
|
18579
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
18580
|
+
};
|
|
18567
18581
|
token: {
|
|
18568
18582
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
18569
18583
|
};
|