Skip to content

Commit 2ec0d32

Browse files
committed
modify prettyName, which shows in the dropdown selections
1 parent 4f66223 commit 2ec0d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/chain-template/utils/eth-test-net.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type EthereumChainConfig = {
1717
export const createChainFromEthereumChainInfo = (etherChainInfo: EthereumChainConfig): Chain => {
1818
const newChain = {
1919
...{...ethereumChain},
20+
prettyName: etherChainInfo.chainName,
2021
chainId: etherChainInfo.chainId,
2122
chainName: etherChainInfo.chainName,
2223
apis: {

0 commit comments

Comments
 (0)