Skip to content

Commit

Permalink
Update Dashboard URL constants to settings.*
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry committed Apr 1, 2024
1 parent 1ab09e8 commit 8ec1c5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-zebras-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@burnt-labs/constants": minor
---

Transition from dashboard.burnt.com to settings.burnt.com to help us ready for splitting the dashboard apart
4 changes: 2 additions & 2 deletions packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export const testChainInfo: ChainInfo = {

// If mainnet chain-id/network changes be sure to update here.
const DASHBOARD_URLS = {
"xion-mainnet-1": "https://dashboard.burnt.com",
"xion-testnet-1": "https://testnet.dashboard.burnt.com",
"xion-mainnet-1": "https://settings.burnt.com",
"xion-testnet-1": "https://testnet.settings.burnt.com",
};

export async function fetchConfig(rpcUrl: string): Promise<string> {
Expand Down

0 comments on commit 8ec1c5b

Please sign in to comment.