From 36ee483890a86af941cc3ebbe466924bc3873cb7 Mon Sep 17 00:00:00 2001 From: Zouheir Layine <58786497+zlayine@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:04:39 +0300 Subject: [PATCH] update namespace for polkadot (#34) --- resources/js/store/transaction.ts | 2 +- resources/js/util/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/store/transaction.ts b/resources/js/store/transaction.ts index f8cbf43..8a443eb 100644 --- a/resources/js/store/transaction.ts +++ b/resources/js/store/transaction.ts @@ -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', { diff --git a/resources/js/util/index.ts b/resources/js/util/index.ts index 1523df9..5a98021 100644 --- a/resources/js/util/index.ts +++ b/resources/js/util/index.ts @@ -144,7 +144,7 @@ export const wcProjectId = 'a4b92f550ab3039f7e084a879882bc96'; export const wcRequiredNamespaces = { polkadot: { methods: ['polkadot_signTransaction'], - chains: ['polkadot:99ded175d436bee7d751fa3f2f8c7a25'], + chains: ['polkadot:3af4ff48ec76d2efc8476730f423ac07'], events: [], }, };