Skip to content

Commit

Permalink
Merge branch 'daniellnog-integrating-new-BEP20-token-daniel-nogueira'
Browse files Browse the repository at this point in the history
  • Loading branch information
stultusmundi committed Nov 4, 2021
2 parents 3e5f3cf + af8667f commit 31a843b
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
31 changes: 31 additions & 0 deletions coininfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -12946,6 +12946,37 @@ const coininfo = {
"https://fei.money/static/media/whitepaper.7d5e2986.pdf",
],
},
bscprom: {
description: "Prometeus Network is a secure and decentralized ecosystem designed to solve real-world problems in data brokerage, created for the Influencer Marketing, Medical and Insurance data market industries. Prometeus Network is developed by Prometeus Labs. A company existing out of data scientists and entrepreneurs who have been working for more than 15 years on machine learning, business development and marketing.",
total_supply: 20000000,
circulating_supply: 16449996,
websites: [
"https://prometeus.io",
],
explorers: [
"https://bscscan.com/token/0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5",
],
medium: "https://medium.com/prometeus-network",
discord: "",
telegram: "https://t.me/promnetwork",
bitcointalk: "",
facebook: "",
twitter: "https://twitter.com/prometeusnet",
reddit: "",
repository: "https://github.com/Prometeus-Network",
youtube: "",
instagram: "",
tiktok: "",
twitch: "",
linkedin: "https://www.linkedin.com/company/prometeus-labs",
cryptoCompareID: "PROM",
coinMarketCapID: "prometeus",
coingeckoID: "prometeus",
auditInfos: [],
whitepaper: [
"https://prometheus.business/Whitepaper.pdf",
],
},
};

export default {
Expand Down
36 changes: 36 additions & 0 deletions coinsSimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -16548,6 +16548,42 @@ const coins = {
"infura",
],
},
bscprom: {
coin: "bscprom",
name: "Prometeus BEP20",
uri: [
"bscprom",
"prom",
],
addresses: [],
api: [
"https://api.bscscan.com/api?module=account&action=tokentx&contractaddress=0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5&address=",
],
unit: "PROM",
type: "bsc",
explorer: [
"https://bscscan.com/tx/",
],
logolink: "static/logos/PROM_BEP20.svg",
node: [
"https://bsc-dataseed1.binance.org",
"https://bsc-dataseed1.defibit.io",
"https://bsc-dataseed1.ninicoin.io",
"https://bsc.getblock.io/mainnet/?api_key=3d10f1d2-eebc-4ad4-8a8a-33fbeb3481dc",
],
fee: 63000,
feepolicy: {
economy: 20,
normal: 25,
fast: 40,
},
contractAddress: "0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5",
color: "#EA7437",
decimals: 18,
backend: [
"bsc",
],
},
};

module.exports = coins;
1 change: 1 addition & 0 deletions logos/PROM_BEP20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions newssources.js
Original file line number Diff line number Diff line change
Expand Up @@ -5343,6 +5343,22 @@ const newssources = {
pic: "static/logos/TRIBE_ERC20.svg",
},
],
bscprom: [
{
name: "Prometeus Network Twitter",
feed: "https://nitter.zelcore.io/prometeusnet/rss",
site: "https://twitter.com/prometeusnet",
about: "Prometeus Network is a decentralized ecosystem for trustless and anonymous data exchange.",
pic: "static/logos/PROM_BEP20.svg",
},
{
name: "Prometeus Network Medium",
feed: "https://medium.com/feed/prometeus-network",
site: "https://medium.com/prometeus-network",
about: "Prometeus Network is a decentralized ecosystem for trustless and anonymous data exchange.",
pic: "static/logos/PROM_BEP20.svg",
},
],
},
};

Expand Down

0 comments on commit 31a843b

Please sign in to comment.