Skip to content

Commit

Permalink
refactor: remove algoscan and update voi testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Oct 18, 2023
1 parent 4e6d391 commit c911099
Showing 1 changed file with 5 additions and 38 deletions.
43 changes: 5 additions & 38 deletions src/extension/config/networks.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NetworkTypeEnum } from '@extension/enums';

// Types
// types
import { INetwork } from '@extension/types';

const networks: INetwork[] = [
Expand Down Expand Up @@ -31,17 +31,6 @@ const networks: INetwork[] = [
id: 'algoexplorer',
transactionPath: '/tx',
},
{
accountPath: '/address',
applicationPath: '/app',
assetPath: '/asset',
baseUrl: 'https://algoscan.app',
blockPath: '/block',
canonicalName: 'AlgoScan',
groupPath: '/tx/group',
id: 'algoscan',
transactionPath: '/tx',
},
{
accountPath: '/account',
applicationPath: '/application',
Expand Down Expand Up @@ -98,17 +87,6 @@ const networks: INetwork[] = [
id: 'algoexplorer',
transactionPath: '/tx',
},
{
accountPath: '/address',
applicationPath: '/app',
assetPath: '/asset',
baseUrl: 'https://betanet.algoscan.app',
blockPath: '/block',
canonicalName: 'AlgoScan',
groupPath: '/tx/group',
id: 'algoscan',
transactionPath: '/tx',
},
{
accountPath: '/account',
applicationPath: '/application',
Expand Down Expand Up @@ -170,17 +148,6 @@ const networks: INetwork[] = [
id: 'algoexplorer',
transactionPath: '/tx',
},
{
accountPath: '/address',
applicationPath: '/app',
assetPath: '/asset',
baseUrl: 'https://testnet.algoscan.app',
blockPath: '/block',
canonicalName: 'AlgoScan',
groupPath: '/tx/group',
id: 'algoscan',
transactionPath: '/tx',
},
{
accountPath: '/account',
applicationPath: '/application',
Expand Down Expand Up @@ -218,9 +185,9 @@ const networks: INetwork[] = [
{
algods: [
{
canonicalName: 'AlgoRPC.pro',
canonicalName: 'AlgoNode',
port: '',
url: 'https://voitest-api.algorpc.pro',
url: 'https://testnet-api.voi.nodly.io',
},
],
canonicalName: 'Voi',
Expand All @@ -230,9 +197,9 @@ const networks: INetwork[] = [
genesisHash: 'xK6y2kD4Rnq9EYD1Ta1JTf56TBQTu2/zGwEEcg3C8Gg=',
indexers: [
{
canonicalName: 'AlgoRPC.pro',
canonicalName: 'AlgoNode',
port: '',
url: 'https://voitest-idx.algorpc.pro',
url: 'https://testnet-idx.voi.nodly.io',
},
],
namespace: {
Expand Down

0 comments on commit c911099

Please sign in to comment.