@gfxlabs/oku-chains 1.1.135 → 1.1.136

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
@@ -938,6 +938,7 @@
938
938
 
939
939
  const corn = makeConfig({
940
940
  ...chains.corn,
941
+ name: "Corn",
941
942
  blockTimeSeconds: 35,
942
943
  launchTime: 1733882663,
943
944
  sortIndex: 15,
package/dist/index-mjs.js CHANGED
@@ -934,6 +934,7 @@ const bsc = makeConfig({
934
934
 
935
935
  const corn = makeConfig({
936
936
  ...corn$1,
937
+ name: "Corn",
937
938
  blockTimeSeconds: 35,
938
939
  launchTime: 1733882663,
939
940
  sortIndex: 15,
package/dist/index.js CHANGED
@@ -936,6 +936,7 @@ const bsc = makeConfig({
936
936
 
937
937
  const corn = makeConfig({
938
938
  ...chains.corn,
939
+ name: "Corn",
939
940
  blockTimeSeconds: 35,
940
941
  launchTime: 1733882663,
941
942
  sortIndex: 15,
@@ -1374,6 +1374,7 @@ declare const bsc: Readonly<{
1374
1374
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1375
1375
  }>;
1376
1376
  declare const corn: Readonly<{
1377
+ name: "Corn";
1377
1378
  blockTimeSeconds: 35;
1378
1379
  launchTime: 1733882663;
1379
1380
  sortIndex: 15;
@@ -1450,7 +1451,6 @@ declare const corn: Readonly<{
1450
1451
  };
1451
1452
  };
1452
1453
  id: 21000000;
1453
- name: "Corn Maizenet";
1454
1454
  nativeCurrency: {
1455
1455
  readonly decimals: 18;
1456
1456
  readonly name: "Bitcorn";
@@ -9969,6 +9969,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9969
9969
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
9970
9970
  };
9971
9971
  }>, Readonly<{
9972
+ name: "Corn";
9972
9973
  blockTimeSeconds: 35;
9973
9974
  launchTime: 1733882663;
9974
9975
  sortIndex: 15;
@@ -10045,7 +10046,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10045
10046
  };
10046
10047
  };
10047
10048
  id: 21000000;
10048
- name: "Corn Maizenet";
10049
10049
  nativeCurrency: {
10050
10050
  readonly decimals: 18;
10051
10051
  readonly name: "Bitcorn";
@@ -1374,6 +1374,7 @@ declare const bsc: Readonly<{
1374
1374
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1375
1375
  }>;
1376
1376
  declare const corn: Readonly<{
1377
+ name: "Corn";
1377
1378
  blockTimeSeconds: 35;
1378
1379
  launchTime: 1733882663;
1379
1380
  sortIndex: 15;
@@ -1450,7 +1451,6 @@ declare const corn: Readonly<{
1450
1451
  };
1451
1452
  };
1452
1453
  id: 21000000;
1453
- name: "Corn Maizenet";
1454
1454
  nativeCurrency: {
1455
1455
  readonly decimals: 18;
1456
1456
  readonly name: "Bitcorn";
@@ -9969,6 +9969,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9969
9969
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
9970
9970
  };
9971
9971
  }>, Readonly<{
9972
+ name: "Corn";
9972
9973
  blockTimeSeconds: 35;
9973
9974
  launchTime: 1733882663;
9974
9975
  sortIndex: 15;
@@ -10045,7 +10046,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10045
10046
  };
10046
10047
  };
10047
10048
  id: 21000000;
10048
- name: "Corn Maizenet";
10049
10049
  nativeCurrency: {
10050
10050
  readonly decimals: 18;
10051
10051
  readonly name: "Bitcorn";
@@ -1374,6 +1374,7 @@ declare const bsc: Readonly<{
1374
1374
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1375
1375
  }>;
1376
1376
  declare const corn: Readonly<{
1377
+ name: "Corn";
1377
1378
  blockTimeSeconds: 35;
1378
1379
  launchTime: 1733882663;
1379
1380
  sortIndex: 15;
@@ -1450,7 +1451,6 @@ declare const corn: Readonly<{
1450
1451
  };
1451
1452
  };
1452
1453
  id: 21000000;
1453
- name: "Corn Maizenet";
1454
1454
  nativeCurrency: {
1455
1455
  readonly decimals: 18;
1456
1456
  readonly name: "Bitcorn";
@@ -9969,6 +9969,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9969
9969
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
9970
9970
  };
9971
9971
  }>, Readonly<{
9972
+ name: "Corn";
9972
9973
  blockTimeSeconds: 35;
9973
9974
  launchTime: 1733882663;
9974
9975
  sortIndex: 15;
@@ -10045,7 +10046,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10045
10046
  };
10046
10047
  };
10047
10048
  id: 21000000;
10048
- name: "Corn Maizenet";
10049
10049
  nativeCurrency: {
10050
10050
  readonly decimals: 18;
10051
10051
  readonly name: "Bitcorn";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.135",
3
+ "version": "1.1.136",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",