index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
migrations
/
src
/
index.ts
blob: 2a40f36bccdd0b6d382e491fc36bf878cf4b8944 (
plain
) (
blame
)
1
2
3
import
{
runMigrationsAsync
}
from
'./migration'
;
export
{
runMigrationsAsync
};