Update 0g.sh

This commit is contained in:
smeb y 2024-05-27 23:53:58 +08:00 committed by GitHub
parent 78344bdff7
commit d857ee2d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -223,7 +223,7 @@ cd run
read -p "请输入你想导入的EVM钱包私钥不要有0x: " minerkey
sed -i "s/miner_key = \"\"/miner_key = \"$minerkey\"/" config.toml
sed -i 's|blockchain_rpc_endpoint = "https://rpc-testnet.0g.ai"|blockchain_rpc_endpoint = "https://evm-rpc-0gchain.dadunode.com"|g' config.toml
sed -i 's|blockchain_rpc_endpoint = "https://rpc-testnet.0g.ai"|blockchain_rpc_endpoint = "https://jsonrpc.oneiricts.com:8445"|g' config.toml
sed -i 's/log_sync_start_block_number = 80981/log_sync_start_block_number = 223989/' config.toml