From af3cea89857673919b4b6acc1a607ec7027cff56 Mon Sep 17 00:00:00 2001 From: Kiryl Yermakou Date: Wed, 1 Nov 2023 19:53:26 -0400 Subject: [PATCH] docs(Design): Address Tracker is not upgradable --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index a8f4e98a..cc611f21 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -32,7 +32,7 @@ Most projects that look to go cross-chain nowadays have more complex needs that ## Interchain Address Tracker -We plan to finalize the design of the `InterchainTokenService` but we want to be able to support new chains as they get added to the Axelar Network. For this purpose, the service will ask a separate contract, the [`InterchainAddressTracker`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/utils/InterchainAddressTracker.sol) to obtain the destination address for outgoing messages, and for validation of incoming messages. This contract might eventually stop being upgradable but it will probably be able to support new addresses for new chains indefinitely. +We plan to finalize the design of the `InterchainTokenService` but we want to be able to support new chains as they get added to the Axelar Network. For this purpose, the service will ask a separate contract, the [`InterchainAddressTracker`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/utils/InterchainAddressTracker.sol) to obtain the destination address for outgoing messages, and for validation of incoming messages. ## Interchain Token