Skip to content

Commit

Permalink
Merge pull request #103 from edenia/dev
Browse files Browse the repository at this point in the history
Change rpc endpoint url pdn (#102)
  • Loading branch information
fagomezra committed May 12, 2023
2 parents e6c6c85 + 794c3be commit 44a44bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-pdn-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
PDN_SERVER_PORT: ${{ secrets.PDN_SERVER_PORT }}
PDN_EOS_CHAIN_ID: ${{ secrets.PDN_EOS_CHAIN_ID }}
EOS_RPC_PROTOCOL: https
EOS_RPC_HOST: api.eosn.io
EOS_RPC_HOST: eos.api.eosnation.io
EOS_RPC_PORT: 443
TAPOS_MANAGER_INTERVAL_MINS: 30
PDN_EDEN_CONTRACT_ACCOUNT: ${{ secrets.PDN_EDEN_CONTRACT_ACCOUNT }}
Expand Down Expand Up @@ -488,9 +488,9 @@ jobs:
NEXT_PUBLIC_BASE_URL: https://genesis.eden.eoscommunity.org
PDN_NEXT_PUBLIC_EOS_CHAIN_ID: ${{ secrets.PDN_NEXT_PUBLIC_EOS_CHAIN_ID }}
NEXT_PUBLIC_EOS_RPC_PROTOCOL: https
NEXT_PUBLIC_EOS_RPC_HOST: api.eosn.io
NEXT_PUBLIC_EOS_RPC_HOST: eos.api.eosnation.io
NEXT_PUBLIC_EOS_RPC_PORT: 443
NEXT_PUBLIC_EOS_READ_RPC_URLS: https://api.eosn.io,https://eos.greymass.com
NEXT_PUBLIC_EOS_READ_RPC_URLS: https://eos.api.eosnation.io,https://eos.greymass.com
NEXT_PUBLIC_TABLE_ROWS_MAX_FETCH_PER_SEC: 25
NEXT_PUBLIC_EDEN_CONTRACT_ACCOUNT: genesis.eden
NEXT_PUBLIC_AA_FETCH_AFTER: 1619827201000
Expand Down

0 comments on commit 44a44bd

Please sign in to comment.