Skip to content

Commit

Permalink
Moonbeam to demo (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Oct 5, 2023
1 parent 20f0e9f commit 5c05021
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .github/actions/prepare-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ runs:
echo "function_name=${{ inputs.app_base_name }}-demo" >> $GITHUB_OUTPUT
echo "front_url=${{ inputs.app_base_name }}-demo.k-f.dev" >> $GITHUB_OUTPUT
echo "env_name=demo" >> $GITHUB_OUTPUT
elif ${{ contains(inputs.deploy_to, 'moonbeam-alpha') }}; then
# moonbeam-alpha
echo "function_name=${{ inputs.app_base_name }}-moonbeam-alpha" >> $GITHUB_OUTPUT
echo "front_url=${{ inputs.app_base_name }}-moonbeam-alpha.k-f.dev" >> $GITHUB_OUTPUT
echo "env_name=moonbeam-alpha" >> $GITHUB_OUTPUT
elif ${{ github.ref == 'refs/heads/main' }}; then
# DEV
echo "function_name=${{ inputs.app_base_name }}-dev" >> $GITHUB_OUTPUT
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/moonbeam-alpha-deploy.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ yarn-error.log
!.env.demo
!.env.catalyst
!.env.production
!.env.moonbeam-alpha
6 changes: 3 additions & 3 deletions centrifuge-app/.env-config/.env.demo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
REACT_APP_COLLATOR_WSS_URL=wss://fullnode.algol.cntrfg.com/public-ws
REACT_APP_DEFAULT_NODE_URL=https://pod.algol.k-f.dev
REACT_APP_COLLATOR_WSS_URL=wss://fullnode.moonbase-dev.cntrfg.com/public-ws
REACT_APP_DEFAULT_NODE_URL=https://pod.moonbeam-alpha.k-f.dev
REACT_APP_DEFAULT_UNLIST_POOLS=true
REACT_APP_FAUCET_URL=https://europe-central2-peak-vista-185616.cloudfunctions.net/faucet-api-demo
REACT_APP_IPFS_GATEWAY=https://centrifuge.mypinata.cloud/
REACT_APP_IS_DEMO=true
REACT_APP_ONBOARDING_API_URL=https://europe-central2-peak-vista-185616.cloudfunctions.net/onboarding-api-demo
REACT_APP_PINNING_API_URL=https://europe-central2-peak-vista-185616.cloudfunctions.net/pinning-api-demo
REACT_APP_POOL_CREATION_TYPE=immediate
REACT_APP_RELAY_WSS_URL=wss://fullnode-relay.algol.cntrfg.com/public-ws
REACT_APP_RELAY_WSS_URL=wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network
REACT_APP_SUBQUERY_URL=https://api.subquery.network/sq/centrifuge/pools-demo
REACT_APP_SUBSCAN_URL=
REACT_APP_TINLAKE_NETWORK=goerli
Expand Down
20 changes: 0 additions & 20 deletions centrifuge-app/.env-config/.env.moonbeam-alpha

This file was deleted.

6 changes: 3 additions & 3 deletions onboarding-api/env-vars/demo.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REDIRECT_URL=https://app-demo.k-f.dev
MEMBERLIST_ADMIN_PURE_PROXY=kAM1ELFDHdHeLDAkAdwEnfufoCL5hpUycGs4ZQkSQKVpHFoXm
COLLATOR_WSS_URL=wss://fullnode.algol.cntrfg.com/public-ws
RELAY_WSS_URL=wss://fullnode-relay.algol.cntrfg.com
COLLATOR_WSS_URL=wss://fullnode.moonbase-dev.cntrfg.com/public-ws
RELAY_WSS_URL=wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network
INFURA_KEY=bf808e7d3d924fbeb74672d9341d0550
EVM_NETWORK=goerli
ONBOARDING_STORAGE_BUCKET=centrifuge-onboarding-api-dev
ONBOARDING_STORAGE_BUCKET=centrifuge-onboarding-api-dev
7 changes: 0 additions & 7 deletions onboarding-api/env-vars/moonbeam-alpha.env

This file was deleted.

7 changes: 0 additions & 7 deletions onboarding-api/env-vars/moonbeam-alpha.secrets

This file was deleted.

2 changes: 0 additions & 2 deletions pinning-api/env-vars/moonbeam-alpha.secrets

This file was deleted.

0 comments on commit 5c05021

Please sign in to comment.