@gfxlabs/oku-chains 1.9.4 → 1.9.5

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
@@ -5724,7 +5724,7 @@
5724
5724
  launchTime: 0,
5725
5725
  transactionType: "eip1559",
5726
5726
  sortIndex: 15,
5727
- logoUrl: "https://assets.oku.trade/chains/world-logo.png",
5727
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
5728
5728
  deprecated: false,
5729
5729
  liteChain: true,
5730
5730
  safeReorgDistance: 90000,
package/dist/index-mjs.js CHANGED
@@ -5721,7 +5721,7 @@ const worldchain = makeConfig({
5721
5721
  launchTime: 0,
5722
5722
  transactionType: "eip1559",
5723
5723
  sortIndex: 15,
5724
- logoUrl: "https://assets.oku.trade/chains/world-logo.png",
5724
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
5725
5725
  deprecated: false,
5726
5726
  liteChain: true,
5727
5727
  safeReorgDistance: 90000,
package/dist/index.js CHANGED
@@ -5723,7 +5723,7 @@ const worldchain = makeConfig({
5723
5723
  launchTime: 0,
5724
5724
  transactionType: "eip1559",
5725
5725
  sortIndex: 15,
5726
- logoUrl: "https://assets.oku.trade/chains/world-logo.png",
5726
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg",
5727
5727
  deprecated: false,
5728
5728
  liteChain: true,
5729
5729
  safeReorgDistance: 90000,
@@ -8491,7 +8491,7 @@ declare const worldchain: Readonly<{
8491
8491
  launchTime: 0;
8492
8492
  transactionType: "eip1559";
8493
8493
  sortIndex: 15;
8494
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
8494
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
8495
8495
  deprecated: false;
8496
8496
  liteChain: true;
8497
8497
  safeReorgDistance: 90000;
@@ -17536,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17536
17536
  launchTime: 0;
17537
17537
  transactionType: "eip1559";
17538
17538
  sortIndex: 15;
17539
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
17539
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
17540
17540
  deprecated: false;
17541
17541
  liteChain: true;
17542
17542
  safeReorgDistance: 90000;
@@ -8491,7 +8491,7 @@ declare const worldchain: Readonly<{
8491
8491
  launchTime: 0;
8492
8492
  transactionType: "eip1559";
8493
8493
  sortIndex: 15;
8494
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
8494
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
8495
8495
  deprecated: false;
8496
8496
  liteChain: true;
8497
8497
  safeReorgDistance: 90000;
@@ -17536,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17536
17536
  launchTime: 0;
17537
17537
  transactionType: "eip1559";
17538
17538
  sortIndex: 15;
17539
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
17539
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
17540
17540
  deprecated: false;
17541
17541
  liteChain: true;
17542
17542
  safeReorgDistance: 90000;
@@ -8491,7 +8491,7 @@ declare const worldchain: Readonly<{
8491
8491
  launchTime: 0;
8492
8492
  transactionType: "eip1559";
8493
8493
  sortIndex: 15;
8494
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
8494
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
8495
8495
  deprecated: false;
8496
8496
  liteChain: true;
8497
8497
  safeReorgDistance: 90000;
@@ -17536,7 +17536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17536
17536
  launchTime: 0;
17537
17537
  transactionType: "eip1559";
17538
17538
  sortIndex: 15;
17539
- logoUrl: "https://assets.oku.trade/chains/world-logo.png";
17539
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/worldchain-logo.svg";
17540
17540
  deprecated: false;
17541
17541
  liteChain: true;
17542
17542
  safeReorgDistance: 90000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",