UNPKG
tenderly-wizard-v6
Version:
latest (6.0.10)
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
A tool for managing virtual testnets using Tenderly
tenderly-wizard-v6
/
src
/
env-config.ts
4 lines
(3 loc)
•
113 B
text/typescript
View Raw
1
2
3
4
import
{ accessControl }
from
"@thirdguard/config"
;
const
config = accessControl.
parse
();
export
default
config;