Skip to content

Commit

Permalink
Release SDK supporting TE (#155)
Browse files Browse the repository at this point in the history
* bump: alpha to release

* update README & docs
  • Loading branch information
yugure-orca authored Jun 17, 2024
1 parent d39401c commit dd44649
Show file tree
Hide file tree
Showing 216 changed files with 3,144 additions and 3,810 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The contract has been deployed using verifiable build, so that you can ensure th

## Requirements

- Anchor 0.26.0
- Solana 1.14.12
- Rust 1.60.0
- Anchor 0.29.0
- Solana 1.17.22
- Rust 1.68.0

## Setup

Expand Down Expand Up @@ -49,7 +49,10 @@ In your package, run:

```
yarn add "@orca-so/whirlpools-sdk"
yarn add "@coral-xyz/anchor"
yarn add "@orca-so/common-sdk"
yarn add "@coral-xyz/[email protected]"
yarn add "@solana/web3.js"
yarn add "@solana/spl-token"
yarn add "decimal.js"
```

Expand Down
6 changes: 3 additions & 3 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand All @@ -23,14 +23,14 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
Loading

0 comments on commit dd44649

Please sign in to comment.