Skip to content

Commit

Permalink
Change Evmsheet to Ethsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 12, 2023
1 parent a3fd377 commit 24c72b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/starksheet-webapp/src/provider/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type SupportedChains =

const chainConfigs: Record<SupportedChains, Omit<ChainConfig, "addresses">> = {
goerli: {
appName: "Evmsheet",
appName: "Ethsheet",
chainId: ChainId.ETHEREUM_TESTNET,
chainType: ChainType.EVM,
explorerBaseUrl: "https://goerli.etherscan.io/address/",
Expand All @@ -25,7 +25,7 @@ const chainConfigs: Record<SupportedChains, Omit<ChainConfig, "addresses">> = {
rpcUrl: `https://goerli.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
},
anvil: {
appName: "Evmsheet",
appName: "Ethsheet",
chainId: ChainId.ANVIL,
chainType: ChainType.EVM,
explorerBaseUrl: "https://goerli.etherscan.io/address/",
Expand Down

0 comments on commit 24c72b7

Please sign in to comment.