@gfxlabs/oku-chains 1.1.196 → 1.1.198

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
@@ -2682,14 +2682,14 @@
2682
2682
  },
2683
2683
  openocean: "optimism",
2684
2684
  zeroex: true,
2685
- icecreamswap: true
2685
+ icecreamswap: true,
2686
2686
  },
2687
2687
  bridges: {
2688
2688
  chainlink: {
2689
2689
  atlasNetworkName: "ethereum-mainnet-optimism-1",
2690
2690
  routerAddress: "0x3206695CaE29952f4b0c22a169725a865bc8Ce0f",
2691
2691
  chainSelector: 3734403246176062136n,
2692
- tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F"
2692
+ tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F",
2693
2693
  },
2694
2694
  rhinofi: "OPTIMISM",
2695
2695
  stargate: {
@@ -2732,6 +2732,10 @@
2732
2732
  oku: {
2733
2733
  limitOrderRegistryDeployBlock: 105276132,
2734
2734
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
2735
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1",
2736
+ bracketDeployBlock: 133454514,
2737
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5",
2738
+ stopLimitDeployBlock: 133454517,
2735
2739
  pricing: {
2736
2740
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
2737
2741
  nativeWrappedName: "WETH",
package/dist/index-mjs.js CHANGED
@@ -2678,14 +2678,14 @@ const optimism = makeConfig({
2678
2678
  },
2679
2679
  openocean: "optimism",
2680
2680
  zeroex: true,
2681
- icecreamswap: true
2681
+ icecreamswap: true,
2682
2682
  },
2683
2683
  bridges: {
2684
2684
  chainlink: {
2685
2685
  atlasNetworkName: "ethereum-mainnet-optimism-1",
2686
2686
  routerAddress: "0x3206695CaE29952f4b0c22a169725a865bc8Ce0f",
2687
2687
  chainSelector: 3734403246176062136n,
2688
- tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F"
2688
+ tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F",
2689
2689
  },
2690
2690
  rhinofi: "OPTIMISM",
2691
2691
  stargate: {
@@ -2728,6 +2728,10 @@ const optimism = makeConfig({
2728
2728
  oku: {
2729
2729
  limitOrderRegistryDeployBlock: 105276132,
2730
2730
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
2731
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1",
2732
+ bracketDeployBlock: 133454514,
2733
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5",
2734
+ stopLimitDeployBlock: 133454517,
2731
2735
  pricing: {
2732
2736
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
2733
2737
  nativeWrappedName: "WETH",
package/dist/index.js CHANGED
@@ -2680,14 +2680,14 @@ const optimism = makeConfig({
2680
2680
  },
2681
2681
  openocean: "optimism",
2682
2682
  zeroex: true,
2683
- icecreamswap: true
2683
+ icecreamswap: true,
2684
2684
  },
2685
2685
  bridges: {
2686
2686
  chainlink: {
2687
2687
  atlasNetworkName: "ethereum-mainnet-optimism-1",
2688
2688
  routerAddress: "0x3206695CaE29952f4b0c22a169725a865bc8Ce0f",
2689
2689
  chainSelector: 3734403246176062136n,
2690
- tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F"
2690
+ tokenAdminRegistry: "0x657c42abE4CD8aa731Aec322f871B5b90cf6274F",
2691
2691
  },
2692
2692
  rhinofi: "OPTIMISM",
2693
2693
  stargate: {
@@ -2730,6 +2730,10 @@ const optimism = makeConfig({
2730
2730
  oku: {
2731
2731
  limitOrderRegistryDeployBlock: 105276132,
2732
2732
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
2733
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1",
2734
+ bracketDeployBlock: 133454514,
2735
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5",
2736
+ stopLimitDeployBlock: 133454517,
2733
2737
  pricing: {
2734
2738
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
2735
2739
  nativeWrappedName: "WETH",
@@ -1652,7 +1652,7 @@ declare const bsc: Readonly<{
1652
1652
  rpcUrls: {
1653
1653
  readonly default: {
1654
1654
  readonly http: readonly [
1655
- "https://rpc.ankr.com/bsc"
1655
+ "https://56.rpc.thirdweb.com"
1656
1656
  ];
1657
1657
  };
1658
1658
  };
@@ -2704,7 +2704,7 @@ declare const corn: Readonly<{
2704
2704
  rpcUrls: {
2705
2705
  readonly default: {
2706
2706
  readonly http: readonly [
2707
- "https://rpc.ankr.com/corn_maizenet"
2707
+ "https://21000000.rpc.thirdweb.com"
2708
2708
  ];
2709
2709
  };
2710
2710
  };
@@ -4853,6 +4853,10 @@ declare const optimism: Readonly<{
4853
4853
  oku: {
4854
4854
  limitOrderRegistryDeployBlock: number;
4855
4855
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
4856
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
4857
+ bracketDeployBlock: number;
4858
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
4859
+ stopLimitDeployBlock: number;
4856
4860
  pricing: {
4857
4861
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
4858
4862
  nativeWrappedName: string;
@@ -6123,7 +6127,7 @@ declare const sonic: Readonly<{
6123
6127
  blockExplorers: {
6124
6128
  readonly default: {
6125
6129
  readonly name: "Sonic Explorer";
6126
- readonly url: "https://sonicscan.org/";
6130
+ readonly url: "https://sonicscan.org";
6127
6131
  };
6128
6132
  };
6129
6133
  id: 146;
@@ -6368,7 +6372,7 @@ declare const telos: Readonly<{
6368
6372
  rpcUrls: {
6369
6373
  readonly default: {
6370
6374
  readonly http: readonly [
6371
- "https://mainnet.telos.net/evm"
6375
+ "https://rpc.telos.net"
6372
6376
  ];
6373
6377
  };
6374
6378
  };
@@ -7196,6 +7200,10 @@ interface OkuPricingMetadata {
7196
7200
  interface OkuMetadata {
7197
7201
  limitOrderRegistry?: Address;
7198
7202
  limitOrderRegistryDeployBlock?: number;
7203
+ bracket?: Address;
7204
+ bracketDeployBlock?: number;
7205
+ stopLimit?: Address;
7206
+ stopLimitDeployBlock?: number;
7199
7207
  pricing?: OkuPricingMetadata;
7200
7208
  }
7201
7209
  interface TokenMetadata {
@@ -8546,7 +8554,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8546
8554
  };
8547
8555
  rpcUrls: {
8548
8556
  readonly default: {
8549
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
8557
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
8550
8558
  };
8551
8559
  };
8552
8560
  sourceId?: number | undefined | undefined;
@@ -9046,6 +9054,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9046
9054
  oku: {
9047
9055
  limitOrderRegistryDeployBlock: number;
9048
9056
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
9057
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
9058
+ bracketDeployBlock: number;
9059
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
9060
+ stopLimitDeployBlock: number;
9049
9061
  pricing: {
9050
9062
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
9051
9063
  nativeWrappedName: string;
@@ -12609,7 +12621,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12609
12621
  };
12610
12622
  rpcUrls: {
12611
12623
  readonly default: {
12612
- readonly http: readonly ["https://rpc.ankr.com/corn_maizenet"];
12624
+ readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
12613
12625
  };
12614
12626
  };
12615
12627
  sourceId: 1;
@@ -12713,7 +12725,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12713
12725
  blockExplorers: {
12714
12726
  readonly default: {
12715
12727
  readonly name: "Sonic Explorer";
12716
- readonly url: "https://sonicscan.org/";
12728
+ readonly url: "https://sonicscan.org";
12717
12729
  };
12718
12730
  };
12719
12731
  id: 146;
@@ -13880,7 +13892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13880
13892
  };
13881
13893
  rpcUrls: {
13882
13894
  readonly default: {
13883
- readonly http: readonly ["https://mainnet.telos.net/evm"];
13895
+ readonly http: readonly ["https://rpc.telos.net"];
13884
13896
  };
13885
13897
  };
13886
13898
  sourceId?: number | undefined | undefined;
@@ -1652,7 +1652,7 @@ declare const bsc: Readonly<{
1652
1652
  rpcUrls: {
1653
1653
  readonly default: {
1654
1654
  readonly http: readonly [
1655
- "https://rpc.ankr.com/bsc"
1655
+ "https://56.rpc.thirdweb.com"
1656
1656
  ];
1657
1657
  };
1658
1658
  };
@@ -2704,7 +2704,7 @@ declare const corn: Readonly<{
2704
2704
  rpcUrls: {
2705
2705
  readonly default: {
2706
2706
  readonly http: readonly [
2707
- "https://rpc.ankr.com/corn_maizenet"
2707
+ "https://21000000.rpc.thirdweb.com"
2708
2708
  ];
2709
2709
  };
2710
2710
  };
@@ -4853,6 +4853,10 @@ declare const optimism: Readonly<{
4853
4853
  oku: {
4854
4854
  limitOrderRegistryDeployBlock: number;
4855
4855
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
4856
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
4857
+ bracketDeployBlock: number;
4858
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
4859
+ stopLimitDeployBlock: number;
4856
4860
  pricing: {
4857
4861
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
4858
4862
  nativeWrappedName: string;
@@ -6123,7 +6127,7 @@ declare const sonic: Readonly<{
6123
6127
  blockExplorers: {
6124
6128
  readonly default: {
6125
6129
  readonly name: "Sonic Explorer";
6126
- readonly url: "https://sonicscan.org/";
6130
+ readonly url: "https://sonicscan.org";
6127
6131
  };
6128
6132
  };
6129
6133
  id: 146;
@@ -6368,7 +6372,7 @@ declare const telos: Readonly<{
6368
6372
  rpcUrls: {
6369
6373
  readonly default: {
6370
6374
  readonly http: readonly [
6371
- "https://mainnet.telos.net/evm"
6375
+ "https://rpc.telos.net"
6372
6376
  ];
6373
6377
  };
6374
6378
  };
@@ -7196,6 +7200,10 @@ interface OkuPricingMetadata {
7196
7200
  interface OkuMetadata {
7197
7201
  limitOrderRegistry?: Address;
7198
7202
  limitOrderRegistryDeployBlock?: number;
7203
+ bracket?: Address;
7204
+ bracketDeployBlock?: number;
7205
+ stopLimit?: Address;
7206
+ stopLimitDeployBlock?: number;
7199
7207
  pricing?: OkuPricingMetadata;
7200
7208
  }
7201
7209
  interface TokenMetadata {
@@ -8546,7 +8554,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8546
8554
  };
8547
8555
  rpcUrls: {
8548
8556
  readonly default: {
8549
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
8557
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
8550
8558
  };
8551
8559
  };
8552
8560
  sourceId?: number | undefined | undefined;
@@ -9046,6 +9054,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9046
9054
  oku: {
9047
9055
  limitOrderRegistryDeployBlock: number;
9048
9056
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
9057
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
9058
+ bracketDeployBlock: number;
9059
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
9060
+ stopLimitDeployBlock: number;
9049
9061
  pricing: {
9050
9062
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
9051
9063
  nativeWrappedName: string;
@@ -12609,7 +12621,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12609
12621
  };
12610
12622
  rpcUrls: {
12611
12623
  readonly default: {
12612
- readonly http: readonly ["https://rpc.ankr.com/corn_maizenet"];
12624
+ readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
12613
12625
  };
12614
12626
  };
12615
12627
  sourceId: 1;
@@ -12713,7 +12725,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12713
12725
  blockExplorers: {
12714
12726
  readonly default: {
12715
12727
  readonly name: "Sonic Explorer";
12716
- readonly url: "https://sonicscan.org/";
12728
+ readonly url: "https://sonicscan.org";
12717
12729
  };
12718
12730
  };
12719
12731
  id: 146;
@@ -13880,7 +13892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13880
13892
  };
13881
13893
  rpcUrls: {
13882
13894
  readonly default: {
13883
- readonly http: readonly ["https://mainnet.telos.net/evm"];
13895
+ readonly http: readonly ["https://rpc.telos.net"];
13884
13896
  };
13885
13897
  };
13886
13898
  sourceId?: number | undefined | undefined;
@@ -1652,7 +1652,7 @@ declare const bsc: Readonly<{
1652
1652
  rpcUrls: {
1653
1653
  readonly default: {
1654
1654
  readonly http: readonly [
1655
- "https://rpc.ankr.com/bsc"
1655
+ "https://56.rpc.thirdweb.com"
1656
1656
  ];
1657
1657
  };
1658
1658
  };
@@ -2704,7 +2704,7 @@ declare const corn: Readonly<{
2704
2704
  rpcUrls: {
2705
2705
  readonly default: {
2706
2706
  readonly http: readonly [
2707
- "https://rpc.ankr.com/corn_maizenet"
2707
+ "https://21000000.rpc.thirdweb.com"
2708
2708
  ];
2709
2709
  };
2710
2710
  };
@@ -4853,6 +4853,10 @@ declare const optimism: Readonly<{
4853
4853
  oku: {
4854
4854
  limitOrderRegistryDeployBlock: number;
4855
4855
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
4856
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
4857
+ bracketDeployBlock: number;
4858
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
4859
+ stopLimitDeployBlock: number;
4856
4860
  pricing: {
4857
4861
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
4858
4862
  nativeWrappedName: string;
@@ -6123,7 +6127,7 @@ declare const sonic: Readonly<{
6123
6127
  blockExplorers: {
6124
6128
  readonly default: {
6125
6129
  readonly name: "Sonic Explorer";
6126
- readonly url: "https://sonicscan.org/";
6130
+ readonly url: "https://sonicscan.org";
6127
6131
  };
6128
6132
  };
6129
6133
  id: 146;
@@ -6368,7 +6372,7 @@ declare const telos: Readonly<{
6368
6372
  rpcUrls: {
6369
6373
  readonly default: {
6370
6374
  readonly http: readonly [
6371
- "https://mainnet.telos.net/evm"
6375
+ "https://rpc.telos.net"
6372
6376
  ];
6373
6377
  };
6374
6378
  };
@@ -7196,6 +7200,10 @@ interface OkuPricingMetadata {
7196
7200
  interface OkuMetadata {
7197
7201
  limitOrderRegistry?: Address;
7198
7202
  limitOrderRegistryDeployBlock?: number;
7203
+ bracket?: Address;
7204
+ bracketDeployBlock?: number;
7205
+ stopLimit?: Address;
7206
+ stopLimitDeployBlock?: number;
7199
7207
  pricing?: OkuPricingMetadata;
7200
7208
  }
7201
7209
  interface TokenMetadata {
@@ -8546,7 +8554,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8546
8554
  };
8547
8555
  rpcUrls: {
8548
8556
  readonly default: {
8549
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
8557
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
8550
8558
  };
8551
8559
  };
8552
8560
  sourceId?: number | undefined | undefined;
@@ -9046,6 +9054,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9046
9054
  oku: {
9047
9055
  limitOrderRegistryDeployBlock: number;
9048
9056
  limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
9057
+ bracket: "0x1D718B430aCF5E385024162Da9Cd27bed7c02EC1";
9058
+ bracketDeployBlock: number;
9059
+ stopLimit: "0x03d58de2EE76515340F8Ac0dFCccf9BaEd4d39d5";
9060
+ stopLimitDeployBlock: number;
9049
9061
  pricing: {
9050
9062
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
9051
9063
  nativeWrappedName: string;
@@ -12609,7 +12621,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12609
12621
  };
12610
12622
  rpcUrls: {
12611
12623
  readonly default: {
12612
- readonly http: readonly ["https://rpc.ankr.com/corn_maizenet"];
12624
+ readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
12613
12625
  };
12614
12626
  };
12615
12627
  sourceId: 1;
@@ -12713,7 +12725,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12713
12725
  blockExplorers: {
12714
12726
  readonly default: {
12715
12727
  readonly name: "Sonic Explorer";
12716
- readonly url: "https://sonicscan.org/";
12728
+ readonly url: "https://sonicscan.org";
12717
12729
  };
12718
12730
  };
12719
12731
  id: 146;
@@ -13880,7 +13892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13880
13892
  };
13881
13893
  rpcUrls: {
13882
13894
  readonly default: {
13883
- readonly http: readonly ["https://mainnet.telos.net/evm"];
13895
+ readonly http: readonly ["https://rpc.telos.net"];
13884
13896
  };
13885
13897
  };
13886
13898
  sourceId?: number | undefined | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.196",
3
+ "version": "1.1.198",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",
@@ -50,7 +50,7 @@
50
50
  "tslib": "2.8.1",
51
51
  "tsx": "4.19.2",
52
52
  "typescript": "5.7.3",
53
- "viem": "^2.23.5"
53
+ "viem": "^2.23.13"
54
54
  },
55
55
  "packageManager": "yarn@4.6.0",
56
56
  "peerDependencies": {