From 814317f1cee92cd40061837ac1e5a6837f4cf108 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 2 Oct 2024 16:22:42 +0100 Subject: [PATCH] fix: fix chain names to avoid metamask warnings --- packages/adapter/src/chains.ts | 4 ++-- packages/snap/snap.manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/adapter/src/chains.ts b/packages/adapter/src/chains.ts index d913df2b..49377154 100644 --- a/packages/adapter/src/chains.ts +++ b/packages/adapter/src/chains.ts @@ -1,7 +1,7 @@ export const metamask = { mainnet: { chainId: '0x13a', - chainName: 'Filecoin', + chainName: 'Filecoin - Mainnet', rpcUrls: ['https://api.node.glif.io/rpc/v1'], blockExplorerUrls: ['https://filfox.info', 'https://explorer.glif.io/'], nativeCurrency: { @@ -14,7 +14,7 @@ export const metamask = { testnet: { chainId: '0x4cb2f', - chainName: 'Filecoin Calibration', + chainName: 'Filecoin - Calibration testnet', rpcUrls: ['https://api.calibration.node.glif.io/rpc/v1'], blockExplorerUrls: ['https://filfox.info', 'https://explorer.glif.io/'], nativeCurrency: { diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index cacee084..3e389942 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/filecoin-project/filsnap.git" }, "source": { - "shasum": "qIBbaoY+p0F6exYklgNwd+GndBsXA5e5IKhUHk/5CxM=", + "shasum": "IfTKil6MxGCvlH+G94oTgT36QhzF99jpSynZo1afLzI=", "location": { "npm": { "filePath": "dist/snap.js",