-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌺 Lens and Hey v3: v34 (#lens-v3)
Summary: Updated dependencies and removed unused constants and contracts. Highlights: • Upgraded various dependencies, including `dotenv`, `axios`, and `@apollo/client`. • Removed unused constants from `constants.ts` and contracts from `contracts.ts`. • Updated `@types/node` and `vitest` in multiple `package.json` files. Read more: https://pierre.co/hey/hey/lens-v3
- Loading branch information
Yoginth
authored and
Pierre
committed
Dec 6, 2024
1 parent
40ac878
commit d847b96
Showing
15 changed files
with
605 additions
and
3,496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"husky": "^9.1.7", | ||
"pierre": "^2.1.9" | ||
"pierre": "^2.1.10" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
export enum MainnetContracts { | ||
DefaultToken = "0x3d2bD0e15829AA5C362a4144FdF4A1112fa29B5c", | ||
HeyLensSignup = "0x4b8845ACb8148dE64D1D99Cf27A3890a91F55E53", | ||
HeyTipping = "0xCFeB907551c3C7E4Df2627B2Ed3D0C782702785B", | ||
LensHandles = "0xe7E7EaD361f3AaCD73A61A9bD6C10cA17F38E945", | ||
Graph = "0x9e7085a6cc3A02F6026817997cE44B26Ba4Df557", | ||
PermissionlessCreator = "0x0b5e6100243f793e480DE6088dE6bA70aA9f3872", | ||
TokenHandleRegistry = "0xD4F2F33680FCCb36748FA9831851643781608844" | ||
DefaultToken = "0x3d2bD0e15829AA5C362a4144FdF4A1112fa29B5c" | ||
} | ||
|
||
export enum TestnetContracts { | ||
DefaultToken = "0x3d2bD0e15829AA5C362a4144FdF4A1112fa29B5c", | ||
HeyLensSignup = "0x82Bcb5DA51c6F3D0Ce942bDBEbb0B8A7774d62e8", | ||
HeyTipping = "0xAadeC94DCD26555F464455d309a5E896f78cC65f", | ||
LensHandles = "0xf6fDD7932219D64f267E4BfaF8d19774526d31D9", | ||
Graph = "0x9e7085a6cc3A02F6026817997cE44B26Ba4Df557", | ||
PermissionlessCreator = "0x36440da1D98FF46637f0b98AAA082bc77977B49B", | ||
TokenHandleRegistry = "0x24360dc6Af3c0b37baA8B0aaDD5BcA11C1a1389A" | ||
DefaultToken = "0x3d2bD0e15829AA5C362a4144FdF4A1112fa29B5c" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.