export const ShardData = [ { name: "Cyprus One", shard: "zone-0-0", context: 2, byte: ["00", "1d"] }, { name: "Cyprus Two", shard: "zone-0-1", context: 2, byte: ["1e", "3a"] }, { name: "Cyprus Three", shard: "zone-0-2", context: 2, byte: ["3b", "57"] }, { name: "Paxos One", shard: "zone-1-0", context: 2, byte: ["58", "73"] }, { name: "Paxos Two", shard: "zone-1-1", context: 2, byte: ["74", "8f"] }, { name: "Paxos Three", shard: "zone-1-2", context: 2, byte: ["90", "AB"] }, { name: "Hydra One", shard: "zone-2-0", context: 2, byte: ["AC", "C7"] }, { name: "Hydra Two", shard: "zone-2-1", context: 2, byte: ["C8", "E3"] }, { name: "Hydra Three", shard: "zone-2-2", context: 2, byte: ["E4", "FF"] } ]