Skip to content

Commit

Permalink
Merge pull request #44 from NodleCode/iso/20240403T0912-work
Browse files Browse the repository at this point in the history
Update dwlr urls
  • Loading branch information
aliXsed authored Apr 3, 2024
2 parents fc63c1d + bc0aa3b commit 5a353fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/nodle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function createNodle (t: TFunction, firstOnly: boolean, withSort: boolean
text: t('rpc.nodle-eden', 'Mainnet', { ns: 'apps-config' }),
providers: {
OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws',
Dwellir: 'wss://eden-rpc.dwellir.com'
Dwellir: 'wss://nodle-rpc.dwellir.com'
},
ui: {
color: '#1ab394',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'nodle',
paraId: 2026,
providers: {
Dwellir: 'wss://eden-rpc.dwellir.com',
Dwellir: 'wss://nodle-rpc.dwellir.com',
OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws'
},
text: 'Nodle',
Expand Down

0 comments on commit 5a353fb

Please sign in to comment.