chore: update aegir to the latest version (#1186)

Removes boilerplate config that is no longer necessary
This commit is contained in:
Alex Potsides
2022-04-09 09:26:25 +01:00
committed by GitHub
parent 64bfcee509
commit c64a586a20
65 changed files with 364 additions and 2284 deletions

View File

@@ -8,7 +8,7 @@ import { TCP } from '@libp2p/tcp'
import { Multiaddr } from '@multiformats/multiaddr'
import { KadDHT } from '@libp2p/kad-dht'
import { path as p2pd } from 'go-libp2p'
import execa from 'execa'
import { execa } from 'execa'
import pDefer from 'p-defer'
import { logger } from '@libp2p/logger'
import { Mplex } from '@libp2p/mplex'