Skip to content

Commit

Permalink
Merge pull request #88 from igneous-labs/feat/add-stepSOL
Browse files Browse the repository at this point in the history
feat: add stepSOL
  • Loading branch information
alkinemk authored Jul 26, 2024
2 parents 8c9f9f7 + 073da52 commit 3aae074
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions sanctum-lst-list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,19 @@ pool = "FxhzbU8rn4MhZxmeH2u7M18qkvFH3LjkWk8z9686TE45"
validator_list = "4zDzb3SKgCuHoT9qnUy1M7xT5vQyRuVzEwA5egmaqc8F"
vote_account = "apySoLRzPkGf8EEinWQjAbL6B4frjgx4gG4YePoM9NJ"

[[sanctum_lst_list]]
name = "Step Staked SOL"
symbol = "stepSOL"
mint = "StPsoHokZryePePFV8N7iXvfEmgUoJ87rivABX7gaW6"
decimals = 9
token_program = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
logo_uri = "https://step-public.s3.eu-north-1.amazonaws.com/StepSOL.svg"
[sanctum_lst_list.pool]
program = "SanctumSpl"
pool = "7yQNEvbzH6KffCY7iYFrKCKXv8c9zB9jJREmPK6gBVYz"
validator_list = "HtCNz5bc521vH3DEjHv8W1Zbc2QZBev9quyMBurk9YzK"
vote_account = "StepeLdhJ2znRjHcZdjwMWsC4nTRURNKQY8Nca82LJp"

# ReservePool
[[sanctum_lst_list]]
name = "SOL"
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanctum-lst-list",
"version": "0.2.15",
"version": "0.2.16",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
Expand Down

0 comments on commit 3aae074

Please sign in to comment.