Skip to content

Fix endpoint URL and update active address ID in README and remove fe… #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scallop-on-sui/developer-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Scallop Sui Kit (Typescript):\
You can use our endpoint to get addresses

```http
https://sui.api.scallop.io/addresses/{id}
https://sui.apis.scallop.io/addresses/{id}
```

Our current active address id : `6462a088a7ace142bb6d7e9b`
Our current active address id : `67c44a103fe1b8c454eb9699`



4 changes: 2 additions & 2 deletions scallop-on-sui/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ When users use flash loans, 0% of the flash loan amount will be paid to the prot

#### Sui Network Fee

Sui Network Fees are necessary for processing your transactions on Scallop. These Sui transaction fees are deducted from your wallet when your transaction is executed. (Usually less than 0.0001 SUI)
Sui Network Fees are necessary for processing your transactions on Scallop. These Sui transaction fees are deducted from your wallet when your transaction is executed.

#### Oracle Fee

We have added an extra layer of security for the oracle (the oracle responsible for price provider), as a tradeoff you need to pay an additional fee to fetch from multi-oracle. (Usually less than 0.01 SUI)
We have added an extra layer of security for the oracle (the oracle responsible for price provider), as a tradeoff you need to pay an additional fee to fetch from multi-oracle.