Skip to content

Commit

Permalink
Merge 'MetaMask/main' into bump-to-node-16
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 10, 2023
2 parents 1a55092 + 84374b8 commit a455d1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a455d1a

Please sign in to comment.