mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
20 lines
648 B
TypeScript
20 lines
648 B
TypeScript
export const pgpDeveloperTestData = [
|
|
{
|
|
developer: 'Felix Lange',
|
|
'unique id': 'Felix Lange <fjl@ethereum.org>',
|
|
'openpgp key': 'F9585DE6',
|
|
fingerprint: '8272 1824 F4D7 46E0 B5A7 AB95 70AD 154B F958 5DE6'
|
|
},
|
|
{
|
|
developer: 'Martin Holst Swende',
|
|
'unique id': 'Martin Holst Swende <martin.swende@ethereum.org>',
|
|
'openpgp key': 'F9585DE6',
|
|
fingerprint: '8272 1824 F4D7 46E0 B5A7 AB95 70AD 154B F958 5DE6'
|
|
},
|
|
{
|
|
developer: 'Péter Szilágyi',
|
|
'unique id': 'Péter Szilágyi <peter@ethereum.org>',
|
|
'openpgp key': 'F9585DE6',
|
|
fingerprint: '8272 1824 F4D7 46E0 B5A7 AB95 70AD 154B F958 5DE6'
|
|
}
|
|
];
|