From 0e28e202a2454c8b13e3d3ad9bead1d382656b31 Mon Sep 17 00:00:00 2001 From: iurage Date: Tue, 16 Nov 2021 18:25:20 +0800 Subject: [PATCH] Update Devnet network url and program id. --- src/store/reducer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/reducer.ts b/src/store/reducer.ts index 84f7b49..71cef9d 100644 --- a/src/store/reducer.ts +++ b/src/store/reducer.ts @@ -67,10 +67,10 @@ export const networks: Networks = { devnet: { // Cluster. label: "Devnet", - url: "https://devnet.solana.com", + url: "https://api.devnet.solana.com", explorerClusterSuffix: "devnet", multisigProgramId: new PublicKey( - "F3Uf5F61dmht1xuNNNkk3jnzj82TY56vVjVEhZALRkN" + "msigmtwzgXJHj2ext4XJjCDmpbcMuufFb5cHuwg6Xdt" ), }, // Fill in with your local cluster addresses.