UNPKG
@chainlink/mcp-server
Version:
alpha (0.0.1-alpha.17)
latest (0.0.1-alpha.17)
0.0.1
0.0.1-alpha.17
0.0.1-alpha.16
0.0.1-alpha.15
0.0.1-alpha.14
0.0.1-alpha.13
0.0.1-alpha.12
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Prototype MCP Server for CLL
github.com/smartcontractkit/mcp-server
smartcontractkit/mcp-server
@chainlink/mcp-server
/
dist
/
tools
/
products
/
shared
/
constants.js
5 lines
•
212 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SUPPORTED_ENVIRONMENTS
=
void
0
;
exports
.
SUPPORTED_ENVIRONMENTS
= [
"mainnet"
,
"testnet"
];
//# sourceMappingURL=constants.js.map