@gfxlabs/oku-chains 1.1.217 → 1.1.219

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
@@ -4231,19 +4231,19 @@
4231
4231
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4232
4232
  uniswap: {
4233
4233
  deployBlock: 52878027,
4234
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
4234
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A",
4235
4235
  permit2: viem.zeroAddress,
4236
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4237
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
4238
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4239
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4236
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4237
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796",
4238
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4239
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4240
4240
  positionsNFTDeployBlock: 52878030,
4241
4241
  universalRouter: viem.zeroAddress,
4242
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
4243
- wrappedNativeSymbol: "WBTCN",
4244
- wrappedNativeName: "Wrapped Bittronshasta",
4242
+ wrappedNativeAddress: viem.zeroAddress,
4243
+ wrappedNativeSymbol: "WTRX",
4244
+ wrappedNativeName: "Wrapped TRX",
4245
4245
  wrappedNativeDecimals: 18,
4246
- nativeCurrencyName: "BTCN",
4246
+ nativeCurrencyName: "TRX",
4247
4247
  },
4248
4248
  token: {},
4249
4249
  oku: {
@@ -4262,10 +4262,10 @@
4262
4262
  contracts: {
4263
4263
  ...chains.tronShasta.contracts,
4264
4264
  nftManager: {
4265
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4265
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4266
4266
  },
4267
4267
  multicall2: {
4268
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4268
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4269
4269
  },
4270
4270
  },
4271
4271
  });
@@ -4278,6 +4278,9 @@
4278
4278
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4279
4279
  safeReorgDistance: 90000,
4280
4280
  externalId: {},
4281
+ rpcUrls: {
4282
+ default: { http: ["https://worldchain.drpc.org"] },
4283
+ },
4281
4284
  markets: {},
4282
4285
  bridges: {},
4283
4286
  oracles: {},
