@gfxlabs/oku-chains 1.1.134 → 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,
@@ -988,9 +989,10 @@
988
989
  "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba",
989
990
  "0x0F12dac5217868b3d6772632543ef16df8df17E5",
990
991
  "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
992
+ "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
991
993
  ],
992
994
  internalName: "corn",
993
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
995
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
994
996
  contracts: {
995
997
  ...chains.corn.contracts,
996
998
  limitOrder: {
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,
@@ -984,9 +985,10 @@ const corn = makeConfig({
984
985
  "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba",
985
986
  "0x0F12dac5217868b3d6772632543ef16df8df17E5",
986
987
  "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
988
+ "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
987
989
  ],
988
990
  internalName: "corn",
989
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
991
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
990
992
  contracts: {
991
993
  ...corn$1.contracts,
992
994
  limitOrder: {
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,
@@ -986,9 +987,10 @@ const corn = makeConfig({
986
987
  "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba",
987
988
  "0x0F12dac5217868b3d6772632543ef16df8df17E5",
988
989
  "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F",
990
+ "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3",
989
991
  ],
990
992
  internalName: "corn",
991
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
993
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png",
992
994
  contracts: {
993
995
  ...chains.corn.contracts,
994
996
  limitOrder: {
@@ -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;
@@ -1422,9 +1423,9 @@ declare const corn: Readonly<{
1422
1423
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
1423
1424
  })[];
1424
1425
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
1425
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
1426
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
1426
1427
  internalName: "corn";
1427
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
1428
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
1428
1429
  contracts: {
1429
1430
  limitOrder: {
1430
1431
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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;
@@ -10017,9 +10018,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10017
10018
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
10018
10019
  })[];
10019
10020
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
10020
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
10021
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
10021
10022
  internalName: "corn";
10022
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
10023
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
10023
10024
  contracts: {
10024
10025
  limitOrder: {
10025
10026
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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;
@@ -1422,9 +1423,9 @@ declare const corn: Readonly<{
1422
1423
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
1423
1424
  })[];
1424
1425
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
1425
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
1426
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
1426
1427
  internalName: "corn";
1427
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
1428
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
1428
1429
  contracts: {
1429
1430
  limitOrder: {
1430
1431
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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;
@@ -10017,9 +10018,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10017
10018
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
10018
10019
  })[];
10019
10020
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
10020
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
10021
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
10021
10022
  internalName: "corn";
10022
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
10023
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
10023
10024
  contracts: {
10024
10025
  limitOrder: {
10025
10026
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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;
@@ -1422,9 +1423,9 @@ declare const corn: Readonly<{
1422
1423
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
1423
1424
  })[];
1424
1425
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
1425
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
1426
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
1426
1427
  internalName: "corn";
1427
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
1428
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
1428
1429
  contracts: {
1429
1430
  limitOrder: {
1430
1431
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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;
@@ -10017,9 +10018,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10017
10018
  address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
10018
10019
  })[];
10019
10020
  stables: "0xDF0B24095e15044538866576754F3C964e902Ee6"[];
10020
- watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F")[];
10021
+ watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3")[];
10021
10022
  internalName: "corn";
10022
- nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
10023
+ nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
10023
10024
  contracts: {
10024
10025
  limitOrder: {
10025
10026
  address: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
@@ -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.134",
3
+ "version": "1.1.136",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",