@goat-sdk/plugin-balancer
TypeScript icon, indicating that this package has built-in type declarations

0.1.15 • Public • Published

Balancer GOAT Plugin

Get quotes and swap on Balancer

Installation

npm install @goat-sdk/plugin-balancer
yarn add @goat-sdk/plugin-balancer
pnpm add @goat-sdk/plugin-balancer

Usage

import { balancer } from '@goat-sdk/plugin-balancer';

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       balancer({
            rpcUrl: process.env.RPC_URL,
       })
    ]
});

Tools

  • Swap tokens
  • Add liquidity
  • Remove liquidity


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-balancer

Homepage

ohmygoat.dev

Weekly Downloads

9

Version

0.1.15

License

MIT

Unpacked Size

29.3 kB

Total Files

24

Last publish

Collaborators

  • aigustin
  • mpaella