Skip to content

Commit

Permalink
feat: add POPCAT.SOL, BONK.SOL and WIF.SOL
Browse files Browse the repository at this point in the history
  • Loading branch information
vlenoir-bc committed Oct 4, 2024
1 parent 20bf009 commit f0a3b21
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chain/solana/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@
"displaySymbol": "Bonk",
"logo": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/logo.png",
"name": "Bonk",
"symbol": "Bonk.SOL",
"symbol": "BONK.SOL",
"website": "https://www.bonkcoin.com"
},
{
Expand Down
36 changes: 36 additions & 0 deletions custody.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,18 @@
},
"hwsSettings": null
},
{
"symbol": "BONK.SOL",
"displaySymbol": "Bonk",
"type": "SOLANA_TOKEN",
"nabuSettings": {
"custodialPrecision": 5
},
"hwsSettings": {
"minConfirmations": 1,
"minWithdrawal": 0
}
},
{
"symbol": "BSV",
"displaySymbol": "BSV",
Expand Down Expand Up @@ -1012,6 +1024,18 @@
},
"hwsSettings": null
},
{
"symbol": "POPCAT.SOL",
"displaySymbol": "POPCAT",
"type": "SOLANA_TOKEN",
"nabuSettings": {
"custodialPrecision": 9
},
"hwsSettings": {
"minConfirmations": 1,
"minWithdrawal": 0
}
},
{
"symbol": "POR.CHZ",
"displaySymbol": "POR",
Expand Down Expand Up @@ -1423,6 +1447,18 @@
"minWithdrawal": 0
}
},
{
"symbol": "WIF.SOL",
"displaySymbol": "WIF",
"type": "SOLANA_TOKEN",
"nabuSettings": {
"custodialPrecision": 6
},
"hwsSettings": {
"minConfirmations": 1,
"minWithdrawal": 0
}
},
{
"symbol": "WLUNA",
"displaySymbol": "WLUNA",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Bonk",
"symbol": "BONK",
"displaySymbol": "Bonk",
"type": "SOLANA_TOKEN",
"decimals": 5,
"status": "active",
"id": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"website": "https://www.bonkcoin.com"
}

0 comments on commit f0a3b21

Please sign in to comment.