From 98daca65400be8e907e1d076593bdc0c60412cab Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:23:33 +0100 Subject: [PATCH 1/2] Add RPC support from Community This commit adds the endpoints from the Community Infrastructure initiative --- packages/apps-config/src/endpoints/production.ts | 3 ++- packages/apps-config/src/endpoints/testing.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index aa177b557884..ad331b4dc2d2 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -16,7 +16,8 @@ export const prodChains: Omit[] = [{ info: 'aleph', isPeopleForIdentity: false, providers: { - 'Aleph Zero Foundation': 'wss://ws.azero.dev' + 'Aleph Zero Foundation': 'wss://ws.azero.dev', + 'Community Infrastructure': 'wss://mainnnet.azero.fans' }, text: 'Aleph Zero', ui: { diff --git a/packages/apps-config/src/endpoints/testing.ts b/packages/apps-config/src/endpoints/testing.ts index 1b8496ca43d1..e5062c01dafd 100644 --- a/packages/apps-config/src/endpoints/testing.ts +++ b/packages/apps-config/src/endpoints/testing.ts @@ -16,7 +16,8 @@ export const testChains: Omit[] = [{ info: 'aleph-testnet', isPeopleForIdentity: false, providers: { - 'Aleph Zero Foundation': 'wss://ws.test.azero.dev' + 'Aleph Zero Foundation': 'wss://ws.test.azero.dev', + 'Community Infrastructure': 'wss://testnet.azero.fans' }, text: 'Aleph Zero Testnet', ui: { From 1d62aabf8e8823542c993cc06870cea1205c42d3 Mon Sep 17 00:00:00 2001 From: Milos Kriz <82968568+miloskriz@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:42:49 +0100 Subject: [PATCH 2/2] Update mainnet community endpoint This commit amends a typo in the community endpoint for the Aleph Zero Mainnet --- packages/apps-config/src/endpoints/production.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index ad331b4dc2d2..be10dd57dc9d 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -17,7 +17,7 @@ export const prodChains: Omit[] = [{ isPeopleForIdentity: false, providers: { 'Aleph Zero Foundation': 'wss://ws.azero.dev', - 'Community Infrastructure': 'wss://mainnnet.azero.fans' + 'Community Infrastructure': 'wss://mainnet.azero.fans' }, text: 'Aleph Zero', ui: {