@gfxlabs/oku-chains 1.1.21 → 1.1.22
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 +11 -13
- package/dist/index-mjs.js +11 -13
- package/dist/index.js +11 -13
- package/dist/types/browser.d.ts +20 -20
- package/dist/types/index-mjs.d.ts +20 -20
- package/dist/types/index.d.ts +20 -20
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
|
|
1737
1737
|
const seitestnet = makeConfig({
|
|
1738
1738
|
...chains.seiDevnet,
|
|
1739
|
-
blockTimeSeconds: .5,
|
|
1739
|
+
blockTimeSeconds: 0.5,
|
|
1740
1740
|
sortIndex: 17,
|
|
1741
1741
|
logoUrl: "https://assets.oku.trade/sei-logo.webp",
|
|
1742
1742
|
safeReorgDistance: 90000,
|
|
@@ -1752,27 +1752,25 @@
|
|
|
1752
1752
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
|
|
1753
1753
|
},
|
|
1754
1754
|
token: {
|
|
1755
|
-
usdcAddress: "
|
|
1756
|
-
wethAddress: "
|
|
1755
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1756
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1757
1757
|
},
|
|
1758
1758
|
oku: {
|
|
1759
1759
|
limitOrderRegistry: viem.zeroAddress,
|
|
1760
1760
|
limitOrderRegistryDeployBlock: 0,
|
|
1761
1761
|
pricing: {
|
|
1762
|
-
nativeWrappedToken: "
|
|
1762
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1763
1763
|
nativeWrappedName: "SEI",
|
|
1764
1764
|
},
|
|
1765
1765
|
},
|
|
1766
|
-
defaultPool:
|
|
1767
|
-
defaultToken0: "
|
|
1768
|
-
defaultToken1: "
|
|
1766
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
|
|
1767
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1768
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1769
1769
|
tokenList: [
|
|
1770
|
-
{ symbol: "WSEI", address: "
|
|
1771
|
-
{ symbol: "USDC", address: "
|
|
1772
|
-
],
|
|
1773
|
-
stables: [
|
|
1774
|
-
"0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C",
|
|
1770
|
+
{ symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
|
|
1771
|
+
{ symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
|
|
1775
1772
|
],
|
|
1773
|
+
stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
|
|
1776
1774
|
watchlist: [],
|
|
1777
1775
|
internalName: "seitestnet",
|
|
1778
1776
|
contracts: {
|
|
@@ -1784,7 +1782,7 @@
|
|
|
1784
1782
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
|
|
1785
1783
|
},
|
|
1786
1784
|
weth9: {
|
|
1787
|
-
address: "
|
|
1785
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1788
1786
|
},
|
|
1789
1787
|
multicall2: {
|
|
1790
1788
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
|
package/dist/index-mjs.js
CHANGED
|
@@ -1733,7 +1733,7 @@ const scroll = makeConfig({
|
|
|
1733
1733
|
|
|
1734
1734
|
const seitestnet = makeConfig({
|
|
1735
1735
|
...seiDevnet,
|
|
1736
|
-
blockTimeSeconds: .5,
|
|
1736
|
+
blockTimeSeconds: 0.5,
|
|
1737
1737
|
sortIndex: 17,
|
|
1738
1738
|
logoUrl: "https://assets.oku.trade/sei-logo.webp",
|
|
1739
1739
|
safeReorgDistance: 90000,
|
|
@@ -1749,27 +1749,25 @@ const seitestnet = makeConfig({
|
|
|
1749
1749
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
|
|
1750
1750
|
},
|
|
1751
1751
|
token: {
|
|
1752
|
-
usdcAddress: "
|
|
1753
|
-
wethAddress: "
|
|
1752
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1753
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1754
1754
|
},
|
|
1755
1755
|
oku: {
|
|
1756
1756
|
limitOrderRegistry: zeroAddress,
|
|
1757
1757
|
limitOrderRegistryDeployBlock: 0,
|
|
1758
1758
|
pricing: {
|
|
1759
|
-
nativeWrappedToken: "
|
|
1759
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1760
1760
|
nativeWrappedName: "SEI",
|
|
1761
1761
|
},
|
|
1762
1762
|
},
|
|
1763
|
-
defaultPool:
|
|
1764
|
-
defaultToken0: "
|
|
1765
|
-
defaultToken1: "
|
|
1763
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
|
|
1764
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1765
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1766
1766
|
tokenList: [
|
|
1767
|
-
{ symbol: "WSEI", address: "
|
|
1768
|
-
{ symbol: "USDC", address: "
|
|
1769
|
-
],
|
|
1770
|
-
stables: [
|
|
1771
|
-
"0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C",
|
|
1767
|
+
{ symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
|
|
1768
|
+
{ symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
|
|
1772
1769
|
],
|
|
1770
|
+
stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
|
|
1773
1771
|
watchlist: [],
|
|
1774
1772
|
internalName: "seitestnet",
|
|
1775
1773
|
contracts: {
|
|
@@ -1781,7 +1779,7 @@ const seitestnet = makeConfig({
|
|
|
1781
1779
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
|
|
1782
1780
|
},
|
|
1783
1781
|
weth9: {
|
|
1784
|
-
address: "
|
|
1782
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1785
1783
|
},
|
|
1786
1784
|
multicall2: {
|
|
1787
1785
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
|
package/dist/index.js
CHANGED
|
@@ -1735,7 +1735,7 @@ const scroll = makeConfig({
|
|
|
1735
1735
|
|
|
1736
1736
|
const seitestnet = makeConfig({
|
|
1737
1737
|
...chains.seiDevnet,
|
|
1738
|
-
blockTimeSeconds: .5,
|
|
1738
|
+
blockTimeSeconds: 0.5,
|
|
1739
1739
|
sortIndex: 17,
|
|
1740
1740
|
logoUrl: "https://assets.oku.trade/sei-logo.webp",
|
|
1741
1741
|
safeReorgDistance: 90000,
|
|
@@ -1751,27 +1751,25 @@ const seitestnet = makeConfig({
|
|
|
1751
1751
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
|
|
1752
1752
|
},
|
|
1753
1753
|
token: {
|
|
1754
|
-
usdcAddress: "
|
|
1755
|
-
wethAddress: "
|
|
1754
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1755
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1756
1756
|
},
|
|
1757
1757
|
oku: {
|
|
1758
1758
|
limitOrderRegistry: viem.zeroAddress,
|
|
1759
1759
|
limitOrderRegistryDeployBlock: 0,
|
|
1760
1760
|
pricing: {
|
|
1761
|
-
nativeWrappedToken: "
|
|
1761
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1762
1762
|
nativeWrappedName: "SEI",
|
|
1763
1763
|
},
|
|
1764
1764
|
},
|
|
1765
|
-
defaultPool:
|
|
1766
|
-
defaultToken0: "
|
|
1767
|
-
defaultToken1: "
|
|
1765
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
|
|
1766
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1767
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
|
|
1768
1768
|
tokenList: [
|
|
1769
|
-
{ symbol: "WSEI", address: "
|
|
1770
|
-
{ symbol: "USDC", address: "
|
|
1771
|
-
],
|
|
1772
|
-
stables: [
|
|
1773
|
-
"0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C",
|
|
1769
|
+
{ symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
|
|
1770
|
+
{ symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
|
|
1774
1771
|
],
|
|
1772
|
+
stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
|
|
1775
1773
|
watchlist: [],
|
|
1776
1774
|
internalName: "seitestnet",
|
|
1777
1775
|
contracts: {
|
|
@@ -1783,7 +1781,7 @@ const seitestnet = makeConfig({
|
|
|
1783
1781
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
|
|
1784
1782
|
},
|
|
1785
1783
|
weth9: {
|
|
1786
|
-
address: "
|
|
1784
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
|
|
1787
1785
|
},
|
|
1788
1786
|
multicall2: {
|
|
1789
1787
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3555,28 +3555,28 @@ declare const seitestnet: Readonly<{
|
|
|
3555
3555
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
3556
3556
|
};
|
|
3557
3557
|
token: {
|
|
3558
|
-
usdcAddress: "
|
|
3559
|
-
wethAddress: "
|
|
3558
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3559
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3560
3560
|
};
|
|
3561
3561
|
oku: {
|
|
3562
3562
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
3563
3563
|
limitOrderRegistryDeployBlock: number;
|
|
3564
3564
|
pricing: {
|
|
3565
|
-
nativeWrappedToken: "
|
|
3565
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3566
3566
|
nativeWrappedName: string;
|
|
3567
3567
|
};
|
|
3568
3568
|
};
|
|
3569
|
-
defaultPool: "
|
|
3570
|
-
defaultToken0: "
|
|
3571
|
-
defaultToken1: "
|
|
3569
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
3570
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3571
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3572
3572
|
tokenList: ({
|
|
3573
3573
|
symbol: string;
|
|
3574
|
-
address: "
|
|
3574
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3575
3575
|
} | {
|
|
3576
3576
|
symbol: string;
|
|
3577
|
-
address: "
|
|
3577
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3578
3578
|
})[];
|
|
3579
|
-
stables: "
|
|
3579
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
3580
3580
|
watchlist: never[];
|
|
3581
3581
|
internalName: "seitestnet";
|
|
3582
3582
|
contracts: {
|
|
@@ -3587,7 +3587,7 @@ declare const seitestnet: Readonly<{
|
|
|
3587
3587
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
3588
3588
|
};
|
|
3589
3589
|
weth9: {
|
|
3590
|
-
address: "
|
|
3590
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3591
3591
|
};
|
|
3592
3592
|
multicall2: {
|
|
3593
3593
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
@@ -10401,28 +10401,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10401
10401
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
10402
|
};
|
|
10403
10403
|
token: {
|
|
10404
|
-
usdcAddress: "
|
|
10405
|
-
wethAddress: "
|
|
10404
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10405
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10406
10406
|
};
|
|
10407
10407
|
oku: {
|
|
10408
10408
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
10409
|
limitOrderRegistryDeployBlock: number;
|
|
10410
10410
|
pricing: {
|
|
10411
|
-
nativeWrappedToken: "
|
|
10411
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10412
10412
|
nativeWrappedName: string;
|
|
10413
10413
|
};
|
|
10414
10414
|
};
|
|
10415
|
-
defaultPool: "
|
|
10416
|
-
defaultToken0: "
|
|
10417
|
-
defaultToken1: "
|
|
10415
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
10416
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10417
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10418
10418
|
tokenList: ({
|
|
10419
10419
|
symbol: string;
|
|
10420
|
-
address: "
|
|
10420
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10421
10421
|
} | {
|
|
10422
10422
|
symbol: string;
|
|
10423
|
-
address: "
|
|
10423
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10424
10424
|
})[];
|
|
10425
|
-
stables: "
|
|
10425
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
10426
10426
|
watchlist: never[];
|
|
10427
10427
|
internalName: "seitestnet";
|
|
10428
10428
|
contracts: {
|
|
@@ -10433,7 +10433,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10433
10433
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
10434
|
};
|
|
10435
10435
|
weth9: {
|
|
10436
|
-
address: "
|
|
10436
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10437
10437
|
};
|
|
10438
10438
|
multicall2: {
|
|
10439
10439
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
@@ -3555,28 +3555,28 @@ declare const seitestnet: Readonly<{
|
|
|
3555
3555
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
3556
3556
|
};
|
|
3557
3557
|
token: {
|
|
3558
|
-
usdcAddress: "
|
|
3559
|
-
wethAddress: "
|
|
3558
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3559
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3560
3560
|
};
|
|
3561
3561
|
oku: {
|
|
3562
3562
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
3563
3563
|
limitOrderRegistryDeployBlock: number;
|
|
3564
3564
|
pricing: {
|
|
3565
|
-
nativeWrappedToken: "
|
|
3565
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3566
3566
|
nativeWrappedName: string;
|
|
3567
3567
|
};
|
|
3568
3568
|
};
|
|
3569
|
-
defaultPool: "
|
|
3570
|
-
defaultToken0: "
|
|
3571
|
-
defaultToken1: "
|
|
3569
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
3570
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3571
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3572
3572
|
tokenList: ({
|
|
3573
3573
|
symbol: string;
|
|
3574
|
-
address: "
|
|
3574
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3575
3575
|
} | {
|
|
3576
3576
|
symbol: string;
|
|
3577
|
-
address: "
|
|
3577
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3578
3578
|
})[];
|
|
3579
|
-
stables: "
|
|
3579
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
3580
3580
|
watchlist: never[];
|
|
3581
3581
|
internalName: "seitestnet";
|
|
3582
3582
|
contracts: {
|
|
@@ -3587,7 +3587,7 @@ declare const seitestnet: Readonly<{
|
|
|
3587
3587
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
3588
3588
|
};
|
|
3589
3589
|
weth9: {
|
|
3590
|
-
address: "
|
|
3590
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3591
3591
|
};
|
|
3592
3592
|
multicall2: {
|
|
3593
3593
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
@@ -10401,28 +10401,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10401
10401
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
10402
|
};
|
|
10403
10403
|
token: {
|
|
10404
|
-
usdcAddress: "
|
|
10405
|
-
wethAddress: "
|
|
10404
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10405
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10406
10406
|
};
|
|
10407
10407
|
oku: {
|
|
10408
10408
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
10409
|
limitOrderRegistryDeployBlock: number;
|
|
10410
10410
|
pricing: {
|
|
10411
|
-
nativeWrappedToken: "
|
|
10411
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10412
10412
|
nativeWrappedName: string;
|
|
10413
10413
|
};
|
|
10414
10414
|
};
|
|
10415
|
-
defaultPool: "
|
|
10416
|
-
defaultToken0: "
|
|
10417
|
-
defaultToken1: "
|
|
10415
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
10416
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10417
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10418
10418
|
tokenList: ({
|
|
10419
10419
|
symbol: string;
|
|
10420
|
-
address: "
|
|
10420
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10421
10421
|
} | {
|
|
10422
10422
|
symbol: string;
|
|
10423
|
-
address: "
|
|
10423
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10424
10424
|
})[];
|
|
10425
|
-
stables: "
|
|
10425
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
10426
10426
|
watchlist: never[];
|
|
10427
10427
|
internalName: "seitestnet";
|
|
10428
10428
|
contracts: {
|
|
@@ -10433,7 +10433,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10433
10433
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
10434
|
};
|
|
10435
10435
|
weth9: {
|
|
10436
|
-
address: "
|
|
10436
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10437
10437
|
};
|
|
10438
10438
|
multicall2: {
|
|
10439
10439
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3555,28 +3555,28 @@ declare const seitestnet: Readonly<{
|
|
|
3555
3555
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
3556
3556
|
};
|
|
3557
3557
|
token: {
|
|
3558
|
-
usdcAddress: "
|
|
3559
|
-
wethAddress: "
|
|
3558
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3559
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3560
3560
|
};
|
|
3561
3561
|
oku: {
|
|
3562
3562
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
3563
3563
|
limitOrderRegistryDeployBlock: number;
|
|
3564
3564
|
pricing: {
|
|
3565
|
-
nativeWrappedToken: "
|
|
3565
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3566
3566
|
nativeWrappedName: string;
|
|
3567
3567
|
};
|
|
3568
3568
|
};
|
|
3569
|
-
defaultPool: "
|
|
3570
|
-
defaultToken0: "
|
|
3571
|
-
defaultToken1: "
|
|
3569
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
3570
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3571
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3572
3572
|
tokenList: ({
|
|
3573
3573
|
symbol: string;
|
|
3574
|
-
address: "
|
|
3574
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3575
3575
|
} | {
|
|
3576
3576
|
symbol: string;
|
|
3577
|
-
address: "
|
|
3577
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
3578
3578
|
})[];
|
|
3579
|
-
stables: "
|
|
3579
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
3580
3580
|
watchlist: never[];
|
|
3581
3581
|
internalName: "seitestnet";
|
|
3582
3582
|
contracts: {
|
|
@@ -3587,7 +3587,7 @@ declare const seitestnet: Readonly<{
|
|
|
3587
3587
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
3588
3588
|
};
|
|
3589
3589
|
weth9: {
|
|
3590
|
-
address: "
|
|
3590
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
3591
3591
|
};
|
|
3592
3592
|
multicall2: {
|
|
3593
3593
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
@@ -10401,28 +10401,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10401
10401
|
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
10402
|
};
|
|
10403
10403
|
token: {
|
|
10404
|
-
usdcAddress: "
|
|
10405
|
-
wethAddress: "
|
|
10404
|
+
usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10405
|
+
wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10406
10406
|
};
|
|
10407
10407
|
oku: {
|
|
10408
10408
|
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
10409
|
limitOrderRegistryDeployBlock: number;
|
|
10410
10410
|
pricing: {
|
|
10411
|
-
nativeWrappedToken: "
|
|
10411
|
+
nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10412
10412
|
nativeWrappedName: string;
|
|
10413
10413
|
};
|
|
10414
10414
|
};
|
|
10415
|
-
defaultPool: "
|
|
10416
|
-
defaultToken0: "
|
|
10417
|
-
defaultToken1: "
|
|
10415
|
+
defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
|
|
10416
|
+
defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10417
|
+
defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10418
10418
|
tokenList: ({
|
|
10419
10419
|
symbol: string;
|
|
10420
|
-
address: "
|
|
10420
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10421
10421
|
} | {
|
|
10422
10422
|
symbol: string;
|
|
10423
|
-
address: "
|
|
10423
|
+
address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
|
|
10424
10424
|
})[];
|
|
10425
|
-
stables: "
|
|
10425
|
+
stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
|
|
10426
10426
|
watchlist: never[];
|
|
10427
10427
|
internalName: "seitestnet";
|
|
10428
10428
|
contracts: {
|
|
@@ -10433,7 +10433,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10433
10433
|
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
10434
|
};
|
|
10435
10435
|
weth9: {
|
|
10436
|
-
address: "
|
|
10436
|
+
address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
|
|
10437
10437
|
};
|
|
10438
10438
|
multicall2: {
|
|
10439
10439
|
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|