diff --git a/projects/gracy-staking/index.js b/projects/gracy-staking/index.js index f0b6c571a85..74ab5df1986 100644 --- a/projects/gracy-staking/index.js +++ b/projects/gracy-staking/index.js @@ -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), + }, };