@gfxlabs/oku-chains 1.12.18 → 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
@@ -4387,6 +4387,7 @@
4387
4387
 
4388
4388
  const pharos = makeConfig({
4389
4389
  ...pharos$1,
4390
+ name: "Pharos",
4390
4391
  blockTimeSeconds: 2,
4391
4392
  launchTime: 1777014000,
4392
4393
  transactionType: "eip1559",
@@ -6403,8 +6404,7 @@
6403
6404
  },
6404
6405
  oku: {
6405
6406
  router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
6406
- permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
6407
- permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
6407
+ permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
6408
6408
  pricing: {
6409
6409
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
6410
6410
  nativeWrappedName: "ETH",
package/dist/index-mjs.js CHANGED
@@ -4384,6 +4384,7 @@ const pharos$1 = makeInternalChain({
4384
4384
 
4385
4385
  const pharos = makeConfig({
4386
4386
  ...pharos$1,
4387
+ name: "Pharos",
4387
4388
  blockTimeSeconds: 2,
4388
4389
  launchTime: 1777014000,
4389
4390
  transactionType: "eip1559",
@@ -6400,8 +6401,7 @@ const worldchain = makeConfig({
6400
6401
  },
6401
6402
  oku: {
6402
6403
  router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
6403
- permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
6404
- permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
6404
+ permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
6405
6405
  pricing: {
6406
6406
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
6407
6407
  nativeWrappedName: "ETH",
package/dist/index.js CHANGED
@@ -4386,6 +4386,7 @@ const pharos$1 = makeInternalChain({
4386
4386
 
4387
4387
  const pharos = makeConfig({
4388
4388
  ...pharos$1,
4389
+ name: "Pharos",
4389
4390
  blockTimeSeconds: 2,
4390
4391
  launchTime: 1777014000,
4391
4392
  transactionType: "eip1559",
@@ -6402,8 +6403,7 @@ const worldchain = makeConfig({
6402
6403
  },
6403
6404
  oku: {
6404
6405
  router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc",
6405
- permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12",
6406
- permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688",
6406
+ permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f",
6407
6407
  pricing: {
6408
6408
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
6409
6409
  nativeWrappedName: "ETH",
@@ -1,4 +1,5 @@
1
1
  export declare const pharos: Readonly<{
2
+ name: "Pharos";
2
3
  blockTimeSeconds: 2;
3
4
  launchTime: 1777014000;
4
5
  transactionType: "eip1559";
@@ -82,7 +83,6 @@ export declare const pharos: Readonly<{
82
83
  blockTime?: number | undefined | undefined;
83
84
  ensTlds?: readonly string[] | undefined;
84
85
  id: number;
85
- name: string;
86
86
  nativeCurrency: {
87
87
  name: string;
88
88
  symbol: string;
@@ -62,8 +62,7 @@ export declare const worldchain: Readonly<{
62
62
  };
63
63
  oku: {
64
64
  router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
65
- permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12";
66
- permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
65
+ permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f";
67
66
  pricing: {
68
67
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
69
68
  nativeWrappedName: string;
@@ -8299,8 +8299,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
8299
8299
  };
8300
8300
  oku: {
8301
8301
  router: "0x47A708142C348e2B4260cCEf3abC2Aff03486eBc";
8302
- permit2Proxy10: "0x1B361B7cEce8920Bb5C3606B322EEC08FA85EB12";
8303
- permit2Proxy11: "0x43830FE2074eaD6562586b512D87aa6af840a688";
8302
+ permit2Proxy: "0xF95D1bBAE6cfEf416EA6861cEce9E7B3e6bd0d4f";
8304
8303
  pricing: {
8305
8304
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
8306
8305
  nativeWrappedName: string;
@@ -10854,6 +10853,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10854
10853
  } & {
10855
10854
  caip2Namespace: string;
10856
10855
  }>, Readonly<{
10856
+ name: "Pharos";
10857
10857
  blockTimeSeconds: 2;
10858
10858
  launchTime: 1777014000;
10859
10859
  transactionType: "eip1559";
@@ -10937,7 +10937,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10937
10937
  blockTime?: number | undefined | undefined;
10938
10938
  ensTlds?: readonly string[] | undefined;
10939
10939
  id: number;
10940
- name: string;
10941
10940
  nativeCurrency: {
10942
10941
  name: string;
10943
10942
  symbol: string;
@@ -71,8 +71,7 @@ export interface OkuCustomOrderTypesMetadata {
71
71
  }
72
72
  export interface OkuMetadata {
73
73
  router?: Address;
74
- permit2Proxy10?: Address;
75
- permit2Proxy11?: Address;
74
+ permit2Proxy?: Address;
76
75
  limitOrderRegistry?: Address;
77
76
  limitOrderRegistryDeployBlock?: number;
78
77
  pricing?: OkuPricingMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.18",
3
+ "version": "1.12.20",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",