Open Calgooon opened 3 days ago
what does the testnet section of your /Users/johncalhoun/Library/Application Support/arch-cli/config.toml file have? What bitcoin network is your validator running on 9002 connected to?
The is what the testnet section looks like: [networks.testnet] type = "testnet" bitcoin_rpc_endpoint = "bitcoin-node.test.aws.archnetwork.xyz" bitcoin_rpc_port = "49332" bitcoin_rpc_user = "bitcoin" bitcoin_rpc_password = "uU1taFBTUvae96UCtA8YxAepYTFszYvYVSXK8xgzBs0" bitcoin_rpc_wallet = "testwallet" leader_rpc_endpoint = "http://localhost:9002"
The validator running on 9002 was started with this command:
arch-cli validator start --network "testnet"
Shouldn't that start the validator on testnet or is there more to configure?
Network Testnet Connection
Description
After running the arch-cli init command, and changing the config file 'testnet' section to connect to a testnet rpc... I am unable to deploy a smart contract because it is generating 'signet' addresses
Environment
Steps to reproduce
Expected behaviour
Successful contract deploy
Actual behaviour
Error that address is not for connected Bitcoin network
Logs
johncalhoun@Johns-Mac-mini arch-cli % arch-cli deploy --network "testnet" --rpc-url http://localhost:9002 Welcome to the Arch Network CLI Loading config for network: testnet → Loading configuration from /Users/johncalhoun/Library/Application Support/arch-cli/config.toml ✓ Loaded network-specific configuration for testnet testnet Deploying your Arch Network app... Available folders to deploy: