@exodus/assets-base
Advanced tools
Comparing version 8.0.91 to 8.0.92
@@ -631,3 +631,3 @@ "use strict"; | ||
paxos: { | ||
description: 'Paxos is an Ethereum-based token designed as a stablecoin issued by the Paxos Trust Company. Paxos tokens are backed by deposits in US bank accounts to ensure 1 PAX equals 1 USD.', | ||
description: 'Paxos is an Ethereum-based token designed as a stablecoin issued by the Paxos Trust Company. Paxos tokens are backed by deposits in US bank accounts to ensure 1 USDP equals 1 USD.', | ||
reddit: 'https://www.reddit.com/r/PaxosStandardToken/', | ||
@@ -782,2 +782,8 @@ twitter: 'https://twitter.com/paxosglobal', | ||
}, | ||
serum: { | ||
description: 'SRM tokens power Serum, a centralized exchange software system built on the Solana blockchain. It allows for trading of cryptocurrencies and has the advantage of a cross-chain support, meaning that it enables a trustless exchange of crypto between various blockchains.', | ||
reddit: 'https://www.reddit.com/r/ProjectSerum/', | ||
twitter: 'https://twitter.com/ProjectSerum', | ||
website: 'https://projectserum.com/' | ||
}, | ||
shibainu: { | ||
@@ -784,0 +790,0 @@ description: 'Calling itself “the Dogecoin killer,” SHIB is purely a transferable token named after an adorable breed of dog. ', |
@@ -604,3 +604,4 @@ "use strict"; | ||
decimals: 18, | ||
ticker: 'PAX', | ||
ticker: 'USDP', | ||
tickerAlias: 'PAX', | ||
addresses: { | ||
@@ -607,0 +608,0 @@ current: '0x8E870D67F660D95d5be530380D0eC0bd388289E1' |
@@ -8,2 +8,4 @@ "use strict"; | ||
var elrond = _interopRequireWildcard(require("@exodus/elrond-meta")); | ||
var algorand = _interopRequireWildcard(require("./algorand")); | ||
@@ -141,3 +143,3 @@ | ||
const _assets = [algorand, ark, bcash, bcashclaim, bgold, bgoldclaim, bitcoin, bitcoinsv, bitcoinsvclaim, bnbmainnet, bsc, cardano, cosmos, dash, decred, digibyte, dogecoin, eosio, ethereum, ethereumclassic, quorum, factom, filecoin, flare, hedera, iconmainnet, libra, lightningnetwork, lisk, litecoin, matic, monero, nano, neo, neogas, nem, ontology, ontologygas, polkadot, qtumignition, ravencoin, ripple, solana, stellar, tezos, tether, theta, tfuel, tronmainnet, vechainthor, vertcoin, waves, zcash, zilliqa]; | ||
const _assets = [algorand, ark, bcash, bcashclaim, bgold, bgoldclaim, bitcoin, bitcoinsv, bitcoinsvclaim, bnbmainnet, bsc, cardano, cosmos, dash, decred, digibyte, dogecoin, elrond, eosio, ethereum, ethereumclassic, quorum, factom, filecoin, flare, hedera, iconmainnet, libra, lightningnetwork, lisk, litecoin, matic, monero, nano, neo, neogas, nem, ontology, ontologygas, polkadot, qtumignition, ravencoin, ripple, solana, stellar, tezos, tether, theta, tfuel, tronmainnet, vechainthor, vertcoin, waves, zcash, zilliqa]; | ||
@@ -144,0 +146,0 @@ _assets.push(..._algorandTokens.default); |
{ | ||
"name": "@exodus/assets-base", | ||
"version": "8.0.91", | ||
"version": "8.0.92", | ||
"description": "Base level package for supporting Exodus assets.", | ||
@@ -11,3 +11,6 @@ "main": "lib/index.js", | ||
"lib" | ||
] | ||
], | ||
"dependencies": { | ||
"@exodus/elrond-meta": "^0.0.3" | ||
} | ||
} |
159513
73
3801
1
+ Added@exodus/elrond-meta@^0.0.3