From 3a08c17cd217f2b9729cdd449fdfbd316705c9a0 Mon Sep 17 00:00:00 2001 From: Lewis Date: Wed, 18 Oct 2023 15:40:00 +0900 Subject: [PATCH] Fix implementation link --- KIPs/kip-149.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KIPs/kip-149.md b/KIPs/kip-149.md index 813937e8..f44284f9 100644 --- a/KIPs/kip-149.md +++ b/KIPs/kip-149.md @@ -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