@massalabs/wallet-provider 3.1.1-dev.20250115113900 → 3.1.2-dev.20250116141749

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/wallet/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAIxD,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/wallet/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAKxD,CAAC"}
@@ -2,6 +2,6 @@ import { WalletName } from './types';
2
2
  export const WalletInstallLink = {
3
3
  [WalletName.Bearby]: 'https://bearby.io',
4
4
  [WalletName.MassaWallet]: 'https://station.massa.net/',
5
- [WalletName.Metamask]: 'https://metamask.io/download/',
5
+ [WalletName.Metamask]: 'https://snaps.metamask.io/snap/npm/massalabs/metamask-snap/',
6
6
  };
7
7
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/wallet/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,mBAAmB;IACxC,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,4BAA4B;IACtD,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,+BAA+B;CACvD,CAAC","sourcesContent":["import { WalletName } from './types';\n\nexport const WalletInstallLink: Record<WalletName, string> = {\n [WalletName.Bearby]: 'https://bearby.io',\n [WalletName.MassaWallet]: 'https://station.massa.net/',\n [WalletName.Metamask]: 'https://metamask.io/download/',\n};\n"]}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/wallet/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,mBAAmB;IACxC,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,4BAA4B;IACtD,CAAC,UAAU,CAAC,QAAQ,CAAC,EACnB,6DAA6D;CAChE,CAAC","sourcesContent":["import { WalletName } from './types';\n\nexport const WalletInstallLink: Record<WalletName, string> = {\n [WalletName.Bearby]: 'https://bearby.io',\n [WalletName.MassaWallet]: 'https://station.massa.net/',\n [WalletName.Metamask]:\n 'https://snaps.metamask.io/snap/npm/massalabs/metamask-snap/',\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massalabs/wallet-provider",
3
- "version": "3.1.1-dev.20250115113900",
3
+ "version": "3.1.2-dev.20250116141749",
4
4
  "description": "massa's wallet provider",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -54,7 +54,7 @@
54
54
  ],
55
55
  "dependencies": {
56
56
  "@hicaru/bearby.js": "^0.5.9",
57
- "@massalabs/massa-web3": "^5.1.0",
57
+ "@massalabs/massa-web3": "^5.1.1",
58
58
  "@metamask/providers": "^18.1.1",
59
59
  "axios": "^0.28.0",
60
60
  "bs58check": "^4.0.0",