blockful-io / swaplace-contracts

Swaplace is an open-source, ownerless and feeless token swap protocol
https://app.swaplace.xyz/
MIT License
33 stars 33 forks source link

fix: hardcoding deployer address to config #145

Closed 0xneves closed 9 months ago

0xneves commented 9 months ago

GitHub is not correctly fetching vars from the environment when Pull Requests are testing with actions. This is a temporary solution until we find out why.

const DEPLOYER_PRIVATE_KEY =
    "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"

Adding a temporary solution with hardhat first wallet hardcoded to hardhat.config.ts.