Skip to content

Commit 9798e7b

Browse files
committed
chore: bump version to 5.16.1
1 parent 5044ee7 commit 9798e7b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/yoroi-extension/chrome/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function genCSP(request: {|
4646
connectSrc.push('https://aggregator.muesliswap.com/');
4747
connectSrc.push('https://onchain2.muesliswap.com/');
4848
connectSrc.push('https://aggregator-v2.muesliswap.com/');
49+
connectSrc.push('https://agg-api.minswap.org');
4950
connectSrc.push('https://daehx1qv45z7c.cloudfront.net/');
5051
connectSrc.push('https://api-us.dexhunterv3.app/');
5152
connectSrc.push('https://mainnet.processed-media.yoroiwallet.com/');

packages/yoroi-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yoroi-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoroi",
3-
"version": "5.16.0",
3+
"version": "5.16.1",
44
"description": "Cardano ADA wallet",
55
"scripts": {
66
"dev:main": "NODE_OPTIONS=--openssl-legacy-provider babel-node scripts/dev main --env mainnet",

0 commit comments

Comments
 (0)