Merge pull request #70 from poanetwork/update-shapeshift-api-key

(Fix) Update ShapeShift API key
This commit is contained in:
Victor Baranov 2018-08-09 12:08:16 +03:00 committed by GitHub
commit 7b9af08291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
## Current Master ## Current Master
- [#70](https://github.com/poanetwork/metamask-extension/pull/70): Change ShapeShift API key
- [#69](https://github.com/poanetwork/metamask-extension/pull/69): Restyling: fix page headers, redesigned warnings, fix paddings, update some icons, redesigned page for buying, redesigned confirm screens, redesigned account menu - [#69](https://github.com/poanetwork/metamask-extension/pull/69): Restyling: fix page headers, redesigned warnings, fix paddings, update some icons, redesigned page for buying, redesigned confirm screens, redesigned account menu
- [#67](https://github.com/poanetwork/metamask-extension/pull/67): Improve performance when big list of sent transactions from account - [#67](https://github.com/poanetwork/metamask-extension/pull/67): Improve performance when big list of sent transactions from account
- [#66](https://github.com/poanetwork/metamask-extension/pull/66): Added possibility to remove custom RPC from the list of networks - [#66](https://github.com/poanetwork/metamask-extension/pull/66): Added possibility to remove custom RPC from the list of networks

View File

@ -195,7 +195,7 @@ ShapeshiftForm.prototype.shift = function () {
'pair': pair, 'pair': pair,
'returnAddress': returnAddress, 'returnAddress': returnAddress,
// Public api key // Public api key
'apiKey': '803d1f5df2ed1b1476e4b9e6bcd089e34d8874595dda6a23b67d93c56ea9cc2445e98a6748b219b2b6ad654d9f075f1f1db139abfa93158c04e825db122c14b6', 'apiKey': '5efdee9e7d3c99e7c7e8a0f788d6e52205bf00a0e24575fe59df86421f63c477d018840c94f6596cf8946990216073c68144394c384b0ddcbe782351d80d61d7',
} }
var message = [ var message = [
`Deposit Limit: ${props.buyView.formView.marketinfo.limit}`, `Deposit Limit: ${props.buyView.formView.marketinfo.limit}`,

View File

@ -91,7 +91,7 @@ ShapeshiftForm.prototype.onBuyWithShapeShift = function () {
pair, pair,
returnAddress, returnAddress,
// Public api key // Public api key
'apiKey': '803d1f5df2ed1b1476e4b9e6bcd089e34d8874595dda6a23b67d93c56ea9cc2445e98a6748b219b2b6ad654d9f075f1f1db139abfa93158c04e825db122c14b6', 'apiKey': '5efdee9e7d3c99e7c7e8a0f788d6e52205bf00a0e24575fe59df86421f63c477d018840c94f6596cf8946990216073c68144394c384b0ddcbe782351d80d61d7',
} }
if (isValidAddress(withdrawal)) { if (isValidAddress(withdrawal)) {