Skip to content

Commit

Permalink
Merge pull request #938 from lukso-network/feat/versions-abis
Browse files Browse the repository at this point in the history
feat: add JSON ABIs for old interface ID versions of LSP7 and LSP8
  • Loading branch information
CJ42 authored Mar 28, 2024
2 parents 7dae2e2 + 71cd129 commit f7e4c85
Show file tree
Hide file tree
Showing 10 changed files with 4,818 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions packages/lsp7-contracts/compatibility-abis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Compatibility ABIs for LSP7

This folder contains historical ABIs from previous release versions.

- `v0.14.0`: LSP7 interface ID was `0xb3c4928f`.
- `v0.13.0`: LSP7 interface ID was `0xb3c4928f`.
- `v0.12.0`: LSP7 interface ID was `0xdaa746b7`.

This is to enable dApps and projects to be backward compatible in their interfaces to display and interact with LSP7 token contracts deployed with these old versions, by consuming their old ABIs.
1 change: 1 addition & 0 deletions packages/lsp7-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"contracts/**/*.sol",
"!contracts/Mocks/**/*.sol",
"artifacts/*.json",
"compatibility-abis",
"dist",
"types",
"!types/factories",
Expand Down
Loading

0 comments on commit f7e4c85

Please sign in to comment.