You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
First of all, I really appreciate your work. Thanks for giving us opportunity of using joe sdk.
My problem is as below.
using "yarn add @traderjoe-xyz/sdk @traderjoe-xyz/sdk-v2 ethers" command, I added both sdks as packages but when I create a file called joe.ts and add the code below inside
Dear All,
First of all, I really appreciate your work. Thanks for giving us opportunity of using joe sdk.
My problem is as below.
using "yarn add @traderjoe-xyz/sdk @traderjoe-xyz/sdk-v2 ethers" command, I added both sdks as packages but when I create a file called joe.ts and add the code below inside
import {ChainId} from '@traderjoe-xyz/sdk'
const CHAIN_ID = ChainId.AVALANCHE;
console.log(CHAIN_ID);
then when I execute npx tsc joe.ts the terminal stuck (hang). noting happen.
I tried many things. can you show a simple examle that we can interact with your sdk.
this will be really helpful!!!
The text was updated successfully, but these errors were encountered: