Skip to content

Add Rhino.fi swidge release docs

Created by: ihsraham

Summary

  • Add release documentation for the Rhino.fi swidge provider module @rhino.fi/wdk-protocol-swidge-rhinofi@1.0.0-beta.2.
  • Document installation, configuration, usage, API surface, supported route discovery, status tracking, fee controls, and SDK module listings.
  • Place the Rhino.fi provider in the Swap and Bridge sidebar under the Swidge protocol interface.
  • Link Rhino.fi Console for API-key setup and Rhino.fi Supported Chains for provider-maintained route support context.
  • Refresh static AI docs (/llms.txt and /llms-full.txt) so the new Rhino.fi pages are included.

References

Release status

@rhino.fi/wdk-protocol-swidge-rhinofi@1.0.0-beta.2 is published on npm under the beta dist-tag. The npm latest dist-tag still points to 1.0.0-beta.1, so the install example pins 1.0.0-beta.2.

Validation

  • git diff --check
  • git diff --cached --check
  • PATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run check:meta
  • PATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run check:redirects
  • PATH="/opt/homebrew/opt/node@22/bin:$PATH" LINK_CHECK_EXTERNAL=false npm run check:links
  • PATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run build
  • PATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run quality
  • curl -I -L --max-time 20 https://console.rhino.fi/
  • curl -I -L --max-time 20 https://docs.rhino.fi/get-started/supported-chains
  • npm view @rhino.fi/wdk-protocol-swidge-rhinofi versions dist-tags --json

npm run quality completed with 0 link errors. It reported npmjs 403 warnings and existing external redirects; the build generated 257 static pages and @vahor/next-broken-links found 0 broken links.

Merge request reports