diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 50bea790..7fd0cc67 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. -* @MetaMask/devs +* @MetaMask/engineering diff --git a/README.md b/README.md index b2eb5b4d..0980a6de 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,14 @@ -# MetaMask Module Template +# `@metamask/smart-transactions-controller` -This TypeScript module is maintained in the style of the MetaMask team. +Improves success rates for swaps by trialing transactions privately and finding minimum fees. ## Installation -`yarn add @metamask/this-module` +`yarn add @metamask/smart-transactions-controller` or -`npm install @metamask/this-module` - -## Usage - -_Add examples here_ - -## API - -_Add examples here_ +`npm install @metamask/smart-transactions-controller` ## Contributing diff --git a/package.json b/package.json index bd14b29d..f0e5eb40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@metamask/smart-transactions-controller", "version": "3.1.0", - "description": "MetaMask controller for Smart Transactions.", + "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", "url": "https://github.com/MetaMask/smart-transactions-controller.git"