Skip to content

Commit

Permalink
feat: update results ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
houssemmimoun27 committed Jul 10, 2023
1 parent 47d2d35 commit 4d38732
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/builder/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ import type { BuildersDTO } from './dto.type'
export const buildersData: BuildersDTO = [
{
rank: 1,
valoper: 'okp41u6vp630kpjpxqp2p6xwagtlkzq58tw3zadwrgu',
valoper: 'okp41wy8ywt98sv5pmsg873rct4pxtw0ntxuwxdtzen',
poap: [
'OKP4 Ontologist Apprentice',
'OKP4 Governance Creator',
'Dagda Servant',
'OKP4 Law-Stone Builder',
'OKP4 Objectarium Explorer',
'OKP4 Young Druid'
],
know: 30000
know: 70000
},
{
rank: 2,
valoper: 'okp41wy8ywt98sv5pmsg873rct4pxtw0ntxuwxdtzen',
rank: 1,
valoper: 'okp41u6vp630kpjpxqp2p6xwagtlkzq58tw3zadwrgu',
poap: [
'OKP4 Ontologist Apprentice',
'OKP4 Governance Creator',
'Dagda Servant',
'OKP4 Law-Stone Builder',
'OKP4 Objectarium Explorer',
'OKP4 Young Druid'
Expand Down

0 comments on commit 4d38732

Please sign in to comment.