Skip to content

Commit

Permalink
Merge pull request #91 from igneous-labs/fix/remove-mallowSOL-dup
Browse files Browse the repository at this point in the history
fix: remove mallowSOL dup and fix logo URIs
  • Loading branch information
alkinemk authored Jul 26, 2024
2 parents 3aae074 + 6b479eb commit f36c744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
17 changes: 2 additions & 15 deletions sanctum-lst-list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ symbol = "vSOL"
mint = "vSoLxydx6akxyMD9XEcPvGYNGq6Nn66oqVb3UkGkei7"
decimals = 9
token_program = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
logo_uri = "https://cloudflare-ipfs.com/ipfs/bafkreig55mf3lazzbgndiqyqvdmchdsykvvebww7cqlws6ywgog5xfdzta"
logo_uri = "https://bafkreig55mf3lazzbgndiqyqvdmchdsykvvebww7cqlws6ywgog5xfdzta.ipfs.nftstorage.link/"
[sanctum_lst_list.pool]
program = "Spl"
pool = "Fu9BYC6tWBo1KMKaP3CFoKfRhqv9akmy3DuYwnCyWiyC"
Expand Down Expand Up @@ -599,19 +599,6 @@ pool = "Fvy5L7f3rduuYfRf9GR9fDqEgmJkYagDPh3Ddkp5jcoP"
validator_list = "AgSQoowD7n51jJu9QK6KV1X5f9wSVamq1T3LmUeMg5GH"
vote_account = "4m1PbxzwLdUnEwog3T9UKxgjktgriHgE1CfAhMqDw7Xx"

[[sanctum_lst_list]]
name = "mallowSOL"
symbol = "mallowSOL"
mint = "MLLWfi8yLTzsjzKeHN3881qWM1eDM1kTfC59aD4tiP2"
decimals = 9
token_program = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
logo_uri = "https://arweave.net/b0JcLRjgOigociJMInQzY9eVsFTwzV0OUdbpJ_LZ9xo"
[sanctum_lst_list.pool]
program = "SanctumSpl"
pool = "9dP2MvpoFuVgW31NbwyRJzybcjH2gMZS5YkSWEC7NDhD"
validator_list = "6XMx6CgC41LCKh2ZzkhhdNKq5EFufNkyYQ9QrV8soBeF"
vote_account = "he1iusunGwqrNtafDtLdhsUQDFvo13z9sUa36PauBtk"

[[sanctum_lst_list]]
name = "Nordic Staked SOL"
symbol = "nordSOL"
Expand Down Expand Up @@ -774,7 +761,7 @@ symbol = "INF"
mint = "5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm"
decimals = 9
token_program = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
logo_uri = "https://cloudflare-ipfs.com/ipfs/bafkreiflz2xxkfn33qjch2wj55bvbn33q3s4mmb6bye5pt3mpgy4t2wg4e"
logo_uri = "https://bafkreiflz2xxkfn33qjch2wj55bvbn33q3s4mmb6bye5pt3mpgy4t2wg4e.ipfs.nftstorage.link/"
[sanctum_lst_list.pool]
program = "SPool"
program_id = "5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx"
Expand Down
4 changes: 2 additions & 2 deletions ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16",
"version": "0.2.17",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
Expand Down

0 comments on commit f36c744

Please sign in to comment.