Run prettier

This commit is contained in:
julian merlo 2024-01-08 10:59:55 -03:00
parent 20e5694e58
commit 5c6362040c
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ const receiveTbtc = new Map<string, Protocol>([
const base = new Map<string, Protocol>([...ethBase, ...completeTransferWithRelay]);
type MethodsByAddress = {
[chain: string]: {
[address: string]: Map<string, Protocol>;