Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: unkownmodules support #786

Merged
merged 40 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7634afd
unkownmodules support
Oct 11, 2022
9f3ea4a
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 11, 2022
73f6fbe
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 12, 2022
36191e3
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 12, 2022
bff7cc3
encoded module data
Oct 14, 2022
76df6be
Merge branch 'feature/unknownmodule-support' of github.com:arttu0/len…
Oct 14, 2022
1868228
redundant code fix
Oct 14, 2022
c34d67e
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 14, 2022
0b75897
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 14, 2022
ce2752b
add helper text and title
Oct 17, 2022
389ee27
Merge branch 'feature/unknownmodule-support' of github.com:arttu0/len…
Oct 17, 2022
0e893b5
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 18, 2022
6ef94e7
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 19, 2022
eb3a787
small fixes
Oct 19, 2022
e343d2c
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 19, 2022
1fabd34
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 20, 2022
c57738f
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 21, 2022
3c6d882
Merge branch 'main' into feature/unknownmodule-support
bigint Oct 21, 2022
9e59ba5
chore: fix typo
bigint Oct 21, 2022
c717799
chore: lint
bigint Oct 21, 2022
d8dac35
refactor code
Oct 26, 2022
0e70396
Merge branch 'feature/unknownmodule-support' of github.com:arttu0/len…
Oct 26, 2022
65bf262
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 26, 2022
e9db408
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 26, 2022
6b69d35
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 26, 2022
e8c86be
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 26, 2022
5ad144b
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 28, 2022
d848a83
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 28, 2022
b9f748b
remove await
Oct 28, 2022
f91f6c1
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 28, 2022
8bf2a26
lint
Oct 28, 2022
2dea805
Merge branch 'feature/unknownmodule-support' of github.com:arttu0/len…
Oct 28, 2022
1bcb2a5
Merge branch 'main' into feature/unknownmodule-support
arttu0 Oct 31, 2022
56997fc
Merge branch 'main' into feature/unknownmodule-support
arttu0 Nov 1, 2022
db6140c
Merge branch 'main' into feature/unknownmodule-support
bigint Nov 2, 2022
a1ac6f0
Merge branch 'main' into feature/unknownmodule-support
arttu0 Nov 3, 2022
3f2258d
chore: refactor refetch and loading
bigint Nov 3, 2022
cf08c30
add publication id parser
Nov 3, 2022
ada201f
chore
Nov 3, 2022
85722f5
Merge branch 'main' into feature/unknownmodule-support
arttu0 Nov 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export const TESTNET_DEFAULT_TOKEN = '0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889
export const SANDBOX_LENSHUB_PROXY = '0x7582177F9E536aB0b6c721e11f383C326F2Ad1D5';
export const SANDBOX_LENS_PERIPHERY = '0x5dDD1d6c04E805D830574A31Bf7979D416c6d7c5';
export const SANDBOX_FREE_COLLECT_MODULE = '0xD57C675b542bFC24242a1088514306fFaeaFc6Fb';
export const TESTNET_UPDATE_OWNABLE_FEE_COLLECT_MODULE_ADDRESS = '0xA78E4a4D0367f0f4674130F0Bb2653957ab5917e';
export const MAINNET_UPDATE_OWNABLE_FEE_COLLECT_MODULE_ADDRESS = '0x432960b3209686Cc69e2EEC1dBBaB52A1c0Bf938';
Loading