@gfxlabs/oku-chains 1.7.7 → 1.7.9

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
@@ -3226,7 +3226,7 @@
3226
3226
  transactionType: "eip1559",
3227
3227
  sortIndex: 15,
3228
3228
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png",
3229
- deprecated: false,
3229
+ deprecated: true,
3230
3230
  safeReorgDistance: 90000,
3231
3231
  blockAid: "",
3232
3232
  externalId: {},
@@ -3306,7 +3306,6 @@
3306
3306
 
3307
3307
  const monad = makeConfig({
3308
3308
  ...chains.monad,
3309
- name: "monad",
3310
3309
  blockTimeSeconds: 0.4,
3311
3310
  launchTime: 1764568406,
3312
3311
  transactionType: "eip1559",
@@ -4434,7 +4433,7 @@
4434
4433
  transactionType: "eip1559",
4435
4434
  sortIndex: 15,
4436
4435
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
4437
- deprecated: false,
4436
+ deprecated: true,
4438
4437
  safeReorgDistance: 90000,
4439
4438
  blockAid: "",
4440
4439
  externalId: {
@@ -5484,7 +5483,7 @@
5484
5483
  sortIndex: 15,
5485
5484
  blockAid: "",
5486
5485
  logoUrl: "https://assets.oku.trade/chains/tron.png",
5487
- deprecated: false,
5486
+ deprecated: true,
5488
5487
  safeReorgDistance: 90000,
5489
5488
  externalId: {},
5490
5489
  markets: {},
package/dist/index-mjs.js CHANGED
@@ -3223,7 +3223,7 @@ const metal = makeConfig({
3223
3223
  transactionType: "eip1559",
3224
3224
  sortIndex: 15,
3225
3225
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png",
3226
- deprecated: false,
3226
+ deprecated: true,
3227
3227
  safeReorgDistance: 90000,
3228
3228
  blockAid: "",
3229
3229
  externalId: {},
@@ -3303,7 +3303,6 @@ const metal = makeConfig({
3303
3303
 
3304
3304
  const monad = makeConfig({
3305
3305
  ...monad$1,
3306
- name: "monad",
3307
3306
  blockTimeSeconds: 0.4,
3308
3307
  launchTime: 1764568406,
3309
3308
  transactionType: "eip1559",
@@ -4431,7 +4430,7 @@ const ronin = makeConfig({
4431
4430
  transactionType: "eip1559",
4432
4431
  sortIndex: 15,
4433
4432
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
4434
- deprecated: false,
4433
+ deprecated: true,
4435
4434
  safeReorgDistance: 90000,
4436
4435
  blockAid: "",
4437
4436
  externalId: {
@@ -5481,7 +5480,7 @@ const tronShasta = makeConfig({
5481
5480
  sortIndex: 15,
5482
5481
  blockAid: "",
5483
5482
  logoUrl: "https://assets.oku.trade/chains/tron.png",
5484
- deprecated: false,
5483
+ deprecated: true,
5485
5484
  safeReorgDistance: 90000,
5486
5485
  externalId: {},
5487
5486
  markets: {},
package/dist/index.js CHANGED
@@ -3225,7 +3225,7 @@ const metal = makeConfig({
3225
3225
  transactionType: "eip1559",
3226
3226
  sortIndex: 15,
3227
3227
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png",
3228
- deprecated: false,
3228
+ deprecated: true,
3229
3229
  safeReorgDistance: 90000,
3230
3230
  blockAid: "",
3231
3231
  externalId: {},
@@ -3305,7 +3305,6 @@ const metal = makeConfig({
3305
3305
 
3306
3306
  const monad = makeConfig({
3307
3307
  ...chains.monad,
3308
- name: "monad",
3309
3308
  blockTimeSeconds: 0.4,
3310
3309
  launchTime: 1764568406,
3311
3310
  transactionType: "eip1559",
@@ -4433,7 +4432,7 @@ const ronin = makeConfig({
4433
4432
  transactionType: "eip1559",
4434
4433
  sortIndex: 15,
4435
4434
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg",
4436
- deprecated: false,
4435
+ deprecated: true,
4437
4436
  safeReorgDistance: 90000,
4438
4437
  blockAid: "",
4439
4438
  externalId: {
@@ -5483,7 +5482,7 @@ const tronShasta = makeConfig({
5483
5482
  sortIndex: 15,
5484
5483
  blockAid: "",
5485
5484
  logoUrl: "https://assets.oku.trade/chains/tron.png",
5486
- deprecated: false,
5485
+ deprecated: true,
5487
5486
  safeReorgDistance: 90000,
5488
5487
  externalId: {},
5489
5488
  markets: {},
@@ -5152,7 +5152,7 @@ declare const metal: Readonly<{
5152
5152
  transactionType: "eip1559";
5153
5153
  sortIndex: 15;
5154
5154
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
5155
- deprecated: false;
5155
+ deprecated: true;
5156
5156
  safeReorgDistance: 90000;
5157
5157
  blockAid: "";
5158
5158
  externalId: {};
@@ -5532,7 +5532,6 @@ declare const metal: Readonly<{
5532
5532
  };
5533
5533
  }>;
5534
5534
  declare const monad: Readonly<{
5535
- name: "monad";
5536
5535
  blockTimeSeconds: 0.4;
5537
5536
  launchTime: 1764568406;
5538
5537
  transactionType: "eip1559";
@@ -5624,6 +5623,7 @@ declare const monad: Readonly<{
5624
5623
  blockTime: 400;
5625
5624
  ensTlds?: readonly string[] | undefined;
5626
5625
  id: 143;
5626
+ name: "Monad";
5627
5627
  nativeCurrency: {
5628
5628
  readonly name: "Monad";
5629
5629
  readonly symbol: "MON";
@@ -6803,7 +6803,7 @@ declare const ronin: Readonly<{
6803
6803
  transactionType: "eip1559";
6804
6804
  sortIndex: 15;
6805
6805
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
6806
- deprecated: false;
6806
+ deprecated: true;
6807
6807
  safeReorgDistance: 90000;
6808
6808
  blockAid: "";
6809
6809
  externalId: {
@@ -7955,7 +7955,7 @@ declare const tronShasta: Readonly<{
7955
7955
  sortIndex: 15;
7956
7956
  blockAid: "";
7957
7957
  logoUrl: "https://assets.oku.trade/chains/tron.png";
7958
- deprecated: false;
7958
+ deprecated: true;
7959
7959
  safeReorgDistance: 90000;
7960
7960
  externalId: {};
7961
7961
  markets: {};
@@ -15121,7 +15121,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15121
15121
  transactionType: "eip1559";
15122
15122
  sortIndex: 15;
15123
15123
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
15124
- deprecated: false;
15124
+ deprecated: true;
15125
15125
  safeReorgDistance: 90000;
15126
15126
  blockAid: "";
15127
15127
  externalId: {};
@@ -18002,7 +18002,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18002
18002
  sortIndex: 15;
18003
18003
  blockAid: "";
18004
18004
  logoUrl: "https://assets.oku.trade/chains/tron.png";
18005
- deprecated: false;
18005
+ deprecated: true;
18006
18006
  safeReorgDistance: 90000;
18007
18007
  externalId: {};
18008
18008
  markets: {};
@@ -19319,7 +19319,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19319
19319
  transactionType: "eip1559";
19320
19320
  sortIndex: 15;
19321
19321
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
19322
- deprecated: false;
19322
+ deprecated: true;
19323
19323
  safeReorgDistance: 90000;
19324
19324
  blockAid: "";
19325
19325
  externalId: {
@@ -19433,7 +19433,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19433
19433
  formatters?: undefined | undefined;
19434
19434
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19435
19435
  }>, Readonly<{
19436
- name: "monad";
19437
19436
  blockTimeSeconds: 0.4;
19438
19437
  launchTime: 1764568406;
19439
19438
  transactionType: "eip1559";
@@ -19525,6 +19524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19525
19524
  blockTime: 400;
19526
19525
  ensTlds?: readonly string[] | undefined;
19527
19526
  id: 143;
19527
+ name: "Monad";
19528
19528
  nativeCurrency: {
19529
19529
  readonly name: "Monad";
19530
19530
  readonly symbol: "MON";
@@ -5152,7 +5152,7 @@ declare const metal: Readonly<{
5152
5152
  transactionType: "eip1559";
5153
5153
  sortIndex: 15;
5154
5154
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
5155
- deprecated: false;
5155
+ deprecated: true;
5156
5156
  safeReorgDistance: 90000;
5157
5157
  blockAid: "";
5158
5158
  externalId: {};
@@ -5532,7 +5532,6 @@ declare const metal: Readonly<{
5532
5532
  };
5533
5533
  }>;
5534
5534
  declare const monad: Readonly<{
5535
- name: "monad";
5536
5535
  blockTimeSeconds: 0.4;
5537
5536
  launchTime: 1764568406;
5538
5537
  transactionType: "eip1559";
@@ -5624,6 +5623,7 @@ declare const monad: Readonly<{
5624
5623
  blockTime: 400;
5625
5624
  ensTlds?: readonly string[] | undefined;
5626
5625
  id: 143;
5626
+ name: "Monad";
5627
5627
  nativeCurrency: {
5628
5628
  readonly name: "Monad";
5629
5629
  readonly symbol: "MON";
@@ -6803,7 +6803,7 @@ declare const ronin: Readonly<{
6803
6803
  transactionType: "eip1559";
6804
6804
  sortIndex: 15;
6805
6805
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
6806
- deprecated: false;
6806
+ deprecated: true;
6807
6807
  safeReorgDistance: 90000;
6808
6808
  blockAid: "";
6809
6809
  externalId: {
@@ -7955,7 +7955,7 @@ declare const tronShasta: Readonly<{
7955
7955
  sortIndex: 15;
7956
7956
  blockAid: "";
7957
7957
  logoUrl: "https://assets.oku.trade/chains/tron.png";
7958
- deprecated: false;
7958
+ deprecated: true;
7959
7959
  safeReorgDistance: 90000;
7960
7960
  externalId: {};
7961
7961
  markets: {};
@@ -15121,7 +15121,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15121
15121
  transactionType: "eip1559";
15122
15122
  sortIndex: 15;
15123
15123
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
15124
- deprecated: false;
15124
+ deprecated: true;
15125
15125
  safeReorgDistance: 90000;
15126
15126
  blockAid: "";
15127
15127
  externalId: {};
@@ -18002,7 +18002,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18002
18002
  sortIndex: 15;
18003
18003
  blockAid: "";
18004
18004
  logoUrl: "https://assets.oku.trade/chains/tron.png";
18005
- deprecated: false;
18005
+ deprecated: true;
18006
18006
  safeReorgDistance: 90000;
18007
18007
  externalId: {};
18008
18008
  markets: {};
@@ -19319,7 +19319,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19319
19319
  transactionType: "eip1559";
19320
19320
  sortIndex: 15;
19321
19321
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
19322
- deprecated: false;
19322
+ deprecated: true;
19323
19323
  safeReorgDistance: 90000;
19324
19324
  blockAid: "";
19325
19325
  externalId: {
@@ -19433,7 +19433,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19433
19433
  formatters?: undefined | undefined;
19434
19434
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19435
19435
  }>, Readonly<{
19436
- name: "monad";
19437
19436
  blockTimeSeconds: 0.4;
19438
19437
  launchTime: 1764568406;
19439
19438
  transactionType: "eip1559";
@@ -19525,6 +19524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19525
19524
  blockTime: 400;
19526
19525
  ensTlds?: readonly string[] | undefined;
19527
19526
  id: 143;
19527
+ name: "Monad";
19528
19528
  nativeCurrency: {
19529
19529
  readonly name: "Monad";
19530
19530
  readonly symbol: "MON";
@@ -5152,7 +5152,7 @@ declare const metal: Readonly<{
5152
5152
  transactionType: "eip1559";
5153
5153
  sortIndex: 15;
5154
5154
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
5155
- deprecated: false;
5155
+ deprecated: true;
5156
5156
  safeReorgDistance: 90000;
5157
5157
  blockAid: "";
5158
5158
  externalId: {};
@@ -5532,7 +5532,6 @@ declare const metal: Readonly<{
5532
5532
  };
5533
5533
  }>;
5534
5534
  declare const monad: Readonly<{
5535
- name: "monad";
5536
5535
  blockTimeSeconds: 0.4;
5537
5536
  launchTime: 1764568406;
5538
5537
  transactionType: "eip1559";
@@ -5624,6 +5623,7 @@ declare const monad: Readonly<{
5624
5623
  blockTime: 400;
5625
5624
  ensTlds?: readonly string[] | undefined;
5626
5625
  id: 143;
5626
+ name: "Monad";
5627
5627
  nativeCurrency: {
5628
5628
  readonly name: "Monad";
5629
5629
  readonly symbol: "MON";
@@ -6803,7 +6803,7 @@ declare const ronin: Readonly<{
6803
6803
  transactionType: "eip1559";
6804
6804
  sortIndex: 15;
6805
6805
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
6806
- deprecated: false;
6806
+ deprecated: true;
6807
6807
  safeReorgDistance: 90000;
6808
6808
  blockAid: "";
6809
6809
  externalId: {
@@ -7955,7 +7955,7 @@ declare const tronShasta: Readonly<{
7955
7955
  sortIndex: 15;
7956
7956
  blockAid: "";
7957
7957
  logoUrl: "https://assets.oku.trade/chains/tron.png";
7958
- deprecated: false;
7958
+ deprecated: true;
7959
7959
  safeReorgDistance: 90000;
7960
7960
  externalId: {};
7961
7961
  markets: {};
@@ -15121,7 +15121,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15121
15121
  transactionType: "eip1559";
15122
15122
  sortIndex: 15;
15123
15123
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
15124
- deprecated: false;
15124
+ deprecated: true;
15125
15125
  safeReorgDistance: 90000;
15126
15126
  blockAid: "";
15127
15127
  externalId: {};
@@ -18002,7 +18002,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18002
18002
  sortIndex: 15;
18003
18003
  blockAid: "";
18004
18004
  logoUrl: "https://assets.oku.trade/chains/tron.png";
18005
- deprecated: false;
18005
+ deprecated: true;
18006
18006
  safeReorgDistance: 90000;
18007
18007
  externalId: {};
18008
18008
  markets: {};
@@ -19319,7 +19319,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19319
19319
  transactionType: "eip1559";
19320
19320
  sortIndex: 15;
19321
19321
  logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
19322
- deprecated: false;
19322
+ deprecated: true;
19323
19323
  safeReorgDistance: 90000;
19324
19324
  blockAid: "";
19325
19325
  externalId: {
@@ -19433,7 +19433,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19433
19433
  formatters?: undefined | undefined;
19434
19434
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
19435
19435
  }>, Readonly<{
19436
- name: "monad";
19437
19436
  blockTimeSeconds: 0.4;
19438
19437
  launchTime: 1764568406;
19439
19438
  transactionType: "eip1559";
@@ -19525,6 +19524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
19525
19524
  blockTime: 400;
19526
19525
  ensTlds?: readonly string[] | undefined;
19527
19526
  id: 143;
19527
+ name: "Monad";
19528
19528
  nativeCurrency: {
19529
19529
  readonly name: "Monad";
19530
19530
  readonly symbol: "MON";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",