Skip to content

Commit

Permalink
feat: add BTC to ramp currency list
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed Dec 21, 2023
1 parent 0a8a84a commit be02936
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/onramps/ramp-tokens.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"tokens": [
{
"chain_id": "bitcoin_mainnet",
"coin": 0,
"coingecko_id": "",
"contract_address": "",
"decimals": 8,
"is_erc1155": false,
"is_erc20": false,
"is_erc721": false,
"is_nft": false,
"logo": "",
"name": "Bitcoin",
"symbol": "BTC",
"token_id": "",
"visible": true,
"on_ramp_providers": [
"ramp",
"sardine",
"transak",
"stripe"
],
"off_ramp_providers": [
"ramp"
]
},
{
"chain_id": "0x1",
"coin": 60,
Expand Down

0 comments on commit be02936

Please sign in to comment.