@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 +1 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/browser.d.ts +2 -0
- package/dist/types/index-mjs.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/browser.js
CHANGED
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",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -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/dist/types/index.d.ts
CHANGED
|
@@ -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";
|