ubiquibot / conversation-rewards

0 stars 10 forks source link

feat: configuration is now fetched from Ubiquibot package #15

Closed gentlementlegen closed 2 months ago

gentlementlegen commented 2 months ago

Depends on #14

gentlementlegen commented 2 months ago

To have this working we will need the following secrets to be added:

This is because right now the permit generation and comment are made by this plugin directly. I will work towards moving this to the kernel afterwards.

0x4007 commented 2 months ago

To have this working we will need the following secrets to be added:

  • NFT_MINTER_PRIVATE_KEY

  • NFT_CONTRACT_ADDRESS

  • EVM_PRIVATE_ENCRYPTED

  • APP_ID

NFT_MINTER_PRIVATE_KEY is nice to have for optionality. It would be nice to inherit the same key if it's set for one or the other (EVM_PRIVATE_ENCRYPTED)

gentlementlegen commented 2 months ago

To have this working we will need the following secrets to be added:

  • NFT_MINTER_PRIVATE_KEY
  • NFT_CONTRACT_ADDRESS
  • EVM_PRIVATE_ENCRYPTED
  • APP_ID

NFT_MINTER_PRIVATE_KEY is nice to have for optionality. It would be nice to inherit the same key if it's set for one or the other (EVM_PRIVATE_ENCRYPTED)

Yes it is not required to run, since it's only for Erc721 permits anyway, but eventually should be there to be able to generate permits later on.