Skip to content

Commit

Permalink
chore: add fetch ai network url
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jul 1, 2024
1 parent 11e2031 commit 62a47bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layer/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ const getMainnetNetworkExplorerUrl = (network: Network): string => {
return 'https://ping.wildsage.io/andromeda'
case Network.Saga:
return 'https://www.mintscan.io/saga'
case Network.Fetch:
return 'https://www.mintscan.io/fetchai'
case Network.Injective:
return 'https://explorer.injective.network'
default:
Expand Down

0 comments on commit 62a47bf

Please sign in to comment.