You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
283 B
12 lines
283 B
module.exports = {
|
|
magicHash: [
|
|
{
|
|
message: '',
|
|
hash256: '80e795d4a4caadd7047af389d9f7f220562feb6196032e2131e10563352c4bcc'
|
|
},
|
|
{
|
|
message: 'Vires is Numeris',
|
|
hash256: 'f8a5affbef4a3241b19067aa694562f64f513310817297089a8929a930f4f933'
|
|
}
|
|
]
|
|
}
|
|
|