oceanprotocol / ocean-faucet

0 stars 0 forks source link

Support Celo Alfajores #19

Open kremalicious opened 3 years ago

kremalicious commented 3 years ago

Contracts were deployed to new networks with oceanprotocol/contracts#351 & oceanprotocol/contracts#352, where a new test network is Celo Alfajores.

To use that, we need to make the faucet support this network.

jamiehewitt15 commented 3 years ago

As far as I can tell it should be possible to do this by just altering the environmental variables. We just need the values below and then @md00ux can deploy the faucet for the new networks

TOKEN_CONTRACT_ADDRESS="0xxxxxxxxxxx"
SEED_PHRASE="12 or 24 words of seed phrase"
RPC="https://network.rpc-example.io/v3/123"
BASE_TOKEN_NAME="TOKEN_NAME"