Notorious D.E.V.
Notorious D.E.V.
## Description - Added 'addresses' field to `FacilitatorInfo` interface to accept facilitators' addresses across networks. - Updated `FacilitatorCard` component to display facilitator addresses in a new section. - Modified `metadata.json`...
## Problem At the moment the solana-specific client code supports a signer of type [KeyPairSigner](https://github.com/anza-xyz/kit/blob/main/packages/signers/src/keypair-signer.ts#L37) from `@solana/kit`. Unfortunately this doesn't work well for browser wallets, or perhaps other wallets that...
## Description Refactor SVM client and verification logic to remove create ATA instruction handling - Removed create associated token account (ATA) instruction logic from SVM client and tests. - Updated...
Updated instruction count requirement for exact-scheme SVM payments. ## Description Updated outdated scheme spec ## Tests N/A ## Checklist - [x] I have formatted and linted my code - [x]...