From 4e6d39128b599725b519f59b75cabb994245074a Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Wed, 18 Oct 2023 12:29:02 +0300 Subject: [PATCH 1/2] ci: rename pull request checks --- .github/workflows/lint_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_build_test.yml b/.github/workflows/lint_build_test.yml index 8938552f..c32d0625 100644 --- a/.github/workflows/lint_build_test.yml +++ b/.github/workflows/lint_build_test.yml @@ -1,4 +1,4 @@ -name: Lint, Build & Test +name: Pull Request Checks on: pull_request: From c91109991db2c8ddb5ac3ec8d3ca547d5d8a95da Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Wed, 18 Oct 2023 12:29:30 +0300 Subject: [PATCH 2/2] refactor: remove algoscan and update voi testnet --- src/extension/config/networks.ts | 43 ++++---------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/src/extension/config/networks.ts b/src/extension/config/networks.ts index 85bd64be..a39048d2 100644 --- a/src/extension/config/networks.ts +++ b/src/extension/config/networks.ts @@ -1,6 +1,6 @@ import { NetworkTypeEnum } from '@extension/enums'; -// Types +// types import { INetwork } from '@extension/types'; const networks: INetwork[] = [ @@ -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', @@ -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', @@ -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', @@ -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', @@ -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: {