Skip to content

Commit

Permalink
Release 2022-08-15 (#142)
Browse files Browse the repository at this point in the history
* chore: fix testnet websocket url

* Change "Vote weight" column to "Vote status" (#141)

Co-authored-by: soulBit <its.soulBit@gmail.com>
  • Loading branch information
pietro-maximoff and soulBit committed Aug 15, 2022
1 parent 3024c45 commit b09f805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/containers/BlockChainProvider/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const rpcNodes = {

export const wssNodes = {
30: 'wss://mainnet.sovryn.app/websocket',
31: 'wss://testnet.sovryn.app/ws',
31: 'wss://testnet.sovryn.app/websocket',
};

export const blockExplorers = {
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function HomePage() {
Start Block
</th>
<th className="text-center hidden xl:table-cell xl:w-1/5">
Vote Weight
Vote Status
</th>
<th className="text-center hidden xl:table-cell xl:w-1/5">
Voting Ends
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/ProposalsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function ProposalsPage() {
Start Block
</th>
<th className="text-center hidden xl:table-cell xl:w-1/5">
Vote Weight
Vote Status
</th>
<th className="text-center hidden xl:table-cell xl:w-1/5">
Voting Ends
Expand Down

0 comments on commit b09f805

Please sign in to comment.