@bloks/constants
Advanced tools
Comparing version 3.5.81 to 3.5.82
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.81", | ||
"version": "3.5.82", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "9a020438add5e90b991b11621a9da664bf32ed0c" | ||
"gitHead": "658ff5d0e59c32b80afc2e76bf2eea6da51065ff" | ||
} |
@@ -227,2 +227,24 @@ export const dapps = [ | ||
{ | ||
name: 'dmail', | ||
description: 'Welcome to dmail Beta! We are so excited to have you participate as we launch our Beta platform. In the early stages we are covering the simplest of functionality, which is sending and receiving messages. In the very near future, we will be adding a bunch of new features which we know the community is going to ask for.', | ||
shortDescription: 'dmail is the first decentralized email on the blockchain', | ||
symbol: 'MAIL', | ||
partner: true, | ||
statistics: true, | ||
accounts: [ | ||
'dmaildotcobp' | ||
], | ||
logo: 'https://www.dmail.co/logosym_256.png', | ||
website: 'https://dmail.co', | ||
app: '', | ||
telegram: 'https://t.me/dmailcommunity', | ||
medium: 'https://medium.com/@dmail', | ||
twitter: 'https://twitter.com/dmaildotco', | ||
github: '', | ||
chains: [ | ||
'eos', | ||
'telos' | ||
] | ||
}, | ||
{ | ||
'name': 'Murmur', | ||
@@ -229,0 +251,0 @@ 'description': 'Murmur is a new age decentralized microblogging platform on EOS that is censorship-resistant, spam-proof and rewarding to use.', |
const DEFAULT_ENDPOINTS = [ | ||
'https://api.eos.miami', | ||
'https://api.tlos.goodblock.io', | ||
'https://mainnet.telosusa.io' | ||
@@ -8,2 +7,3 @@ ] | ||
const ACTIONS_ENDPOINTS = [ | ||
'https://api.tlos.goodblock.io', | ||
'https://api.eos.miami', | ||
@@ -14,4 +14,4 @@ 'https://api.tlos.goodblock.io' | ||
const TRANSACTIONS_ENDPOINTS = [ | ||
'https://api.eos.miami', | ||
'https://api.tlos.goodblock.io' | ||
'https://api.tlos.goodblock.io', | ||
'https://api.eos.miami' | ||
] | ||
@@ -18,0 +18,0 @@ |
58508
1832