Skip to content

Commit

Permalink
feat: epoch-22c
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 committed Dec 29, 2023
1 parent 38cb288 commit b560805
Show file tree
Hide file tree
Showing 4 changed files with 20 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 @@ -47,6 +47,7 @@ const env: Environment = {
'0xD50e540F9D4Da820eecA7428b5b5cECd2227727a',
'0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb',
'0x9516E1ad540573a6704f2b7fbA165bC05821e552',
'0x57cE4E4dcA88A5E1f3788D8e47c46687F91B6AfE',
],
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 @@ -35,6 +35,7 @@ interface TeamPayments {
TEMPLE_TEAM_EPOCH_21: string;
TEMPLE_TEAM_EPOCH_22A: string;
TEMPLE_TEAM_EPOCH_22B: string;
TEMPLE_TEAM_EPOCH_22C: string;
}

export interface DeployedContracts {
Expand Down Expand Up @@ -318,6 +319,7 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
TEMPLE_TEAM_EPOCH_21: '0xD50e540F9D4Da820eecA7428b5b5cECd2227727a',
TEMPLE_TEAM_EPOCH_22A: '0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb',
TEMPLE_TEAM_EPOCH_22B: '0x9516E1ad540573a6704f2b7fbA165bC05821e552',
TEMPLE_TEAM_EPOCH_22C: '0x57cE4E4dcA88A5E1f3788D8e47c46687F91B6AfE',
},

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/epoch22b.json';
import snapshot from './json/epoch22c.json';

// TODO: Add command line arguments for json allocations file
async function main() {
Expand Down
16 changes: 16 additions & 0 deletions protocol/scripts/deploys/mainnet/team-payments/json/epoch22c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"0xE58C06c3372687039140ceb64cB05f78D71fA133": 2000,
"0xe07d083d4A8810E5b35300a6De579fB2AF525e2F": 8000,
"0x14d62c8faC60d71714F54bd3f7dF18433475968b": 11000,
"0x66a60022c7B15BBbBe265C55Ad096e44f1138e19": 7000,
"0xF26c0eBb04e794c666730233842Ca854D1747deF": 1250,
"0xB8C400E4E9360ae7a3480A2F63e2A5aA85696148": 250,
"0xe345e9605391c13Fd2502e7141D54b752AaDB184": 12000,
"0x038D946DD8488237D8E710a45b6E801F1Ee4dc01": 9800,
"0x07dA99dff5F996FaD9FCe0e15a20edC4DBeAe028": 14400,
"0x1cCbe98Ce51d3ba16A5F29b7f970c3e101ded67f": 10000,
"0x97Ec4001aD1d2a1FBb581ea34C5C0Bd4a210C25C": 42500,
"0x588282ADA5B9D872d0eBF506c5C1b541e2a60BBa": 14000,
"0x9F7eE729DDE0D95ffCf69F5606D534Ee47b303C0": 20000,
"0x036fea042993eba9Cbd0BFbAe5C325644230e292": 10000
}

0 comments on commit b560805

Please sign in to comment.