@exodus/assets-base
Advanced tools
Comparing version 8.0.134 to 8.0.135
@@ -0,1 +1,5 @@ | ||
# 8.0.135 / 2022-05-5 | ||
chore: rename Binance Chain and Binance Smart Chain | ||
# 8.0.134 / 2022-05-2 | ||
@@ -2,0 +6,0 @@ |
@@ -202,4 +202,4 @@ "use strict"; | ||
blockExplorer: { | ||
addressUrl: address => `https://explorer.solana.com/address/${address}`, | ||
txUrl: txId => `https://explorer.solana.com/tx/${txId}` | ||
addressUrl: address => `https://solscan.io/account/${address}`, | ||
txUrl: txId => `https://solscan.io/tx/${txId}` | ||
} | ||
@@ -206,0 +206,0 @@ })); |
@@ -12,7 +12,7 @@ "use strict"; | ||
exports.name = name; | ||
const properName = 'Binance Coin'; | ||
const properName = 'BNB'; | ||
exports.properName = properName; | ||
const ticker = 'BNB'; | ||
exports.ticker = ticker; | ||
const displayNetworkName = 'Binance Chain'; | ||
const displayNetworkName = 'BNB Beacon Chain'; | ||
exports.displayNetworkName = displayNetworkName; | ||
@@ -19,0 +19,0 @@ const units = { |
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.name = name; | ||
const properName = 'Binance Coin'; | ||
const properName = 'BNB'; | ||
exports.properName = properName; | ||
@@ -21,3 +21,3 @@ const ticker = 'BNBBSC'; | ||
exports.displayNetworkTicker = displayNetworkTicker; | ||
const displayNetworkName = 'Binance Smart Chain'; | ||
const displayNetworkName = 'BNB Smart Chain'; | ||
exports.displayNetworkName = displayNetworkName; | ||
@@ -24,0 +24,0 @@ const gasLimit = 21e3; |
@@ -24,5 +24,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://explorer.solana.com/address/${address}`, | ||
txUrl: txId => `https://explorer.solana.com/tx/${txId}` | ||
addressUrl: address => `https://solscan.io/account/${address}`, | ||
txUrl: txId => `https://solscan.io/tx/${txId}` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "8.0.134", | ||
"version": "8.0.135", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
202922
4587