UNPKG
@airdao/astra-universal-router
Version:
latest (1.0.2)
1.0.2
1.0.1
Smart contracts for Universal Router
airdao/universal-router
@airdao/astra-universal-router
/
lib
/
solmate
/
.vscode
/
settings.json
10 lines
(9 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"solidity.packageDefaultDependenciesContractsDirectory"
:
"src"
,
"solidity.packageDefaultDependenciesDirectory"
:
"lib"
,
"solidity.compileUsingRemoteVersion"
:
"v0.8.15"
,
"search.exclude"
:
{
"lib"
:
true
}
,
"files.associations"
:
{
".gas-snapshot"
:
"julia"
}
}