Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: epoch-23a #955

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -48,6 +48,7 @@ const env: Environment = {
{ name: 'Epoch 22a', address: '0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb' },
{ name: 'Epoch 22b', address: '0x9516E1ad540573a6704f2b7fbA165bC05821e552' },
{ name: 'Epoch 22c', address: '0x57cE4E4dcA88A5E1f3788D8e47c46687F91B6AfE' },
{ name: 'Epoch 23a', address: '0xC05C4123a4870293521980640ddFE37eb5c32dB6' },
],
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 @@ -36,6 +36,7 @@ interface TeamPayments {
TEMPLE_TEAM_EPOCH_22A: string;
TEMPLE_TEAM_EPOCH_22B: string;
TEMPLE_TEAM_EPOCH_22C: string;
TEMPLE_TEAM_EPOCH_23A: string;
}

export interface DeployedContracts {
Expand Down Expand Up @@ -320,6 +321,7 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
TEMPLE_TEAM_EPOCH_22A: '0xDDbea74f5c53063e6c489d3a424e95c3c2BfB2cb',
TEMPLE_TEAM_EPOCH_22B: '0x9516E1ad540573a6704f2b7fbA165bC05821e552',
TEMPLE_TEAM_EPOCH_22C: '0x57cE4E4dcA88A5E1f3788D8e47c46687F91B6AfE',
TEMPLE_TEAM_EPOCH_23A: '0xC05C4123a4870293521980640ddFE37eb5c32dB6',
},

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

// TODO: Add command line arguments for json allocations file
async function main() {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"0xE58C06c3372687039140ceb64cB05f78D71fA133": 3250,
"0xB8C400E4E9360ae7a3480A2F63e2A5aA85696148": 250,
"0xe07d083d4A8810E5b35300a6De579fB2AF525e2F": 9000,
"0x14d62c8faC60d71714F54bd3f7dF18433475968b": 12000,
"0x66a60022c7B15BBbBe265C55Ad096e44f1138e19": 7500,
"0xF26c0eBb04e794c666730233842Ca854D1747deF": 2500,
"0x1cCbe98Ce51d3ba16A5F29b7f970c3e101ded67f": 10000,
"0x07dA99dff5F996FaD9FCe0e15a20edC4DBeAe028": 14400,
"0x038D946DD8488237D8E710a45b6E801F1Ee4dc01": 14000,
"0xe345e9605391c13Fd2502e7141D54b752AaDB184": 12000,
"0x036fea042993eba9Cbd0BFbAe5C325644230e292": 10000,
"0x9F7eE729DDE0D95ffCf69F5606D534Ee47b303C0": 20000,
"0x588282ADA5B9D872d0eBF506c5C1b541e2a60BBa": 14000,
"0x97Ec4001aD1d2a1FBb581ea34C5C0Bd4a210C25C": 42500
}
Loading