@gfxlabs/oku-chains 1.1.218 → 1.1.220

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
@@ -4261,12 +4261,18 @@
4261
4261
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
4262
4262
  contracts: {
4263
4263
  ...chains.tronShasta.contracts,
4264
+ limitOrder: {
4265
+ address: viem.zeroAddress,
4266
+ },
4264
4267
  nftManager: {
4265
4268
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4266
4269
  },
4267
4270
  multicall2: {
4268
4271
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4269
4272
  },
4273
+ multicall3: {
4274
+ address: viem.zeroAddress,
4275
+ },
4270
4276
  },
4271
4277
  });
4272
4278
 
@@ -4278,6 +4284,9 @@
4278
4284
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4279
4285
  safeReorgDistance: 90000,
4280
4286
  externalId: {},
4287
+ rpcUrls: {
4288
+ default: { http: ["https://worldchain.drpc.org"] },
4289
+ },
4281
4290
  markets: {},
4282
4291
  bridges: {},
4283
4292
  oracles: {},
package/dist/index-mjs.js CHANGED
@@ -4258,12 +4258,18 @@ const tronShasta = makeConfig({
4258
4258
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
4259
4259
  contracts: {
4260
4260
  ...tronShasta$1.contracts,
4261
+ limitOrder: {
4262
+ address: zeroAddress,
4263
+ },
4261
4264
  nftManager: {
4262
4265
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4263
4266
  },
4264
4267
  multicall2: {
4265
4268
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4266
4269
  },
4270
+ multicall3: {
4271
+ address: zeroAddress,
4272
+ },
4267
4273
  },
4268
4274
  });
4269
4275
 
