I have written a Sol program, but during initialization, I need to fill it with some default addresses.
Question 1: Can I use the Solana burn address: 1nc1nerator11111111111111111111111111111111 from the Solana docs ?
Question 2: Why is this a burn_address.toBase() having only 43 characters, but a randomly generated address.toBase() from web3.Keypair.generate() https://solana-labs.github.io/solana-web3.js/classes/Keypair.html has 44 characters ?
e.g. DyVj5YpgZT51NKJWJkjXbn3UHxKRdS9G1zScSK7NZQEk has 44 characters
Question 3: If I have chosen a default address, e.g. the Solana's burn address, how can I make an address from a string like fromBase58("1nc1nerator11111111111111111111111111111111") ? Using fromSeed(seed: Uint8Array) ?
After making a new account with an array of Pubkey, they have default base58 values of 11111111111111111111111111111111...