-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added network-switch * updated app-navbar * fix drop-menu * updated router and tabs * updated network-switch * fix tabs * updated env keys, config * refactoring: config.IS_MAINNET -> web3ProvidersStore.isMainnet * added network-switch to app-navbar-mobile * updated tabs in home-page * updated app-navbar * updated zero-pool-description * fix deposit-form * fix wallet-balances * fix home-page container * fix app-navbar * Update actions.yaml * fix network-switch * extended links in config * fixed use-context composable * refactored isMainnet * refactoring: network-switch * updated drop-menu * updated network-switch * fix network-id in store * removed use-context composable * replaced NETWORKS const to config * refactoring contract instances * fix contracts getters * fix config * refactoring providers instances * fix network-switch * replaced network id watcher to invalid-network-modal * fix network-switch * fix connect-wallet-button * draft: simplify use-contract composable * draft: simplify use-provider composable * refactoring web3ProvidersStore * draft: fix forms and composables * updated deposit-form * refactoring store: option api -> composition api * replaced chain configs to config * draft: w3p providers * evert "draft: w3p providers" This reverts commit 1fa0e89. * updated @distributedlab packages * added Provider type * fix github workflows actions --------- Co-authored-by: Yehor Podporinov <[email protected]> Co-authored-by: Oleksandr Varchenko <[email protected]>
- Loading branch information
1 parent
22e7934
commit 3369b7b
Showing
45 changed files
with
2,243 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
#Development | ||
VITE_ENVIRONMENT=development | ||
VITE_PORT=8095 | ||
|
||
#General | ||
VITE_APP_NAME='Morpheus Dashboard' | ||
VITE_APP_ERC1967_PROXY_CONTRACT_ADDRESS='0x0ad2fa5d8f420ff6d87192b32d89faf70466b30b' | ||
VITE_APP_STETH_CONTRACT_ADDRESS='0x84BE06be19F956dEe06d4870CdDa76AF2e0385f5' | ||
VITE_APP_MOR_CONTRACT_ADDRESS='0xe6D01D086a844a61641C75f1BCA572e7aa70e154' | ||
VITE_APP_ENDPOINT_CONTRACT_ADDRESS='0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1' | ||
#VITE_APP_IS_MAINNET='true' | ||
#VITE_APP_BUILD_VERSION='1.0.0' | ||
|
||
#Testnet | ||
VITE_APP_ERC1967_PROXY_TESTNET_CONTRACT_ADDRESS='0x0ad2fa5d8f420ff6d87192b32d89faf70466b30b' | ||
VITE_APP_STETH_TESTNET_CONTRACT_ADDRESS='0x84BE06be19F956dEe06d4870CdDa76AF2e0385f5' | ||
VITE_APP_MOR_TESTNET_CONTRACT_ADDRESS='0xe6D01D086a844a61641C75f1BCA572e7aa70e154' | ||
VITE_APP_ENDPOINT_TESTNET_CONTRACT_ADDRESS='0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1' | ||
|
||
#Mainnet | ||
VITE_APP_ERC1967_PROXY_MAINNET_CONTRACT_ADDRESS='0x47176B2Af9885dC6C4575d4eFd63895f7Aaa4790' | ||
VITE_APP_STETH_MAINNET_CONTRACT_ADDRESS='0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84' | ||
VITE_APP_MOR_MAINNET_CONTRACT_ADDRESS='0x7431aDa8a591C955a994a21710752EF9b882b8e3' | ||
VITE_APP_ENDPOINT_MAINNET_CONTRACT_ADDRESS='0x66A71Dcef29A0fFBDBE3c6a460a3B5BC225Cd675' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.