@exodus/assets-base
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -90,3 +90,3 @@ "use strict"; | ||
name: 'bat', | ||
properName: 'BAT', | ||
properName: 'Basic Attention Token', | ||
decimals: 18, | ||
@@ -236,2 +236,10 @@ ticker: 'BAT', | ||
}, { | ||
name: 'geminidollar', | ||
properName: 'Gemini Dollar', | ||
decimals: 2, | ||
ticker: 'GUSD', | ||
addresses: { | ||
current: '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd' | ||
} | ||
}, { | ||
name: 'genesisvision', | ||
@@ -374,3 +382,3 @@ properName: 'GenesisVision', | ||
name: 'monaco', | ||
properName: 'Monaco', | ||
properName: 'Crypto.com', | ||
decimals: 8, | ||
@@ -398,2 +406,10 @@ ticker: 'MCO', | ||
}, { | ||
name: 'paxos', | ||
properName: 'Paxos', | ||
decimals: 18, | ||
ticker: 'PAX', | ||
addresses: { | ||
current: '0x8e870d67f660d95d5be530380d0ec0bd388289e1' | ||
} | ||
}, { | ||
name: 'pillar', | ||
@@ -472,10 +488,2 @@ properName: 'Pillar', | ||
}, { | ||
name: 'rchain', | ||
properName: 'RChain', | ||
decimals: 8, | ||
ticker: 'RHOC', | ||
addresses: { | ||
current: '0x168296bb09e24A88805CB9c33356536B980D3fC5' | ||
} | ||
}, { | ||
name: 'request', | ||
@@ -563,6 +571,6 @@ properName: 'Request', | ||
properName: 'Substratum', | ||
decimals: 2, | ||
decimals: 18, | ||
ticker: 'SUB', | ||
addresses: { | ||
current: '0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A' | ||
current: '0x8D75959f1E61EC2571aa72798237101F084DE63a' | ||
} | ||
@@ -616,11 +624,12 @@ }, { | ||
addresses: { | ||
current: '0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E' | ||
current: '0x0000000000085d4780B73119b644AE5ecd22b376', | ||
previous: ['0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E'] | ||
} | ||
}, { | ||
name: 'vechain', | ||
properName: 'VeChain', | ||
decimals: 18, | ||
ticker: 'VEN', | ||
name: 'usdcoin', | ||
properName: 'USD Coin', | ||
decimals: 6, | ||
ticker: 'USDC', | ||
addresses: { | ||
current: '0xD850942eF8811f2A866692A623011bDE52a462C1' | ||
current: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48' | ||
} | ||
@@ -627,0 +636,0 @@ }, { |
@@ -25,5 +25,5 @@ "use strict"; | ||
const blockExplorer = { | ||
addressUrl: address => `https://live.blockcypher.com/btc/address/${address}/`, | ||
txUrl: txId => `https://live.blockcypher.com/btc/tx/${txId}/` | ||
addressUrl: address => `https://www.blockchain.com/btc/address/${address}/`, | ||
txUrl: txId => `https://www.blockchain.com/btc/tx/${txId}/` | ||
}; | ||
exports.blockExplorer = blockExplorer; |
@@ -40,3 +40,4 @@ "use strict"; | ||
txUrl: txId => `https://etherscan.io/tx/${txId}` | ||
} | ||
}, | ||
contract: token.addresses | ||
}); | ||
@@ -43,0 +44,0 @@ }); |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
22737
14
917
1