@gfxlabs/oku-chains 1.1.209 → 1.1.211

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
@@ -4098,6 +4098,12 @@
4098
4098
  openocean: "telos",
4099
4099
  icecreamswap: true,
4100
4100
  },
4101
+ blockExplorers: {
4102
+ default: {
4103
+ name: "Blockscout",
4104
+ url: "https://telostx.com",
4105
+ },
4106
+ },
4101
4107
  bridges: {
4102
4108
  stargate: {
4103
4109
  endpointID: 30199,
@@ -4216,15 +4222,15 @@
4216
4222
  },
4217
4223
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4218
4224
  uniswap: {
4219
- deployBlock: 0,
4220
- poolFactory: viem.zeroAddress,
4221
- permit2: viem.zeroAddress,
4222
- multicall2: viem.zeroAddress,
4223
- tickLens: viem.zeroAddress,
4224
- nonfungiblePositionManager: viem.zeroAddress,
4225
- positionsNFT: viem.zeroAddress,
4226
- positionsNFTDeployBlock: 0,
4227
- universalRouter: viem.zeroAddress,
4225
+ deployBlock: 1603366,
4226
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a",
4227
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4228
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4229
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623",
4230
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4231
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4232
+ positionsNFTDeployBlock: 1603405,
4233
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743",
4228
4234
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
4229
4235
  wrappedNativeSymbol: "WETH",
4230
4236
  wrappedNativeName: "Wrapped Ether",
@@ -4233,20 +4239,22 @@
4233
4239
  },
4234
4240
  token: {
4235
4241
  wethAddress: "0x4200000000000000000000000000000000000006",
4242
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4243
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
4236
4244
  },
4237
4245
  oku: {
4238
- limitOrderRegistry: viem.zeroAddress,
4239
- limitOrderRegistryDeployBlock: 0,
4240
4246
  pricing: {
4241
4247
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4242
4248
  nativeWrappedName: "ETH",
4243
4249
  },
4244
4250
  },
4245
- defaultPool: viem.zeroAddress,
4246
- defaultToken0: viem.zeroAddress,
4247
- defaultToken1: viem.zeroAddress,
4251
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39",
4252
+ defaultToken0: "0x4200000000000000000000000000000000000006",
4253
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4248
4254
  tokenList: [
4249
4255
  { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
4256
+ { symbol: "USDC", address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1" },
4257
+ { symbol: "WBTC", address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3" },
4250
4258
  ],
4251
4259
  stables: ["0x79a02482a880bce3f13e09da970dc34db4cd24d1"],
4252
4260
  watchlist: [],
@@ -4258,13 +4266,13 @@
4258
4266
  address: viem.zeroAddress,
4259
4267
  },
4260
4268
  nftManager: {
4261
- address: viem.zeroAddress,
4269
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4262
4270
  },
4263
4271
  weth9: {
4264
4272
  address: "0x4200000000000000000000000000000000000006",
4265
4273
  },
4266
4274
  multicall2: {
4267
- address: viem.zeroAddress,
4275
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4268
4276
  },
4269
4277
  multicall3: {
4270
4278
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
package/dist/index-mjs.js CHANGED
@@ -4095,6 +4095,12 @@ const telos = makeConfig({
4095
4095
  openocean: "telos",
4096
4096
  icecreamswap: true,
4097
4097
  },
4098
+ blockExplorers: {
4099
+ default: {
4100
+ name: "Blockscout",
4101
+ url: "https://telostx.com",
4102
+ },
4103
+ },
4098
4104
  bridges: {
4099
4105
  stargate: {
4100
4106
  endpointID: 30199,
@@ -4213,15 +4219,15 @@ const worldchain = makeConfig({
4213
4219
  },
4214
4220
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4215
4221
  uniswap: {
4216
- deployBlock: 0,
4217
- poolFactory: zeroAddress,
4218
- permit2: zeroAddress,
4219
- multicall2: zeroAddress,
4220
- tickLens: zeroAddress,
4221
- nonfungiblePositionManager: zeroAddress,
4222
- positionsNFT: zeroAddress,
4223
- positionsNFTDeployBlock: 0,
4224
- universalRouter: zeroAddress,
4222
+ deployBlock: 1603366,
4223
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a",
4224
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4225
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4226
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623",
4227
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4228
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4229
+ positionsNFTDeployBlock: 1603405,
4230
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743",
4225
4231
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
4226
4232
  wrappedNativeSymbol: "WETH",
4227
4233
  wrappedNativeName: "Wrapped Ether",
@@ -4230,20 +4236,22 @@ const worldchain = makeConfig({
4230
4236
  },
4231
4237
  token: {
4232
4238
  wethAddress: "0x4200000000000000000000000000000000000006",
4239
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4240
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
4233
4241
  },
4234
4242
  oku: {
4235
- limitOrderRegistry: zeroAddress,
4236
- limitOrderRegistryDeployBlock: 0,
4237
4243
  pricing: {
4238
4244
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4239
4245
  nativeWrappedName: "ETH",
4240
4246
  },
4241
4247
  },
4242
- defaultPool: zeroAddress,
4243
- defaultToken0: zeroAddress,
4244
- defaultToken1: zeroAddress,
4248
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39",
4249
+ defaultToken0: "0x4200000000000000000000000000000000000006",
4250
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4245
4251
  tokenList: [
4246
4252
  { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
4253
+ { symbol: "USDC", address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1" },
4254
+ { symbol: "WBTC", address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3" },
4247
4255
  ],
4248
4256
  stables: ["0x79a02482a880bce3f13e09da970dc34db4cd24d1"],
4249
4257
  watchlist: [],
@@ -4255,13 +4263,13 @@ const worldchain = makeConfig({
4255
4263
  address: zeroAddress,
4256
4264
  },
4257
4265
  nftManager: {
4258
- address: zeroAddress,
4266
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4259
4267
  },
4260
4268
  weth9: {
4261
4269
  address: "0x4200000000000000000000000000000000000006",
4262
4270
  },
4263
4271
  multicall2: {
4264
- address: zeroAddress,
4272
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4265
4273
  },
4266
4274
  multicall3: {
4267
4275
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
package/dist/index.js CHANGED
@@ -4097,6 +4097,12 @@ const telos = makeConfig({
4097
4097
  openocean: "telos",
4098
4098
  icecreamswap: true,
4099
4099
  },
4100
+ blockExplorers: {
4101
+ default: {
4102
+ name: "Blockscout",
4103
+ url: "https://telostx.com",
4104
+ },
4105
+ },
4100
4106
  bridges: {
4101
4107
  stargate: {
4102
4108
  endpointID: 30199,
@@ -4215,15 +4221,15 @@ const worldchain = makeConfig({
4215
4221
  },
4216
4222
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4217
4223
  uniswap: {
4218
- deployBlock: 0,
4219
- poolFactory: viem.zeroAddress,
4220
- permit2: viem.zeroAddress,
4221
- multicall2: viem.zeroAddress,
4222
- tickLens: viem.zeroAddress,
4223
- nonfungiblePositionManager: viem.zeroAddress,
4224
- positionsNFT: viem.zeroAddress,
4225
- positionsNFTDeployBlock: 0,
4226
- universalRouter: viem.zeroAddress,
4224
+ deployBlock: 1603366,
4225
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a",
4226
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4227
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4228
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623",
4229
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4230
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4231
+ positionsNFTDeployBlock: 1603405,
4232
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743",
4227
4233
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
4228
4234
  wrappedNativeSymbol: "WETH",
4229
4235
  wrappedNativeName: "Wrapped Ether",
@@ -4232,20 +4238,22 @@ const worldchain = makeConfig({
4232
4238
  },
4233
4239
  token: {
4234
4240
  wethAddress: "0x4200000000000000000000000000000000000006",
4241
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4242
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
4235
4243
  },
4236
4244
  oku: {
4237
- limitOrderRegistry: viem.zeroAddress,
4238
- limitOrderRegistryDeployBlock: 0,
4239
4245
  pricing: {
4240
4246
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4241
4247
  nativeWrappedName: "ETH",
4242
4248
  },
4243
4249
  },
4244
- defaultPool: viem.zeroAddress,
4245
- defaultToken0: viem.zeroAddress,
4246
- defaultToken1: viem.zeroAddress,
4250
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39",
4251
+ defaultToken0: "0x4200000000000000000000000000000000000006",
4252
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
4247
4253
  tokenList: [
4248
4254
  { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
4255
+ { symbol: "USDC", address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1" },
4256
+ { symbol: "WBTC", address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3" },
4249
4257
  ],
4250
4258
  stables: ["0x79a02482a880bce3f13e09da970dc34db4cd24d1"],
4251
4259
  watchlist: [],
@@ -4257,13 +4265,13 @@ const worldchain = makeConfig({
4257
4265
  address: viem.zeroAddress,
4258
4266
  },
4259
4267
  nftManager: {
4260
- address: viem.zeroAddress,
4268
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e",
4261
4269
  },
4262
4270
  weth9: {
4263
4271
  address: "0x4200000000000000000000000000000000000006",
4264
4272
  },
4265
4273
  multicall2: {
4266
- address: viem.zeroAddress,
4274
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9",
4267
4275
  },
4268
4276
  multicall3: {
4269
4277
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -6463,14 +6463,14 @@ declare const worldchain: Readonly<{
6463
6463
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6464
6464
  uniswap: {
6465
6465
  deployBlock: number;
6466
- poolFactory: "0x0000000000000000000000000000000000000000";
6467
- permit2: "0x0000000000000000000000000000000000000000";
6468
- multicall2: "0x0000000000000000000000000000000000000000";
6469
- tickLens: "0x0000000000000000000000000000000000000000";
6470
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
6471
- positionsNFT: "0x0000000000000000000000000000000000000000";
6466
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
6467
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6468
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6469
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
6470
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6471
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6472
6472
  positionsNFTDeployBlock: number;
6473
- universalRouter: "0x0000000000000000000000000000000000000000";
6473
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
6474
6474
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
6475
6475
  wrappedNativeSymbol: string;
6476
6476
  wrappedNativeName: string;
@@ -6479,22 +6479,28 @@ declare const worldchain: Readonly<{
6479
6479
  };
6480
6480
  token: {
6481
6481
  wethAddress: "0x4200000000000000000000000000000000000006";
6482
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6483
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6482
6484
  };
6483
6485
  oku: {
6484
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
6485
- limitOrderRegistryDeployBlock: number;
6486
6486
  pricing: {
6487
6487
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
6488
6488
  nativeWrappedName: string;
6489
6489
  };
6490
6490
  };
6491
- defaultPool: "0x0000000000000000000000000000000000000000";
6492
- defaultToken0: "0x0000000000000000000000000000000000000000";
6493
- defaultToken1: "0x0000000000000000000000000000000000000000";
6494
- tokenList: {
6491
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
6492
+ defaultToken0: "0x4200000000000000000000000000000000000006";
6493
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6494
+ tokenList: ({
6495
6495
  symbol: string;
6496
6496
  address: "0x4200000000000000000000000000000000000006";
6497
- }[];
6497
+ } | {
6498
+ symbol: string;
6499
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6500
+ } | {
6501
+ symbol: string;
6502
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6503
+ })[];
6498
6504
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
6499
6505
  watchlist: never[];
6500
6506
  internalName: "worldchain";
@@ -6504,13 +6510,13 @@ declare const worldchain: Readonly<{
6504
6510
  address: "0x0000000000000000000000000000000000000000";
6505
6511
  };
6506
6512
  nftManager: {
6507
- address: "0x0000000000000000000000000000000000000000";
6513
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6508
6514
  };
6509
6515
  weth9: {
6510
6516
  address: "0x4200000000000000000000000000000000000006";
6511
6517
  };
6512
6518
  multicall2: {
6513
- address: "0x0000000000000000000000000000000000000000";
6519
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6514
6520
  };
6515
6521
  multicall3: {
6516
6522
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -14041,6 +14047,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14047
  openocean: string;
14042
14048
  icecreamswap: true;
14043
14049
  };
14050
+ blockExplorers: {
14051
+ default: {
14052
+ name: string;
14053
+ url: string;
14054
+ };
14055
+ };
14044
14056
  bridges: {
14045
14057
  stargate: {
14046
14058
  endpointID: number;
@@ -14124,12 +14136,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14136
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14137
  };
14126
14138
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14139
  id: 40;
14134
14140
  name: "Telos";
14135
14141
  nativeCurrency: {
@@ -14603,14 +14609,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14603
14609
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
14604
14610
  uniswap: {
14605
14611
  deployBlock: number;
14606
- poolFactory: "0x0000000000000000000000000000000000000000";
14607
- permit2: "0x0000000000000000000000000000000000000000";
14608
- multicall2: "0x0000000000000000000000000000000000000000";
14609
- tickLens: "0x0000000000000000000000000000000000000000";
14610
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
14611
- positionsNFT: "0x0000000000000000000000000000000000000000";
14612
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
14613
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14614
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14615
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
14616
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14617
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14612
14618
  positionsNFTDeployBlock: number;
14613
- universalRouter: "0x0000000000000000000000000000000000000000";
14619
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
14614
14620
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
14615
14621
  wrappedNativeSymbol: string;
14616
14622
  wrappedNativeName: string;
@@ -14619,22 +14625,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14619
14625
  };
14620
14626
  token: {
14621
14627
  wethAddress: "0x4200000000000000000000000000000000000006";
14628
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14629
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14622
14630
  };
14623
14631
  oku: {
14624
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
14625
- limitOrderRegistryDeployBlock: number;
14626
14632
  pricing: {
14627
14633
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
14628
14634
  nativeWrappedName: string;
14629
14635
  };
14630
14636
  };
14631
- defaultPool: "0x0000000000000000000000000000000000000000";
14632
- defaultToken0: "0x0000000000000000000000000000000000000000";
14633
- defaultToken1: "0x0000000000000000000000000000000000000000";
14634
- tokenList: {
14637
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
14638
+ defaultToken0: "0x4200000000000000000000000000000000000006";
14639
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14640
+ tokenList: ({
14635
14641
  symbol: string;
14636
14642
  address: "0x4200000000000000000000000000000000000006";
14637
- }[];
14643
+ } | {
14644
+ symbol: string;
14645
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14646
+ } | {
14647
+ symbol: string;
14648
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14649
+ })[];
14638
14650
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
14639
14651
  watchlist: never[];
14640
14652
  internalName: "worldchain";
@@ -14644,13 +14656,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14644
14656
  address: "0x0000000000000000000000000000000000000000";
14645
14657
  };
14646
14658
  nftManager: {
14647
- address: "0x0000000000000000000000000000000000000000";
14659
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14648
14660
  };
14649
14661
  weth9: {
14650
14662
  address: "0x4200000000000000000000000000000000000006";
14651
14663
  };
14652
14664
  multicall2: {
14653
- address: "0x0000000000000000000000000000000000000000";
14665
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14654
14666
  };
14655
14667
  multicall3: {
14656
14668
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -6463,14 +6463,14 @@ declare const worldchain: Readonly<{
6463
6463
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6464
6464
  uniswap: {
6465
6465
  deployBlock: number;
6466
- poolFactory: "0x0000000000000000000000000000000000000000";
6467
- permit2: "0x0000000000000000000000000000000000000000";
6468
- multicall2: "0x0000000000000000000000000000000000000000";
6469
- tickLens: "0x0000000000000000000000000000000000000000";
6470
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
6471
- positionsNFT: "0x0000000000000000000000000000000000000000";
6466
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
6467
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6468
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6469
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
6470
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6471
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6472
6472
  positionsNFTDeployBlock: number;
6473
- universalRouter: "0x0000000000000000000000000000000000000000";
6473
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
6474
6474
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
6475
6475
  wrappedNativeSymbol: string;
6476
6476
  wrappedNativeName: string;
@@ -6479,22 +6479,28 @@ declare const worldchain: Readonly<{
6479
6479
  };
6480
6480
  token: {
6481
6481
  wethAddress: "0x4200000000000000000000000000000000000006";
6482
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6483
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6482
6484
  };
6483
6485
  oku: {
6484
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
6485
- limitOrderRegistryDeployBlock: number;
6486
6486
  pricing: {
6487
6487
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
6488
6488
  nativeWrappedName: string;
6489
6489
  };
6490
6490
  };
6491
- defaultPool: "0x0000000000000000000000000000000000000000";
6492
- defaultToken0: "0x0000000000000000000000000000000000000000";
6493
- defaultToken1: "0x0000000000000000000000000000000000000000";
6494
- tokenList: {
6491
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
6492
+ defaultToken0: "0x4200000000000000000000000000000000000006";
6493
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6494
+ tokenList: ({
6495
6495
  symbol: string;
6496
6496
  address: "0x4200000000000000000000000000000000000006";
6497
- }[];
6497
+ } | {
6498
+ symbol: string;
6499
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6500
+ } | {
6501
+ symbol: string;
6502
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6503
+ })[];
6498
6504
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
6499
6505
  watchlist: never[];
6500
6506
  internalName: "worldchain";
@@ -6504,13 +6510,13 @@ declare const worldchain: Readonly<{
6504
6510
  address: "0x0000000000000000000000000000000000000000";
6505
6511
  };
6506
6512
  nftManager: {
6507
- address: "0x0000000000000000000000000000000000000000";
6513
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6508
6514
  };
6509
6515
  weth9: {
6510
6516
  address: "0x4200000000000000000000000000000000000006";
6511
6517
  };
6512
6518
  multicall2: {
6513
- address: "0x0000000000000000000000000000000000000000";
6519
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6514
6520
  };
6515
6521
  multicall3: {
6516
6522
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -14041,6 +14047,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14047
  openocean: string;
14042
14048
  icecreamswap: true;
14043
14049
  };
14050
+ blockExplorers: {
14051
+ default: {
14052
+ name: string;
14053
+ url: string;
14054
+ };
14055
+ };
14044
14056
  bridges: {
14045
14057
  stargate: {
14046
14058
  endpointID: number;
@@ -14124,12 +14136,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14136
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14137
  };
14126
14138
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14139
  id: 40;
14134
14140
  name: "Telos";
14135
14141
  nativeCurrency: {
@@ -14603,14 +14609,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14603
14609
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
14604
14610
  uniswap: {
14605
14611
  deployBlock: number;
14606
- poolFactory: "0x0000000000000000000000000000000000000000";
14607
- permit2: "0x0000000000000000000000000000000000000000";
14608
- multicall2: "0x0000000000000000000000000000000000000000";
14609
- tickLens: "0x0000000000000000000000000000000000000000";
14610
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
14611
- positionsNFT: "0x0000000000000000000000000000000000000000";
14612
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
14613
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14614
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14615
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
14616
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14617
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14612
14618
  positionsNFTDeployBlock: number;
14613
- universalRouter: "0x0000000000000000000000000000000000000000";
14619
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
14614
14620
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
14615
14621
  wrappedNativeSymbol: string;
14616
14622
  wrappedNativeName: string;
@@ -14619,22 +14625,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14619
14625
  };
14620
14626
  token: {
14621
14627
  wethAddress: "0x4200000000000000000000000000000000000006";
14628
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14629
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14622
14630
  };
14623
14631
  oku: {
14624
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
14625
- limitOrderRegistryDeployBlock: number;
14626
14632
  pricing: {
14627
14633
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
14628
14634
  nativeWrappedName: string;
14629
14635
  };
14630
14636
  };
14631
- defaultPool: "0x0000000000000000000000000000000000000000";
14632
- defaultToken0: "0x0000000000000000000000000000000000000000";
14633
- defaultToken1: "0x0000000000000000000000000000000000000000";
14634
- tokenList: {
14637
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
14638
+ defaultToken0: "0x4200000000000000000000000000000000000006";
14639
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14640
+ tokenList: ({
14635
14641
  symbol: string;
14636
14642
  address: "0x4200000000000000000000000000000000000006";
14637
- }[];
14643
+ } | {
14644
+ symbol: string;
14645
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14646
+ } | {
14647
+ symbol: string;
14648
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14649
+ })[];
14638
14650
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
14639
14651
  watchlist: never[];
14640
14652
  internalName: "worldchain";
@@ -14644,13 +14656,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14644
14656
  address: "0x0000000000000000000000000000000000000000";
14645
14657
  };
14646
14658
  nftManager: {
14647
- address: "0x0000000000000000000000000000000000000000";
14659
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14648
14660
  };
14649
14661
  weth9: {
14650
14662
  address: "0x4200000000000000000000000000000000000006";
14651
14663
  };
14652
14664
  multicall2: {
14653
- address: "0x0000000000000000000000000000000000000000";
14665
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14654
14666
  };
14655
14667
  multicall3: {
14656
14668
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -6334,6 +6334,12 @@ declare const telos: Readonly<{
6334
6334
  openocean: string;
6335
6335
  icecreamswap: true;
6336
6336
  };
6337
+ blockExplorers: {
6338
+ default: {
6339
+ name: string;
6340
+ url: string;
6341
+ };
6342
+ };
6337
6343
  bridges: {
6338
6344
  stargate: {
6339
6345
  endpointID: number;
@@ -6417,12 +6423,6 @@ declare const telos: Readonly<{
6417
6423
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6418
6424
  };
6419
6425
  };
6420
- blockExplorers: {
6421
- readonly default: {
6422
- readonly name: "Teloscan";
6423
- readonly url: "https://www.teloscan.io/";
6424
- };
6425
- };
6426
6426
  id: 40;
6427
6427
  name: "Telos";
6428
6428
  nativeCurrency: {
@@ -6463,14 +6463,14 @@ declare const worldchain: Readonly<{
6463
6463
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6464
6464
  uniswap: {
6465
6465
  deployBlock: number;
6466
- poolFactory: "0x0000000000000000000000000000000000000000";
6467
- permit2: "0x0000000000000000000000000000000000000000";
6468
- multicall2: "0x0000000000000000000000000000000000000000";
6469
- tickLens: "0x0000000000000000000000000000000000000000";
6470
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
6471
- positionsNFT: "0x0000000000000000000000000000000000000000";
6466
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
6467
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6468
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6469
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
6470
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6471
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6472
6472
  positionsNFTDeployBlock: number;
6473
- universalRouter: "0x0000000000000000000000000000000000000000";
6473
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
6474
6474
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
6475
6475
  wrappedNativeSymbol: string;
6476
6476
  wrappedNativeName: string;
@@ -6479,22 +6479,28 @@ declare const worldchain: Readonly<{
6479
6479
  };
6480
6480
  token: {
6481
6481
  wethAddress: "0x4200000000000000000000000000000000000006";
6482
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6483
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6482
6484
  };
6483
6485
  oku: {
6484
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
6485
- limitOrderRegistryDeployBlock: number;
6486
6486
  pricing: {
6487
6487
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
6488
6488
  nativeWrappedName: string;
6489
6489
  };
6490
6490
  };
6491
- defaultPool: "0x0000000000000000000000000000000000000000";
6492
- defaultToken0: "0x0000000000000000000000000000000000000000";
6493
- defaultToken1: "0x0000000000000000000000000000000000000000";
6494
- tokenList: {
6491
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
6492
+ defaultToken0: "0x4200000000000000000000000000000000000006";
6493
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6494
+ tokenList: ({
6495
6495
  symbol: string;
6496
6496
  address: "0x4200000000000000000000000000000000000006";
6497
- }[];
6497
+ } | {
6498
+ symbol: string;
6499
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
6500
+ } | {
6501
+ symbol: string;
6502
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
6503
+ })[];
6498
6504
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
6499
6505
  watchlist: never[];
6500
6506
  internalName: "worldchain";
@@ -6504,13 +6510,13 @@ declare const worldchain: Readonly<{
6504
6510
  address: "0x0000000000000000000000000000000000000000";
6505
6511
  };
6506
6512
  nftManager: {
6507
- address: "0x0000000000000000000000000000000000000000";
6513
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
6508
6514
  };
6509
6515
  weth9: {
6510
6516
  address: "0x4200000000000000000000000000000000000006";
6511
6517
  };
6512
6518
  multicall2: {
6513
- address: "0x0000000000000000000000000000000000000000";
6519
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
6514
6520
  };
6515
6521
  multicall3: {
6516
6522
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -14041,6 +14047,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14041
14047
  openocean: string;
14042
14048
  icecreamswap: true;
14043
14049
  };
14050
+ blockExplorers: {
14051
+ default: {
14052
+ name: string;
14053
+ url: string;
14054
+ };
14055
+ };
14044
14056
  bridges: {
14045
14057
  stargate: {
14046
14058
  endpointID: number;
@@ -14124,12 +14136,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14124
14136
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
14125
14137
  };
14126
14138
  };
14127
- blockExplorers: {
14128
- readonly default: {
14129
- readonly name: "Teloscan";
14130
- readonly url: "https://www.teloscan.io/";
14131
- };
14132
- };
14133
14139
  id: 40;
14134
14140
  name: "Telos";
14135
14141
  nativeCurrency: {
@@ -14603,14 +14609,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14603
14609
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
14604
14610
  uniswap: {
14605
14611
  deployBlock: number;
14606
- poolFactory: "0x0000000000000000000000000000000000000000";
14607
- permit2: "0x0000000000000000000000000000000000000000";
14608
- multicall2: "0x0000000000000000000000000000000000000000";
14609
- tickLens: "0x0000000000000000000000000000000000000000";
14610
- nonfungiblePositionManager: "0x0000000000000000000000000000000000000000";
14611
- positionsNFT: "0x0000000000000000000000000000000000000000";
14612
+ poolFactory: "0x7a5028BDa40e7B173C278C5342087826455ea25a";
14613
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14614
+ multicall2: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14615
+ tickLens: "0xE61df0CaC9d85876aCE5E3037005D80943570623";
14616
+ nonfungiblePositionManager: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14617
+ positionsNFT: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14612
14618
  positionsNFTDeployBlock: number;
14613
- universalRouter: "0x0000000000000000000000000000000000000000";
14619
+ universalRouter: "0x8ac7bee993bb44dab564ea4bc9ea67bf9eb5e743";
14614
14620
  wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
14615
14621
  wrappedNativeSymbol: string;
14616
14622
  wrappedNativeName: string;
@@ -14619,22 +14625,28 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14619
14625
  };
14620
14626
  token: {
14621
14627
  wethAddress: "0x4200000000000000000000000000000000000006";
14628
+ usdcAddress: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14629
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14622
14630
  };
14623
14631
  oku: {
14624
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
14625
- limitOrderRegistryDeployBlock: number;
14626
14632
  pricing: {
14627
14633
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
14628
14634
  nativeWrappedName: string;
14629
14635
  };
14630
14636
  };
14631
- defaultPool: "0x0000000000000000000000000000000000000000";
14632
- defaultToken0: "0x0000000000000000000000000000000000000000";
14633
- defaultToken1: "0x0000000000000000000000000000000000000000";
14634
- tokenList: {
14637
+ defaultPool: "0x610E319b3A3Ab56A0eD5562927D37c233774ba39";
14638
+ defaultToken0: "0x4200000000000000000000000000000000000006";
14639
+ defaultToken1: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14640
+ tokenList: ({
14635
14641
  symbol: string;
14636
14642
  address: "0x4200000000000000000000000000000000000006";
14637
- }[];
14643
+ } | {
14644
+ symbol: string;
14645
+ address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1";
14646
+ } | {
14647
+ symbol: string;
14648
+ address: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
14649
+ })[];
14638
14650
  stables: "0x79a02482a880bce3f13e09da970dc34db4cd24d1"[];
14639
14651
  watchlist: never[];
14640
14652
  internalName: "worldchain";
@@ -14644,13 +14656,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14644
14656
  address: "0x0000000000000000000000000000000000000000";
14645
14657
  };
14646
14658
  nftManager: {
14647
- address: "0x0000000000000000000000000000000000000000";
14659
+ address: "0xec12a9F9a09f50550686363766Cc153D03c27b5e";
14648
14660
  };
14649
14661
  weth9: {
14650
14662
  address: "0x4200000000000000000000000000000000000006";
14651
14663
  };
14652
14664
  multicall2: {
14653
- address: "0x0000000000000000000000000000000000000000";
14665
+ address: "0x0a22c04215c97E3F532F4eF30e0aD9458792dAB9";
14654
14666
  };
14655
14667
  multicall3: {
14656
14668
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.209",
3
+ "version": "1.1.211",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",