Update Devnet network url and program id.

This commit is contained in:
iurage 2021-11-16 18:25:20 +08:00
parent d99b951567
commit 0e28e202a2
1 changed files with 2 additions and 2 deletions

View File

@ -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.