Skip to content

Commit

Permalink
chore: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Apr 29, 2024
1 parent 9a9593f commit a72fd02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const chain_id: string = process.env.NEXT_PUBLIC_NETWORK_CHAINID || "18686"
const networks: any = {
5167004: {
id: 5167004,
name: 'MXC zkEVM Moonchain Geneva Testnet',
name: 'Moonchain Geneva Testnet',
nativeCurrency: { decimals: 18, name: 'MXC', symbol: 'MXC' },
network: 'MXC zkEVM Moonchain Geneva Testnet',
network: 'Moonchain Geneva Testnet',
rpcUrls: {
default: {
http: ['https://geneva-rpc.moonchain.com'],
Expand All @@ -32,9 +32,9 @@ const networks: any = {
},
18686: {
id: 18686,
name: 'MXC zkEVM Moonchain Mainnet',
name: 'Moonchain Mainnet',
nativeCurrency: { decimals: 18, name: 'MXC', symbol: 'MXC' },
network: 'MXC zkEVM Moonchain Mainnet',
network: 'Moonchain Mainnet',
rpcUrls: {
default: {
http: ['https://rpc.mxc.com'],
Expand Down

0 comments on commit a72fd02

Please sign in to comment.