Skip to content

Commit

Permalink
Merge pull request #23 from novasamatech/fix/novasama_nodes
Browse files Browse the repository at this point in the history
fix: novasama nodes
  • Loading branch information
kogeler authored Jan 31, 2025
2 parents c869168 + 4786c8e commit 8424d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Config {
export const config = new Config([
new RelaychainConfig(
'Kusama',
'wss://rpc-kusama.novasama-tech.org',
'wss://rpc-kusama-1.novasama-tech.org',
[
{
address: 'DhK6qU2U5kDWeJKvPRtmnWRs8ETUGZ9S9QmNmQFuzrNoKm4',
Expand Down Expand Up @@ -146,7 +146,7 @@ export const config = new Config([
),
new RelaychainConfig(
'Polkadot',
'wss://rpc-polkadot.novasama-tech.org',
'wss://rpc-polkadot-1.novasama-tech.org',
[
{
address: '127zarPDhVzmCXVQ7Kfr1yyaa9wsMuJ74GJW9Q7ezHfQEgh6',
Expand Down

0 comments on commit 8424d58

Please sign in to comment.