add bearer token example
This commit is contained in:
parent
01d7de89c2
commit
3a9a123648
@ -1,5 +1,4 @@
|
|||||||
#Chain params
|
#Chain params
|
||||||
PRIVATE_KEY=PRIVATE_KEY=1e1d0c151ajjajajsanakaka54ba
|
|
||||||
CHAIN_ID = 44787
|
CHAIN_ID = 44787
|
||||||
RPC = https://alfajores-forno.celo-testnet.org
|
RPC = https://alfajores-forno.celo-testnet.org
|
||||||
GAS_FEE_CAP = 35000000000
|
GAS_FEE_CAP = 35000000000
|
||||||
@ -12,4 +11,7 @@ GAS_TOPUP = "0.01ether"
|
|||||||
TOKEN_INDEX = 0xD774bc082003eaF8DF74eEcD43AD44F03D488418
|
TOKEN_INDEX = 0xD774bc082003eaF8DF74eEcD43AD44F03D488418
|
||||||
|
|
||||||
#Private key with the required permissions
|
#Private key with the required permissions
|
||||||
MASTER_PRIVATE_KEY = 1e1d0c1519479f68d9
|
MASTER_PRIVATE_KEY = 1e1d0c1519479f68d9
|
||||||
|
|
||||||
|
#Token required to perform custodial api calls
|
||||||
|
BEARER_TOKEN=eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9
|
Loading…
Reference in New Issue
Block a user