Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Fix implementation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis committed Oct 18, 2023
1 parent 371a099 commit 3a08c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KIPs/kip-149.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ It needs to calculate storage slots for variables in the Registry contract for s

## Implementation

- A reference implementation for the Registry contract: [Implementation](https://github.com/klaytn/system-contracts/tree/registry)
- A reference implementation for core logic: [Implementation](https://github.com/klaytn/klaytn/pull/1968)
- A reference implementation for the Registry contract: [Implementation](https://github.com/klaytn/klaytn/blob/dev/contracts/system_contracts/registry/Registry.sol)
- A reference implementation for core logic: [Implementation](https://github.com/klaytn/klaytn/blob/dev/blockchain/system/registry.go)

## References

Expand Down

0 comments on commit 3a08c17

Please sign in to comment.