Skip to content

Commit

Permalink
Add light client for LAOS parachain (#11284)
Browse files Browse the repository at this point in the history
* add LAOS specs

* added laos light client
  • Loading branch information
asiniscalchi authored Feb 24, 2025
1 parent 3970491 commit 5fb53b6
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 3370,
providers: {
Dwellir: 'wss://laos-rpc.dwellir.com',
'freeverse.io': 'wss://rpc.laos.laosfoundation.io'
'freeverse.io': 'wss://rpc.laos.laosfoundation.io',
'light client': 'light://substrate-connect/polkadot/laos'
},
text: 'Laos',
ui: {
Expand Down
3 changes: 2 additions & 1 deletion packages/react-api/src/light/polkadot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// The key here reflects the URL of the light client endpoint.
// e.g. light://substrate-connect/polkadot/astar
export const specs: string[] = [
'astar'
'astar',
'laos'
];
142 changes: 142 additions & 0 deletions packages/react-api/src/light/polkadot/laos.json

Large diffs are not rendered by default.

0 comments on commit 5fb53b6

Please sign in to comment.