@gfxlabs/oku-chains 1.12.19 → 1.12.20
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
|
@@ -6404,8 +6404,7 @@
|
|
|
6404
6404
|
},
|
|
6405
6405
|
oku: {
|
|
6406
6406
|
router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
|
|
6407
|
-
|
|
6408
|
-
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6407
|
+
permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
|
|
6409
6408
|
pricing: {
|
|
6410
6409
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6411
6410
|
nativeWrappedName: "ETH",
|
package/dist/index-mjs.js
CHANGED
|
@@ -6401,8 +6401,7 @@ const worldchain = makeConfig({
|
|
|
6401
6401
|
},
|
|
6402
6402
|
oku: {
|
|
6403
6403
|
router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
|
|
6404
|
-
|
|
6405
|
-
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6404
|
+
permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
|
|
6406
6405
|
pricing: {
|
|
6407
6406
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6408
6407
|
nativeWrappedName: "ETH",
|
package/dist/index.js
CHANGED
|
@@ -6403,8 +6403,7 @@ const worldchain = makeConfig({
|
|
|
6403
6403
|
},
|
|
6404
6404
|
oku: {
|
|
6405
6405
|
router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
|
|
6406
|
-
|
|
6407
|
-
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
|
|
6406
|
+
permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
|
|
6408
6407
|
pricing: {
|
|
6409
6408
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
6410
6409
|
nativeWrappedName: "ETH",
|
|
@@ -62,8 +62,7 @@ export declare const worldchain: Readonly<{
|
|
|
62
62
|
};
|
|
63
63
|
oku: {
|
|
64
64
|
router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
|
|
65
|
-
|
|
66
|
-
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
|
|
65
|
+
permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f";
|
|
67
66
|
pricing: {
|
|
68
67
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
69
68
|
nativeWrappedName: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8299,8 +8299,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8299
8299
|
};
|
|
8300
8300
|
oku: {
|
|
8301
8301
|
router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
|
|
8302
|
-
|
|
8303
|
-
permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
|
|
8302
|
+
permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f";
|
|
8304
8303
|
pricing: {
|
|
8305
8304
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
8306
8305
|
nativeWrappedName: string;
|
|
@@ -71,8 +71,7 @@ export interface OkuCustomOrderTypesMetadata {
|
|
|
71
71
|
}
|
|
72
72
|
export interface OkuMetadata {
|
|
73
73
|
router?: Address;
|
|
74
|
-
|
|
75
|
-
permit2Proxy11?: Address;
|
|
74
|
+
permit2Proxy?: Address;
|
|
76
75
|
limitOrderRegistry?: Address;
|
|
77
76
|
limitOrderRegistryDeployBlock?: number;
|
|
78
77
|
pricing?: OkuPricingMetadata;
|