File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID = " "
2+ NEXT_PUBLIC_EXPLORER_URL = " https://explorer.auto-evm.chronos.autonomys.xyz/"
3+ NEXT_PUBLIC_FAUCET_CHAIN_ID = " 8700"
4+ NEXT_PUBLIC_RPC_ENDPOINT = " https://auto-evm-0.chronos.autonomys.xyz/ws"
5+ NEXT_PUBLIC_FAUCET_ADDRESS = " 0x8C574312FB8925Dfc7a636171C78d463E01e953F"
26
37GITHUB_CLIENT_ID = " "
48GITHUB_CLIENT_SECRET = " "
@@ -16,7 +20,7 @@ NEXTAUTH_URL="http://localhost:3000/"
1620COOKIE_DOMAIN = " .autonomysfaucet.xyz"
1721
1822PRIVATE_KEY = " "
19- NEXT_PUBLIC_RPC_ENDPOINT = " "
23+
2024
2125# Slack integration
2226SLACK_ENABLED = " true"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { create } from 'zustand'
44import { createJSONStorage , persist } from 'zustand/middleware'
55
66export enum NetworkOptions {
7- AUTO_EVM = 'auto-evm-taurus '
7+ AUTO_EVM = 'auto-evm-chronos '
88}
99
1010interface NetworkState {
You can’t perform that action at this time.
0 commit comments