Landmark
Landmark copied to clipboard
ropsten test currency cannot be created using faucet link
I cannot use ropsten test cryptocurrency. I am new to solidity cannot tweak the code to use ganache.
I am not able to setup Landmark locally.
http://localhost:3006/?address=0xB5694153edAc5d5F669Bc4afB6cE4c0866C53511 this is the address
I changes UI configuration to use localhost
const default_contract_address = {
// Use 0 as the local testnet fallback
0: "0x90a9b125b6e4b22ecb139819778dc01d1339ef5c",
// Mainnet
1: "0xD38e005a28fae8D8c4238444BC08E7Da83902310",
// Test contract for LV memorial
//1: "0x1B11aC23fbB37B1F943c2b36a566fc77f64BB8a9",
// Ropsten
3: "0xB5694153edAc5d5F669Bc4afB6cE4c0866C53511",
1337: "0x0aD37020917A55663AFc01730ed2D1a925986e95"
}
var default_network_id = 1337;
var used_default_address = true;
var contract_address = "0x0aD37020917A55663AFc01730ed2D1a925986e95";
var contract_deploy = null;
var contract_network = 1337;

I get an error as in the screenshot