@gfxlabs/oku-chains 1.9.0 → 1.9.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 +8 -1
- package/dist/index-mjs.js +8 -1
- package/dist/index.js +8 -1
- package/dist/types/browser.d.ts +25 -3
- package/dist/types/index-mjs.d.ts +25 -3
- package/dist/types/index.d.ts +25 -3
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2664,6 +2664,13 @@
|
|
|
2664
2664
|
},
|
|
2665
2665
|
dexscreener: "ethereum",
|
|
2666
2666
|
},
|
|
2667
|
+
uniswapv4: {
|
|
2668
|
+
deployBlock: 21688329,
|
|
2669
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90",
|
|
2670
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
|
|
2671
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
|
|
2672
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2673
|
+
},
|
|
2667
2674
|
uniswap: {
|
|
2668
2675
|
deployBlock: 12369621,
|
|
2669
2676
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -5103,7 +5110,7 @@
|
|
|
5103
5110
|
transactionType: "eip1559",
|
|
5104
5111
|
sortIndex: 15,
|
|
5105
5112
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5106
|
-
deprecated:
|
|
5113
|
+
deprecated: false,
|
|
5107
5114
|
safeReorgDistance: 90000,
|
|
5108
5115
|
blockAid: "",
|
|
5109
5116
|
morpho: {},
|
package/dist/index-mjs.js
CHANGED
|
@@ -2661,6 +2661,13 @@ const mainnet = makeConfig({
|
|
|
2661
2661
|
},
|
|
2662
2662
|
dexscreener: "ethereum",
|
|
2663
2663
|
},
|
|
2664
|
+
uniswapv4: {
|
|
2665
|
+
deployBlock: 21688329,
|
|
2666
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90",
|
|
2667
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
|
|
2668
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
|
|
2669
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2670
|
+
},
|
|
2664
2671
|
uniswap: {
|
|
2665
2672
|
deployBlock: 12369621,
|
|
2666
2673
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -5100,7 +5107,7 @@ const sonic = makeConfig({
|
|
|
5100
5107
|
transactionType: "eip1559",
|
|
5101
5108
|
sortIndex: 15,
|
|
5102
5109
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5103
|
-
deprecated:
|
|
5110
|
+
deprecated: false,
|
|
5104
5111
|
safeReorgDistance: 90000,
|
|
5105
5112
|
blockAid: "",
|
|
5106
5113
|
morpho: {},
|
package/dist/index.js
CHANGED
|
@@ -2663,6 +2663,13 @@ const mainnet = makeConfig({
|
|
|
2663
2663
|
},
|
|
2664
2664
|
dexscreener: "ethereum",
|
|
2665
2665
|
},
|
|
2666
|
+
uniswapv4: {
|
|
2667
|
+
deployBlock: 21688329,
|
|
2668
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90",
|
|
2669
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e",
|
|
2670
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
|
|
2671
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
2672
|
+
},
|
|
2666
2673
|
uniswap: {
|
|
2667
2674
|
deployBlock: 12369621,
|
|
2668
2675
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -5102,7 +5109,7 @@ const sonic = makeConfig({
|
|
|
5102
5109
|
transactionType: "eip1559",
|
|
5103
5110
|
sortIndex: 15,
|
|
5104
5111
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
|
|
5105
|
-
deprecated:
|
|
5112
|
+
deprecated: false,
|
|
5106
5113
|
safeReorgDistance: 90000,
|
|
5107
5114
|
blockAid: "",
|
|
5108
5115
|
morpho: {},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -4652,6 +4652,13 @@ declare const mainnet: Readonly<{
|
|
|
4652
4652
|
};
|
|
4653
4653
|
dexscreener: string;
|
|
4654
4654
|
};
|
|
4655
|
+
uniswapv4: {
|
|
4656
|
+
deployBlock: number;
|
|
4657
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
4658
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
4659
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
4660
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
4661
|
+
};
|
|
4655
4662
|
uniswap: {
|
|
4656
4663
|
deployBlock: number;
|
|
4657
4664
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -7542,7 +7549,7 @@ declare const sonic: Readonly<{
|
|
|
7542
7549
|
transactionType: "eip1559";
|
|
7543
7550
|
sortIndex: 15;
|
|
7544
7551
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7545
|
-
deprecated:
|
|
7552
|
+
deprecated: false;
|
|
7546
7553
|
safeReorgDistance: 90000;
|
|
7547
7554
|
blockAid: "";
|
|
7548
7555
|
morpho: {};
|
|
@@ -9825,6 +9832,13 @@ interface UniswapMetadata {
|
|
|
9825
9832
|
wrappedNativeDecimals?: number;
|
|
9826
9833
|
nativeCurrencyName?: string;
|
|
9827
9834
|
}
|
|
9835
|
+
interface UniswapV4Metadata {
|
|
9836
|
+
deployBlock: number;
|
|
9837
|
+
poolManager: Address;
|
|
9838
|
+
positionManager: Address;
|
|
9839
|
+
universalRouter: Address;
|
|
9840
|
+
permit2: Address;
|
|
9841
|
+
}
|
|
9828
9842
|
interface OkuPricingMetadata {
|
|
9829
9843
|
nativeWrappedToken?: Address;
|
|
9830
9844
|
nativeToken?: Address;
|
|
@@ -9966,6 +9980,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9966
9980
|
initCodeHash: Hash;
|
|
9967
9981
|
blockTimeSeconds: float64;
|
|
9968
9982
|
uniswap: UniswapMetadata;
|
|
9983
|
+
uniswapv4?: UniswapV4Metadata;
|
|
9969
9984
|
morpho: MorphoMetadata;
|
|
9970
9985
|
token: TokenMetadata;
|
|
9971
9986
|
oku: OkuMetadata;
|
|
@@ -11571,6 +11586,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11571
11586
|
};
|
|
11572
11587
|
dexscreener: string;
|
|
11573
11588
|
};
|
|
11589
|
+
uniswapv4: {
|
|
11590
|
+
deployBlock: number;
|
|
11591
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
11592
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
11593
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
11594
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
11595
|
+
};
|
|
11574
11596
|
uniswap: {
|
|
11575
11597
|
deployBlock: number;
|
|
11576
11598
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -15652,7 +15674,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15652
15674
|
transactionType: "eip1559";
|
|
15653
15675
|
sortIndex: 15;
|
|
15654
15676
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15655
|
-
deprecated:
|
|
15677
|
+
deprecated: false;
|
|
15656
15678
|
safeReorgDistance: 90000;
|
|
15657
15679
|
blockAid: "";
|
|
15658
15680
|
morpho: {};
|
|
@@ -19593,5 +19615,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19593
19615
|
formatters?: undefined | undefined;
|
|
19594
19616
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19595
19617
|
}>];
|
|
19596
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19618
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, UniswapV4Metadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19597
19619
|
export { ChainContract } from "viem";
|
|
@@ -4652,6 +4652,13 @@ declare const mainnet: Readonly<{
|
|
|
4652
4652
|
};
|
|
4653
4653
|
dexscreener: string;
|
|
4654
4654
|
};
|
|
4655
|
+
uniswapv4: {
|
|
4656
|
+
deployBlock: number;
|
|
4657
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
4658
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
4659
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
4660
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
4661
|
+
};
|
|
4655
4662
|
uniswap: {
|
|
4656
4663
|
deployBlock: number;
|
|
4657
4664
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -7542,7 +7549,7 @@ declare const sonic: Readonly<{
|
|
|
7542
7549
|
transactionType: "eip1559";
|
|
7543
7550
|
sortIndex: 15;
|
|
7544
7551
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7545
|
-
deprecated:
|
|
7552
|
+
deprecated: false;
|
|
7546
7553
|
safeReorgDistance: 90000;
|
|
7547
7554
|
blockAid: "";
|
|
7548
7555
|
morpho: {};
|
|
@@ -9825,6 +9832,13 @@ interface UniswapMetadata {
|
|
|
9825
9832
|
wrappedNativeDecimals?: number;
|
|
9826
9833
|
nativeCurrencyName?: string;
|
|
9827
9834
|
}
|
|
9835
|
+
interface UniswapV4Metadata {
|
|
9836
|
+
deployBlock: number;
|
|
9837
|
+
poolManager: Address;
|
|
9838
|
+
positionManager: Address;
|
|
9839
|
+
universalRouter: Address;
|
|
9840
|
+
permit2: Address;
|
|
9841
|
+
}
|
|
9828
9842
|
interface OkuPricingMetadata {
|
|
9829
9843
|
nativeWrappedToken?: Address;
|
|
9830
9844
|
nativeToken?: Address;
|
|
@@ -9966,6 +9980,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9966
9980
|
initCodeHash: Hash;
|
|
9967
9981
|
blockTimeSeconds: float64;
|
|
9968
9982
|
uniswap: UniswapMetadata;
|
|
9983
|
+
uniswapv4?: UniswapV4Metadata;
|
|
9969
9984
|
morpho: MorphoMetadata;
|
|
9970
9985
|
token: TokenMetadata;
|
|
9971
9986
|
oku: OkuMetadata;
|
|
@@ -11571,6 +11586,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11571
11586
|
};
|
|
11572
11587
|
dexscreener: string;
|
|
11573
11588
|
};
|
|
11589
|
+
uniswapv4: {
|
|
11590
|
+
deployBlock: number;
|
|
11591
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
11592
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
11593
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
11594
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
11595
|
+
};
|
|
11574
11596
|
uniswap: {
|
|
11575
11597
|
deployBlock: number;
|
|
11576
11598
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -15652,7 +15674,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15652
15674
|
transactionType: "eip1559";
|
|
15653
15675
|
sortIndex: 15;
|
|
15654
15676
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15655
|
-
deprecated:
|
|
15677
|
+
deprecated: false;
|
|
15656
15678
|
safeReorgDistance: 90000;
|
|
15657
15679
|
blockAid: "";
|
|
15658
15680
|
morpho: {};
|
|
@@ -19593,5 +19615,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19593
19615
|
formatters?: undefined | undefined;
|
|
19594
19616
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19595
19617
|
}>];
|
|
19596
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19618
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, UniswapV4Metadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19597
19619
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4652,6 +4652,13 @@ declare const mainnet: Readonly<{
|
|
|
4652
4652
|
};
|
|
4653
4653
|
dexscreener: string;
|
|
4654
4654
|
};
|
|
4655
|
+
uniswapv4: {
|
|
4656
|
+
deployBlock: number;
|
|
4657
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
4658
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
4659
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
4660
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
4661
|
+
};
|
|
4655
4662
|
uniswap: {
|
|
4656
4663
|
deployBlock: number;
|
|
4657
4664
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -7542,7 +7549,7 @@ declare const sonic: Readonly<{
|
|
|
7542
7549
|
transactionType: "eip1559";
|
|
7543
7550
|
sortIndex: 15;
|
|
7544
7551
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7545
|
-
deprecated:
|
|
7552
|
+
deprecated: false;
|
|
7546
7553
|
safeReorgDistance: 90000;
|
|
7547
7554
|
blockAid: "";
|
|
7548
7555
|
morpho: {};
|
|
@@ -9825,6 +9832,13 @@ interface UniswapMetadata {
|
|
|
9825
9832
|
wrappedNativeDecimals?: number;
|
|
9826
9833
|
nativeCurrencyName?: string;
|
|
9827
9834
|
}
|
|
9835
|
+
interface UniswapV4Metadata {
|
|
9836
|
+
deployBlock: number;
|
|
9837
|
+
poolManager: Address;
|
|
9838
|
+
positionManager: Address;
|
|
9839
|
+
universalRouter: Address;
|
|
9840
|
+
permit2: Address;
|
|
9841
|
+
}
|
|
9828
9842
|
interface OkuPricingMetadata {
|
|
9829
9843
|
nativeWrappedToken?: Address;
|
|
9830
9844
|
nativeToken?: Address;
|
|
@@ -9966,6 +9980,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9966
9980
|
initCodeHash: Hash;
|
|
9967
9981
|
blockTimeSeconds: float64;
|
|
9968
9982
|
uniswap: UniswapMetadata;
|
|
9983
|
+
uniswapv4?: UniswapV4Metadata;
|
|
9969
9984
|
morpho: MorphoMetadata;
|
|
9970
9985
|
token: TokenMetadata;
|
|
9971
9986
|
oku: OkuMetadata;
|
|
@@ -11571,6 +11586,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11571
11586
|
};
|
|
11572
11587
|
dexscreener: string;
|
|
11573
11588
|
};
|
|
11589
|
+
uniswapv4: {
|
|
11590
|
+
deployBlock: number;
|
|
11591
|
+
poolManager: "0x000000000004444c5dc75cB358380D2e3dE08A90";
|
|
11592
|
+
positionManager: "0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e";
|
|
11593
|
+
universalRouter: "0x66a9893cc07d91d95644aedd05d03f95e1dba8af";
|
|
11594
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
11595
|
+
};
|
|
11574
11596
|
uniswap: {
|
|
11575
11597
|
deployBlock: number;
|
|
11576
11598
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -15652,7 +15674,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15652
15674
|
transactionType: "eip1559";
|
|
15653
15675
|
sortIndex: 15;
|
|
15654
15676
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
15655
|
-
deprecated:
|
|
15677
|
+
deprecated: false;
|
|
15656
15678
|
safeReorgDistance: 90000;
|
|
15657
15679
|
blockAid: "";
|
|
15658
15680
|
morpho: {};
|
|
@@ -19593,5 +19615,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
19593
19615
|
formatters?: undefined | undefined;
|
|
19594
19616
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19595
19617
|
}>];
|
|
19596
|
-
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19618
|
+
export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, UniswapV4Metadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19597
19619
|
export { ChainContract } from "viem";
|