Skip to content

Commit

Permalink
feat: remove purestake block explorer and algod api
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Nov 26, 2023
1 parent a53eeca commit 2127e4d
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions src/extension/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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=',
Expand Down Expand Up @@ -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=',
Expand Down Expand Up @@ -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',
Expand All @@ -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=',
Expand Down

0 comments on commit 2127e4d

Please sign in to comment.