Skip to content

Commit

Permalink
Merge pull request #210 from G7DAO/feat/network-toggle
Browse files Browse the repository at this point in the history
rename networks
  • Loading branch information
elclandestin0 authored Nov 26, 2024
2 parents e4f835f + 50c5c13 commit a65a3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapps/world-builder-dashboard/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const L2_NETWORK: HighNetworkInterface = {
export const L3_NETWORK: HighNetworkInterface = {
chainId: 13746,
name: 'game7Testnet',
displayName: 'Game7 Sepolia',
displayName: 'G7 Sepolia',
rpcs: ['https://testnet-rpc.game7.io'],
blockExplorerUrls: ['https://testnet.game7.io'],
nativeCurrency: {
Expand Down Expand Up @@ -88,7 +88,7 @@ export const L2_MAIN_NETWORK: NetworkInterface = {
export const L3_MAIN_NETWORK: NetworkInterface = {
chainId: 2187,
name: 'game7',
displayName: 'Game7 Network',
displayName: 'G7 Network',
rpcs: ['https://mainnet-rpc.game7.io'],
blockExplorerUrls: ['https://mainnet.game7.io'],
nativeCurrency: {
Expand Down

0 comments on commit a65a3cc

Please sign in to comment.