@gfxlabs/oku-chains 1.1.162 → 1.1.164

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains));
5
- })(this, (function (exports, chains) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains'), require('viem')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'viem/chains', 'viem'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains, global.viem));
5
+ })(this, (function (exports, chains, viem) { 'use strict';
6
6
 
7
7
  const makeConfig = (x) => {
8
8
  return x;
@@ -3086,6 +3086,83 @@
3086
3086
  },
3087
3087
  });
3088
3088
 
3089
+ const saga = makeConfig({
3090
+ ...chains.saga,
3091
+ name: "Saga",
3092
+ blockTimeSeconds: 5,
3093
+ launchTime: 1740384000,
3094
+ sortIndex: 13,
3095
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png",
3096
+ safeReorgDistance: 90000,
3097
+ externalId: {},
3098
+ markets: {},
3099
+ bridges: {},
3100
+ oracles: {},
3101
+ morpho: {},
3102
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3103
+ uniswap: {
3104
+ deployBlock: 18885,
3105
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa",
3106
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
3107
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3108
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA",
3109
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3110
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3111
+ positionsNFTDeployBlock: 18902,
3112
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155",
3113
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3114
+ wrappedNativeSymbol: "wGAS",
3115
+ wrappedNativeName: "Wrapped Gas",
3116
+ wrappedNativeDecimals: 18,
3117
+ nativeCurrencyName: "GAS",
3118
+ },
3119
+ token: {
3120
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3121
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3122
+ },
3123
+ oku: {
3124
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3125
+ limitOrderRegistryDeployBlock: 19372,
3126
+ pricing: {
3127
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3128
+ nativeWrappedName: "GAS",
3129
+ },
3130
+ },
3131
+ defaultPool: viem.zeroAddress,
3132
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3133
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3134
+ tokenList: [
3135
+ { symbol: "wGAS", address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA" },
3136
+ { symbol: "USDC", address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" },
3137
+ { symbol: "USDT", address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa" },
3138
+ ],
3139
+ stables: [
3140
+ "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa",
3141
+ "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3142
+ ],
3143
+ watchlist: [],
3144
+ internalName: "saga",
3145
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png",
3146
+ contracts: {
3147
+ ...chains.saga.contracts,
3148
+ limitOrder: {
3149
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3150
+ },
3151
+ nftManager: {
3152
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3153
+ },
3154
+ weth9: {
3155
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3156
+ },
3157
+ multicall2: {
3158
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3159
+ },
3160
+ multicall3: {
3161
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160",
3162
+ },
3163
+ },
3164
+ });
3165
+
3089
3166
  const scroll = makeConfig({
3090
3167
  ...chains.scroll,
3091
3168
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -3971,6 +4048,7 @@
3971
4048
  celo,
3972
4049
  hemi,
3973
4050
  telos,
4051
+ saga,
3974
4052
  ];
3975
4053
 
3976
4054
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -3996,6 +4074,7 @@
3996
4074
  exports.polygon = polygon;
3997
4075
  exports.polygonZkEvm = polygonZkEvm;
3998
4076
  exports.rootstock = rootstock;
4077
+ exports.saga = saga;
3999
4078
  exports.scroll = scroll;
4000
4079
  exports.sei = sei;
4001
4080
  exports.sonic = sonic;
package/dist/index-mjs.js CHANGED
@@ -1,4 +1,5 @@
1
- import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, filecoin as filecoin$1, gnosis as gnosis$1, hemi as hemi$1, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
1
+ import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, filecoin as filecoin$1, gnosis as gnosis$1, hemi as hemi$1, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
+ import { zeroAddress } from 'viem';
2
3
 
3
4
  const makeConfig = (x) => {
4
5
  return x;
@@ -3082,6 +3083,83 @@ const rootstock = makeConfig({
3082
3083
  },
3083
3084
  });
3084
3085
 
3086
+ const saga = makeConfig({
3087
+ ...saga$1,
3088
+ name: "Saga",
3089
+ blockTimeSeconds: 5,
3090
+ launchTime: 1740384000,
3091
+ sortIndex: 13,
3092
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png",
3093
+ safeReorgDistance: 90000,
3094
+ externalId: {},
3095
+ markets: {},
3096
+ bridges: {},
3097
+ oracles: {},
3098
+ morpho: {},
3099
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3100
+ uniswap: {
3101
+ deployBlock: 18885,
3102
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa",
3103
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
3104
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3105
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA",
3106
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3107
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3108
+ positionsNFTDeployBlock: 18902,
3109
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155",
3110
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3111
+ wrappedNativeSymbol: "wGAS",
3112
+ wrappedNativeName: "Wrapped Gas",
3113
+ wrappedNativeDecimals: 18,
3114
+ nativeCurrencyName: "GAS",
3115
+ },
3116
+ token: {
3117
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3118
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3119
+ },
3120
+ oku: {
3121
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3122
+ limitOrderRegistryDeployBlock: 19372,
3123
+ pricing: {
3124
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3125
+ nativeWrappedName: "GAS",
3126
+ },
3127
+ },
3128
+ defaultPool: zeroAddress,
3129
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3130
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3131
+ tokenList: [
3132
+ { symbol: "wGAS", address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA" },
3133
+ { symbol: "USDC", address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" },
3134
+ { symbol: "USDT", address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa" },
3135
+ ],
3136
+ stables: [
3137
+ "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa",
3138
+ "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3139
+ ],
3140
+ watchlist: [],
3141
+ internalName: "saga",
3142
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png",
3143
+ contracts: {
3144
+ ...saga$1.contracts,
3145
+ limitOrder: {
3146
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3147
+ },
3148
+ nftManager: {
3149
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3150
+ },
3151
+ weth9: {
3152
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3153
+ },
3154
+ multicall2: {
3155
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3156
+ },
3157
+ multicall3: {
3158
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160",
3159
+ },
3160
+ },
3161
+ });
3162
+
3085
3163
  const scroll = makeConfig({
3086
3164
  ...scroll$1,
3087
3165
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -3967,6 +4045,7 @@ const MAINNET_CHAINS = [
3967
4045
  celo,
3968
4046
  hemi,
3969
4047
  telos,
4048
+ saga,
3970
4049
  ];
3971
4050
 
3972
- export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, sonic, taiko, telos, xLayer, zkSync };
4051
+ export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, saga, scroll, sei, sonic, taiko, telos, xLayer, zkSync };
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chains = require('viem/chains');
4
+ var viem = require('viem');
4
5
 
5
6
  const makeConfig = (x) => {
6
7
  return x;
@@ -3084,6 +3085,83 @@ const rootstock = makeConfig({
3084
3085
  },
3085
3086
  });
3086
3087
 
3088
+ const saga = makeConfig({
3089
+ ...chains.saga,
3090
+ name: "Saga",
3091
+ blockTimeSeconds: 5,
3092
+ launchTime: 1740384000,
3093
+ sortIndex: 13,
3094
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png",
3095
+ safeReorgDistance: 90000,
3096
+ externalId: {},
3097
+ markets: {},
3098
+ bridges: {},
3099
+ oracles: {},
3100
+ morpho: {},
3101
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3102
+ uniswap: {
3103
+ deployBlock: 18885,
3104
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa",
3105
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
3106
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3107
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA",
3108
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3109
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3110
+ positionsNFTDeployBlock: 18902,
3111
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155",
3112
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3113
+ wrappedNativeSymbol: "wGAS",
3114
+ wrappedNativeName: "Wrapped Gas",
3115
+ wrappedNativeDecimals: 18,
3116
+ nativeCurrencyName: "GAS",
3117
+ },
3118
+ token: {
3119
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3120
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3121
+ },
3122
+ oku: {
3123
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3124
+ limitOrderRegistryDeployBlock: 19372,
3125
+ pricing: {
3126
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3127
+ nativeWrappedName: "GAS",
3128
+ },
3129
+ },
3130
+ defaultPool: viem.zeroAddress,
3131
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3132
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3133
+ tokenList: [
3134
+ { symbol: "wGAS", address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA" },
3135
+ { symbol: "USDC", address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" },
3136
+ { symbol: "USDT", address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa" },
3137
+ ],
3138
+ stables: [
3139
+ "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa",
3140
+ "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5",
3141
+ ],
3142
+ watchlist: [],
3143
+ internalName: "saga",
3144
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png",
3145
+ contracts: {
3146
+ ...chains.saga.contracts,
3147
+ limitOrder: {
3148
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
3149
+ },
3150
+ nftManager: {
3151
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf",
3152
+ },
3153
+ weth9: {
3154
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
3155
+ },
3156
+ multicall2: {
3157
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
3158
+ },
3159
+ multicall3: {
3160
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160",
3161
+ },
3162
+ },
3163
+ });
3164
+
3087
3165
  const scroll = makeConfig({
3088
3166
  ...chains.scroll,
3089
3167
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -3969,6 +4047,7 @@ const MAINNET_CHAINS = [
3969
4047
  celo,
3970
4048
  hemi,
3971
4049
  telos,
4050
+ saga,
3972
4051
  ];
3973
4052
 
3974
4053
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -3994,6 +4073,7 @@ exports.optimism = optimism;
3994
4073
  exports.polygon = polygon;
3995
4074
  exports.polygonZkEvm = polygonZkEvm;
3996
4075
  exports.rootstock = rootstock;
4076
+ exports.saga = saga;
3997
4077
  exports.scroll = scroll;
3998
4078
  exports.sei = sei;
3999
4079
  exports.sonic = sonic;
@@ -5265,6 +5265,108 @@ declare const rootstock: Readonly<{
5265
5265
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5266
5266
  network: "rootstock";
5267
5267
  }>;
5268
+ declare const saga: Readonly<{
5269
+ name: "Saga";
5270
+ blockTimeSeconds: 5;
5271
+ launchTime: 1740384000;
5272
+ sortIndex: 13;
5273
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
5274
+ safeReorgDistance: 90000;
5275
+ externalId: {};
5276
+ markets: {};
5277
+ bridges: {};
5278
+ oracles: {};
5279
+ morpho: {};
5280
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5281
+ uniswap: {
5282
+ deployBlock: number;
5283
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
5284
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
5285
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5286
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
5287
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5288
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5289
+ positionsNFTDeployBlock: number;
5290
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
5291
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5292
+ wrappedNativeSymbol: string;
5293
+ wrappedNativeName: string;
5294
+ wrappedNativeDecimals: number;
5295
+ nativeCurrencyName: string;
5296
+ };
5297
+ token: {
5298
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5299
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5300
+ };
5301
+ oku: {
5302
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5303
+ limitOrderRegistryDeployBlock: number;
5304
+ pricing: {
5305
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5306
+ nativeWrappedName: string;
5307
+ };
5308
+ };
5309
+ defaultPool: "0x0000000000000000000000000000000000000000";
5310
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5311
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5312
+ tokenList: ({
5313
+ symbol: string;
5314
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5315
+ } | {
5316
+ symbol: string;
5317
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5318
+ } | {
5319
+ symbol: string;
5320
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
5321
+ })[];
5322
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
5323
+ watchlist: never[];
5324
+ internalName: "saga";
5325
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
5326
+ contracts: {
5327
+ limitOrder: {
5328
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5329
+ };
5330
+ nftManager: {
5331
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5332
+ };
5333
+ weth9: {
5334
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5335
+ };
5336
+ multicall2: {
5337
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5338
+ };
5339
+ multicall3: {
5340
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
5341
+ };
5342
+ };
5343
+ blockExplorers: {
5344
+ readonly default: {
5345
+ readonly name: "Saga Explorer";
5346
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
5347
+ };
5348
+ };
5349
+ id: 5464;
5350
+ nativeCurrency: {
5351
+ readonly decimals: 18;
5352
+ readonly name: "gas";
5353
+ readonly symbol: "GAS";
5354
+ };
5355
+ rpcUrls: {
5356
+ readonly default: {
5357
+ readonly http: readonly [
5358
+ "http://sagaevm-5464-1.jsonrpc.sagarpc.io"
5359
+ ];
5360
+ };
5361
+ };
5362
+ sourceId?: number | undefined | undefined;
5363
+ testnet?: boolean | undefined | undefined;
5364
+ custom?: Record<string, unknown> | undefined;
5365
+ fees?: import("viem").ChainFees<undefined> | undefined;
5366
+ formatters?: undefined | undefined;
5367
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5368
+ network: "saga";
5369
+ }>;
5268
5370
  declare const scroll: Readonly<{
5269
5371
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5270
5372
  sortIndex: 5;
@@ -13315,6 +13417,105 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13315
13417
  fees?: import("viem").ChainFees<undefined> | undefined;
13316
13418
  formatters?: undefined | undefined;
13317
13419
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13420
+ }>, Readonly<{
13421
+ name: "Saga";
13422
+ blockTimeSeconds: 5;
13423
+ launchTime: 1740384000;
13424
+ sortIndex: 13;
13425
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
13426
+ safeReorgDistance: 90000;
13427
+ externalId: {};
13428
+ markets: {};
13429
+ bridges: {};
13430
+ oracles: {};
13431
+ morpho: {};
13432
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
13433
+ uniswap: {
13434
+ deployBlock: number;
13435
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
13436
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
13437
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13438
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
13439
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13440
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13441
+ positionsNFTDeployBlock: number;
13442
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
13443
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13444
+ wrappedNativeSymbol: string;
13445
+ wrappedNativeName: string;
13446
+ wrappedNativeDecimals: number;
13447
+ nativeCurrencyName: string;
13448
+ };
13449
+ token: {
13450
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13451
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13452
+ };
13453
+ oku: {
13454
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13455
+ limitOrderRegistryDeployBlock: number;
13456
+ pricing: {
13457
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13458
+ nativeWrappedName: string;
13459
+ };
13460
+ };
13461
+ defaultPool: "0x0000000000000000000000000000000000000000";
13462
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13463
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13464
+ tokenList: ({
13465
+ symbol: string;
13466
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13467
+ } | {
13468
+ symbol: string;
13469
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13470
+ } | {
13471
+ symbol: string;
13472
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
13473
+ })[];
13474
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
13475
+ watchlist: never[];
13476
+ internalName: "saga";
13477
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
13478
+ contracts: {
13479
+ limitOrder: {
13480
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13481
+ };
13482
+ nftManager: {
13483
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13484
+ };
13485
+ weth9: {
13486
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13487
+ };
13488
+ multicall2: {
13489
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13490
+ };
13491
+ multicall3: {
13492
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
13493
+ };
13494
+ };
13495
+ blockExplorers: {
13496
+ readonly default: {
13497
+ readonly name: "Saga Explorer";
13498
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
13499
+ };
13500
+ };
13501
+ id: 5464;
13502
+ nativeCurrency: {
13503
+ readonly decimals: 18;
13504
+ readonly name: "gas";
13505
+ readonly symbol: "GAS";
13506
+ };
13507
+ rpcUrls: {
13508
+ readonly default: {
13509
+ readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
13510
+ };
13511
+ };
13512
+ sourceId?: number | undefined | undefined;
13513
+ testnet?: boolean | undefined | undefined;
13514
+ custom?: Record<string, unknown> | undefined;
13515
+ fees?: import("viem").ChainFees<undefined> | undefined;
13516
+ formatters?: undefined | undefined;
13517
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13518
+ network: "saga";
13318
13519
  }>];
13319
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13520
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, saga, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13320
13521
  export { ChainContract } from "viem";
@@ -5265,6 +5265,108 @@ declare const rootstock: Readonly<{
5265
5265
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5266
5266
  network: "rootstock";
5267
5267
  }>;
5268
+ declare const saga: Readonly<{
5269
+ name: "Saga";
5270
+ blockTimeSeconds: 5;
5271
+ launchTime: 1740384000;
5272
+ sortIndex: 13;
5273
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
5274
+ safeReorgDistance: 90000;
5275
+ externalId: {};
5276
+ markets: {};
5277
+ bridges: {};
5278
+ oracles: {};
5279
+ morpho: {};
5280
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5281
+ uniswap: {
5282
+ deployBlock: number;
5283
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
5284
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
5285
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5286
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
5287
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5288
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5289
+ positionsNFTDeployBlock: number;
5290
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
5291
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5292
+ wrappedNativeSymbol: string;
5293
+ wrappedNativeName: string;
5294
+ wrappedNativeDecimals: number;
5295
+ nativeCurrencyName: string;
5296
+ };
5297
+ token: {
5298
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5299
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5300
+ };
5301
+ oku: {
5302
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5303
+ limitOrderRegistryDeployBlock: number;
5304
+ pricing: {
5305
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5306
+ nativeWrappedName: string;
5307
+ };
5308
+ };
5309
+ defaultPool: "0x0000000000000000000000000000000000000000";
5310
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5311
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5312
+ tokenList: ({
5313
+ symbol: string;
5314
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5315
+ } | {
5316
+ symbol: string;
5317
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5318
+ } | {
5319
+ symbol: string;
5320
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
5321
+ })[];
5322
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
5323
+ watchlist: never[];
5324
+ internalName: "saga";
5325
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
5326
+ contracts: {
5327
+ limitOrder: {
5328
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5329
+ };
5330
+ nftManager: {
5331
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5332
+ };
5333
+ weth9: {
5334
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5335
+ };
5336
+ multicall2: {
5337
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5338
+ };
5339
+ multicall3: {
5340
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
5341
+ };
5342
+ };
5343
+ blockExplorers: {
5344
+ readonly default: {
5345
+ readonly name: "Saga Explorer";
5346
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
5347
+ };
5348
+ };
5349
+ id: 5464;
5350
+ nativeCurrency: {
5351
+ readonly decimals: 18;
5352
+ readonly name: "gas";
5353
+ readonly symbol: "GAS";
5354
+ };
5355
+ rpcUrls: {
5356
+ readonly default: {
5357
+ readonly http: readonly [
5358
+ "http://sagaevm-5464-1.jsonrpc.sagarpc.io"
5359
+ ];
5360
+ };
5361
+ };
5362
+ sourceId?: number | undefined | undefined;
5363
+ testnet?: boolean | undefined | undefined;
5364
+ custom?: Record<string, unknown> | undefined;
5365
+ fees?: import("viem").ChainFees<undefined> | undefined;
5366
+ formatters?: undefined | undefined;
5367
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5368
+ network: "saga";
5369
+ }>;
5268
5370
  declare const scroll: Readonly<{
5269
5371
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5270
5372
  sortIndex: 5;
@@ -13315,6 +13417,105 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13315
13417
  fees?: import("viem").ChainFees<undefined> | undefined;
13316
13418
  formatters?: undefined | undefined;
13317
13419
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13420
+ }>, Readonly<{
13421
+ name: "Saga";
13422
+ blockTimeSeconds: 5;
13423
+ launchTime: 1740384000;
13424
+ sortIndex: 13;
13425
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
13426
+ safeReorgDistance: 90000;
13427
+ externalId: {};
13428
+ markets: {};
13429
+ bridges: {};
13430
+ oracles: {};
13431
+ morpho: {};
13432
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
13433
+ uniswap: {
13434
+ deployBlock: number;
13435
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
13436
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
13437
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13438
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
13439
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13440
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13441
+ positionsNFTDeployBlock: number;
13442
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
13443
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13444
+ wrappedNativeSymbol: string;
13445
+ wrappedNativeName: string;
13446
+ wrappedNativeDecimals: number;
13447
+ nativeCurrencyName: string;
13448
+ };
13449
+ token: {
13450
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13451
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13452
+ };
13453
+ oku: {
13454
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13455
+ limitOrderRegistryDeployBlock: number;
13456
+ pricing: {
13457
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13458
+ nativeWrappedName: string;
13459
+ };
13460
+ };
13461
+ defaultPool: "0x0000000000000000000000000000000000000000";
13462
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13463
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13464
+ tokenList: ({
13465
+ symbol: string;
13466
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13467
+ } | {
13468
+ symbol: string;
13469
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13470
+ } | {
13471
+ symbol: string;
13472
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
13473
+ })[];
13474
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
13475
+ watchlist: never[];
13476
+ internalName: "saga";
13477
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
13478
+ contracts: {
13479
+ limitOrder: {
13480
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13481
+ };
13482
+ nftManager: {
13483
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13484
+ };
13485
+ weth9: {
13486
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13487
+ };
13488
+ multicall2: {
13489
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13490
+ };
13491
+ multicall3: {
13492
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
13493
+ };
13494
+ };
13495
+ blockExplorers: {
13496
+ readonly default: {
13497
+ readonly name: "Saga Explorer";
13498
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
13499
+ };
13500
+ };
13501
+ id: 5464;
13502
+ nativeCurrency: {
13503
+ readonly decimals: 18;
13504
+ readonly name: "gas";
13505
+ readonly symbol: "GAS";
13506
+ };
13507
+ rpcUrls: {
13508
+ readonly default: {
13509
+ readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
13510
+ };
13511
+ };
13512
+ sourceId?: number | undefined | undefined;
13513
+ testnet?: boolean | undefined | undefined;
13514
+ custom?: Record<string, unknown> | undefined;
13515
+ fees?: import("viem").ChainFees<undefined> | undefined;
13516
+ formatters?: undefined | undefined;
13517
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13518
+ network: "saga";
13318
13519
  }>];
13319
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13520
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, saga, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13320
13521
  export { ChainContract } from "viem";
@@ -5265,6 +5265,108 @@ declare const rootstock: Readonly<{
5265
5265
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5266
5266
  network: "rootstock";
5267
5267
  }>;
5268
+ declare const saga: Readonly<{
5269
+ name: "Saga";
5270
+ blockTimeSeconds: 5;
5271
+ launchTime: 1740384000;
5272
+ sortIndex: 13;
5273
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
5274
+ safeReorgDistance: 90000;
5275
+ externalId: {};
5276
+ markets: {};
5277
+ bridges: {};
5278
+ oracles: {};
5279
+ morpho: {};
5280
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5281
+ uniswap: {
5282
+ deployBlock: number;
5283
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
5284
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
5285
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5286
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
5287
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5288
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5289
+ positionsNFTDeployBlock: number;
5290
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
5291
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5292
+ wrappedNativeSymbol: string;
5293
+ wrappedNativeName: string;
5294
+ wrappedNativeDecimals: number;
5295
+ nativeCurrencyName: string;
5296
+ };
5297
+ token: {
5298
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5299
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5300
+ };
5301
+ oku: {
5302
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5303
+ limitOrderRegistryDeployBlock: number;
5304
+ pricing: {
5305
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5306
+ nativeWrappedName: string;
5307
+ };
5308
+ };
5309
+ defaultPool: "0x0000000000000000000000000000000000000000";
5310
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5311
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5312
+ tokenList: ({
5313
+ symbol: string;
5314
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5315
+ } | {
5316
+ symbol: string;
5317
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
5318
+ } | {
5319
+ symbol: string;
5320
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
5321
+ })[];
5322
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
5323
+ watchlist: never[];
5324
+ internalName: "saga";
5325
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
5326
+ contracts: {
5327
+ limitOrder: {
5328
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
5329
+ };
5330
+ nftManager: {
5331
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
5332
+ };
5333
+ weth9: {
5334
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
5335
+ };
5336
+ multicall2: {
5337
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
5338
+ };
5339
+ multicall3: {
5340
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
5341
+ };
5342
+ };
5343
+ blockExplorers: {
5344
+ readonly default: {
5345
+ readonly name: "Saga Explorer";
5346
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
5347
+ };
5348
+ };
5349
+ id: 5464;
5350
+ nativeCurrency: {
5351
+ readonly decimals: 18;
5352
+ readonly name: "gas";
5353
+ readonly symbol: "GAS";
5354
+ };
5355
+ rpcUrls: {
5356
+ readonly default: {
5357
+ readonly http: readonly [
5358
+ "http://sagaevm-5464-1.jsonrpc.sagarpc.io"
5359
+ ];
5360
+ };
5361
+ };
5362
+ sourceId?: number | undefined | undefined;
5363
+ testnet?: boolean | undefined | undefined;
5364
+ custom?: Record<string, unknown> | undefined;
5365
+ fees?: import("viem").ChainFees<undefined> | undefined;
5366
+ formatters?: undefined | undefined;
5367
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
5368
+ network: "saga";
5369
+ }>;
5268
5370
  declare const scroll: Readonly<{
5269
5371
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
5270
5372
  sortIndex: 5;
@@ -13315,6 +13417,105 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13315
13417
  fees?: import("viem").ChainFees<undefined> | undefined;
13316
13418
  formatters?: undefined | undefined;
13317
13419
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13420
+ }>, Readonly<{
13421
+ name: "Saga";
13422
+ blockTimeSeconds: 5;
13423
+ launchTime: 1740384000;
13424
+ sortIndex: 13;
13425
+ logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
13426
+ safeReorgDistance: 90000;
13427
+ externalId: {};
13428
+ markets: {};
13429
+ bridges: {};
13430
+ oracles: {};
13431
+ morpho: {};
13432
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
13433
+ uniswap: {
13434
+ deployBlock: number;
13435
+ poolFactory: "0x454050C4c9190390981Ac4b8d5AFcd7aC65eEffa";
13436
+ permit2: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
13437
+ multicall2: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13438
+ tickLens: "0x6Aa54a43d7eEF5b239a18eed3Af4877f46522BCA";
13439
+ nonfungiblePositionManager: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13440
+ positionsNFT: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13441
+ positionsNFTDeployBlock: number;
13442
+ universalRouter: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155";
13443
+ wrappedNativeAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13444
+ wrappedNativeSymbol: string;
13445
+ wrappedNativeName: string;
13446
+ wrappedNativeDecimals: number;
13447
+ nativeCurrencyName: string;
13448
+ };
13449
+ token: {
13450
+ usdcAddress: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13451
+ wethAddress: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13452
+ };
13453
+ oku: {
13454
+ limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13455
+ limitOrderRegistryDeployBlock: number;
13456
+ pricing: {
13457
+ nativeWrappedToken: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13458
+ nativeWrappedName: string;
13459
+ };
13460
+ };
13461
+ defaultPool: "0x0000000000000000000000000000000000000000";
13462
+ defaultToken0: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13463
+ defaultToken1: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13464
+ tokenList: ({
13465
+ symbol: string;
13466
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13467
+ } | {
13468
+ symbol: string;
13469
+ address: "0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5";
13470
+ } | {
13471
+ symbol: string;
13472
+ address: "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa";
13473
+ })[];
13474
+ stables: ("0xfc960C233B8E98e0Cf282e29BDE8d3f105fc24d5" | "0xC8fe3C1de344854f4429bB333AFFAeF97eF88CEa")[];
13475
+ watchlist: never[];
13476
+ internalName: "saga";
13477
+ nativeLogoUrl: "https://assets.oku.trade/natives/saga.png";
13478
+ contracts: {
13479
+ limitOrder: {
13480
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
13481
+ };
13482
+ nftManager: {
13483
+ address: "0xdD489C75be1039ec7d843A6aC2Fd658350B067Cf";
13484
+ };
13485
+ weth9: {
13486
+ address: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
13487
+ };
13488
+ multicall2: {
13489
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
13490
+ };
13491
+ multicall3: {
13492
+ address: "0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160";
13493
+ };
13494
+ };
13495
+ blockExplorers: {
13496
+ readonly default: {
13497
+ readonly name: "Saga Explorer";
13498
+ readonly url: "https://sagaevm-5464-1.sagaexplorer.io";
13499
+ };
13500
+ };
13501
+ id: 5464;
13502
+ nativeCurrency: {
13503
+ readonly decimals: 18;
13504
+ readonly name: "gas";
13505
+ readonly symbol: "GAS";
13506
+ };
13507
+ rpcUrls: {
13508
+ readonly default: {
13509
+ readonly http: readonly ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"];
13510
+ };
13511
+ };
13512
+ sourceId?: number | undefined | undefined;
13513
+ testnet?: boolean | undefined | undefined;
13514
+ custom?: Record<string, unknown> | undefined;
13515
+ fees?: import("viem").ChainFees<undefined> | undefined;
13516
+ formatters?: undefined | undefined;
13517
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
13518
+ network: "saga";
13318
13519
  }>];
13319
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13520
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, saga, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
13320
13521
  export { ChainContract } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.162",
3
+ "version": "1.1.164",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",
@@ -50,7 +50,7 @@
50
50
  "tslib": "2.8.1",
51
51
  "tsx": "4.19.2",
52
52
  "typescript": "5.7.3",
53
- "viem": "^2.22.19"
53
+ "viem": "^2.23.2"
54
54
  },
55
55
  "packageManager": "yarn@4.6.0",
56
56
  "peerDependencies": {