Skip to content

Commit

Permalink
Merge branch 'main' into updateZetaLink
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 authored Nov 4, 2024
2 parents fc698a8 + c85fdea commit 7ea314c
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 101 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2]
### Changed
- Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#923](https://github.com/MetaMask/snaps-registry/pull/923))

## [3.2.1]
### Changed
- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693))
Expand Down Expand Up @@ -86,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-registry",
"version": "3.2.1",
"version": "3.2.2",
"description": "A registry containing metadata about verified and blocked Snaps.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^9.1.0",
"@metamask/utils": "^10.0.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2"
},
Expand All @@ -42,9 +42,9 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-controllers": "^9.4.0",
"@metamask/snaps-sdk": "^6.2.1",
"@metamask/snaps-utils": "^8.0.1",
"@metamask/snaps-controllers": "^9.11.1",
"@metamask/snaps-sdk": "^6.9.0",
"@metamask/snaps-utils": "^8.4.1",
"@noble/curves": "^1.2.0",
"@types/jest": "^28.1.6",
"@types/node": "^17.0.23",
Expand Down
13 changes: 10 additions & 3 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2021,8 +2021,8 @@
"website": "https://consensys.io/"
},
"website": "https://snaps.consensys.io/starknet",
"summary": "Deploy Starknet accounts, make transactions on Starknet, and interact with Starknet smart contracts.",
"description": "The Starknet Snap allows users to deploy Starknet accounts, make transactions on Starknet, and interact with Starknet smart contracts.\n\nAfter installing the Snap, visit the website to set up your Starknet account.",
"summary": "Deploy Starknet accounts, make transactions, and connect with Starknet’s dApp ecosystem.",
"description": "The Starknet Snap is your gateway to the Starknet ecosystem, enabling you to deploy accounts, execute transactions, and interact with Starknet smart contracts. This Snap allows you to engage directly with Starknet dapps, like StarkGate for bridging tokens from Ethereum and AVNU.fi for trading on Starknet. Compatibility with additional dapps is set to grow, expanding your access to Starknet’s evolving network.\n\nWhether you’re exploring or building on Starknet, the Snap simplifies your connection to Starknet activities right from MetaMask. Developers can refer to our Knowledge Base to learn more about making MetaMask-compatible Starknet dapps.\n\nGet started with these resources:\n\n- Companion dapp: Set up your account, check balances, and send tokens: https://snaps.consensys.io/starknet/\n- StarkGate: Bridge tokens from Ethereum to Starknet: https://starkgate.starknet.io/\n- AVNU: Trade assets on Starknet: https://www.avnu.fi/",
"audits": [
{
"auditor": "Cobalt",
Expand All @@ -2035,7 +2035,8 @@
],
"category": "interoperability",
"support": {
"contact": "https://discord.gg/hYpHRjK"
"contact": "https://discord.gg/hYpHRjK",
"knowledgeBase": "https://docs.metamask.io/wallet/how-to/use-non-evm-networks/starknet/"
},
"sourceCode": "https://github.com/Consensys/starknet-snap",
"screenshots": [
Expand All @@ -2045,6 +2046,9 @@
]
},
"versions": {
"2.11.0": {
"checksum": "pw5j0DzaKPnoTMOTHvMv7/f3gjH0BPqEZHmx3SLGX7U="
},
"2.10.1": {
"checksum": "X38B+1YYnb1L0UYnUq6lHdxLmwjUDBPF8nWaF8LrGGw="
},
Expand Down Expand Up @@ -2883,6 +2887,9 @@
]
},
"versions": {
"0.6.0": {
"checksum": "kg+O7LMOr0ADHcUzkdTGhT4MPaPZKtkhFFVDELp/FGw="
},
"0.5.4": {
"checksum": "OIpcuFQsDSAMs64+tsEsX1oOkiCBMvjZxZapAnP7Icc="
},
Expand Down
Loading

0 comments on commit 7ea314c

Please sign in to comment.