File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
13
## [ 1.2.0]
10
14
### Added
11
15
- Add more unit tests for SmartTransactionsController ([ #23 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/23 ) )
12
16
- 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 ) )
14
18
- 1.1.0 ([ #22 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/22 ) )
15
19
16
20
## [ 1.1.0]
@@ -32,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
36
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
33
37
- Initial commit
34
38
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
36
41
[ 1.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
37
42
[ 1.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...v1.1.0
38
43
[ 1.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " MetaMask controller for Smart Transactions." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
- export const API_BASE_URL = 'https://transaction.metaswap-dev .codefi.network' ;
1
+ export const API_BASE_URL = 'https://transaction.metaswap.codefi.network' ;
2
2
export const CHAIN_IDS = {
3
3
ETHEREUM : '0x1' ,
4
4
RINKEBY : '0x4' ,
You can’t perform that action at this time.
0 commit comments