package/dist/index-mjs.js CHANGED
@@ -4228,19 +4228,19 @@ const tronShasta = makeConfig({
4228
4228
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4229
4229
  uniswap: {
4230
4230
  deployBlock: 52878027,
4231
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
4231
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A",
4232
4232
  permit2: zeroAddress,
4233
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4234
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
4235
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4236
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4233
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4234
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796",
4235
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4236
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4237
4237
  positionsNFTDeployBlock: 52878030,
4238
4238
  universalRouter: zeroAddress,
4239
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
4240
- wrappedNativeSymbol: "WBTCN",
4241
- wrappedNativeName: "Wrapped Bittronshasta",
4239
+ wrappedNativeAddress: zeroAddress,
4240
+ wrappedNativeSymbol: "WTRX",
4241
+ wrappedNativeName: "Wrapped TRX",
4242
4242
  wrappedNativeDecimals: 18,
4243
- nativeCurrencyName: "BTCN",
4243
+ nativeCurrencyName: "TRX",
4244
4244
  },
4245
4245
  token: {},
4246
4246
  oku: {
@@ -4259,10 +4259,10 @@ const tronShasta = makeConfig({
4259
4259
  contracts: {
4260
4260
  ...tronShasta$1.contracts,
4261
4261
  nftManager: {
4262
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4262
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4263
4263
  },
4264
4264
  multicall2: {
4265
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4265
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4266
4266
  },
4267
4267
  },
4268
4268
  });
@@ -4275,6 +4275,9 @@ const worldchain = makeConfig({
4275
4275
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4276
4276
  safeReorgDistance: 90000,
4277
4277
  externalId: {},
4278
+ rpcUrls: {
4279
+ default: { http: ["https://worldchain.drpc.org"] },
4280
+ },
4278
4281
  markets: {},
4279
4282
  bridges: {},
4280
4283
  oracles: {},
package/dist/index.js CHANGED
@@ -4230,19 +4230,19 @@ const tronShasta = makeConfig({
4230
4230
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
4231
4231
  uniswap: {
4232
4232
  deployBlock: 52878027,
4233
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a",
4233
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A",
4234
4234
  permit2: viem.zeroAddress,
4235
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4236
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796",
4237
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4238
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4235
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4236
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796",
4237
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4238
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4239
4239
  positionsNFTDeployBlock: 52878030,
4240
4240
  universalRouter: viem.zeroAddress,
4241
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
4242
- wrappedNativeSymbol: "WBTCN",
4243
- wrappedNativeName: "Wrapped Bittronshasta",
4241
+ wrappedNativeAddress: viem.zeroAddress,
4242
+ wrappedNativeSymbol: "WTRX",
4243
+ wrappedNativeName: "Wrapped TRX",
4244
4244
  wrappedNativeDecimals: 18,
4245
- nativeCurrencyName: "BTCN",
4245
+ nativeCurrencyName: "TRX",
4246
4246
  },
4247
4247
  token: {},
4248
4248
  oku: {
@@ -4261,10 +4261,10 @@ const tronShasta = makeConfig({
4261
4261
  contracts: {
4262
4262
  ...chains.tronShasta.contracts,
4263
4263
  nftManager: {
4264
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d",
4264
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4265
4265
  },
4266
4266
  multicall2: {
4267
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e",
4267
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4268
4268
  },
4269
4269
  },
4270
4270
  });
@@ -4277,6 +4277,9 @@ const worldchain = makeConfig({
4277
4277
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4278
4278
  safeReorgDistance: 90000,
4279
4279
  externalId: {},
4280
+ rpcUrls: {
4281
+ default: { http: ["https://worldchain.drpc.org"] },
4282
+ },
4280
4283
  markets: {},
4281
4284
  bridges: {},
4282
4285
  oracles: {},
@@ -6503,15 +6503,15 @@ declare const tronShasta: Readonly<{
6503
6503
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6504
6504
  uniswap: {
6505
6505
  deployBlock: number;
6506
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
6506
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
6507
6507
  permit2: "0x0000000000000000000000000000000000000000";
6508
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6509
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
6510
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6511
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6508
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6509
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
6510
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6511
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6512
6512
  positionsNFTDeployBlock: number;
6513
6513
  universalRouter: "0x0000000000000000000000000000000000000000";
6514
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
6514
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
6515
6515
  wrappedNativeSymbol: string;
6516
6516
  wrappedNativeName: string;
6517
6517
  wrappedNativeDecimals: number;
@@ -6533,10 +6533,10 @@ declare const tronShasta: Readonly<{
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
6535
  nftManager: {
6536
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6536
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6537
  };
6538
6538
  multicall2: {
6539
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6539
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6540
  };
6541
6541
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6542
  ensUniversalResolver?: import("viem").ChainContract | undefined;
@@ -6577,6 +6577,11 @@ declare const worldchain: Readonly<{
6577
6577
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6578
  safeReorgDistance: 90000;
6579
6579
  externalId: {};
6580
+ rpcUrls: {
6581
+ default: {
6582
+ http: string[];
6583
+ };
6584
+ };
6580
6585
  markets: {};
6581
6586
  bridges: {};
6582
6587
  oracles: {};
@@ -6706,13 +6711,6 @@ declare const worldchain: Readonly<{
6706
6711
  readonly symbol: "ETH";
6707
6712
  readonly decimals: 18;
6708
6713
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6714
  sourceId: 1;
6717
6715
  testnet: false;
6718
6716
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14867,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14867
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14868
  safeReorgDistance: 90000;
14871
14869
  externalId: {};
14870
+ rpcUrls: {
14871
+ default: {
14872
+ http: string[];
14873
+ };
14874
+ };
14872
14875
  markets: {};
14873
14876
  bridges: {};
14874
14877
  oracles: {};
@@ -14998,11 +15001,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15001
  readonly symbol: "ETH";
14999
15002
  readonly decimals: 18;
15000
15003
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15004
  sourceId: 1;
15007
15005
  testnet: false;
15008
15006
  custom?: Record<string, unknown> | undefined;
@@ -15353,15 +15351,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15353
15351
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
15354
15352
  uniswap: {
15355
15353
  deployBlock: number;
15356
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
15354
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
15357
15355
  permit2: "0x0000000000000000000000000000000000000000";
15358
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15359
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
15360
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15361
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15356
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15357
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
15358
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15359
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15362
15360
  positionsNFTDeployBlock: number;
15363
15361
  universalRouter: "0x0000000000000000000000000000000000000000";
15364
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15362
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
15365
15363
  wrappedNativeSymbol: string;
15366
15364
  wrappedNativeName: string;
15367
15365
  wrappedNativeDecimals: number;
@@ -15383,10 +15381,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15383
15381
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15382
  contracts: {
15385
15383
  nftManager: {
15386
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15384
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15385
  };
15388
15386
  multicall2: {
15389
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15387
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15388
  };
15391
15389
  ensRegistry?: ChainContract | undefined;
15392
15390
  ensUniversalResolver?: ChainContract | undefined;
@@ -6503,15 +6503,15 @@ declare const tronShasta: Readonly<{
6503
6503
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6504
6504
  uniswap: {
6505
6505
  deployBlock: number;
6506
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
6506
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
6507
6507
  permit2: "0x0000000000000000000000000000000000000000";
6508
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6509
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
6510
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6511
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6508
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6509
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
6510
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6511
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6512
6512
  positionsNFTDeployBlock: number;
6513
6513
  universalRouter: "0x0000000000000000000000000000000000000000";
6514
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
6514
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
6515
6515
  wrappedNativeSymbol: string;
6516
6516
  wrappedNativeName: string;
6517
6517
  wrappedNativeDecimals: number;
@@ -6533,10 +6533,10 @@ declare const tronShasta: Readonly<{
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
6535
  nftManager: {
6536
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6536
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6537
  };
6538
6538
  multicall2: {
6539
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6539
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6540
  };
6541
6541
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6542
  ensUniversalResolver?: import("viem").ChainContract | undefined;
@@ -6577,6 +6577,11 @@ declare const worldchain: Readonly<{
6577
6577
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6578
  safeReorgDistance: 90000;
6579
6579
  externalId: {};
6580
+ rpcUrls: {
6581
+ default: {
6582
+ http: string[];
6583
+ };
6584
+ };
6580
6585
  markets: {};
6581
6586
  bridges: {};
6582
6587
  oracles: {};
@@ -6706,13 +6711,6 @@ declare const worldchain: Readonly<{
6706
6711
  readonly symbol: "ETH";
6707
6712
  readonly decimals: 18;
6708
6713
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6714
  sourceId: 1;
6717
6715
  testnet: false;
6718
6716
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14867,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14867
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14868
  safeReorgDistance: 90000;
14871
14869
  externalId: {};
14870
+ rpcUrls: {
14871
+ default: {
14872
+ http: string[];
14873
+ };
14874
+ };
14872
14875
  markets: {};
14873
14876
  bridges: {};
14874
14877
  oracles: {};
@@ -14998,11 +15001,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15001
  readonly symbol: "ETH";
14999
15002
  readonly decimals: 18;
15000
15003
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15004
  sourceId: 1;
15007
15005
  testnet: false;
15008
15006
  custom?: Record<string, unknown> | undefined;
@@ -15353,15 +15351,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15353
15351
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
15354
15352
  uniswap: {
15355
15353
  deployBlock: number;
15356
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
15354
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
15357
15355
  permit2: "0x0000000000000000000000000000000000000000";
15358
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15359
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
15360
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15361
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15356
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15357
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
15358
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15359
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15362
15360
  positionsNFTDeployBlock: number;
15363
15361
  universalRouter: "0x0000000000000000000000000000000000000000";
15364
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15362
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
15365
15363
  wrappedNativeSymbol: string;
15366
15364
  wrappedNativeName: string;
15367
15365
  wrappedNativeDecimals: number;
@@ -15383,10 +15381,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15383
15381
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15382
  contracts: {
15385
15383
  nftManager: {
15386
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15384
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15385
  };
15388
15386
  multicall2: {
15389
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15387
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15388
  };
15391
15389
  ensRegistry?: ChainContract | undefined;
15392
15390
  ensUniversalResolver?: ChainContract | undefined;
@@ -6503,15 +6503,15 @@ declare const tronShasta: Readonly<{
6503
6503
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6504
6504
  uniswap: {
6505
6505
  deployBlock: number;
6506
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
6506
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
6507
6507
  permit2: "0x0000000000000000000000000000000000000000";
6508
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6509
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
6510
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6511
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6508
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6509
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
6510
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6511
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6512
6512
  positionsNFTDeployBlock: number;
6513
6513
  universalRouter: "0x0000000000000000000000000000000000000000";
6514
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
6514
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
6515
6515
  wrappedNativeSymbol: string;
6516
6516
  wrappedNativeName: string;
6517
6517
  wrappedNativeDecimals: number;
@@ -6533,10 +6533,10 @@ declare const tronShasta: Readonly<{
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
6535
  nftManager: {
6536
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
6536
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6537
  };
6538
6538
  multicall2: {
6539
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
6539
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6540
  };
6541
6541
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6542
  ensUniversalResolver?: import("viem").ChainContract | undefined;
@@ -6577,6 +6577,11 @@ declare const worldchain: Readonly<{
6577
6577
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6578
  safeReorgDistance: 90000;
6579
6579
  externalId: {};
6580
+ rpcUrls: {
6581
+ default: {
6582
+ http: string[];
6583
+ };
6584
+ };
6580
6585
  markets: {};
6581
6586
  bridges: {};
6582
6587
  oracles: {};
@@ -6706,13 +6711,6 @@ declare const worldchain: Readonly<{
6706
6711
  readonly symbol: "ETH";
6707
6712
  readonly decimals: 18;
6708
6713
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6714
  sourceId: 1;
6717
6715
  testnet: false;
6718
6716
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14867,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14867
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14868
  safeReorgDistance: 90000;
14871
14869
  externalId: {};
14870
+ rpcUrls: {
14871
+ default: {
14872
+ http: string[];
14873
+ };
14874
+ };
14872
14875
  markets: {};
14873
14876
  bridges: {};
14874
14877
  oracles: {};
@@ -14998,11 +15001,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15001
  readonly symbol: "ETH";
14999
15002
  readonly decimals: 18;
15000
15003
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15004
  sourceId: 1;
15007
15005
  testnet: false;
15008
15006
  custom?: Record<string, unknown> | undefined;
@@ -15353,15 +15351,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15353
15351
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
15354
15352
  uniswap: {
15355
15353
  deployBlock: number;
15356
- poolFactory: "0x413cf78a14f90203919b8b4d690e6540745ed8074a";
15354
+ poolFactory: "0x3CF78A14F90203919B8B4D690E6540745ED8074A";
15357
15355
  permit2: "0x0000000000000000000000000000000000000000";
15358
- multicall2: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15359
- tickLens: "0x41c857346cd83be79b78f1b10d5fcf158edc844796";
15360
- nonfungiblePositionManager: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15361
- positionsNFT: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15356
+ multicall2: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15357
+ tickLens: "0xC857346CD83BE79B78F1B10D5FCF158EDC844796";
15358
+ nonfungiblePositionManager: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15359
+ positionsNFT: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15362
15360
  positionsNFTDeployBlock: number;
15363
15361
  universalRouter: "0x0000000000000000000000000000000000000000";
15364
- wrappedNativeAddress: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15362
+ wrappedNativeAddress: "0x0000000000000000000000000000000000000000";
15365
15363
  wrappedNativeSymbol: string;
15366
15364
  wrappedNativeName: string;
15367
15365
  wrappedNativeDecimals: number;
@@ -15383,10 +15381,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15383
15381
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15382
  contracts: {
15385
15383
  nftManager: {
15386
- address: "0x41358b41818d60cbf40c11fb728c8bc865726f423d";
15384
+ address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15385
  };
15388
15386
  multicall2: {
15389
- address: "0x418c289c0a8ada24fc0f27fcbb1200370a52a6675e";
15387
+ address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15388
  };
15391
15389
  ensRegistry?: ChainContract | undefined;
15392
15390
  ensUniversalResolver?: ChainContract | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.217",
3
+ "version": "1.1.219",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",