Skip to content

Commit

Permalink
update namespace for polkadot (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine authored Sep 26, 2023
1 parent a80fec1 commit 36ee483
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 { publicKeyToAddress } from '~/util/address';

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

export const useTransactionStore = defineStore('transaction', {
Expand Down
2 changes: 1 addition & 1 deletion resources/js/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const wcProjectId = 'a4b92f550ab3039f7e084a879882bc96';
export const wcRequiredNamespaces = {
polkadot: {
methods: ['polkadot_signTransaction'],
chains: ['polkadot:99ded175d436bee7d751fa3f2f8c7a25'],
chains: ['polkadot:3af4ff48ec76d2efc8476730f423ac07'],
events: [],
},
};
Expand Down

0 comments on commit 36ee483

Please sign in to comment.