Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/delegation #132

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ VITE_APP_DESCRIPTION='Morpheus Dashboard: capital, community, coders, compute'
VITE_APP_URL='https://morpheus.206.189.243.3.sslip.io'
VITE_APP_TESTNET_GRAPHQL_API_URL='https://api.studio.thegraph.com/query/73688/kkk/version/latest'
VITE_APP_MAINNET_GRAPHQL_API_URL='https://api.studio.thegraph.com/query/67225/morpheus-dashboard/version/latest'
VITE_APP_TESTNET_GRAPHQL_SECOND_API_URL='https://api.studio.thegraph.com/query/73688/lumerin-node-testnet/version/latest'
VITE_APP_MAINNET_GRAPHQL_SECOND_API_URL='https://api.studio.thegraph.com/query/73688/lumerin-node-testnet/version/latest'
VITE_APP_WALLET_CONNECT_PROJECT_ID='abcdefghijklmnopqrstuvwxyz'
VITE_APP_DEFAULT_REFEREE='0x0000000000000000000000000000000000000000'
#VITE_APP_BUILD_VERSION='1.0.0'
Expand All @@ -19,6 +21,7 @@ VITE_APP_MOR_TESTNET_CONTRACT_ADDRESS='0xe6D01D086a844a61641C75f1BCA572e7aa70e15
VITE_APP_ENDPOINT_TESTNET_CONTRACT_ADDRESS='0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1'
VITE_APP_L1_FACTORY_TESTNET_CONTRACT_ADDRESS='0xB791b1B02A8f7A32f370200c05EeeE12B9Bba10A'
VITE_APP_L2_FACTORY_TESTNET_CONTRACT_ADDRESS='0x3199555a4552848D522cf3D04bb1fE4C512a5d3B'
VITE_APP_SUBNET_FACTORY_TESTNET_CONTRACT_ADDRESS='0xa41178368f393a224b990779baa9b5855759D45d'

#Mainnet
VITE_APP_ERC1967_PROXY_MAINNET_CONTRACT_ADDRESS='0x47176B2Af9885dC6C4575d4eFd63895f7Aaa4790'
Expand All @@ -27,3 +30,4 @@ VITE_APP_MOR_MAINNET_CONTRACT_ADDRESS='0x7431aDa8a591C955a994a21710752EF9b882b8e
VITE_APP_ENDPOINT_MAINNET_CONTRACT_ADDRESS='0x66A71Dcef29A0fFBDBE3c6a460a3B5BC225Cd675'
VITE_APP_L1_FACTORY_MAINNET_CONTRACT_ADDRESS='0x969C0F87623dc33010b4069Fea48316Ba2e45382'
VITE_APP_L2_FACTORY_MAINNET_CONTRACT_ADDRESS='0x890BfA255E6EE8DB5c67aB32dc600B14EBc4546c'
VITE_APP_SUBNET_FACTORY_MAINNET_CONTRACT_ADDRESS='0x0000000000000000000000000000000000000000'
1 change: 1 addition & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- "dev"
- "main"
- "feature/delegation"

permissions:
packages: write
Expand Down
Loading
Loading