From ccaf8400209702154b938a32e5b5d68bd47d1f82 Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Mon, 25 Nov 2024 14:54:05 +0200 Subject: [PATCH 1/3] updated default metamaskSnapWalletAddress --- CHANGELOG.md | 2 ++ src/constants/network.ts | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57bc2e34..b341c125d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- [Updated default metamaskSnapWalletAddress](https://github.com/multiversx/mx-sdk-dapp/pull/1314) + ## [[v3.0.13](https://github.com/multiversx/mx-sdk-dapp/pull/1313)] - 2024-11-25 - [Fixed BigNumber configuration, scoped to a function level in "stringIsFloat"](https://github.com/multiversx/mx-sdk-dapp/pull/1312) diff --git a/src/constants/network.ts b/src/constants/network.ts index 4240ccf65..d264a88de 100644 --- a/src/constants/network.ts +++ b/src/constants/network.ts @@ -20,7 +20,7 @@ export const fallbackNetworkConfigurations: Record< xAliasAddress: 'https://devnet.xalias.com', apiAddress: 'https://devnet-api.multiversx.com', explorerAddress: 'http://devnet-explorer.multiversx.com', - metamaskSnapWalletAddress: 'https://devnet-snap-wallet.multiversx.com', + metamaskSnapWalletAddress: 'https://devnet-iframe-wallet.multiversx.com', apiTimeout: '4000', roundDuration: 6000 }, @@ -40,7 +40,7 @@ export const fallbackNetworkConfigurations: Record< xAliasAddress: 'https://testnet.xalias.com', apiAddress: 'https://testnet-api.multiversx.com', explorerAddress: 'http://testnet-explorer.multiversx.com', - metamaskSnapWalletAddress: 'https://testnet-snap-wallet.multiversx.com', + metamaskSnapWalletAddress: 'https://testnet-iframe-wallet.multiversx.com', apiTimeout: '4000', roundDuration: 6000 }, @@ -60,7 +60,7 @@ export const fallbackNetworkConfigurations: Record< xAliasAddress: 'https://xalias.com', apiAddress: 'https://api.multiversx.com', explorerAddress: 'https://explorer.multiversx.com', - metamaskSnapWalletAddress: 'https://snap-wallet.multiversx.com', + metamaskSnapWalletAddress: 'https://iframe-wallet.multiversx.com', apiTimeout: '4000', roundDuration: 6000 } From 3c53acb7dc8f4ccbd5eef70f27f9ece77e932cae Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Mon, 25 Nov 2024 15:07:18 +0200 Subject: [PATCH 2/3] Updated CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b341c125d..f5e796c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[v3.0.14](https://github.com/multiversx/mx-sdk-dapp/pull/1315)] - 2024-11-25 + - [Updated default metamaskSnapWalletAddress](https://github.com/multiversx/mx-sdk-dapp/pull/1314) ## [[v3.0.13](https://github.com/multiversx/mx-sdk-dapp/pull/1313)] - 2024-11-25 From 07cda9f10bce49e44186b533dfb1056a7ce6afe3 Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Mon, 25 Nov 2024 15:09:21 +0200 Subject: [PATCH 3/3] 3.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3ed2afc6..a25b19562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp", - "version": "3.0.13", + "version": "3.0.14", "description": "A library to hold the main logic for a dapp on the MultiversX blockchain", "author": "MultiversX", "license": "GPL-3.0-or-later",