_ _ _____ __ _ | | (_) / ____| / _| (_) | | _ _ _ __ ___ _ _ __ __ _ _ __ __ _ | | __ _ _ __ ___ _ __ | |_ _ _ __ ___ | | | | | | | '_ ` _ \ | | | '_ \ / _` | | '__| / _` | | | / _` | | '_ ` _ \ | '_ \ | _| | | | '__| / _ \ | |____ | |_| | | | | | | | | | | | | | | (_| | | | | (_| | | |____ | (_| | | | | | | | | |_) | | | | | | | | __/ |______| \__,_| |_| |_| |_| |_| |_| |_| \__,_| |_| \__,_| \_____| \__,_| |_| |_| |_| | .__/ |_| |_| |_| \___| | | |_| LUMINARA "CAMPFIRE" NAMADA TESTNET Chain id: tududes-fragile.ba8b841cd08325 Version: v0.44.0 Purpose: Short-term testnet Peer: "tcp://e5cfbc8d61baf2602beda6ede15c0b290c942634@206.168.190.35:26656"How to join/More info: Campfire Homepage/Docs Chain config .env: https://testnet.namada.tududes.com/tududes.env Namada Config tar.gz: https://testnet.namada.tududes.com/tududes-fragile.ba8b841cd08325.tar.gz Wasm tar.gz: https://testnet.namada.tududes.com/wasm.tar.gz Snapshot: DownloadCommands to join:
# set custom configs server export NAMADA_NETWORK_CONFIGS_SERVER="https://testnet.namada.tududes.com/configs" # join network # if your base_dir is not $HOME/.local/share/namada adjust this command accordingly namadac utils join-network --chain-id tududes-fragile.ba8b841cd08325 --wasm-dir $HOME/.local/share/namada/tududes-fragile.ba8b841cd08325/wasm # add persistent peer (adjust for base_dir if needed) sed -i 's#persistent_peers = ".*"#persistent_peers = "tcp://e5cfbc8d61baf2602beda6ede15c0b290c942634@206.168.190.35:26656"#' $HOME/.local/share/namada/tududes-fragile.ba8b841cd08325/config.toml # ...and you're ready to start your node! namadan ledger run
Explorer (coming soon): https://explorer.namada.tududes.com Interface: https://interface.namada.tududes.com RPC: https://rpc.namada.tududes.com Faucet: https://faucet.namada.tududes.com Indexer: https://indexer.namada.tududes.com/api/v1/pos/validator/all (See: https://github.com/anoma/namada-indexer/blob/main/swagger.yml for list of endpoints.) Masp Indexer: https://masp.namada.tududes.com/api/v1/height (See: https://github.com/anoma/namada-masp-indexer/blob/master/swagger.yml ---- Links: