diff --git a/src/runes/types.ts b/src/runes/types.ts index fa70b61..2477d3f 100644 --- a/src/runes/types.ts +++ b/src/runes/types.ts @@ -79,6 +79,7 @@ export type GetOrderResponse = { id: string; orderType: 'rune_mint' | 'rune_etch'; state: 'new' | 'pending' | 'executing' | 'complete' | 'failed' | 'refunded' | 'stale'; + fundingAddress: string; reason?: string; createdAt: string; };