| 19 | } |
| 20 | |
| 21 | interface BasicChainInformation { |
| 22 | urls: string[] |
| 23 | name: string |
| 24 | } |
| 25 | |
| 26 | interface ExtendedChainInformation extends BasicChainInformation { |
| 27 | nativeCurrency: AddEthereumChainParameter['nativeCurrency'] |
nothing calls this directly
no outgoing calls
no test coverage detected