@gfxlabs/oku-chains 1.1.108 → 1.1.109

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
@@ -575,6 +575,7 @@
575
575
  },
576
576
  token: {
577
577
  wethAddress: "0x4200000000000000000000000000000000000006",
578
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
578
579
  },
579
580
  oku: {
580
581
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8",
package/dist/index-mjs.js CHANGED
@@ -572,6 +572,7 @@ const bob = makeConfig({
572
572
  },
573
573
  token: {
574
574
  wethAddress: "0x4200000000000000000000000000000000000006",
575
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
575
576
  },
576
577
  oku: {
577
578
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8",
package/dist/index.js CHANGED
@@ -574,6 +574,7 @@ const bob = makeConfig({
574
574
  },
575
575
  token: {
576
576
  wethAddress: "0x4200000000000000000000000000000000000006",
577
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
577
578
  },
578
579
  oku: {
579
580
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8",
@@ -743,6 +743,7 @@ declare const bob: Readonly<{
743
743
  };
744
744
  token: {
745
745
  wethAddress: "0x4200000000000000000000000000000000000006";
746
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
746
747
  };
747
748
  oku: {
748
749
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
@@ -8669,6 +8670,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8669
8670
  };
8670
8671
  token: {
8671
8672
  wethAddress: "0x4200000000000000000000000000000000000006";
8673
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
8672
8674
  };
8673
8675
  oku: {
8674
8676
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
@@ -743,6 +743,7 @@ declare const bob: Readonly<{
743
743
  };
744
744
  token: {
745
745
  wethAddress: "0x4200000000000000000000000000000000000006";
746
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
746
747
  };
747
748
  oku: {
748
749
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
@@ -8669,6 +8670,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8669
8670
  };
8670
8671
  token: {
8671
8672
  wethAddress: "0x4200000000000000000000000000000000000006";
8673
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
8672
8674
  };
8673
8675
  oku: {
8674
8676
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
@@ -743,6 +743,7 @@ declare const bob: Readonly<{
743
743
  };
744
744
  token: {
745
745
  wethAddress: "0x4200000000000000000000000000000000000006";
746
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
746
747
  };
747
748
  oku: {
748
749
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
@@ -8669,6 +8670,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8669
8670
  };
8670
8671
  token: {
8671
8672
  wethAddress: "0x4200000000000000000000000000000000000006";
8673
+ wbtcAddress: "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3";
8672
8674
  };
8673
8675
  oku: {
8674
8676
  limitOrderRegistry: "0x447b8e40b0cda8e55f405c86bc635d02d0540ab8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.108",
3
+ "version": "1.1.109",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",