Skip to content

Commit

Permalink
Fix/staking text && logo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
r8bywork authored May 31, 2024
2 parents 715c5dc + 5f5e20d commit 131c84d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions deploy/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
NEXT_PUBLIC_NETWORK_RPC_URL=https://testnet-rpc.atleta.network:9944
NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
NEXT_PUBLIC_NETWORK_LOGO=https://raw.githubusercontent.com/Atleta-network/blockscout/main/icons/ownlogo.svg
NEXT_PUBLIC_NETWORK_ICON=https://raw.githubusercontent.com/Atleta-network/blockscout/main/icons/ownlogo.svg
3 changes: 3 additions & 0 deletions icons/ownlogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/name.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
| "networks/logo-placeholder"
| "nft_shield"
| "output_roots"
| "ownlogo"
| "plus"
| "privattags"
| "profile"
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/Staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Staking = () => {
},
{
title: 'Inflation Rate to Stakers',
hint: `${ registry.symbol } has unlimited supply with ~10% annual inflation. Validator rewards depend on staked amounts.`,
hint: `${ registry.symbol } has 7.5B supply with ~10% annual inflation. Validator rewards depend on staked amounts.`,
isLoading,
value: `${ inflationRate }%`,
},
Expand Down
2 changes: 1 addition & 1 deletion ui/staking/InfoBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const InfoBlock = () => {
description: `The total ${ registry.symbol } currently bonded in nomination pools.`,
},
{
title: `${ info.totalStake.toFormat(0) } ${ registry.symbol } is currently being staked on Polkadot.`,
title: `${ info.totalStake.toFormat(0) } ${ registry.symbol } is currently being staked on Atleta.`,
description:
`The total ${ registry.symbol } currently being staked amongst all validators and nominators.`,
},
Expand Down

0 comments on commit 131c84d

Please sign in to comment.