UNPKG
@iqai/mcp-odos
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.5
0.0.3
0.0.2
0.0.1
Mcp server for Odos access
github.com/IQAIcom/mcp-odos
IQAIcom/mcp-odos
@iqai/mcp-odos
/
dist
/
utils
/
get-chain.d.ts
3 lines
(2 loc)
•
98 B
TypeScript
View Raw
1
2
3
import
type
{
Chain
}
from
"viem"
;
export
declare
function
getChainFromName
(
name
:
string
):
Chain
;