https://github.com/1Hive/staking

StakingFactory address: 0x76adfd1da857249a82cba01469b42ee9813ad0f3 ERC20 symbol HNYT: 0x2d467a24095b262787f58ce97d9b130ce7232b57 Staking address: 0xebe0506b0481f873b12c0bcf423f6ad241c40acc

StakingFactory Verified

npx truffle migrate --network=goerli

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.

Starting migrations...
======================
> Network name:    'goerli'
> Network id:      5
> Block gas limit: 30000000 (0x1c9c380)

1_initial_migration.js
======================

   Deploying 'StakingFactory'
   --------------------------
   > transaction hash:    0xeab7bd6efdcb32e4ba865bd163f1bc80638dba792bc2c55d182f49c0273df3d5
   > Blocks: 2            Seconds: 17
   > contract address:    0x76ADFD1DA857249A82cba01469b42eE9813aD0f3
   > block number:        8300627
   > block timestamp:     1673557044
   > account:             0x2F9e113434aeBDd70bB99cB6505e1F726C578D6d
   > balance:             3.681060143095163221
   > gas used:            2743288 (0x29dbf8)
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.05486576 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 1 (block: 8300628)
   > confirmation number: 2 (block: 8300629)
erc20Token 0x2d467a24095B262787f58ce97d9B130ce7232B57
staking 0xebe0506b0481f873b12c0bcf423f6ad241c40acc
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.05486576 ETH

Summary
=======
> Total deployments:   1
> Final cost:          0.05486576 ETH

Staking Verified

npx truffle run verify StakingFactory --network=goerli
Warning: Both truffle-config.js and truffle.js were found. Using truffle-config.js.
Verifying contracts on etherscan
   Verifying StakingFactory
   Pass - Verified: <https://goerli.etherscan.io/address/0x76ADFD1DA857249A82cba01469b42eE9813aD0f3#code>
   Successfully verified 1 contract(s).
Verifying contracts on sourcify
   Verifying StakingFactory
   Pass - Verified: <https://sourcify.dev/#/lookup/0x76ADFD1DA857249A82cba01469b42eE9813aD0f3>
   Successfully verified 1 contract(s).