Skip to content

Add support for Solana configurations #56

@razgraf

Description

@razgraf

To be able to fully depend on the sablier package across both of our apps we need to add Solana specific configurations. These will (mostly) mirror the EVM counterparts:

  • IDL.json, IDL.ts (the as const version) and IDLType.ts (the anchor generated type description of the IDL) - see interfaces and the program releases where the .ts file is the IDLType.ts
  • addresses / deployments
  • chain definitions (mainnet and devnet) - see interfaces
  • versioning (e.g. Version.Lockup.V1_0) - see interfaces, but take into account these will change with the adoption of the sablier sdk, so try to mirror the EVM declarations from the sdk itself

Metadata

Metadata

Labels

effort: epicMulti-stage task that may require multiple PRs.type: featureNew feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions