Hrishikesh deoghare
Hrishikesh deoghare
hey can i work on it?
Hi @janniks! can you explain what needs to be done with an example?
hey @janniks! i have implemented it as something like this: ``` export const networkFromAddress=(address: string): {network:string,address:string} =>{ try { const decode=c32addressDecode(address); if(isTestnetAddress(decode)){ return { network:"Testnet", address: address } }else{ return{...
Yeah ok works!