From 2127e4d66f5740706380ccf81d31e0656f31026b Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Sun, 26 Nov 2023 14:06:19 +0000 Subject: [PATCH] feat: remove purestake block explorer and algod api --- src/extension/config/networks.ts | 43 -------------------------------- 1 file changed, 43 deletions(-) diff --git a/src/extension/config/networks.ts b/src/extension/config/networks.ts index e1392619..57bc8ee0 100644 --- a/src/extension/config/networks.ts +++ b/src/extension/config/networks.ts @@ -11,11 +11,6 @@ const networks: INetwork[] = [ port: '', url: 'https://mainnet-api.algonode.cloud', }, - { - canonicalName: 'PureStake', - port: '', - url: 'https://algosigner.api.purestake.io/mainnet/algod', - }, ], canonicalName: 'Algorand', chakraTheme: 'algorand', @@ -31,17 +26,6 @@ const networks: INetwork[] = [ id: 'algoexplorer', transactionPath: '/tx', }, - { - accountPath: '/account', - applicationPath: '/application', - assetPath: '/asset', - baseUrl: 'https://goalseeker.purestake.io/algorand/mainnet', - blockPath: '/block', - canonicalName: 'PureStake', - groupPath: null, - id: 'purestake', - transactionPath: '/transaction', - }, ], genesisId: 'mainnet-v1.0', genesisHash: 'wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=', @@ -87,17 +71,6 @@ const networks: INetwork[] = [ id: 'algoexplorer', transactionPath: '/tx', }, - { - accountPath: '/account', - applicationPath: '/application', - assetPath: '/asset', - baseUrl: 'https://goalseeker.purestake.io/algorand/betanet', - blockPath: '/block', - canonicalName: 'PureStake', - groupPath: null, - id: 'purestake', - transactionPath: '/transaction', - }, ], genesisId: 'betanet-v1.0', genesisHash: 'mFgazF+2uRS1tMiL9dsj01hJGySEmPN28B/TjjvpVW0=', @@ -128,11 +101,6 @@ const networks: INetwork[] = [ port: '', url: 'https://testnet-api.algonode.cloud', }, - { - canonicalName: 'PureStake', - port: '', - url: 'https://algosigner.api.purestake.io/testnet/algod', - }, ], canonicalName: 'Algorand', chakraTheme: 'algorand', @@ -148,17 +116,6 @@ const networks: INetwork[] = [ id: 'algoexplorer', transactionPath: '/tx', }, - { - accountPath: '/account', - applicationPath: '/application', - assetPath: '/asset', - baseUrl: 'https://goalseeker.purestake.io/algorand/testnet', - blockPath: '/block', - canonicalName: 'PureStake', - groupPath: null, - id: 'purestake', - transactionPath: '/transaction', - }, ], genesisId: 'testnet-v1.0', genesisHash: 'SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=',