diff --git a/docs/develop/guides/.smart-contracts/interact-with-smart-contract.mdx b/docs/develop/guides/.smart-contracts/interact-with-smart-contract.mdx index 147b4bc70..c9114cbe8 100644 --- a/docs/develop/guides/.smart-contracts/interact-with-smart-contract.mdx +++ b/docs/develop/guides/.smart-contracts/interact-with-smart-contract.mdx @@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition'; -You can also follow these steps in the official desktop wallet for Terra, [Station](https://station.terra.money). +You can also follow these steps in the official desktop wallet for Terra, [Station](https://dashboard.station.money). diff --git a/docs/develop/module-specifications/spec-governance.mdx b/docs/develop/module-specifications/spec-governance.mdx index fe44b9b1b..c9e3cc8ff 100644 --- a/docs/develop/module-specifications/spec-governance.mdx +++ b/docs/develop/module-specifications/spec-governance.mdx @@ -295,7 +295,7 @@ The maximum period of time for a proposal to meet the minimum deposit. Currently - type: `Dec` - `"quorum": "0.300000000000000000",` -The minimum number of votes needed for a proposal to be valid. As of [Terra governance prop 3547](https://station.terra.money/proposal/3547), 30% of all staked Luna must vote to reach `Quorum`. +The minimum number of votes needed for a proposal to be valid. As of [Terra governance prop 3547](https://dashboard.station.money/proposal/3547), 30% of all staked Luna must vote to reach `Quorum`. ### Threshold diff --git a/docs/develop/terrain/mint-an-nft.mdx b/docs/develop/terrain/mint-an-nft.mdx index 2aec7d426..ae8fe8092 100644 --- a/docs/develop/terrain/mint-an-nft.mdx +++ b/docs/develop/terrain/mint-an-nft.mdx @@ -318,7 +318,7 @@ Congratulations, you have just minted your first NFT! } ``` -2. You can view your NFT utilizing the [Station NFT page](https://station.terra.money/nft). Connect your wallet using the **Connect** button located in the upper right-hand corner of the screen. +2. You can view your NFT utilizing the [Station NFT page](https://dashboard.station.money/nft). Connect your wallet using the **Connect** button located in the upper right-hand corner of the screen. ` +`https://dashboard.station.money/validator/` You can ask your validator for their terravaloper address. diff --git a/docs/full-node/run-a-full-terra-node/README.mdx b/docs/full-node/run-a-full-terra-node/README.mdx index 4534cc490..8a7701678 100644 --- a/docs/full-node/run-a-full-terra-node/README.mdx +++ b/docs/full-node/run-a-full-terra-node/README.mdx @@ -6,7 +6,7 @@ import Admonition from '@theme/Admonition'; # Run a full Terra node -Running a full Terra node is a resource-intensive process that requires a persistent server. If you want to use Terra without downloading the entire blockchain, use [Station](https://station.terra.money/). +Running a full Terra node is a resource-intensive process that requires a persistent server. If you want to use Terra without downloading the entire blockchain, use [Station](https://dashboard.station.money/). If you are a developer and want to install Terrad, visit the [Install Terrad guide](../../develop/terrad/install-terrad.mdx). diff --git a/docs/full-node/run-a-full-terra-node/system-config.mdx b/docs/full-node/run-a-full-terra-node/system-config.mdx index d3f927a00..89f6861af 100644 --- a/docs/full-node/run-a-full-terra-node/system-config.mdx +++ b/docs/full-node/run-a-full-terra-node/system-config.mdx @@ -14,7 +14,7 @@ This guide has been tested against Linux distributions only. To ensure a success -Running a full Terra node is a resource-intensive process that requires a persistent server. If you want to use Terra without downloading the entire blockchain, use [Station](https://station.terra.money/). If you want to set up a local, WASM-enabled, private testnet for smart contracts, visit [install LocalTerra](../../develop/localterra/README.mdx). +Running a full Terra node is a resource-intensive process that requires a persistent server. If you want to use Terra without downloading the entire blockchain, use [Station](https://dashboard.station.money/). If you want to set up a local, WASM-enabled, private testnet for smart contracts, visit [install LocalTerra](../../develop/localterra/README.mdx). ## Hardware Requirements diff --git a/docs/learn/protocol.mdx b/docs/learn/protocol.mdx index 30f1c5d76..2e4fdf825 100644 --- a/docs/learn/protocol.mdx +++ b/docs/learn/protocol.mdx @@ -12,7 +12,7 @@ Luna is the Terra protocol’s native [staking](./glossary.mdx#staking) token. L ## A new Terra -On May 25th, 2022, Terra Classic users passed [governance proposal 1623](https://station.terra.money/proposal/1623), which outlined the genesis of a new Terra chain. This proposal also described a genesis distribution of Luna which would be airdropped to users of the Terra Classic chain based on pre-depeg and post-depeg snapshots. Users can find their airdropped Luna by viewing the same wallet address that was present during either snapshot and switching their Station network to the `phoenix-1` mainnet. +On May 25th, 2022, Terra Classic users passed [governance proposal 1623](https://dashboard.station.money/proposal/columbus-5/1623), which outlined the genesis of a new Terra chain. This proposal also described a genesis distribution of Luna which would be airdropped to users of the Terra Classic chain based on pre-depeg and post-depeg snapshots. Users can find their airdropped Luna by viewing the same wallet address that was present during either snapshot and switching their Station network to the `phoenix-1` mainnet. On May 27th, 2022 the `phoenix-1` Terra mainnet launched, ushering in a new era of development by the Terra community. diff --git a/docs/learn/vesting-contract.mdx b/docs/learn/vesting-contract.mdx index a788bb96f..e3b421a9d 100644 --- a/docs/learn/vesting-contract.mdx +++ b/docs/learn/vesting-contract.mdx @@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition'; ## Introduction -The community pool vesting contract was created for the implementation of [Terra governance proposal 4790](https://station.money/proposal/phoenix-1/4790). The contract allows funds to be vested based on the parameters outlined in the proposal. The contract will go into effect with the passing of the proposal. The following section describes the technical details of the contract. +The community pool vesting contract was created for the implementation of [Terra governance proposal 4790](https://dashboard.station.money/proposal/phoenix-1/4790). The contract allows funds to be vested based on the parameters outlined in the proposal. The contract will go into effect with the passing of the proposal. The following section describes the technical details of the contract. ## About the contract @@ -12,7 +12,7 @@ The community pool vesting contract was created for the implementation of [Terra The community pool vesting contract is designed to manage the delegation, vesting, and withdrawal of funds based on a configurable vesting schedule. It includes functionality for `owner` and `whitelist` management. The `whitelist` is a set of users who are allowed to withdraw unlocked funds directly to the contract's specified `recipient`. This contract allows the `owner` to delegate, undelegate, redelegate, and withdraw staking rewards at *any* time, regardless of whether the funds are vested or unvested. This functionality gives the contract funds the same permissions as [Luna vesting from a genesis allocation](https://docs.terra.money/learn/protocol#vesting). -The [instantiating parameters](#instantiatemsg) for the [contract](https://terrasco.pe/mainnet/address/terra19yxffalxzu88n5lnj40trehpryemqsz7pnnwxp8v73hxz0rl2u9q5qqwh4) defined in [governance proposal 4790](https://station.money/proposal/phoenix-1/4790) are as follows: +The [instantiating parameters](#instantiatemsg) for the [contract](https://terrasco.pe/mainnet/address/terra19yxffalxzu88n5lnj40trehpryemqsz7pnnwxp8v73hxz0rl2u9q5qqwh4) defined in [governance proposal 4790](https://dashboard.station.money/proposal/phoenix-1/4790) are as follows: - `owner`: "terra159q4e7zl84hzkwy95kl29accklrxpth4zcuz8m87p4nvykpszrtq5qfgfe" (Main TFL Multisig) - `recipient`: "terra1yv5fyftazjsy3uslzwrsaqcahn8mht87kf7jzlh50yfnu7mqxymsja06dz" (Liquidity Multisig [initially unlocked funds will be sent here]) diff --git a/docs/migration/exchange-migration.mdx b/docs/migration/exchange-migration.mdx index ecf464672..b3c50fffa 100644 --- a/docs/migration/exchange-migration.mdx +++ b/docs/migration/exchange-migration.mdx @@ -6,7 +6,7 @@ Use this guide to rebrand the original Terra chain as Terra Classic and integrat ## General info -Per [governance proposal 1623](https://station.terra.money/proposal/1623), a new chain will be created and will assume the Terra name. +Per [governance proposal 1623](https://dashboard.station.money/columbus-5/proposal/1623), a new chain will be created and will assume the Terra name. 1\. The original chain will still function and be re-branded as **Terra Classic**. diff --git a/docs/spec.mdx b/docs/spec.mdx index 95216b19c..bcfd4d9c4 100644 --- a/docs/spec.mdx +++ b/docs/spec.mdx @@ -4,12 +4,12 @@ import Admonition from '@theme/Admonition'; ## Current version - v2.9.3 -On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000. +On January 18th, 2024, a core upgrade proposal [was passed](https://dashboard.station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000. ## Core v2.6.1 -On November 10th, 2023, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. +On November 10th, 2023, a core upgrade proposal [was passed](https://dashboard.station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. ## Core v2.5.2 diff --git a/docs/upgrade.mdx b/docs/upgrade.mdx index 4aec7ee84..fdce6063b 100644 --- a/docs/upgrade.mdx +++ b/docs/upgrade.mdx @@ -5,12 +5,12 @@ hide_table_of_contents: true ## Current version - v2.9.3 -On January 18th, 2024, a core upgrade proposal [was passed](https://station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000. +On January 18th, 2024, a core upgrade proposal [was passed](https://dashboard.station.money/proposal/phoenix-1/4798) through governance. The Terra Core was upgraded to [v2.9.3](https://github.com/terra-money/core/releases/tag/v2.9.3) at blockheight 8782000. ## Core v2.6.1 -On November 10th, 2023, a core upgrade proposal[ was passed](https://station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. +On November 10th, 2023, a core upgrade proposal[ was passed](https://dashboard.station.money/proposal/phoenix-1/4792) through governance. On November 15th, 2023, the Terra Core was upgraded to [v2.6.1](https://github.com/terra-money/core/releases/tag/v2.6.1) at blockheight 7722000. ## Previous Upgrades diff --git a/src/theme/Link/link-data/hyperlinks.ts b/src/theme/Link/link-data/hyperlinks.ts index 223d47831..c29800bb3 100644 --- a/src/theme/Link/link-data/hyperlinks.ts +++ b/src/theme/Link/link-data/hyperlinks.ts @@ -2,7 +2,7 @@ import { HyperlinkProps } from '../Hyperlink'; const hyperlinks: HyperlinkProps[] = [ { - href: 'https://station.terra.money/', + href: 'https://dashboard.station.money/', innerHTML: 'Station', },