github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/core/genesis_alloc.go (about) 1 package core 2 3 // Constants containing the genesis allocation of built-in genesis blocks. 4 // Their content is an RLP-encoded list of (address, balance) tuples. 5 // Use mkalloc.go to create/update them. 6 7 // nolint: misspell 8 const mainnetAllocData = "\xe3\xe2\x94S\x11IO\u040d\xab\xb2\xb3\u0799\x12P\xffb\x82`\xca\xd7\xf7\x8c\x06\xc9\x14L\x1ci\rL\xb4\x00\x00\x00" 9 const testnetAllocData = "\xe3\xe2\x94S\x11IO\u040d\xab\xb2\xb3\u0799\x12P\xffb\x82`\xca\xd7\xf7\x8c\x06\xc9\x14L\x1ci\rL\xb4\x00\x00\x00" 10 11 const rinkebyAllocData = "\xe3\xe2\x94S\x11IO\u040d\xab\xb2\xb3\u0799\x12P\xffb\x82`\xca\xd7\xf7\x8c\x06\xc9\x14L\x1ci\rL\xb4\x00\x00\x00" 12 13 const bftAllocData = "\xe3\xe2\x94S\x11IO\u040d\xab\xb2\xb3\u0799\x12P\xffb\x82`\xca\xd7\xf7\x8c\x06\xc9\x14L\x1ci\rL\xb4\x00\x00\x00" 14 15 const dbftAllocData = "\xe3\xe2\x94S\x11IO\u040d\xab\xb2\xb3\u0799\x12P\xffb\x82`\xca\xd7\xf7\x8c\x06\xc9\x14L\x1ci\rL\xb4\x00\x00\x00"