diff --git a/docs/get-started/mainnet.md b/docs/get-started/mainnet.md index 9b39f27f7..a9efa4d3c 100644 --- a/docs/get-started/mainnet.md +++ b/docs/get-started/mainnet.md @@ -28,9 +28,9 @@ plugchaind init --chain-id=plugchain_520-1 2. Download the `genesis.json`, `app.toml`, `config.toml` public on the mainnet: ```bash -curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/genesis.json -curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/app.toml -curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/config.toml +curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/genesis.json +curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/app.toml +curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/config.toml ``` 3. Before starting, if you want to modify the service port, seed information, peering point, sentinel mode, etc., you can modify the file yourself, and then synchronize the block. diff --git a/docs/get-started/testnet.md b/docs/get-started/testnet.md index b5aac2e02..1ffca1b61 100644 --- a/docs/get-started/testnet.md +++ b/docs/get-started/testnet.md @@ -11,10 +11,10 @@ Need to [install plugchaind](install.md) first ::: ## public endpoint -- [Cosmos-GRPC:47.108.75.227:9090]() -- [Cosmos-REST:http://47.108.75.227:1317/](http://47.108.75.227:1317/) -- [Tendermint-RPC:http://47.108.75.227:26657/](http://47.108.75.227:26657/) -- [JSON-RPC:http://47.108.75.227:8545/](http://47.108.75.227:8545/) +- [Cosmos-GRPC:47.243.255.151:9090]() +- [Cosmos-REST:http://47.243.255.151:1317/](http://47.243.255.151:1317/) +- [Tendermint-RPC:http://47.243.255.151:26657/](http://47.243.255.151:26657/) +- [JSON-RPC:http://47.243.255.151:8545/](http://47.243.255.151:8545/) ## run a full node diff --git a/docs/zh/get-started/mainnet.md b/docs/zh/get-started/mainnet.md index a02e886a0..80accd1a5 100644 --- a/docs/zh/get-started/mainnet.md +++ b/docs/zh/get-started/mainnet.md @@ -26,9 +26,9 @@ plugchaind init --chain-id=plugchain_520-1 2. 下载主网公开的 `genesis.json`,`app.toml`,`config.toml`: ```bash -curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/genesis.json -curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/app.toml -curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/config.toml +curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/genesis.json +curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/app.toml +curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/config.toml ``` 3. 启动之前如果想修改服务端口,种子信息,对等点,哨兵模式等,可自行修改文件,然后再同步区块。 diff --git a/docs/zh/get-started/testnet.md b/docs/zh/get-started/testnet.md index e563714b8..a91fa5ccf 100644 --- a/docs/zh/get-started/testnet.md +++ b/docs/zh/get-started/testnet.md @@ -11,10 +11,10 @@ order: 4 ::: ## 公共端点 -- [Cosmos-GRPC:47.108.75.227:9090]() -- [Cosmos-REST:http://47.108.75.227:1317/](http://47.108.75.227:1317/) -- [Tendermint-RPC:http://47.108.75.227:26657/](http://47.108.75.227:26657/) -- [JSON-RPC:http://47.108.75.227:8545/](http://47.108.75.227:8545/) +- [Cosmos-GRPC:47.243.255.151:9090]() +- [Cosmos-REST:http://47.243.255.151:1317/](http://47.243.255.151:1317/) +- [Tendermint-RPC:http://47.243.255.151:26657/](http://47.243.255.151:26657/) +- [JSON-RPC:http://47.243.255.151:8545/](http://47.243.255.151:8545/) ## 运行全节点