Skip to content

Commit

Permalink
REVERT: change to use prod and with dummy acc
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jul 4, 2024
1 parent 40a4263 commit 4fbe2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
GH_NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=gl-notifications-dev.appspot.com
GH_NEXT_PUBLIC_FIREBASE_MESSAGING_ID=581626459774
GH_NEXT_PUBLIC_FIREBASE_APP_ID=1:581626459774:web:6b7098eb48c0b142f50a2f
GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://epic-fast-test-epic-data-hub-core.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://epic-fast-test-epic-data-hub-core.subsocial.network/graphql-ws
GH_DATAHUB_QUEUE_URL=https://epic-fast-test-epic-data-hub-queue.subsocial.network/graphql
GH_NOTIFICATIONS_URL=https://epic-fast-test-epic-notif-data-hub-core.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://epic-data-hub.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://epic-data-hub.subsocial.network/graphql-ws
GH_DATAHUB_QUEUE_URL=https://epic-queue-data-hub.subsocial.network/graphql
GH_NOTIFICATIONS_URL=https://epic-notif-data-hub.subsocial.network/graphql
GH_NEXT_PUBLIC_OFFCHAIN_POSTING_HUBS=12468
GH_NEXT_PUBLIC_PROPOSALS_HUB=12364
GH_NEXT_PUBLIC_APP_ID=0xa580866e85dc3f78346ab3131210064e
Expand Down
1 change: 1 addition & 0 deletions src/stores/my-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export function getMyMainAddress() {
}

export function useMyMainAddress() {
return '0x8CA63Bf11e294F69F4202A4d906Aac3C9B098f53'
const address = useMyAccount((state) => state.address)
const parentProxyAddress = useMyAccount((state) => state.parentProxyAddress)
return parentProxyAddress || address
Expand Down

0 comments on commit 4fbe2cf

Please sign in to comment.