From e7bfe4bfd4ebe504f4078008937f5b9f53d26e73 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 9 Sep 2024 14:12:01 +0300 Subject: [PATCH] changed common to 1.0.20 --- README.md | 7 +++-- package-lock.json | 29 +++++++++++++++++-- package.json | 3 +- .../Wallet/Transfer/Transfer.test.jsx | 2 +- 4 files changed, 35 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3ab4b4c78..1274141c76 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It's built on smart contract wallet technology, enabling powerful features such **NOTE: make sure that you use the `wallet-v2` branch of the relayer.** -**NOTE 2: we test on Polygon,** because it's cheap enough and it's a real environment with all the supported protocols - Sushiswap, Uniswap, Aave, and others. Ping #dev-wallet channel on Slack so we can send you some MATIC tokens. +**NOTE 2: we test on Polygon,** because it's cheap enough and it's a real environment with all the supported protocols - Sushiswap, Uniswap, Aave, and others. Ping #dev-wallet channel on Slack so we can send you some POL tokens. ### Running the relayer **IMPORTANT: if you are running from public repositories, and do not have access to the relayer, please skip this step and run in relayerless mode!** @@ -512,4 +512,7 @@ Those contracts (except Ethereum-specific WALLET, xWALLET and SupplyController) - Changed the RPCs endpoints to Ambire RPC proxy ### v0.7.8 -- Scroll Chain support added. \ No newline at end of file +- Scroll Chain support added. + +### v0.7.9 +- Changed Polygon native asset to POL \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4b7758cdd6..b9ae8c1e92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,17 @@ { "name": "ambire-wallet", - "version": "0.7.8", + "version": "0.7.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ambire-wallet", - "version": "0.7.8", + "version": "0.7.9", "hasInstallScript": true, "dependencies": { "@0x/subproviders": "^6.6.5", "@account-abstraction/contracts": "^0.4.0", + "@ambire/common": "^1.0.19", "@ambire/signature-validator": "^1.3.0", "@ensdomains/eth-ens-namehash": "^2.0.15", "@ethersproject/transactions": "5.4.0", @@ -519,6 +520,24 @@ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz", "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, + "node_modules/@ambire/common": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.19.tgz", + "integrity": "sha512-jqcRtzS3VqaLS+Vdd8yywHd8cbDZ3pTWvn+m+QQh6NjU+GZwDOfuseEY5/iz4k3MbXgJw2Reos/z6jW9hMv/EA==", + "peerDependencies": { + "@ambire/signature-validator": "^1.0.3", + "@ensdomains/eth-ens-namehash": "^2.0.15", + "@unstoppabledomains/resolution": "^7.1.4", + "@walletconnect/client": "^1.7.1", + "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git", + "bip44-constants": "^128.0.0", + "ethereumjs-util": "^7.1.3", + "ethers": "^5.5.2", + "react": "^17.0.0", + "url": "^0.11.0", + "validator": "^13.7.0" + } + }, "node_modules/@ambire/signature-validator": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ambire/signature-validator/-/signature-validator-1.3.0.tgz", @@ -57525,6 +57544,12 @@ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz", "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, + "@ambire/common": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.19.tgz", + "integrity": "sha512-jqcRtzS3VqaLS+Vdd8yywHd8cbDZ3pTWvn+m+QQh6NjU+GZwDOfuseEY5/iz4k3MbXgJw2Reos/z6jW9hMv/EA==", + "requires": {} + }, "@ambire/signature-validator": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ambire/signature-validator/-/signature-validator-1.3.0.tgz", diff --git a/package.json b/package.json index a659df43db..7ab80b3ad7 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "ambire-wallet", - "version": "0.7.8", + "version": "0.7.9", "private": true, "homepage": "./", "dependencies": { "@0x/subproviders": "^6.6.5", "@account-abstraction/contracts": "^0.4.0", + "@ambire/common": "^1.0.19", "@ambire/signature-validator": "^1.3.0", "@ensdomains/eth-ens-namehash": "^2.0.15", "@ethersproject/transactions": "5.4.0", diff --git a/src/components/Wallet/Transfer/Transfer.test.jsx b/src/components/Wallet/Transfer/Transfer.test.jsx index c69c1493c3..ecd1075a03 100644 --- a/src/components/Wallet/Transfer/Transfer.test.jsx +++ b/src/components/Wallet/Transfer/Transfer.test.jsx @@ -50,7 +50,7 @@ const portfolio = { isHidden: false, network: 'polygon', price: 0.865552, - symbol: 'MATIC', + symbol: 'POL', tokenImageUrl: 'https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png?1624446912', type: 'base',