We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f66223 commit 2ec0d32Copy full SHA for 2ec0d32
templates/chain-template/utils/eth-test-net.ts
@@ -17,6 +17,7 @@ type EthereumChainConfig = {
17
export const createChainFromEthereumChainInfo = (etherChainInfo: EthereumChainConfig): Chain => {
18
const newChain = {
19
...{...ethereumChain},
20
+ prettyName: etherChainInfo.chainName,
21
chainId: etherChainInfo.chainId,
22
chainName: etherChainInfo.chainName,
23
apis: {
0 commit comments