Skip to content

Commit

Permalink
feat: epoch 22b payments (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 authored Nov 29, 2023
1 parent 8c3989a commit 8cb04ca
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/dapp/src/constants/env/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const env: Environment = {
'0x215B8c5225fb43864ECfc15B7ac97fc78AE8f621',
'0xD50e540F9D4Da820eecA7428b5b5cECd2227727a',
'0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb',
'0x9516E1ad540573a6704f2b7fbA165bC05821e552',
],
temple: '0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7',
templeStaking: '0x4D14b24EDb751221B3Ff08BBB8bd91D4b1c8bc77',
Expand Down
2 changes: 2 additions & 0 deletions protocol/scripts/deploys/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ interface TeamPayments {
TEMPLE_TEAM_EPOCH_20: string;
TEMPLE_TEAM_EPOCH_21: string;
TEMPLE_TEAM_EPOCH_22A: string;
TEMPLE_TEAM_EPOCH_22B: string;
}

export interface DeployedContracts {
Expand Down Expand Up @@ -316,6 +317,7 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
TEMPLE_TEAM_EPOCH_20: '0x215B8c5225fb43864ECfc15B7ac97fc78AE8f621',
TEMPLE_TEAM_EPOCH_21: '0xD50e540F9D4Da820eecA7428b5b5cECd2227727a',
TEMPLE_TEAM_EPOCH_22A: '0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb',
TEMPLE_TEAM_EPOCH_22B: '0x9516E1ad540573a6704f2b7fbA165bC05821e552',
},

TEMPLE_TEAM_PAYMENTS_IMPLEMENTATION: '',
Expand Down
2 changes: 1 addition & 1 deletion protocol/scripts/deploys/mainnet/team-payments/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
expectAddressWithPrivateKey,
toAtto,
} from '../../helpers';
import snapshot from './json/epoch22a.json';
import snapshot from './json/epoch22b.json';

// TODO: Add command line arguments for json allocations file
async function main() {
Expand Down
18 changes: 18 additions & 0 deletions protocol/scripts/deploys/mainnet/team-payments/json/epoch22b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"0xE58C06c3372687039140ceb64cB05f78D71fA133": 1100,
"0xfED4FEd3C90C4e93D203D25EF2B148C863b68356": 8000,
"0x14d62c8faC60d71714F54bd3f7dF18433475968b": 10000,
"0x7f068d2890bD5ce602DCB9d040515306d067cA02": 1500,
"0x66a60022c7B15BBbBe265C55Ad096e44f1138e19": 15000,
"0xF26c0eBb04e794c666730233842Ca854D1747deF": 5000,
"0x75826C7DC6A119184973f7e0A46BA61Ba37Fbd7c": 10000,
"0x44cA9C30945d8e37dFAC66783a79aE64eC4301EE": 15000,
"0x07dA99dff5F996FaD9FCe0e15a20edC4DBeAe028": 16200,
"0xe345e9605391c13Fd2502e7141D54b752AaDB184": 12000,
"0x038D946DD8488237D8E710a45b6E801F1Ee4dc01": 14000,
"0x9F7eE729DDE0D95ffCf69F5606D534Ee47b303C0": 20000,
"0x036fea042993eba9Cbd0BFbAe5C325644230e292": 10000,
"0x588282ADA5B9D872d0eBF506c5C1b541e2a60BBa": 14000,
"0x97Ec4001aD1d2a1FBb581ea34C5C0Bd4a210C25C": 37500,
"0xB8C400E4E9360ae7a3480A2F63e2A5aA85696148": 250
}

0 comments on commit 8cb04ca

Please sign in to comment.