Compare commits
2 Commits
a2055079d1
...
1350929bca
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 1350929bca | |
Derrick Hammer | 3d64870f17 |
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set Repo Origin
|
||||
run: git remote set origin https://git.lumeweb.com/LumeWeb/relay.git
|
||||
run: git remote set-url origin https://git.lumeweb.com/LumeWeb/relay.git
|
||||
- uses: webfactory/ssh-agent@v0.7.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.GITEA_SSH_KEY }}
|
||||
|
|
|
@ -3,12 +3,11 @@ import {
|
|||
PluginAPI,
|
||||
RPCBroadcastRequest,
|
||||
RPCBroadcastResponse,
|
||||
RPCCacheItem,
|
||||
RPCRequest,
|
||||
RPCResponse,
|
||||
} from "@lumeweb/interface-relay";
|
||||
import { getRpcByPeer } from "../modules/rpc";
|
||||
import { get as getSwarm, LUMEWEB_TOPIC_HASH } from "../modules/swarm";
|
||||
import { get as getSwarm } from "../modules/swarm";
|
||||
import b4a from "b4a";
|
||||
import pTimeout, { ClearablePromise } from "p-timeout";
|
||||
|
||||
|
|
Loading…
Reference in New Issue