Documentation ¶
Index ¶
Constants ¶
View Source
const TestnetPrefundedPK = "8dfb8083da6275ae3e4f41e3e8a8c19d028d32c9247e24530933782f2a05035b" // The genesis main account private key.
Variables ¶
View Source
var (
GasBridgingKeys, _ = crypto.GenerateKey() // todo - make static
GasWithdrawalKeys, _ = crypto.GenerateKey() // todo - make static
)
View Source
var TestnetGenesis = Genesis{ Accounts: []Account{ { Address: gethcommon.HexToAddress("0xA58C60cc047592DE97BF1E8d2f225Fc5D959De77"), Amount: parseHugeNumber("7500000000000000000000000000000"), }, { Address: gethcommon.HexToAddress("0x987E0a0692475bCc5F13D97E700bb43c1913EFfe"), Amount: parseHugeNumber("7500000000000000000000000000000"), }, { Address: gethcommon.HexToAddress("0xDEe530E22045939e6f6a0A593F829e35A140D3F1"), Amount: parseHugeNumber("7500000000000000000000000000000"), }, }, }
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Address gethcommon.Address Amount *big.Int }
Account specifies the address that's prefunded and the amount it's funded with
Click to show internal directories.
Click to hide internal directories.