Skip to content

Commit

Permalink
feat: Add new Statemint WebSocket endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Dec 21, 2024
1 parent 9964553 commit b2ec5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/static/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const POLKADOT_ENDPOINTS: WS_URL[] = [
]

const AHP_ENDPOINTS: WS_URL[] = [
'wss://statemint.api.onfinality.io/public-ws',
'wss://polkadot-asset-hub-rpc.polkadot.io',
'wss://sys.ibp.network/statemint',
'wss://statemint-rpc.dwellir.com',
Expand Down

0 comments on commit b2ec5e6

Please sign in to comment.