brave-wallet-lists 1.24.23 → 1.24.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chainlist.json +164 -29
- package/coingecko-ids.json +53 -58
- package/coingecko.json +21141 -21204
- package/contract-map.json +159 -150
- package/dapp-lists.json +10536 -10573
- package/images/47psVap1QaXYYEPhFn7pZuvR8m9GQaX8wDodZuY3fWL7.png +0 -0
- package/images/6r4PCVaX4rYN9WdbXwVWAQL4djFoUaeBMsq8Cxc6NApZ.png +0 -0
- package/images/7f94zk1EgfoeG57Vj5FtDDjMmPNHM4DYs7KRiyd2T4bA.png +0 -0
- package/images/CARL1SLwhaK4eaF633jgEgYgJ7UDJmTa9XGHfMgPud5e.png +0 -0
- package/images/CzkM8bzWFdXsjtZQnz2piTxJKPtJ5mfTL8S6sNZg7n7S.png +0 -0
- package/images/RKT69NZHN5uovcan3q5hRbZzfJuXiGEuPmGANoBJLLz.png +0 -0
- package/package.json +1 -1
- package/ramp-tokens.json +20 -0
- package/solana-contract-map.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/ramp-tokens.json
CHANGED
|
@@ -5344,6 +5344,26 @@
|
|
|
5344
5344
|
],
|
|
5345
5345
|
"off_ramp_providers": []
|
|
5346
5346
|
},
|
|
5347
|
+
{
|
|
5348
|
+
"contract_address": "0x3b50805453023a91a8bf641e279401a0b23fa6f9",
|
|
5349
|
+
"name": "Renzo",
|
|
5350
|
+
"logo": "",
|
|
5351
|
+
"is_erc20": true,
|
|
5352
|
+
"is_erc721": false,
|
|
5353
|
+
"is_erc1155": false,
|
|
5354
|
+
"is_nft": false,
|
|
5355
|
+
"symbol": "REZ",
|
|
5356
|
+
"decimals": 18,
|
|
5357
|
+
"visible": true,
|
|
5358
|
+
"token_id": "",
|
|
5359
|
+
"coingecko_id": "",
|
|
5360
|
+
"chain_id": "0x1",
|
|
5361
|
+
"coin": 60,
|
|
5362
|
+
"on_ramp_providers": [
|
|
5363
|
+
"coinbase"
|
|
5364
|
+
],
|
|
5365
|
+
"off_ramp_providers": []
|
|
5366
|
+
},
|
|
5347
5367
|
{
|
|
5348
5368
|
"contract_address": "0xd291e7a03283640fdc51b121ac401383a46cc623",
|
|
5349
5369
|
"name": "Rari Governance Token",
|
package/solana-contract-map.json
CHANGED