@gfxlabs/oku-chains 1.1.113 → 1.1.115

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'), 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';
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';
6
6
 
7
7
  const makeConfig = (x) => {
8
8
  return x;
@@ -29,6 +29,7 @@
29
29
  propellerswap: "arbitrum",
30
30
  openocean: "arbitrum",
31
31
  zeroex: true,
32
+ cowswap: "arbitrum_one",
32
33
  },
33
34
  bridges: {
34
35
  chainlink: {
@@ -1077,6 +1078,7 @@
1077
1078
  },
1078
1079
  markets: {
1079
1080
  openocean: "xdai",
1081
+ cowswap: "xdai",
1080
1082
  },
1081
1083
  bridges: {},
1082
1084
  oracles: {
@@ -1396,6 +1398,7 @@
1396
1398
  propellerswap: "ethereum",
1397
1399
  openocean: "eth",
1398
1400
  zeroex: true,
1401
+ cowswap: "mainnet",
1399
1402
  },
1400
1403
  bridges: {
1401
1404
  chainlink: {
@@ -3201,98 +3204,6 @@
3201
3204
  },
3202
3205
  });
3203
3206
 
3204
- const zkLink = makeConfig({
3205
- ...chains.zkLinkNova,
3206
- blockTimeSeconds: 2,
3207
- launchTime: 0,
3208
- sortIndex: 4,
3209
- logoUrl: "https://assets.oku.trade/zklink-logo.svg",
3210
- safeReorgDistance: 90000,
3211
- externalId: {},
3212
- markets: {},
3213
- bridges: {},
3214
- oracles: {
3215
- coingecko: {
3216
- slug: "zklink-nova",
3217
- native: "ethereum",
3218
- },
3219
- },
3220
- blockExplorers: {
3221
- default: {
3222
- name: "zkLink Nova Block Explorer",
3223
- url: "https://explorer.zklink.io/",
3224
- apiUrl: "https://explorer-api.zklink.io/api",
3225
- },
3226
- },
3227
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
3228
- uniswap: {
3229
- deployBlock: 3919184,
3230
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249",
3231
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974",
3232
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0",
3233
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3234
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3235
- positionsNFTDeployBlock: 3919226,
3236
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193",
3237
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3238
- wrappedNativeSymbol: "WETH",
3239
- wrappedNativeName: "Wrapped Ether",
3240
- wrappedNativeDecimals: 18,
3241
- nativeCurrencyName: "ETH",
3242
- },
3243
- token: {
3244
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3245
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3246
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f",
3247
- },
3248
- oku: {
3249
- // TODO: limitOrderRegistry
3250
- limitOrderRegistry: viem.zeroAddress,
3251
- limitOrderRegistryDeployBlock: 0,
3252
- pricing: {
3253
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3254
- nativeWrappedName: "ETH",
3255
- },
3256
- },
3257
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700",
3258
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3259
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3260
- tokenList: [
3261
- { symbol: "WETH", address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169" },
3262
- { symbol: "USDC", address: "0x1a1A3b2ff016332e866787B311fcB63928464509" },
3263
- { symbol: "WBTC", address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f" },
3264
- { symbol: "USDT", address: "0x2F8A25ac62179B31D62D7F80884AE57464699059" },
3265
- { symbol: "DAI", address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab" },
3266
- ],
3267
- stables: [
3268
- "0x1a1A3b2ff016332e866787B311fcB63928464509",
3269
- "0x2F8A25ac62179B31D62D7F80884AE57464699059",
3270
- "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab",
3271
- ],
3272
- watchlist: ["0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"],
3273
- internalName: "zklink",
3274
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
3275
- contracts: {
3276
- limitOrder: {
3277
- // TODO: limitOrder
3278
- address: viem.zeroAddress,
3279
- },
3280
- nftManager: {
3281
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3282
- },
3283
- weth9: {
3284
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3285
- },
3286
- multicall2: {
3287
- // TODO: this is the multicall3 address, make sure this works
3288
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3289
- },
3290
- multicall3: {
3291
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3292
- },
3293
- },
3294
- });
3295
-
3296
3207
  const zkSync = makeConfig({
3297
3208
  ...chains.zksync,
3298
3209
  blockTimeSeconds: 2,
@@ -3432,7 +3343,6 @@
3432
3343
  taiko,
3433
3344
  mantle,
3434
3345
  sei,
3435
- zkLink,
3436
3346
  lisk,
3437
3347
  bob,
3438
3348
  gnosis,
@@ -3462,7 +3372,6 @@
3462
3372
  exports.sei = sei;
3463
3373
  exports.taiko = taiko;
3464
3374
  exports.xLayer = xLayer;
3465
- exports.zkLink = zkLink;
3466
3375
  exports.zkSync = zkSync;
3467
3376
 
3468
3377
  }));
package/dist/index-mjs.js CHANGED
@@ -1,5 +1,4 @@
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, filecoin as filecoin$1, gnosis as gnosis$1, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, taiko as taiko$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zkLinkNova, zksync } from 'viem/chains';
2
- import { zeroAddress } from 'viem';
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, filecoin as filecoin$1, gnosis as gnosis$1, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, taiko as taiko$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
3
2
 
4
3
  const makeConfig = (x) => {
5
4
  return x;
@@ -26,6 +25,7 @@ const arbitrum = makeConfig({
26
25
  propellerswap: "arbitrum",
27
26
  openocean: "arbitrum",
28
27
  zeroex: true,
28
+ cowswap: "arbitrum_one",
29
29
  },
30
30
  bridges: {
31
31
  chainlink: {
@@ -1074,6 +1074,7 @@ const gnosis = makeConfig({
1074
1074
  },
1075
1075
  markets: {
1076
1076
  openocean: "xdai",
1077
+ cowswap: "xdai",
1077
1078
  },
1078
1079
  bridges: {},
1079
1080
  oracles: {
@@ -1393,6 +1394,7 @@ const mainnet = makeConfig({
1393
1394
  propellerswap: "ethereum",
1394
1395
  openocean: "eth",
1395
1396
  zeroex: true,
1397
+ cowswap: "mainnet",
1396
1398
  },
1397
1399
  bridges: {
1398
1400
  chainlink: {
@@ -3198,98 +3200,6 @@ const polygonZkEvm = makeConfig({
3198
3200
  },
3199
3201
  });
3200
3202
 
3201
- const zkLink = makeConfig({
3202
- ...zkLinkNova,
3203
- blockTimeSeconds: 2,
3204
- launchTime: 0,
3205
- sortIndex: 4,
3206
- logoUrl: "https://assets.oku.trade/zklink-logo.svg",
3207
- safeReorgDistance: 90000,
3208
- externalId: {},
3209
- markets: {},
3210
- bridges: {},
3211
- oracles: {
3212
- coingecko: {
3213
- slug: "zklink-nova",
3214
- native: "ethereum",
3215
- },
3216
- },
3217
- blockExplorers: {
3218
- default: {
3219
- name: "zkLink Nova Block Explorer",
3220
- url: "https://explorer.zklink.io/",
3221
- apiUrl: "https://explorer-api.zklink.io/api",
3222
- },
3223
- },
3224
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
3225
- uniswap: {
3226
- deployBlock: 3919184,
3227
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249",
3228
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974",
3229
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0",
3230
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3231
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3232
- positionsNFTDeployBlock: 3919226,
3233
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193",
3234
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3235
- wrappedNativeSymbol: "WETH",
3236
- wrappedNativeName: "Wrapped Ether",
3237
- wrappedNativeDecimals: 18,
3238
- nativeCurrencyName: "ETH",
3239
- },
3240
- token: {
3241
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3242
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3243
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f",
3244
- },
3245
- oku: {
3246
- // TODO: limitOrderRegistry
3247
- limitOrderRegistry: zeroAddress,
3248
- limitOrderRegistryDeployBlock: 0,
3249
- pricing: {
3250
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3251
- nativeWrappedName: "ETH",
3252
- },
3253
- },
3254
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700",
3255
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3256
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3257
- tokenList: [
3258
- { symbol: "WETH", address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169" },
3259
- { symbol: "USDC", address: "0x1a1A3b2ff016332e866787B311fcB63928464509" },
3260
- { symbol: "WBTC", address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f" },
3261
- { symbol: "USDT", address: "0x2F8A25ac62179B31D62D7F80884AE57464699059" },
3262
- { symbol: "DAI", address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab" },
3263
- ],
3264
- stables: [
3265
- "0x1a1A3b2ff016332e866787B311fcB63928464509",
3266
- "0x2F8A25ac62179B31D62D7F80884AE57464699059",
3267
- "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab",
3268
- ],
3269
- watchlist: ["0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"],
3270
- internalName: "zklink",
3271
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
3272
- contracts: {
3273
- limitOrder: {
3274
- // TODO: limitOrder
3275
- address: zeroAddress,
3276
- },
3277
- nftManager: {
3278
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3279
- },
3280
- weth9: {
3281
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3282
- },
3283
- multicall2: {
3284
- // TODO: this is the multicall3 address, make sure this works
3285
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3286
- },
3287
- multicall3: {
3288
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3289
- },
3290
- },
3291
- });
3292
-
3293
3203
  const zkSync = makeConfig({
3294
3204
  ...zksync,
3295
3205
  blockTimeSeconds: 2,
@@ -3429,11 +3339,10 @@ const MAINNET_CHAINS = [
3429
3339
  taiko,
3430
3340
  mantle,
3431
3341
  sei,
3432
- zkLink,
3433
3342
  lisk,
3434
3343
  bob,
3435
3344
  gnosis,
3436
3345
  xLayer,
3437
3346
  ];
3438
3347
 
3439
- export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, taiko, xLayer, zkLink, zkSync };
3348
+ export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, taiko, xLayer, zkSync };
package/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var chains = require('viem/chains');
4
- var viem = require('viem');
5
4
 
6
5
  const makeConfig = (x) => {
7
6
  return x;
@@ -28,6 +27,7 @@ const arbitrum = makeConfig({
28
27
  propellerswap: "arbitrum",
29
28
  openocean: "arbitrum",
30
29
  zeroex: true,
30
+ cowswap: "arbitrum_one",
31
31
  },
32
32
  bridges: {
33
33
  chainlink: {
@@ -1076,6 +1076,7 @@ const gnosis = makeConfig({
1076
1076
  },
1077
1077
  markets: {
1078
1078
  openocean: "xdai",
1079
+ cowswap: "xdai",
1079
1080
  },
1080
1081
  bridges: {},
1081
1082
  oracles: {
@@ -1395,6 +1396,7 @@ const mainnet = makeConfig({
1395
1396
  propellerswap: "ethereum",
1396
1397
  openocean: "eth",
1397
1398
  zeroex: true,
1399
+ cowswap: "mainnet",
1398
1400
  },
1399
1401
  bridges: {
1400
1402
  chainlink: {
@@ -3200,98 +3202,6 @@ const polygonZkEvm = makeConfig({
3200
3202
  },
3201
3203
  });
3202
3204
 
3203
- const zkLink = makeConfig({
3204
- ...chains.zkLinkNova,
3205
- blockTimeSeconds: 2,
3206
- launchTime: 0,
3207
- sortIndex: 4,
3208
- logoUrl: "https://assets.oku.trade/zklink-logo.svg",
3209
- safeReorgDistance: 90000,
3210
- externalId: {},
3211
- markets: {},
3212
- bridges: {},
3213
- oracles: {
3214
- coingecko: {
3215
- slug: "zklink-nova",
3216
- native: "ethereum",
3217
- },
3218
- },
3219
- blockExplorers: {
3220
- default: {
3221
- name: "zkLink Nova Block Explorer",
3222
- url: "https://explorer.zklink.io/",
3223
- apiUrl: "https://explorer-api.zklink.io/api",
3224
- },
3225
- },
3226
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
3227
- uniswap: {
3228
- deployBlock: 3919184,
3229
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249",
3230
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974",
3231
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0",
3232
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3233
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3234
- positionsNFTDeployBlock: 3919226,
3235
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193",
3236
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3237
- wrappedNativeSymbol: "WETH",
3238
- wrappedNativeName: "Wrapped Ether",
3239
- wrappedNativeDecimals: 18,
3240
- nativeCurrencyName: "ETH",
3241
- },
3242
- token: {
3243
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3244
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3245
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f",
3246
- },
3247
- oku: {
3248
- // TODO: limitOrderRegistry
3249
- limitOrderRegistry: viem.zeroAddress,
3250
- limitOrderRegistryDeployBlock: 0,
3251
- pricing: {
3252
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3253
- nativeWrappedName: "ETH",
3254
- },
3255
- },
3256
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700",
3257
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3258
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509",
3259
- tokenList: [
3260
- { symbol: "WETH", address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169" },
3261
- { symbol: "USDC", address: "0x1a1A3b2ff016332e866787B311fcB63928464509" },
3262
- { symbol: "WBTC", address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f" },
3263
- { symbol: "USDT", address: "0x2F8A25ac62179B31D62D7F80884AE57464699059" },
3264
- { symbol: "DAI", address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab" },
3265
- ],
3266
- stables: [
3267
- "0x1a1A3b2ff016332e866787B311fcB63928464509",
3268
- "0x2F8A25ac62179B31D62D7F80884AE57464699059",
3269
- "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab",
3270
- ],
3271
- watchlist: ["0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"],
3272
- internalName: "zklink",
3273
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
3274
- contracts: {
3275
- limitOrder: {
3276
- // TODO: limitOrder
3277
- address: viem.zeroAddress,
3278
- },
3279
- nftManager: {
3280
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b",
3281
- },
3282
- weth9: {
3283
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169",
3284
- },
3285
- multicall2: {
3286
- // TODO: this is the multicall3 address, make sure this works
3287
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3288
- },
3289
- multicall3: {
3290
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
3291
- },
3292
- },
3293
- });
3294
-
3295
3205
  const zkSync = makeConfig({
3296
3206
  ...chains.zksync,
3297
3207
  blockTimeSeconds: 2,
@@ -3431,7 +3341,6 @@ const MAINNET_CHAINS = [
3431
3341
  taiko,
3432
3342
  mantle,
3433
3343
  sei,
3434
- zkLink,
3435
3344
  lisk,
3436
3345
  bob,
3437
3346
  gnosis,
@@ -3461,5 +3370,4 @@ exports.scroll = scroll;
3461
3370
  exports.sei = sei;
3462
3371
  exports.taiko = taiko;
3463
3372
  exports.xLayer = xLayer;
3464
- exports.zkLink = zkLink;
3465
3373
  exports.zkSync = zkSync;
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
19
19
  propellerswap: string;
20
20
  openocean: string;
21
21
  zeroex: true;
22
+ cowswap: string;
22
23
  };
23
24
  bridges: {
24
25
  chainlink: {
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
1508
1509
  };
1509
1510
  markets: {
1510
1511
  openocean: string;
1512
+ cowswap: string;
1511
1513
  };
1512
1514
  bridges: {};
1513
1515
  oracles: {
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
2155
2157
  propellerswap: string;
2156
2158
  openocean: string;
2157
2159
  zeroex: true;
2160
+ cowswap: string;
2158
2161
  };
2159
2162
  bridges: {
2160
2163
  chainlink: {
@@ -4030,118 +4033,6 @@ declare const polygonZkEvm: Readonly<{
4030
4033
  formatters?: undefined;
4031
4034
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4032
4035
  }>;
4033
- declare const zkLink: Readonly<{
4034
- blockTimeSeconds: 2;
4035
- launchTime: 0;
4036
- sortIndex: 4;
4037
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
4038
- safeReorgDistance: 90000;
4039
- externalId: {};
4040
- markets: {};
4041
- bridges: {};
4042
- oracles: {
4043
- coingecko: {
4044
- slug: string;
4045
- native: string;
4046
- };
4047
- };
4048
- blockExplorers: {
4049
- default: {
4050
- name: string;
4051
- url: string;
4052
- apiUrl: string;
4053
- };
4054
- };
4055
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
4056
- uniswap: {
4057
- deployBlock: number;
4058
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
4059
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
4060
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
4061
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4062
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4063
- positionsNFTDeployBlock: number;
4064
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
4065
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4066
- wrappedNativeSymbol: string;
4067
- wrappedNativeName: string;
4068
- wrappedNativeDecimals: number;
4069
- nativeCurrencyName: string;
4070
- };
4071
- token: {
4072
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4073
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4074
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4075
- };
4076
- oku: {
4077
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
4078
- limitOrderRegistryDeployBlock: number;
4079
- pricing: {
4080
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4081
- nativeWrappedName: string;
4082
- };
4083
- };
4084
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
4085
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4086
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4087
- tokenList: ({
4088
- symbol: string;
4089
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4090
- } | {
4091
- symbol: string;
4092
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4093
- } | {
4094
- symbol: string;
4095
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4096
- } | {
4097
- symbol: string;
4098
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
4099
- } | {
4100
- symbol: string;
4101
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
4102
- })[];
4103
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
4104
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
4105
- internalName: "zklink";
4106
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
4107
- contracts: {
4108
- limitOrder: {
4109
- address: "0x0000000000000000000000000000000000000000";
4110
- };
4111
- nftManager: {
4112
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4113
- };
4114
- weth9: {
4115
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4116
- };
4117
- multicall2: {
4118
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4119
- };
4120
- multicall3: {
4121
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4122
- };
4123
- };
4124
- id: 810180;
4125
- name: "zkLink Nova";
4126
- nativeCurrency: {
4127
- readonly decimals: 18;
4128
- readonly name: "ETH";
4129
- readonly symbol: "ETH";
4130
- };
4131
- rpcUrls: {
4132
- readonly default: {
4133
- readonly http: readonly [
4134
- "https://rpc.zklink.io"
4135
- ];
4136
- };
4137
- };
4138
- sourceId?: number | undefined;
4139
- testnet?: boolean | undefined;
4140
- custom?: Record<string, unknown> | undefined;
4141
- fees?: import("viem").ChainFees<undefined> | undefined;
4142
- formatters?: undefined;
4143
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4144
- }>;
4145
4036
  declare const zkSync: Readonly<{
4146
4037
  blockTimeSeconds: 2;
4147
4038
  sortIndex: 4;
@@ -4707,6 +4598,7 @@ interface Markets {
4707
4598
  propellerswap?: string;
4708
4599
  usor?: any;
4709
4600
  zeroex?: boolean;
4601
+ cowswap?: string;
4710
4602
  }
4711
4603
  interface Bridges {
4712
4604
  deswap?: any;
@@ -4812,6 +4704,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4704
  propellerswap: string;
4813
4705
  openocean: string;
4814
4706
  zeroex: true;
4707
+ cowswap: string;
4815
4708
  };
4816
4709
  bridges: {
4817
4710
  chainlink: {
@@ -5906,6 +5799,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5906
5799
  propellerswap: string;
5907
5800
  openocean: string;
5908
5801
  zeroex: true;
5802
+ cowswap: string;
5909
5803
  };
5910
5804
  bridges: {
5911
5805
  chainlink: {
@@ -8251,115 +8145,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8251
8145
  fees?: import("viem").ChainFees<undefined> | undefined;
8252
8146
  formatters?: undefined;
8253
8147
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8254
- }>, Readonly<{
8255
- blockTimeSeconds: 2;
8256
- launchTime: 0;
8257
- sortIndex: 4;
8258
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
8259
- safeReorgDistance: 90000;
8260
- externalId: {};
8261
- markets: {};
8262
- bridges: {};
8263
- oracles: {
8264
- coingecko: {
8265
- slug: string;
8266
- native: string;
8267
- };
8268
- };
8269
- blockExplorers: {
8270
- default: {
8271
- name: string;
8272
- url: string;
8273
- apiUrl: string;
8274
- };
8275
- };
8276
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
8277
- uniswap: {
8278
- deployBlock: number;
8279
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
8280
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
8281
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
8282
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8283
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8284
- positionsNFTDeployBlock: number;
8285
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
8286
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8287
- wrappedNativeSymbol: string;
8288
- wrappedNativeName: string;
8289
- wrappedNativeDecimals: number;
8290
- nativeCurrencyName: string;
8291
- };
8292
- token: {
8293
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8294
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8295
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8296
- };
8297
- oku: {
8298
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
8299
- limitOrderRegistryDeployBlock: number;
8300
- pricing: {
8301
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8302
- nativeWrappedName: string;
8303
- };
8304
- };
8305
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
8306
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8307
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8308
- tokenList: ({
8309
- symbol: string;
8310
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8311
- } | {
8312
- symbol: string;
8313
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8314
- } | {
8315
- symbol: string;
8316
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8317
- } | {
8318
- symbol: string;
8319
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
8320
- } | {
8321
- symbol: string;
8322
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
8323
- })[];
8324
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
8325
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
8326
- internalName: "zklink";
8327
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8328
- contracts: {
8329
- limitOrder: {
8330
- address: "0x0000000000000000000000000000000000000000";
8331
- };
8332
- nftManager: {
8333
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8334
- };
8335
- weth9: {
8336
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8337
- };
8338
- multicall2: {
8339
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8340
- };
8341
- multicall3: {
8342
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8343
- };
8344
- };
8345
- id: 810180;
8346
- name: "zkLink Nova";
8347
- nativeCurrency: {
8348
- readonly decimals: 18;
8349
- readonly name: "ETH";
8350
- readonly symbol: "ETH";
8351
- };
8352
- rpcUrls: {
8353
- readonly default: {
8354
- readonly http: readonly ["https://rpc.zklink.io"];
8355
- };
8356
- };
8357
- sourceId?: number | undefined;
8358
- testnet?: boolean | undefined;
8359
- custom?: Record<string, unknown> | undefined;
8360
- fees?: import("viem").ChainFees<undefined> | undefined;
8361
- formatters?: undefined;
8362
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8363
8148
  }>, Readonly<{
8364
8149
  blockTimeSeconds: 2;
8365
8150
  launchTime: 1724076000;
@@ -9118,6 +8903,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9118
8903
  };
9119
8904
  markets: {
9120
8905
  openocean: string;
8906
+ cowswap: string;
9121
8907
  };
9122
8908
  bridges: {};
9123
8909
  oracles: {
@@ -9341,5 +9127,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9341
9127
  formatters?: undefined;
9342
9128
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
9343
9129
  }>];
9344
- export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkLink, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9130
+ export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9345
9131
  export { ChainContract } from "viem";
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
19
19
  propellerswap: string;
20
20
  openocean: string;
21
21
  zeroex: true;
22
+ cowswap: string;
22
23
  };
23
24
  bridges: {
24
25
  chainlink: {
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
1508
1509
  };
1509
1510
  markets: {
1510
1511
  openocean: string;
1512
+ cowswap: string;
1511
1513
  };
1512
1514
  bridges: {};
1513
1515
  oracles: {
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
2155
2157
  propellerswap: string;
2156
2158
  openocean: string;
2157
2159
  zeroex: true;
2160
+ cowswap: string;
2158
2161
  };
2159
2162
  bridges: {
2160
2163
  chainlink: {
@@ -4030,118 +4033,6 @@ declare const polygonZkEvm: Readonly<{
4030
4033
  formatters?: undefined;
4031
4034
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4032
4035
  }>;
4033
- declare const zkLink: Readonly<{
4034
- blockTimeSeconds: 2;
4035
- launchTime: 0;
4036
- sortIndex: 4;
4037
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
4038
- safeReorgDistance: 90000;
4039
- externalId: {};
4040
- markets: {};
4041
- bridges: {};
4042
- oracles: {
4043
- coingecko: {
4044
- slug: string;
4045
- native: string;
4046
- };
4047
- };
4048
- blockExplorers: {
4049
- default: {
4050
- name: string;
4051
- url: string;
4052
- apiUrl: string;
4053
- };
4054
- };
4055
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
4056
- uniswap: {
4057
- deployBlock: number;
4058
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
4059
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
4060
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
4061
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4062
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4063
- positionsNFTDeployBlock: number;
4064
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
4065
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4066
- wrappedNativeSymbol: string;
4067
- wrappedNativeName: string;
4068
- wrappedNativeDecimals: number;
4069
- nativeCurrencyName: string;
4070
- };
4071
- token: {
4072
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4073
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4074
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4075
- };
4076
- oku: {
4077
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
4078
- limitOrderRegistryDeployBlock: number;
4079
- pricing: {
4080
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4081
- nativeWrappedName: string;
4082
- };
4083
- };
4084
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
4085
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4086
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4087
- tokenList: ({
4088
- symbol: string;
4089
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4090
- } | {
4091
- symbol: string;
4092
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4093
- } | {
4094
- symbol: string;
4095
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4096
- } | {
4097
- symbol: string;
4098
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
4099
- } | {
4100
- symbol: string;
4101
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
4102
- })[];
4103
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
4104
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
4105
- internalName: "zklink";
4106
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
4107
- contracts: {
4108
- limitOrder: {
4109
- address: "0x0000000000000000000000000000000000000000";
4110
- };
4111
- nftManager: {
4112
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4113
- };
4114
- weth9: {
4115
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4116
- };
4117
- multicall2: {
4118
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4119
- };
4120
- multicall3: {
4121
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4122
- };
4123
- };
4124
- id: 810180;
4125
- name: "zkLink Nova";
4126
- nativeCurrency: {
4127
- readonly decimals: 18;
4128
- readonly name: "ETH";
4129
- readonly symbol: "ETH";
4130
- };
4131
- rpcUrls: {
4132
- readonly default: {
4133
- readonly http: readonly [
4134
- "https://rpc.zklink.io"
4135
- ];
4136
- };
4137
- };
4138
- sourceId?: number | undefined;
4139
- testnet?: boolean | undefined;
4140
- custom?: Record<string, unknown> | undefined;
4141
- fees?: import("viem").ChainFees<undefined> | undefined;
4142
- formatters?: undefined;
4143
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4144
- }>;
4145
4036
  declare const zkSync: Readonly<{
4146
4037
  blockTimeSeconds: 2;
4147
4038
  sortIndex: 4;
@@ -4707,6 +4598,7 @@ interface Markets {
4707
4598
  propellerswap?: string;
4708
4599
  usor?: any;
4709
4600
  zeroex?: boolean;
4601
+ cowswap?: string;
4710
4602
  }
4711
4603
  interface Bridges {
4712
4604
  deswap?: any;
@@ -4812,6 +4704,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4704
  propellerswap: string;
4813
4705
  openocean: string;
4814
4706
  zeroex: true;
4707
+ cowswap: string;
4815
4708
  };
4816
4709
  bridges: {
4817
4710
  chainlink: {
@@ -5906,6 +5799,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5906
5799
  propellerswap: string;
5907
5800
  openocean: string;
5908
5801
  zeroex: true;
5802
+ cowswap: string;
5909
5803
  };
5910
5804
  bridges: {
5911
5805
  chainlink: {
@@ -8251,115 +8145,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8251
8145
  fees?: import("viem").ChainFees<undefined> | undefined;
8252
8146
  formatters?: undefined;
8253
8147
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8254
- }>, Readonly<{
8255
- blockTimeSeconds: 2;
8256
- launchTime: 0;
8257
- sortIndex: 4;
8258
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
8259
- safeReorgDistance: 90000;
8260
- externalId: {};
8261
- markets: {};
8262
- bridges: {};
8263
- oracles: {
8264
- coingecko: {
8265
- slug: string;
8266
- native: string;
8267
- };
8268
- };
8269
- blockExplorers: {
8270
- default: {
8271
- name: string;
8272
- url: string;
8273
- apiUrl: string;
8274
- };
8275
- };
8276
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
8277
- uniswap: {
8278
- deployBlock: number;
8279
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
8280
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
8281
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
8282
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8283
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8284
- positionsNFTDeployBlock: number;
8285
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
8286
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8287
- wrappedNativeSymbol: string;
8288
- wrappedNativeName: string;
8289
- wrappedNativeDecimals: number;
8290
- nativeCurrencyName: string;
8291
- };
8292
- token: {
8293
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8294
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8295
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8296
- };
8297
- oku: {
8298
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
8299
- limitOrderRegistryDeployBlock: number;
8300
- pricing: {
8301
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8302
- nativeWrappedName: string;
8303
- };
8304
- };
8305
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
8306
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8307
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8308
- tokenList: ({
8309
- symbol: string;
8310
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8311
- } | {
8312
- symbol: string;
8313
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8314
- } | {
8315
- symbol: string;
8316
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8317
- } | {
8318
- symbol: string;
8319
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
8320
- } | {
8321
- symbol: string;
8322
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
8323
- })[];
8324
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
8325
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
8326
- internalName: "zklink";
8327
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8328
- contracts: {
8329
- limitOrder: {
8330
- address: "0x0000000000000000000000000000000000000000";
8331
- };
8332
- nftManager: {
8333
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8334
- };
8335
- weth9: {
8336
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8337
- };
8338
- multicall2: {
8339
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8340
- };
8341
- multicall3: {
8342
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8343
- };
8344
- };
8345
- id: 810180;
8346
- name: "zkLink Nova";
8347
- nativeCurrency: {
8348
- readonly decimals: 18;
8349
- readonly name: "ETH";
8350
- readonly symbol: "ETH";
8351
- };
8352
- rpcUrls: {
8353
- readonly default: {
8354
- readonly http: readonly ["https://rpc.zklink.io"];
8355
- };
8356
- };
8357
- sourceId?: number | undefined;
8358
- testnet?: boolean | undefined;
8359
- custom?: Record<string, unknown> | undefined;
8360
- fees?: import("viem").ChainFees<undefined> | undefined;
8361
- formatters?: undefined;
8362
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8363
8148
  }>, Readonly<{
8364
8149
  blockTimeSeconds: 2;
8365
8150
  launchTime: 1724076000;
@@ -9118,6 +8903,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9118
8903
  };
9119
8904
  markets: {
9120
8905
  openocean: string;
8906
+ cowswap: string;
9121
8907
  };
9122
8908
  bridges: {};
9123
8909
  oracles: {
@@ -9341,5 +9127,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9341
9127
  formatters?: undefined;
9342
9128
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
9343
9129
  }>];
9344
- export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkLink, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9130
+ export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9345
9131
  export { ChainContract } from "viem";
@@ -19,6 +19,7 @@ declare const arbitrum: Readonly<{
19
19
  propellerswap: string;
20
20
  openocean: string;
21
21
  zeroex: true;
22
+ cowswap: string;
22
23
  };
23
24
  bridges: {
24
25
  chainlink: {
@@ -1508,6 +1509,7 @@ declare const gnosis: Readonly<{
1508
1509
  };
1509
1510
  markets: {
1510
1511
  openocean: string;
1512
+ cowswap: string;
1511
1513
  };
1512
1514
  bridges: {};
1513
1515
  oracles: {
@@ -2155,6 +2157,7 @@ declare const mainnet: Readonly<{
2155
2157
  propellerswap: string;
2156
2158
  openocean: string;
2157
2159
  zeroex: true;
2160
+ cowswap: string;
2158
2161
  };
2159
2162
  bridges: {
2160
2163
  chainlink: {
@@ -4030,118 +4033,6 @@ declare const polygonZkEvm: Readonly<{
4030
4033
  formatters?: undefined;
4031
4034
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4032
4035
  }>;
4033
- declare const zkLink: Readonly<{
4034
- blockTimeSeconds: 2;
4035
- launchTime: 0;
4036
- sortIndex: 4;
4037
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
4038
- safeReorgDistance: 90000;
4039
- externalId: {};
4040
- markets: {};
4041
- bridges: {};
4042
- oracles: {
4043
- coingecko: {
4044
- slug: string;
4045
- native: string;
4046
- };
4047
- };
4048
- blockExplorers: {
4049
- default: {
4050
- name: string;
4051
- url: string;
4052
- apiUrl: string;
4053
- };
4054
- };
4055
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
4056
- uniswap: {
4057
- deployBlock: number;
4058
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
4059
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
4060
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
4061
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4062
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4063
- positionsNFTDeployBlock: number;
4064
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
4065
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4066
- wrappedNativeSymbol: string;
4067
- wrappedNativeName: string;
4068
- wrappedNativeDecimals: number;
4069
- nativeCurrencyName: string;
4070
- };
4071
- token: {
4072
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4073
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4074
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4075
- };
4076
- oku: {
4077
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
4078
- limitOrderRegistryDeployBlock: number;
4079
- pricing: {
4080
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4081
- nativeWrappedName: string;
4082
- };
4083
- };
4084
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
4085
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4086
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4087
- tokenList: ({
4088
- symbol: string;
4089
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4090
- } | {
4091
- symbol: string;
4092
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
4093
- } | {
4094
- symbol: string;
4095
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
4096
- } | {
4097
- symbol: string;
4098
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
4099
- } | {
4100
- symbol: string;
4101
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
4102
- })[];
4103
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
4104
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
4105
- internalName: "zklink";
4106
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
4107
- contracts: {
4108
- limitOrder: {
4109
- address: "0x0000000000000000000000000000000000000000";
4110
- };
4111
- nftManager: {
4112
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
4113
- };
4114
- weth9: {
4115
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
4116
- };
4117
- multicall2: {
4118
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4119
- };
4120
- multicall3: {
4121
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
4122
- };
4123
- };
4124
- id: 810180;
4125
- name: "zkLink Nova";
4126
- nativeCurrency: {
4127
- readonly decimals: 18;
4128
- readonly name: "ETH";
4129
- readonly symbol: "ETH";
4130
- };
4131
- rpcUrls: {
4132
- readonly default: {
4133
- readonly http: readonly [
4134
- "https://rpc.zklink.io"
4135
- ];
4136
- };
4137
- };
4138
- sourceId?: number | undefined;
4139
- testnet?: boolean | undefined;
4140
- custom?: Record<string, unknown> | undefined;
4141
- fees?: import("viem").ChainFees<undefined> | undefined;
4142
- formatters?: undefined;
4143
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4144
- }>;
4145
4036
  declare const zkSync: Readonly<{
4146
4037
  blockTimeSeconds: 2;
4147
4038
  sortIndex: 4;
@@ -4707,6 +4598,7 @@ interface Markets {
4707
4598
  propellerswap?: string;
4708
4599
  usor?: any;
4709
4600
  zeroex?: boolean;
4601
+ cowswap?: string;
4710
4602
  }
4711
4603
  interface Bridges {
4712
4604
  deswap?: any;
@@ -4812,6 +4704,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4704
  propellerswap: string;
4813
4705
  openocean: string;
4814
4706
  zeroex: true;
4707
+ cowswap: string;
4815
4708
  };
4816
4709
  bridges: {
4817
4710
  chainlink: {
@@ -5906,6 +5799,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5906
5799
  propellerswap: string;
5907
5800
  openocean: string;
5908
5801
  zeroex: true;
5802
+ cowswap: string;
5909
5803
  };
5910
5804
  bridges: {
5911
5805
  chainlink: {
@@ -8251,115 +8145,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8251
8145
  fees?: import("viem").ChainFees<undefined> | undefined;
8252
8146
  formatters?: undefined;
8253
8147
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8254
- }>, Readonly<{
8255
- blockTimeSeconds: 2;
8256
- launchTime: 0;
8257
- sortIndex: 4;
8258
- logoUrl: "https://assets.oku.trade/zklink-logo.svg";
8259
- safeReorgDistance: 90000;
8260
- externalId: {};
8261
- markets: {};
8262
- bridges: {};
8263
- oracles: {
8264
- coingecko: {
8265
- slug: string;
8266
- native: string;
8267
- };
8268
- };
8269
- blockExplorers: {
8270
- default: {
8271
- name: string;
8272
- url: string;
8273
- apiUrl: string;
8274
- };
8275
- };
8276
- initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
8277
- uniswap: {
8278
- deployBlock: number;
8279
- poolFactory: "0x9BD6230EDb501e28442B9deE9e35d01eeb946249";
8280
- multicall2: "0xccca83bd6343fe9535E0e65AF4601424E95e3974";
8281
- tickLens: "0x6EF712E1f851d2E637a0FE7DF5C09ad7DC141CB0";
8282
- nonfungiblePositionManager: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8283
- positionsNFT: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8284
- positionsNFTDeployBlock: number;
8285
- universalRouter: "0x2274bDE50218DDB955e7f60e4f2344e3Bff9D193";
8286
- wrappedNativeAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8287
- wrappedNativeSymbol: string;
8288
- wrappedNativeName: string;
8289
- wrappedNativeDecimals: number;
8290
- nativeCurrencyName: string;
8291
- };
8292
- token: {
8293
- usdcAddress: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8294
- wethAddress: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8295
- wbtcAddress: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8296
- };
8297
- oku: {
8298
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
8299
- limitOrderRegistryDeployBlock: number;
8300
- pricing: {
8301
- nativeWrappedToken: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8302
- nativeWrappedName: string;
8303
- };
8304
- };
8305
- defaultPool: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700";
8306
- defaultToken0: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8307
- defaultToken1: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8308
- tokenList: ({
8309
- symbol: string;
8310
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8311
- } | {
8312
- symbol: string;
8313
- address: "0x1a1A3b2ff016332e866787B311fcB63928464509";
8314
- } | {
8315
- symbol: string;
8316
- address: "0xDa4AaEd3A53962c83B35697Cd138cc6df43aF71f";
8317
- } | {
8318
- symbol: string;
8319
- address: "0x2F8A25ac62179B31D62D7F80884AE57464699059";
8320
- } | {
8321
- symbol: string;
8322
- address: "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab";
8323
- })[];
8324
- stables: ("0x1a1A3b2ff016332e866787B311fcB63928464509" | "0x2F8A25ac62179B31D62D7F80884AE57464699059" | "0xF573fA04A73d5AC442F3DEa8741317fEaA3cDeab")[];
8325
- watchlist: "0x8ad8cbb174539ba7ae7cb7e8c957acd8ab814700"[];
8326
- internalName: "zklink";
8327
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
8328
- contracts: {
8329
- limitOrder: {
8330
- address: "0x0000000000000000000000000000000000000000";
8331
- };
8332
- nftManager: {
8333
- address: "0xAA904d497e42608C014BE83a026E984aFc16129b";
8334
- };
8335
- weth9: {
8336
- address: "0x8280a4e7D5B3B658ec4580d3Bc30f5e50454F169";
8337
- };
8338
- multicall2: {
8339
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8340
- };
8341
- multicall3: {
8342
- address: "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5";
8343
- };
8344
- };
8345
- id: 810180;
8346
- name: "zkLink Nova";
8347
- nativeCurrency: {
8348
- readonly decimals: 18;
8349
- readonly name: "ETH";
8350
- readonly symbol: "ETH";
8351
- };
8352
- rpcUrls: {
8353
- readonly default: {
8354
- readonly http: readonly ["https://rpc.zklink.io"];
8355
- };
8356
- };
8357
- sourceId?: number | undefined;
8358
- testnet?: boolean | undefined;
8359
- custom?: Record<string, unknown> | undefined;
8360
- fees?: import("viem").ChainFees<undefined> | undefined;
8361
- formatters?: undefined;
8362
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
8363
8148
  }>, Readonly<{
8364
8149
  blockTimeSeconds: 2;
8365
8150
  launchTime: 1724076000;
@@ -9118,6 +8903,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9118
8903
  };
9119
8904
  markets: {
9120
8905
  openocean: string;
8906
+ cowswap: string;
9121
8907
  };
9122
8908
  bridges: {};
9123
8909
  oracles: {
@@ -9341,5 +9127,5 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9341
9127
  formatters?: undefined;
9342
9128
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
9343
9129
  }>];
9344
- export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkLink, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9130
+ export { arbitrum, base, blast, bob, boba, bsc, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, xLayer, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
9345
9131
  export { ChainContract } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.113",
3
+ "version": "1.1.115",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",