Skip to content

Commit ae4902b

Browse files
authored
Use the production version of the Transaction APIs repo, update version and CHANGELOG (#37)
* Use the production version of the Transaction APIs repo, update version and CHANGELOG * Update CHANGELOG with a PR link * Fix a `yarn auto-changelog validate` issue
1 parent 1d25f43 commit ae4902b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0]
10+
### Added
11+
- Use the production version of the Transaction APIs repo ([#37](https://github.com/MetaMask/smart-transactions-controller/pull/37))
12+
913
## [1.2.0]
1014
### Added
1115
- Add more unit tests for SmartTransactionsController ([#23](https://github.com/MetaMask/smart-transactions-controller/pull/23))
1216
- chore(deps): bump @metamask/controllers from 16.0.0 to 19.0.0 ([#18](https://github.com/MetaMask/smart-transactions-controller/pull/18))
13-
- Add canclled status to stx after successful cancel request ([#21](https://github.com/MetaMask/smart-transactions-controller/pull/21))
17+
- Add cancelled status to stx after successful cancel request ([#21](https://github.com/MetaMask/smart-transactions-controller/pull/21))
1418
- 1.1.0 ([#22](https://github.com/MetaMask/smart-transactions-controller/pull/22))
1519

1620
## [1.1.0]
@@ -32,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3236
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
3337
- Initial commit
3438

35-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...HEAD
39+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.3.0...HEAD
40+
[1.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...v1.3.0
3641
[1.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
3742
[1.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...v1.1.0
3843
[1.0.0]: https://github.com/MetaMask/smart-transactions-controller/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-transactions-controller",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const API_BASE_URL = 'https://transaction.metaswap-dev.codefi.network';
1+
export const API_BASE_URL = 'https://transaction.metaswap.codefi.network';
22
export const CHAIN_IDS = {
33
ETHEREUM: '0x1',
44
RINKEBY: '0x4',

0 commit comments

Comments
 (0)