@@ -4275,6 +4281,9 @@ const worldchain = makeConfig({
4275
4281
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4276
4282
  safeReorgDistance: 90000,
4277
4283
  externalId: {},
4284
+ rpcUrls: {
4285
+ default: { http: ["https://worldchain.drpc.org"] },
4286
+ },
4278
4287
  markets: {},
4279
4288
  bridges: {},
4280
4289
  oracles: {},
package/dist/index.js CHANGED
@@ -4260,12 +4260,18 @@ const tronShasta = makeConfig({
4260
4260
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png",
4261
4261
  contracts: {
4262
4262
  ...chains.tronShasta.contracts,
4263
+ limitOrder: {
4264
+ address: viem.zeroAddress,
4265
+ },
4263
4266
  nftManager: {
4264
4267
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D",
4265
4268
  },
4266
4269
  multicall2: {
4267
4270
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E",
4268
4271
  },
4272
+ multicall3: {
4273
+ address: viem.zeroAddress,
4274
+ },
4269
4275
  },
4270
4276
  });
4271
4277
 
@@ -4277,6 +4283,9 @@ const worldchain = makeConfig({
4277
4283
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
4278
4284
  safeReorgDistance: 90000,
4279
4285
  externalId: {},
4286
+ rpcUrls: {
4287
+ default: { http: ["https://worldchain.drpc.org"] },
4288
+ },
4280
4289
  markets: {},
4281
4290
  bridges: {},
4282
4291
  oracles: {},
@@ -6532,15 +6532,20 @@ declare const tronShasta: Readonly<{
6532
6532
  internalName: "tronshasta";
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
+ limitOrder: {
6536
+ address: "0x0000000000000000000000000000000000000000";
6537
+ };
6535
6538
  nftManager: {
6536
6539
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6540
  };
6538
6541
  multicall2: {
6539
6542
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6543
  };
6544
+ multicall3: {
6545
+ address: "0x0000000000000000000000000000000000000000";
6546
+ };
6541
6547
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6548
  ensUniversalResolver?: import("viem").ChainContract | undefined;
6543
- multicall3?: import("viem").ChainContract | undefined;
6544
6549
  universalSignatureVerifier?: import("viem").ChainContract | undefined;
6545
6550
  };
6546
6551
  blockExplorers: {
@@ -6577,6 +6582,11 @@ declare const worldchain: Readonly<{
6577
6582
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6583
  safeReorgDistance: 90000;
6579
6584
  externalId: {};
6585
+ rpcUrls: {
6586
+ default: {
6587
+ http: string[];
6588
+ };
6589
+ };
6580
6590
  markets: {};
6581
6591
  bridges: {};
6582
6592
  oracles: {};
@@ -6706,13 +6716,6 @@ declare const worldchain: Readonly<{
6706
6716
  readonly symbol: "ETH";
6707
6717
  readonly decimals: 18;
6708
6718
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6719
  sourceId: 1;
6717
6720
  testnet: false;
6718
6721
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14872,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14872
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14873
  safeReorgDistance: 90000;
14871
14874
  externalId: {};
14875
+ rpcUrls: {
14876
+ default: {
14877
+ http: string[];
14878
+ };
14879
+ };
14872
14880
  markets: {};
14873
14881
  bridges: {};
14874
14882
  oracles: {};
@@ -14998,11 +15006,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15006
  readonly symbol: "ETH";
14999
15007
  readonly decimals: 18;
15000
15008
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15009
  sourceId: 1;
15007
15010
  testnet: false;
15008
15011
  custom?: Record<string, unknown> | undefined;
@@ -15382,15 +15385,20 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15382
15385
  internalName: "tronshasta";
15383
15386
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15387
  contracts: {
15388
+ limitOrder: {
15389
+ address: "0x0000000000000000000000000000000000000000";
15390
+ };
15385
15391
  nftManager: {
15386
15392
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15393
  };
15388
15394
  multicall2: {
15389
15395
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15396
  };
15397
+ multicall3: {
15398
+ address: "0x0000000000000000000000000000000000000000";
15399
+ };
15391
15400
  ensRegistry?: ChainContract | undefined;
15392
15401
  ensUniversalResolver?: ChainContract | undefined;
15393
- multicall3?: ChainContract | undefined;
15394
15402
  universalSignatureVerifier?: ChainContract | undefined;
15395
15403
  };
15396
15404
  blockExplorers: {
@@ -6532,15 +6532,20 @@ declare const tronShasta: Readonly<{
6532
6532
  internalName: "tronshasta";
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
+ limitOrder: {
6536
+ address: "0x0000000000000000000000000000000000000000";
6537
+ };
6535
6538
  nftManager: {
6536
6539
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6540
  };
6538
6541
  multicall2: {
6539
6542
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6543
  };
6544
+ multicall3: {
6545
+ address: "0x0000000000000000000000000000000000000000";
6546
+ };
6541
6547
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6548
  ensUniversalResolver?: import("viem").ChainContract | undefined;
6543
- multicall3?: import("viem").ChainContract | undefined;
6544
6549
  universalSignatureVerifier?: import("viem").ChainContract | undefined;
6545
6550
  };
6546
6551
  blockExplorers: {
@@ -6577,6 +6582,11 @@ declare const worldchain: Readonly<{
6577
6582
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6583
  safeReorgDistance: 90000;
6579
6584
  externalId: {};
6585
+ rpcUrls: {
6586
+ default: {
6587
+ http: string[];
6588
+ };
6589
+ };
6580
6590
  markets: {};
6581
6591
  bridges: {};
6582
6592
  oracles: {};
@@ -6706,13 +6716,6 @@ declare const worldchain: Readonly<{
6706
6716
  readonly symbol: "ETH";
6707
6717
  readonly decimals: 18;
6708
6718
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6719
  sourceId: 1;
6717
6720
  testnet: false;
6718
6721
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14872,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14872
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14873
  safeReorgDistance: 90000;
14871
14874
  externalId: {};
14875
+ rpcUrls: {
14876
+ default: {
14877
+ http: string[];
14878
+ };
14879
+ };
14872
14880
  markets: {};
14873
14881
  bridges: {};
14874
14882
  oracles: {};
@@ -14998,11 +15006,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15006
  readonly symbol: "ETH";
14999
15007
  readonly decimals: 18;
15000
15008
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15009
  sourceId: 1;
15007
15010
  testnet: false;
15008
15011
  custom?: Record<string, unknown> | undefined;
@@ -15382,15 +15385,20 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15382
15385
  internalName: "tronshasta";
15383
15386
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15387
  contracts: {
15388
+ limitOrder: {
15389
+ address: "0x0000000000000000000000000000000000000000";
15390
+ };
15385
15391
  nftManager: {
15386
15392
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15393
  };
15388
15394
  multicall2: {
15389
15395
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15396
  };
15397
+ multicall3: {
15398
+ address: "0x0000000000000000000000000000000000000000";
15399
+ };
15391
15400
  ensRegistry?: ChainContract | undefined;
15392
15401
  ensUniversalResolver?: ChainContract | undefined;
15393
- multicall3?: ChainContract | undefined;
15394
15402
  universalSignatureVerifier?: ChainContract | undefined;
15395
15403
  };
15396
15404
  blockExplorers: {
@@ -6532,15 +6532,20 @@ declare const tronShasta: Readonly<{
6532
6532
  internalName: "tronshasta";
6533
6533
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
6534
6534
  contracts: {
6535
+ limitOrder: {
6536
+ address: "0x0000000000000000000000000000000000000000";
6537
+ };
6535
6538
  nftManager: {
6536
6539
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
6537
6540
  };
6538
6541
  multicall2: {
6539
6542
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
6540
6543
  };
6544
+ multicall3: {
6545
+ address: "0x0000000000000000000000000000000000000000";
6546
+ };
6541
6547
  ensRegistry?: import("viem").ChainContract | undefined;
6542
6548
  ensUniversalResolver?: import("viem").ChainContract | undefined;
6543
- multicall3?: import("viem").ChainContract | undefined;
6544
6549
  universalSignatureVerifier?: import("viem").ChainContract | undefined;
6545
6550
  };
6546
6551
  blockExplorers: {
@@ -6577,6 +6582,11 @@ declare const worldchain: Readonly<{
6577
6582
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
6578
6583
  safeReorgDistance: 90000;
6579
6584
  externalId: {};
6585
+ rpcUrls: {
6586
+ default: {
6587
+ http: string[];
6588
+ };
6589
+ };
6580
6590
  markets: {};
6581
6591
  bridges: {};
6582
6592
  oracles: {};
@@ -6706,13 +6716,6 @@ declare const worldchain: Readonly<{
6706
6716
  readonly symbol: "ETH";
6707
6717
  readonly decimals: 18;
6708
6718
  };
6709
- rpcUrls: {
6710
- readonly default: {
6711
- readonly http: readonly [
6712
- "https://worldchain-mainnet.g.alchemy.com/public"
6713
- ];
6714
- };
6715
- };
6716
6719
  sourceId: 1;
6717
6720
  testnet: false;
6718
6721
  custom?: Record<string, unknown> | undefined;
@@ -14869,6 +14872,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14869
14872
  logoUrl: "https://assets.oku.trade/chains/world-logo.png";
14870
14873
  safeReorgDistance: 90000;
14871
14874
  externalId: {};
14875
+ rpcUrls: {
14876
+ default: {
14877
+ http: string[];
14878
+ };
14879
+ };
14872
14880
  markets: {};
14873
14881
  bridges: {};
14874
14882
  oracles: {};
@@ -14998,11 +15006,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14998
15006
  readonly symbol: "ETH";
14999
15007
  readonly decimals: 18;
15000
15008
  };
15001
- rpcUrls: {
15002
- readonly default: {
15003
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
15004
- };
15005
- };
15006
15009
  sourceId: 1;
15007
15010
  testnet: false;
15008
15011
  custom?: Record<string, unknown> | undefined;
@@ -15382,15 +15385,20 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15382
15385
  internalName: "tronshasta";
15383
15386
  nativeLogoUrl: "https://assets.oku.trade/natives/tron.png";
15384
15387
  contracts: {
15388
+ limitOrder: {
15389
+ address: "0x0000000000000000000000000000000000000000";
15390
+ };
15385
15391
  nftManager: {
15386
15392
  address: "0x358B41818D60CBF40C11FB728C8BC865726F423D";
15387
15393
  };
15388
15394
  multicall2: {
15389
15395
  address: "0x8C289C0A8ADA24FC0F27FCBB1200370A52A6675E";
15390
15396
  };
15397
+ multicall3: {
15398
+ address: "0x0000000000000000000000000000000000000000";
15399
+ };
15391
15400
  ensRegistry?: ChainContract | undefined;
15392
15401
  ensUniversalResolver?: ChainContract | undefined;
15393
- multicall3?: ChainContract | undefined;
15394
15402
  universalSignatureVerifier?: ChainContract | undefined;
15395
15403
  };
15396
15404
  blockExplorers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.218",
3
+ "version": "1.1.220",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",