Skip to content

Commit

Permalink
changed common to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky committed Sep 9, 2024
1 parent 66cb663 commit e7bfe4b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down Expand Up @@ -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.
- Scroll Chain support added.

### v0.7.9
- Changed Polygon native asset to POL
29 changes: 27 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Wallet/Transfer/Transfer.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e7bfe4b

Please sign in to comment.