Skip to content

Commit

Permalink
Add Gracy Staking Season 6 (#11704)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
backgroundjun and g1nt0ki authored Sep 23, 2024
1 parent f1ca637 commit 04b5050
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions projects/gracy-staking/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ const STAKING_CONTRACT_SEASON_2 = "0xa0EE760C52b10d2A21E563526248CA389D9C47E6";
const STAKING_CONTRACT_SEASON_3 = "0xAb6aD663b42c7031b52737cbcBF9f70cb88fD9FC";
const STAKING_CONTRACT_SEASON_4 = "0x4f1043ABb51648E817b8e62EcABc157F91E61c52";
const STAKING_CONTRACT_SEASON_5 = "0x6e05d3a61f5026EEa67d0a82843d5E82eb3E2608";
const STAKING_CONTRACT_SEASON_6 = "0xE5ff1432DC7BE35CC73216A8cc468608398AD433";

module.exports = {
ethereum: {
tvl: () => ({}),
staking: stakings([
STAKING_CONTRACT_SEASON_1,
STAKING_CONTRACT_SEASON_2,
STAKING_CONTRACT_SEASON_3,
STAKING_CONTRACT_SEASON_4,
STAKING_CONTRACT_SEASON_5,
], GRACY_TOKEN),
},
ethereum: {
tvl: () => ({}),
staking: stakings([STAKING_CONTRACT_SEASON_1, STAKING_CONTRACT_SEASON_2, STAKING_CONTRACT_SEASON_3, STAKING_CONTRACT_SEASON_4, STAKING_CONTRACT_SEASON_5, STAKING_CONTRACT_SEASON_6,
], GRACY_TOKEN),
},
};

0 comments on commit 04b5050

Please sign in to comment.