Skip to content

Commit

Permalink
Update chainEndpoints.ts (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
radiumb authored Jan 10, 2024
1 parent f299309 commit a10ee93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/chainEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const providerEndpoints: ChainProvider[] = [
{ name: 'Dwellir', endpoint: 'wss://shiden-rpc.dwellir.com' },
{ name: 'Blast', endpoint: 'wss://shiden.public.blastapi.io' },
{ name: 'OnFinality', endpoint: 'wss://shiden.api.onfinality.io/public-ws' },
{ name: 'RadiumBlock', endpoint: 'wss://shiden.public.curie.radiumblock.co/ws' },
{ name: 'Light Client (experimental)', endpoint: 'light://substrate-connect/kusama/shiden' },
],
isSupportContract: true,
Expand Down

0 comments on commit a10ee93

Please sign in to comment.