@depay/web3-blockchains
Advanced tools
Comparing version 8.1.0 to 8.1.1
{ | ||
"name": "@depay/web3-blockchains", | ||
"moduleName": "Web3Blockchains", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.", | ||
@@ -6,0 +6,0 @@ "main": "dist/umd/index.js", |
@@ -90,3 +90,3 @@ ## Quickstart | ||
fullName: String, // Ethereum Mainnet, Binance Smart Chain Mainnet ... | ||
logo: String (SVG), | ||
logo: String (base64 data or URL), | ||
currency: { Object | ||
@@ -97,2 +97,3 @@ name: String, // Ether, Binance Coin, ... | ||
address: String, // address or placeholder address | ||
logo: String (base64 data or URL) | ||
}, | ||
@@ -99,0 +100,0 @@ wrapped: { Object |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104145
213