Skip to content

Commit

Permalink
Merge pull request #1092 from TempleDAO/epoch-25c
Browse files Browse the repository at this point in the history
feat: epoch-25c
  • Loading branch information
frontier159 authored Sep 28, 2024
2 parents 9aa503d + 7287eec commit 7d9f963
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/dapp/src/constants/env/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ const env: Environment = {
name: 'Epoch 25b',
address: '0x0197B9F8d504e020C875fcafb3403e55Bef31c36',
},
{
name: 'Epoch 25c',
address: '0xb486C1D3F49D20b442ba77f169998a16550ddAd8',
},
],
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 @@ -44,6 +44,7 @@ interface TeamPayments {
TEMPLE_TEAM_EPOCH_24C: string;
TEMPLE_TEAM_EPOCH_25A: string;
TEMPLE_TEAM_EPOCH_25B: string;
TEMPLE_TEAM_EPOCH_25C: string;
}

export interface DeployedContracts {
Expand Down Expand Up @@ -315,6 +316,7 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
TEMPLE_TEAM_EPOCH_24C: '0x96288cF99b16Bd857781d4B7d49b60887D30Bf4E',
TEMPLE_TEAM_EPOCH_25A: '0xd2F37721cdE50fe5210974d9073F2F24cb53e319',
TEMPLE_TEAM_EPOCH_25B: '0x0197B9F8d504e020C875fcafb3403e55Bef31c36',
TEMPLE_TEAM_EPOCH_25C: '0xb486C1D3F49D20b442ba77f169998a16550ddAd8',
},

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

// TODO: Add command line arguments for json allocations file
async function main() {
Expand Down
20 changes: 20 additions & 0 deletions protocol/scripts/deploys/mainnet/team-payments/json/epoch25c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"0x08e19c5B9667FA2d49A6709482aa5aC0C4a7b198": 1000,
"0xE58C06c3372687039140ceb64cB05f78D71fA133": 3500,
"0x62370003cEbacd6415d32375095FFc8AB7238eBC": 150,
"0xB8C400E4E9360ae7a3480A2F63e2A5aA85696148": 100,
"0xe07d083d4A8810E5b35300a6De579fB2AF525e2F": 4000,
"0x14d62c8faC60d71714F54bd3f7dF18433475968b": 20000,
"0xDBdB110c59881bE60e12e5F6c54032dA8cA814CE": 9175,
"0x07dA99dff5F996FaD9FCe0e15a20edC4DBeAe028": 9100,
"0x1cCbe98Ce51d3ba16A5F29b7f970c3e101ded67f": 10000,
"0x038D946DD8488237D8E710a45b6E801F1Ee4dc01": 14000,
"0xBc099EAdc19e672b454fF6a06d08c541B3a1E850": 20000,
"0xe345e9605391c13Fd2502e7141D54b752AaDB184": 12000,
"0xDd10BE8f410CEa5340343aE676eccD8D68CEC239": 8000,
"0x588282ADA5B9D872d0eBF506c5C1b541e2a60BBa": 14000,
"0x6e85a8c802dcA39bEB4cE6Eb4C6acD1eB2742564": 10000,
"0x9F7eE729DDE0D95ffCf69F5606D534Ee47b303C0": 31999,
"0x97Ec4001aD1d2a1FBb581ea34C5C0Bd4a210C25C": 42500,
"0x6c55f411bF02B68478844b1148a0daB92Cd1D5aE": 2000
}

0 comments on commit 7d9f963

Please sign in to comment.