@gfxlabs/oku-chains 1.12.33 → 1.12.34

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
@@ -5885,7 +5885,7 @@
5885
5885
  uniswap: {
5886
5886
  deployBlock: 1367,
5887
5887
  multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2",
5888
- permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93",
5888
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5889
5889
  poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
5890
5890
  positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967",
5891
5891
  universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E",
package/dist/index-mjs.js CHANGED
@@ -5882,7 +5882,7 @@ const scroll = makeConfig({
5882
5882
  uniswap: {
5883
5883
  deployBlock: 1367,
5884
5884
  multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2",
5885
- permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93",
5885
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5886
5886
  poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
5887
5887
  positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967",
5888
5888
  universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E",
package/dist/index.js CHANGED
@@ -5884,7 +5884,7 @@ const scroll = makeConfig({
5884
5884
  uniswap: {
5885
5885
  deployBlock: 1367,
5886
5886
  multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2",
5887
- permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93",
5887
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5888
5888
  poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
5889
5889
  positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967",
5890
5890
  universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E",
@@ -59,7 +59,7 @@ export declare const scroll: Readonly<{
59
59
  uniswap: {
60
60
  deployBlock: number;
61
61
  multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
62
- permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93";
62
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
63
63
  poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
64
64
  positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
65
65
  universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
@@ -3090,7 +3090,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
3090
3090
  uniswap: {
3091
3091
  deployBlock: number;
3092
3092
  multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2";
3093
- permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93";
3093
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
3094
3094
  poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
3095
3095
  positionsNFT: "0xB39002E4033b162fAc607fc3471E205FA2aE5967";
3096
3096
  universalRouter: "0x595E7160858b1AdA94Bda790D8699C85e595117E";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.33",
3
+ "version": "1.12.34",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",