Skip to content

Commit

Permalink
Merge pull request #39 from ixofoundation/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Michael-Ixo authored Jun 6, 2023
2 parents ac19827 + 9f3ce05 commit 3fb2c42
Show file tree
Hide file tree
Showing 220 changed files with 16,025 additions and 8,531 deletions.
14 changes: 13 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ RPC_URL=https://testnet.ixo.earth/rpc/ #https://impacthub-rpc.lavenderfive.com/
IBC_FROM_MNEMONIC="mango tattoo civil foam frog wheat venue rebuild cloth example alien taste"
IBC_TO_ADDRESS=ixo1tumrhpa5tpegdcs2nhwzft8maprttz66pvntc9

# for web3 file upload helper in tests
WEB3STORAGE_TOKEN=""

# below is needed for test flow SETUP
ROOT_IMPACTS=""
ROOT_EMERGING=""
ROOT_ECS=""
ROOT_PROSPECT=""
ROOT_PROSPECT="".

# ed key root users for SETUP test flow
ROOT_ED_EMERGING=""
ROOT_ED_ECS=""
ROOT_ED_PROSPECT=""

# assert key users for SETUP test flow
ASSERT_USER_ECS=""
ASSERT_USER_PROSPECT_ORACLE=""
ASSERT_USER_CARBON_ORACLE=""

# for test flow claims
ECS_CREDENTIAL_WORKER_AUTH="Bearer "
PROSPECT_CREDENTIAL_WORKER_AUTH="Bearer "
CARBON_CREDENTIAL_WORKER_AUTH="Bearer "
Loading

0 comments on commit 3fb2c42

Please sign in to comment.