Skip to content

Commit

Permalink
test: fix with solana testnet and devnet addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Nov 18, 2024
1 parent a73a3a7 commit 6886149
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,24 @@
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "solana_testnet",
"ticker": "SOL",
"name": "Solana testnet",
"family": "solana",
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "solana_devnet",
"ticker": "SOL",
"name": "Solana devnet",
"family": "solana",
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "ripple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,24 @@
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "solana_testnet",
"ticker": "SOL",
"name": "Solana testnet",
"family": "solana",
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "solana_devnet",
"ticker": "SOL",
"name": "Solana devnet",
"family": "solana",
"color": "#000",
"decimals": 9
},
{
"type": "CryptoCurrency",
"id": "ripple",
Expand Down
2 changes: 2 additions & 0 deletions libs/ledgerjs/packages/cryptoassets/src/abandonseed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const abandonSeedAddresses: Partial<Record<CryptoCurrency["id"], string>> = {
zencash: "zngWJRgpBa45KUeRuCmdMsqti4ohhe9sVwC",
bsc: EVM_DEAD_ADDRESS,
solana: "GjJyeC1r2RgkuoCWMyPYkCWSGSGLcz266EaAkLA27AhL",
solana_testnet: "GjJyeC1r2RgkuoCWMyPYkCWSGSGLcz266EaAkLA27AhL",
solana_devnet: "GjJyeC1r2RgkuoCWMyPYkCWSGSGLcz266EaAkLA27AhL",
polygon: EVM_DEAD_ADDRESS,
crypto_org: "cro1r3ywhs4ng96dnm9zkc5y3etl7tps5cvvz26lr4",
crypto_org_croeseid: "cro1r3ywhs4ng96dnm9zkc5y3etl7tps5cvvz26lr4",
Expand Down

0 comments on commit 6886149

Please sign in to comment.