Skip to content

Commit fe6f779

Browse files
Add onfinaliy Aleph zero endpoint (#9926)
Co-authored-by: Philip Tian <philip.tian@onfinality.io>
1 parent 9e631a1 commit fe6f779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/apps-config/src/endpoints/production.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
3232
info: 'aleph',
3333
providers: {
3434
'Aleph Zero Foundation': 'wss://ws.azero.dev',
35-
Dwellir: 'wss://aleph-zero-rpc.dwellir.com'
36-
// OnFinality: 'wss://aleph-zero.api.onfinality.io/public-ws'
35+
Dwellir: 'wss://aleph-zero-rpc.dwellir.com',
36+
OnFinality: 'wss://aleph-zero.api.onfinality.io/public-ws'
3737
},
3838
text: 'Aleph Zero',
3939
ui: {

0 commit comments

Comments
 (0)