Skip to content

Commit

Permalink
fix ci env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkplug0025 committed Nov 3, 2021
1 parent b2d9936 commit 55df47a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/box/.env.test
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ephemeral local chain
EOS_CHAIN_ID = "953486e83a647009b04587879db89dee61f960b894c5df847b4d454575443d73"
EOS_RPC_PROTOCOL = "http"
EOS_RPC_HOST = "127.0.0.1"
EOS_RPC_PORT = "8888"
SUBCHAIN_RECEIVER = "SHIP"
DFUSE_FIRST_BLOCK = "0"
DFUSE_JSON_TRX_FILE = ""
SUBCHAIN_EDEN_CONTRACT = "eden.gm"
EDEN_CONTRACT_ACCOUNT = "eden.gm"
EDEN_CONTRACT_ACCOUNT = "eden.gm"
1 change: 1 addition & 0 deletions packages/webapp/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

# Ephemeral Chain Setup
NEXT_PUBLIC_EDEN_CONTRACT_ACCOUNT = "eden.gm"
NEXT_PUBLIC_EOS_CHAIN_ID = "953486e83a647009b04587879db89dee61f960b894c5df847b4d454575443d73"
NEXT_PUBLIC_EOS_RPC_PROTOCOL = "http"
NEXT_PUBLIC_EOS_RPC_HOST = "127.0.0.1"
NEXT_PUBLIC_EOS_RPC_PORT = "8888"
Expand Down

0 comments on commit 55df47a

Please sign in to comment.