Skip to content

Commit

Permalink
feat(provider): persistent storage (#493)
Browse files Browse the repository at this point in the history
* feat(provider): added persistent storage feature

* chore: lint fixed

* fix(provider): pricing update fix

* chore: fix floating value ui

* fix(provider): removed comments

* fix(provider): removed comments

* fix: added formatByte from utils

* fix: removed any type on address

* fix: added types for provider detail query and drives query
  • Loading branch information
jigar-arc10 authored Jan 15, 2025
1 parent f81d56e commit 7125f88
Show file tree
Hide file tree
Showing 13 changed files with 451 additions and 91 deletions.
2 changes: 1 addition & 1 deletion apps/provider-console/env/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEXT_PUBLIC_DEFAULT_NETWORK_ID=mainnet
NEXT_PUBLIC_NODE_ENV=$NODE_ENV
NEXT_PUBLIC_API_BASE_URL=https://provider-console-api.akash.network
NEXT_PUBLIC_BASE_SECURITY_URL=https://provider-console-security.akash.network
NEXT_PUBLIC_CONSOLE_API_MAINNET_URL=https://api-preview.cloudmos.io
NEXT_PUBLIC_CONSOLE_API_MAINNET_URL=https://console-api.akash.network
NEXT_PUBLIC_MAINNET_RPC_URL=https://rpc.cosmos.directory/akash
NEXT_PUBLIC_MAINNET_API_URL=https://rest.cosmos.directory/akash

Expand Down
Loading

0 comments on commit 7125f88

Please sign in to comment.