Skip to content

Commit

Permalink
replaced deoxys.kasar.io dns to starknodes.com
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Mar 12, 2024
1 parent e1a3942 commit 880afd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- /var/run:uid=101,gid=101
- /app/tmp:uid=101,gid=101
environment:
SUBSTRATE_TELEMETRY_URL: wss://deoxys.kasar.io/feed
SUBSTRATE_TELEMETRY_URL: wss://starknodes.com/feed
ports:
- 3000:8000
expose:
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Chain/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ export class Header extends React.Component<
<button
className="button-outline text-bold"
onClick={() =>
window.open('https://deoxys.kasar.io/get_started/install')
window.open('https://starknodes.com/get_started/install')
}
>
Run
</button>
<button
className="button-outline text-bold"
onClick={() => window.open('https://deoxys.kasar.io/')}
onClick={() => window.open('https://starknodes.com/')}
>
Docs
</button>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 880afd9

Please sign in to comment.