Skip to content

Commit

Permalink
Merge branch 'main' into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cast0001 authored Jul 16, 2024
2 parents a3f8a7e + 83d814b commit 640db48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ How much a user can withdraw. Use this method if the user has mintedAssets, if m
| Name | Type | Required | Info |
|------|------|-------------|-------|
| vaultAddress | `bigint` | **Yes** | Address of vault |
| vaultAddress | `string` | **Yes** | Address of vault |
| ltvPercent | `bigint` | **Yes** | [sdk.osToken.getConfig](#sdkostokengetconfig) |
| mintedAssets | `bigint` | **Yes** | [sdk.osToken.getPosition](#sdkostokengetposition) |
| stakedAssets | `bigint` | **Yes** | [sdk.vault.getStakeBalance](#sdkvaultgetstakebalance) |
Expand Down
4 changes: 2 additions & 2 deletions src/utils/configs/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import constants from '../constants'
export default {
network: constants.chains.gnosis,
api: {
backend: 'https://api-gnosis.stakewise.io/graphql',
subgraph: 'https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise',
backend: 'https://gnosis-api.stakewise.io/graphql',
subgraph: 'https://gnosis-graph.stakewise.io/subgraphs/name/stakewise/stakewise',
},
pages: {
beaconchain: 'https://gnosis.beaconcha.in',
Expand Down

0 comments on commit 640db48

Please sign in to comment.