@gfxlabs/oku-chains 1.9.3 → 1.9.5
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 +8 -1
- package/dist/index-mjs.js +8 -1
- package/dist/index.js +8 -1
- package/dist/types/browser.d.ts +16 -2
- package/dist/types/index-mjs.d.ts +16 -2
- package/dist/types/index.d.ts +16 -2
- 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
|
},
|
|
@@ -5717,7 +5724,7 @@
|
|
|
5717
5724
|
launchTime: 0,
|
|
5718
5725
|
transactionType: "eip1559",
|
|
5719
5726
|
sortIndex: 15,
|
|
5720
|
-
logoUrl: "https://
|
|
5727
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
|
|
5721
5728
|
deprecated: false,
|
|
5722
5729
|
liteChain: true,
|
|
5723
5730
|
safeReorgDistance: 90000,
|
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
|
},
|
|
@@ -5714,7 +5721,7 @@ const worldchain = makeConfig({
|
|
|
5714
5721
|
launchTime: 0,
|
|
5715
5722
|
transactionType: "eip1559",
|
|
5716
5723
|
sortIndex: 15,
|
|
5717
|
-
logoUrl: "https://
|
|
5724
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
|
|
5718
5725
|
deprecated: false,
|
|
5719
5726
|
liteChain: true,
|
|
5720
5727
|
safeReorgDistance: 90000,
|
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
|
},
|
|
@@ -5716,7 +5723,7 @@ const worldchain = makeConfig({
|
|
|
5716
5723
|
launchTime: 0,
|
|
5717
5724
|
transactionType: "eip1559",
|
|
5718
5725
|
sortIndex: 15,
|
|
5719
|
-
logoUrl: "https://
|
|
5726
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
|
|
5720
5727
|
deprecated: false,
|
|
5721
5728
|
liteChain: true,
|
|
5722
5729
|
safeReorgDistance: 90000,
|
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
|
};
|
|
@@ -8484,7 +8491,7 @@ declare const worldchain: Readonly<{
|
|
|
8484
8491
|
launchTime: 0;
|
|
8485
8492
|
transactionType: "eip1559";
|
|
8486
8493
|
sortIndex: 15;
|
|
8487
|
-
logoUrl: "https://
|
|
8494
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
8488
8495
|
deprecated: false;
|
|
8489
8496
|
liteChain: true;
|
|
8490
8497
|
safeReorgDistance: 90000;
|
|
@@ -17529,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17529
17536
|
launchTime: 0;
|
|
17530
17537
|
transactionType: "eip1559";
|
|
17531
17538
|
sortIndex: 15;
|
|
17532
|
-
logoUrl: "https://
|
|
17539
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
17533
17540
|
deprecated: false;
|
|
17534
17541
|
liteChain: true;
|
|
17535
17542
|
safeReorgDistance: 90000;
|
|
@@ -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
|
};
|
|
@@ -8484,7 +8491,7 @@ declare const worldchain: Readonly<{
|
|
|
8484
8491
|
launchTime: 0;
|
|
8485
8492
|
transactionType: "eip1559";
|
|
8486
8493
|
sortIndex: 15;
|
|
8487
|
-
logoUrl: "https://
|
|
8494
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
8488
8495
|
deprecated: false;
|
|
8489
8496
|
liteChain: true;
|
|
8490
8497
|
safeReorgDistance: 90000;
|
|
@@ -17529,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17529
17536
|
launchTime: 0;
|
|
17530
17537
|
transactionType: "eip1559";
|
|
17531
17538
|
sortIndex: 15;
|
|
17532
|
-
logoUrl: "https://
|
|
17539
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
17533
17540
|
deprecated: false;
|
|
17534
17541
|
liteChain: true;
|
|
17535
17542
|
safeReorgDistance: 90000;
|
|
@@ -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
|
};
|
|
@@ -8484,7 +8491,7 @@ declare const worldchain: Readonly<{
|
|
|
8484
8491
|
launchTime: 0;
|
|
8485
8492
|
transactionType: "eip1559";
|
|
8486
8493
|
sortIndex: 15;
|
|
8487
|
-
logoUrl: "https://
|
|
8494
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
8488
8495
|
deprecated: false;
|
|
8489
8496
|
liteChain: true;
|
|
8490
8497
|
safeReorgDistance: 90000;
|
|
@@ -17529,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17529
17536
|
launchTime: 0;
|
|
17530
17537
|
transactionType: "eip1559";
|
|
17531
17538
|
sortIndex: 15;
|
|
17532
|
-
logoUrl: "https://
|
|
17539
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
|
|
17533
17540
|
deprecated: false;
|
|
17534
17541
|
liteChain: true;
|
|
17535
17542
|
safeReorgDistance: 90000;
|
|
@@ -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
|
};
|