Skip to content

Commit

Permalink
fix: fix chain names to avoid metamask warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 2, 2024
1 parent b6c4f6a commit 814317f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/adapter/src/chains.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 814317f

Please sign in to comment.