Skip to content

Commit

Permalink
[PLA-1475] fix network connect (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine authored Dec 5, 2023
1 parent 8a87ae8 commit d3c4854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/store/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { useConnectionStore } from './connection';

const RPC_URLS = {
canary: 'wss://rpc.matrix.canary.enjin.io',
polkadot: 'wss://rpc.matrix.blockchain.enjin.io',
enjin: 'wss://rpc.matrix.blockchain.enjin.io',
};

export const useTransactionStore = defineStore('transaction', {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const wcProjectId = 'a4b92f550ab3039f7e084a879882bc96';

export const wcNamespaces = {
canary: 'polkadot:a37725fd8943d2a524cb7ecc65da438f',
polkadot: 'polkadot:3af4ff48ec76d2efc8476730f423ac07',
enjin: 'polkadot:3af4ff48ec76d2efc8476730f423ac07',
};

0 comments on commit d3c4854

Please sign in to comment.