Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(phoenix): update chain ID #784

Merged
merged 1 commit into from
May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-phoenix-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
REACT_APP_EOS_API_HOST: 'phoenix-testnet.edenia.cloud'
REACT_APP_EOS_API_PORT: '443'
REACT_APP_EOS_API_PROTOCOL: 'https'
REACT_APP_EOS_CHAIN_ID: 'd43bf79db9471e3652a4ca95fdb81bb7aa99000ad4b448fa9a3c491c63566f5f'
REACT_APP_EOS_CHAIN_ID: '7b5899e99b52d06a6a205ef656179b696f0e12583d8df273b629153e0d90f9bb'
REACT_APP_EOS_DEFAULT_EXCHANGE_RATE: '1'
REACT_APP_EOS_DEFAULT_EXCHANGE_RATE_API: ''
REACT_APP_EOS_USE_BP_JSON_ON_CHAIN: 'false'
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# hapi
HAPI_EOS_API_NETWORK_NAME: phoenix-testnet
HAPI_EOS_API_ENDPOINT: https://phoenix-testnet.edenia.cloud
HAPI_EOS_API_CHAIN_ID: d43bf79db9471e3652a4ca95fdb81bb7aa99000ad4b448fa9a3c491c63566f5f
HAPI_EOS_API_CHAIN_ID: 7b5899e99b52d06a6a205ef656179b696f0e12583d8df273b629153e0d90f9bb
HAPI_EOS_BASE_ACCOUNT: ${{ secrets.HAPI_EOS_BASE_ACCOUNT }}
HAPI_EOS_BASE_ACCOUNT_PASSWORD: ${{ secrets.HAPI_EOS_BASE_ACCOUNT_PASSWORD }}
HAPI_EOS_MECHANICS_ACCOUNT: ${{ secrets.HAPI_EOS_MECHANICS_ACCOUNT }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.env.local
!.env.telostestnet
!.env.ultratestnet
.vscode/
db_data
wallet_data
certificates
Expand All @@ -11,4 +12,4 @@ modules
ssl
build_k8s
.DS_Store
google-credentials.json
google-credentials.json