2024-12-06 13:12:50 +01:00
|
|
|
#Chain params
|
2024-11-23 11:26:01 +01:00
|
|
|
CHAIN_ID = 44787
|
|
|
|
RPC = https://alfajores-forno.celo-testnet.org
|
2024-12-06 13:12:50 +01:00
|
|
|
GAS_FEE_CAP = 35000000000
|
|
|
|
|
|
|
|
|
|
|
|
#Amount of gas to topup each generated account
|
|
|
|
GAS_TOPUP = "0.01ether"
|
|
|
|
|
|
|
|
#address to token index
|
|
|
|
TOKEN_INDEX = 0xD774bc082003eaF8DF74eEcD43AD44F03D488418
|
|
|
|
|
|
|
|
#Private key with the required permissions
|
2024-12-12 12:04:32 +01:00
|
|
|
MASTER_PRIVATE_KEY = 1e1d0c1519479f68d9
|
|
|
|
|
|
|
|
#Token required to perform custodial api calls
|
|
|
|
BEARER_TOKEN=eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9
|