@gfxlabs/oku-chains 1.1.20 → 1.1.21
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 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/browser.d.ts +84 -0
- package/dist/types/index-mjs.d.ts +84 -0
- package/dist/types/index.d.ts +84 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
|
@@ -1953,6 +1953,7 @@ const MAINNET_CHAINS = [
|
|
|
1953
1953
|
zkSync,
|
|
1954
1954
|
manta,
|
|
1955
1955
|
linea,
|
|
1956
|
+
seitestnet,
|
|
1956
1957
|
];
|
|
1957
1958
|
|
|
1958
1959
|
export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, seitestnet, zkSync };
|
package/dist/index.js
CHANGED
package/dist/types/browser.d.ts
CHANGED
|
@@ -10384,6 +10384,90 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10384
10384
|
formatters?: undefined;
|
|
10385
10385
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10386
10386
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
|
+
}>, Readonly<{
|
|
10388
|
+
blockTimeSeconds: 0.5;
|
|
10389
|
+
sortIndex: 17;
|
|
10390
|
+
logoUrl: "https://assets.oku.trade/sei-logo.webp";
|
|
10391
|
+
safeReorgDistance: 90000;
|
|
10392
|
+
externalId: {};
|
|
10393
|
+
uniswap: {
|
|
10394
|
+
deployBlock: number;
|
|
10395
|
+
poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
|
|
10396
|
+
multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
|
|
10397
|
+
tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
|
|
10398
|
+
nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10399
|
+
positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10400
|
+
positionsNFTDeployBlock: number;
|
|
10401
|
+
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
|
+
};
|
|
10403
|
+
token: {
|
|
10404
|
+
usdcAddress: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10405
|
+
wethAddress: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10406
|
+
};
|
|
10407
|
+
oku: {
|
|
10408
|
+
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
|
+
limitOrderRegistryDeployBlock: number;
|
|
10410
|
+
pricing: {
|
|
10411
|
+
nativeWrappedToken: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10412
|
+
nativeWrappedName: string;
|
|
10413
|
+
};
|
|
10414
|
+
};
|
|
10415
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10416
|
+
defaultToken0: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10417
|
+
defaultToken1: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10418
|
+
tokenList: ({
|
|
10419
|
+
symbol: string;
|
|
10420
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10421
|
+
} | {
|
|
10422
|
+
symbol: string;
|
|
10423
|
+
address: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10424
|
+
})[];
|
|
10425
|
+
stables: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C"[];
|
|
10426
|
+
watchlist: never[];
|
|
10427
|
+
internalName: "seitestnet";
|
|
10428
|
+
contracts: {
|
|
10429
|
+
limitOrder: {
|
|
10430
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
10431
|
+
};
|
|
10432
|
+
nftManager: {
|
|
10433
|
+
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
|
+
};
|
|
10435
|
+
weth9: {
|
|
10436
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10437
|
+
};
|
|
10438
|
+
multicall2: {
|
|
10439
|
+
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
10440
|
+
};
|
|
10441
|
+
multicall3: {
|
|
10442
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10443
|
+
};
|
|
10444
|
+
ensRegistry?: ChainContract | undefined;
|
|
10445
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
10446
|
+
};
|
|
10447
|
+
blockExplorers: {
|
|
10448
|
+
readonly default: {
|
|
10449
|
+
readonly name: "Seitrace";
|
|
10450
|
+
readonly url: "https://seitrace.com";
|
|
10451
|
+
};
|
|
10452
|
+
};
|
|
10453
|
+
id: 713715;
|
|
10454
|
+
name: "Sei Devnet";
|
|
10455
|
+
nativeCurrency: {
|
|
10456
|
+
readonly name: "Sei";
|
|
10457
|
+
readonly symbol: "SEI";
|
|
10458
|
+
readonly decimals: 18;
|
|
10459
|
+
};
|
|
10460
|
+
rpcUrls: {
|
|
10461
|
+
readonly default: {
|
|
10462
|
+
readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
|
|
10463
|
+
};
|
|
10464
|
+
};
|
|
10465
|
+
sourceId?: number | undefined;
|
|
10466
|
+
testnet: true;
|
|
10467
|
+
custom?: Record<string, unknown> | undefined;
|
|
10468
|
+
formatters?: undefined;
|
|
10469
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10470
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
10471
|
}>];
|
|
10388
10472
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10389
10473
|
export { ChainContract } from "viem";
|
|
@@ -10384,6 +10384,90 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10384
10384
|
formatters?: undefined;
|
|
10385
10385
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10386
10386
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
|
+
}>, Readonly<{
|
|
10388
|
+
blockTimeSeconds: 0.5;
|
|
10389
|
+
sortIndex: 17;
|
|
10390
|
+
logoUrl: "https://assets.oku.trade/sei-logo.webp";
|
|
10391
|
+
safeReorgDistance: 90000;
|
|
10392
|
+
externalId: {};
|
|
10393
|
+
uniswap: {
|
|
10394
|
+
deployBlock: number;
|
|
10395
|
+
poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
|
|
10396
|
+
multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
|
|
10397
|
+
tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
|
|
10398
|
+
nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10399
|
+
positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10400
|
+
positionsNFTDeployBlock: number;
|
|
10401
|
+
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
|
+
};
|
|
10403
|
+
token: {
|
|
10404
|
+
usdcAddress: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10405
|
+
wethAddress: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10406
|
+
};
|
|
10407
|
+
oku: {
|
|
10408
|
+
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
|
+
limitOrderRegistryDeployBlock: number;
|
|
10410
|
+
pricing: {
|
|
10411
|
+
nativeWrappedToken: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10412
|
+
nativeWrappedName: string;
|
|
10413
|
+
};
|
|
10414
|
+
};
|
|
10415
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10416
|
+
defaultToken0: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10417
|
+
defaultToken1: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10418
|
+
tokenList: ({
|
|
10419
|
+
symbol: string;
|
|
10420
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10421
|
+
} | {
|
|
10422
|
+
symbol: string;
|
|
10423
|
+
address: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10424
|
+
})[];
|
|
10425
|
+
stables: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C"[];
|
|
10426
|
+
watchlist: never[];
|
|
10427
|
+
internalName: "seitestnet";
|
|
10428
|
+
contracts: {
|
|
10429
|
+
limitOrder: {
|
|
10430
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
10431
|
+
};
|
|
10432
|
+
nftManager: {
|
|
10433
|
+
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
|
+
};
|
|
10435
|
+
weth9: {
|
|
10436
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10437
|
+
};
|
|
10438
|
+
multicall2: {
|
|
10439
|
+
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
10440
|
+
};
|
|
10441
|
+
multicall3: {
|
|
10442
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10443
|
+
};
|
|
10444
|
+
ensRegistry?: ChainContract | undefined;
|
|
10445
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
10446
|
+
};
|
|
10447
|
+
blockExplorers: {
|
|
10448
|
+
readonly default: {
|
|
10449
|
+
readonly name: "Seitrace";
|
|
10450
|
+
readonly url: "https://seitrace.com";
|
|
10451
|
+
};
|
|
10452
|
+
};
|
|
10453
|
+
id: 713715;
|
|
10454
|
+
name: "Sei Devnet";
|
|
10455
|
+
nativeCurrency: {
|
|
10456
|
+
readonly name: "Sei";
|
|
10457
|
+
readonly symbol: "SEI";
|
|
10458
|
+
readonly decimals: 18;
|
|
10459
|
+
};
|
|
10460
|
+
rpcUrls: {
|
|
10461
|
+
readonly default: {
|
|
10462
|
+
readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
|
|
10463
|
+
};
|
|
10464
|
+
};
|
|
10465
|
+
sourceId?: number | undefined;
|
|
10466
|
+
testnet: true;
|
|
10467
|
+
custom?: Record<string, unknown> | undefined;
|
|
10468
|
+
formatters?: undefined;
|
|
10469
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10470
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
10471
|
}>];
|
|
10388
10472
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10389
10473
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10384,6 +10384,90 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10384
10384
|
formatters?: undefined;
|
|
10385
10385
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10386
10386
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
|
+
}>, Readonly<{
|
|
10388
|
+
blockTimeSeconds: 0.5;
|
|
10389
|
+
sortIndex: 17;
|
|
10390
|
+
logoUrl: "https://assets.oku.trade/sei-logo.webp";
|
|
10391
|
+
safeReorgDistance: 90000;
|
|
10392
|
+
externalId: {};
|
|
10393
|
+
uniswap: {
|
|
10394
|
+
deployBlock: number;
|
|
10395
|
+
poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
|
|
10396
|
+
multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
|
|
10397
|
+
tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
|
|
10398
|
+
nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10399
|
+
positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10400
|
+
positionsNFTDeployBlock: number;
|
|
10401
|
+
universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
|
|
10402
|
+
};
|
|
10403
|
+
token: {
|
|
10404
|
+
usdcAddress: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10405
|
+
wethAddress: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10406
|
+
};
|
|
10407
|
+
oku: {
|
|
10408
|
+
limitOrderRegistry: "0x0000000000000000000000000000000000000000";
|
|
10409
|
+
limitOrderRegistryDeployBlock: number;
|
|
10410
|
+
pricing: {
|
|
10411
|
+
nativeWrappedToken: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10412
|
+
nativeWrappedName: string;
|
|
10413
|
+
};
|
|
10414
|
+
};
|
|
10415
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10416
|
+
defaultToken0: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10417
|
+
defaultToken1: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10418
|
+
tokenList: ({
|
|
10419
|
+
symbol: string;
|
|
10420
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10421
|
+
} | {
|
|
10422
|
+
symbol: string;
|
|
10423
|
+
address: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C";
|
|
10424
|
+
})[];
|
|
10425
|
+
stables: "0xace5f7Ea93439Af39b46d2748fA1aC19951c8d7C"[];
|
|
10426
|
+
watchlist: never[];
|
|
10427
|
+
internalName: "seitestnet";
|
|
10428
|
+
contracts: {
|
|
10429
|
+
limitOrder: {
|
|
10430
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
10431
|
+
};
|
|
10432
|
+
nftManager: {
|
|
10433
|
+
address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
|
|
10434
|
+
};
|
|
10435
|
+
weth9: {
|
|
10436
|
+
address: "0x26841a0A5D958B128209F4ea9a1DD7E61558c330";
|
|
10437
|
+
};
|
|
10438
|
+
multicall2: {
|
|
10439
|
+
address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
|
|
10440
|
+
};
|
|
10441
|
+
multicall3: {
|
|
10442
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10443
|
+
};
|
|
10444
|
+
ensRegistry?: ChainContract | undefined;
|
|
10445
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
10446
|
+
};
|
|
10447
|
+
blockExplorers: {
|
|
10448
|
+
readonly default: {
|
|
10449
|
+
readonly name: "Seitrace";
|
|
10450
|
+
readonly url: "https://seitrace.com";
|
|
10451
|
+
};
|
|
10452
|
+
};
|
|
10453
|
+
id: 713715;
|
|
10454
|
+
name: "Sei Devnet";
|
|
10455
|
+
nativeCurrency: {
|
|
10456
|
+
readonly name: "Sei";
|
|
10457
|
+
readonly symbol: "SEI";
|
|
10458
|
+
readonly decimals: 18;
|
|
10459
|
+
};
|
|
10460
|
+
rpcUrls: {
|
|
10461
|
+
readonly default: {
|
|
10462
|
+
readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
|
|
10463
|
+
};
|
|
10464
|
+
};
|
|
10465
|
+
sourceId?: number | undefined;
|
|
10466
|
+
testnet: true;
|
|
10467
|
+
custom?: Record<string, unknown> | undefined;
|
|
10468
|
+
formatters?: undefined;
|
|
10469
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10470
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10387
10471
|
}>];
|
|
10388
10472
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10389
10473
|
export { ChainContract } from "viem";
|