@gfxlabs/oku-chains 1.1.39 → 1.1.40
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 +85 -0
- package/dist/types/index-mjs.d.ts +85 -0
- package/dist/types/index.d.ts +85 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
package/dist/index.js
CHANGED
package/dist/types/browser.d.ts
CHANGED
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: never[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: never[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: never[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|