Skip to content

Commit

Permalink
feat: epoch-26c
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 committed Dec 25, 2024
1 parent 0c1b06b commit 55d38e5
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 @@ -170,6 +170,10 @@ const env: Environment = {
name: 'Epoch 26b',
address: '0xa493DaEeEb5BaDf74fdB872555090A7850ac49f0',
},
{
name: 'Epoch 26c',
address: '0xaDf1136E0Ba142280D628182A1800E5B73dfE9cD',
},
],
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 @@ -47,6 +47,7 @@ interface TeamPayments {
TEMPLE_TEAM_EPOCH_25C: string;
TEMPLE_TEAM_EPOCH_26A: string;
TEMPLE_TEAM_EPOCH_26B: string;
TEMPLE_TEAM_EPOCH_26C: string;
}

export interface DeployedContracts {
Expand Down Expand Up @@ -321,6 +322,7 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
TEMPLE_TEAM_EPOCH_25C: '0xb486C1D3F49D20b442ba77f169998a16550ddAd8',
TEMPLE_TEAM_EPOCH_26A: '0xf78d757da74d5f3a67599240eab918FC347f2BdE',
TEMPLE_TEAM_EPOCH_26B: '0xa493DaEeEb5BaDf74fdB872555090A7850ac49f0',
TEMPLE_TEAM_EPOCH_26C: '0xaDf1136E0Ba142280D628182A1800E5B73dfE9cD',
},

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/epoch26b.json';
import snapshot from './json/epoch26c.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/epoch26c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"0xd8997EF690647d1B85aCF906e7Dd5cC6CAee43E0": 2950,
"0xB8C400E4E9360ae7a3480A2F63e2A5aA85696148": 100,
"0x07dA99dff5F996FaD9FCe0e15a20edC4DBeAe028": 29100,
"0xe07d083d4A8810E5b35300a6De579fB2AF525e2F": 4000,
"0xfd6A18e866b44225fd0A2ce3DEda383a40A126Fb": 56558,
"0x0AAA67dcbBD86dBd1F0c260F50fb9FB3A941138A": 1300,
"0x120bE21b3159e26e5EE2906d991D3be63Cb1a116": 250,
"0x7276fECAA8BaE32908c82b7b55e88e3e86Bf7A60": 1000,
"0x9A2517f6B34EE33e41EF48BCfb25D75E8f8FFa0C": 2500,
"0x5c3834aD62022900f4dA6743Bb6e31009DA3c58a": 19167,
"0xBc099EAdc19e672b454fF6a06d08c541B3a1E850": 60000,
"0xe345e9605391c13Fd2502e7141D54b752AaDB184": 12000,
"0x5be727eC4a70572927d2425d2Daed9a278e9b931": 14000,
"0xDd10BE8f410CEa5340343aE676eccD8D68CEC239": 8000,
"0x588282ADA5B9D872d0eBF506c5C1b541e2a60BBa": 14000,
"0x6e85a8c802dcA39bEB4cE6Eb4C6acD1eB2742564": 10000,
"0x97Ec4001aD1d2a1FBb581ea34C5C0Bd4a210C25C": 31000,
"0x0DA2d90C1CfAe8c5d1A844c1f622d56A0143179C": 5400
}

0 comments on commit 55d38e5

Please sign in to comment.