Skip to content

Commit

Permalink
add tokenmanager to chain and contract reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Feb 1, 2024
1 parent 21e244a commit de8b868
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,10 @@ export const getNavigation = (section) => {
title: "InterchainTokenFactory",
href: "https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/InterchainTokenFactory.sol",
},
,
{
title: "TokenManager",
href: "https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/token-manager/TokenManager.sol",
},
{
title: "AxelarGateway ",
href: "https://github.com/axelarnetwork/axelar-cgp-solidity/blob/main/contracts/AxelarGateway.sol",
Expand Down

0 comments on commit de8b868

Please sign in to comment.