Skip to content

Commit

Permalink
Merge pull request #1608 from AmbireTech/scroll-chain
Browse files Browse the repository at this point in the history
Added scroll chain
  • Loading branch information
stojnovsky authored May 29, 2024
2 parents 05ece99 + a398c65 commit e78234f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 17 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,6 @@ Those contracts (except Ethereum-specific WALLET, xWALLET and SupplyController)
- Update humanizer with more dapps
- New ambire-common version 1.0.3
- Changed the RPCs endpoints to Ambire RPC proxy

### v0.7.8
- Scroll Chain support added.
28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambire-wallet",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"homepage": "./",
"dependencies": {
Expand All @@ -25,8 +25,8 @@
"@walletconnect/web3wallet": "^1.8.6",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"adex-protocol-eth": "git+https://[email protected]/AmbireTech/adex-protocol-eth.git#4ddebac4109e9709c4cc862ee0708f208dac9ee2",
"ambire-common": "npm:@ambire/common@^1.0.14",
"adex-protocol-eth": "git+https://[email protected]/AmbireTech/adex-protocol-eth.git#2606263234a7e01ece1af9826e6084fd800dae8f",
"ambire-common": "npm:@ambire/[email protected].15",
"bip44-constants": "^128.0.0",
"blockies-ts": "^1.0.0",
"chart.js": "^3.9.1",
Expand Down
12 changes: 12 additions & 0 deletions public/resources/networks/redesign/scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/config/providers/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const rpcUrls = {
gnosis: 'https://invictus.ambire.com/gnosis',
optimism: 'https://invictus.ambire.com/optimism',
base: 'https://invictus.ambire.com/base',
scroll: 'https://invictus.ambire.com/scroll',
// 'mumbai': 'https://invictus.ambire.com/mumbai',
sepolia: 'https://invictus.ambire.com/sepolia',
moonriver: 'https://rpc.api.moonriver.moonbeam.network',
Expand Down
1 change: 1 addition & 0 deletions src/consts/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const networkIconsById = {
kucoin: '/resources/networks/redesign/kucoin.svg',
optimism: '/resources/networks/redesign/optimism.svg',
base: '/resources/networks/redesign/base.svg',
scroll: '/resources/networks/redesign/scroll.svg',
andromeda: '/resources/networks/redesign/metis.svg',
rinkeby: '/resources/networks/redesign/rinkeby.svg',
cronos: '/resources/networks/redesign/cronos.png',
Expand Down

0 comments on commit e78234f

Please sign in to comment.