Skip to content

Commit

Permalink
chore: update config change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Apr 17, 2024
1 parent 1acb0f5 commit bef4b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const networks: any = {
},
18686: {
id: 18686,
name: 'MXC Mainnet',
name: 'MXC zkEVM Moonchain Mainnet',
nativeCurrency: { decimals: 18, name: 'MXC', symbol: 'MXC' },
network: 'MXC Mainnet',
network: 'MXC zkEVM Moonchain Mainnet',
rpcUrls: {
default: {
http: ['https://rpc.mxc.com'],
Expand All @@ -45,7 +45,7 @@ const networks: any = {
blockExplorers: {
default: {
name: 'Mxc Block Explorer',
url: 'https://explorer.mxc.com/',
url: 'https://explorer.moonchain.com/',
},
},
contracts: {
Expand Down

0 comments on commit bef4b97

Please sign in to comment.