@bloks/constants
Advanced tools
Comparing version 3.5.70 to 3.5.72
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.70", | ||
"version": "3.5.72", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "52f227271f58cd7e424f2093cdc16cad42bbc3ed" | ||
"gitHead": "80639f3cb9c47a0d06a5ac2c0384ca8fa53b122e" | ||
} |
@@ -20,2 +20,3 @@ export const contractAccounts = (chain, systemDomain = 'eosio') => { | ||
EOSIO_BPAY: `${systemDomain}.bpay`, | ||
EOSIO_REX: `${systemDomain}.rex`, | ||
EOSIO_MSIG_APPROVALS_TABLE: notUpgradedMsig ? 'approvals' : 'approvals2', | ||
@@ -22,0 +23,0 @@ EOSIO_MSIG_PROPOSALS_TABLE: 'proposal' |
@@ -183,2 +183,22 @@ export const dapps = [ | ||
{ | ||
name: 'Crypto Sword & Magic', | ||
description: 'Crypto Sword & Magic is the first blockbuster RPG on EOS blockchain, traditional turn-based RPG raising heroes to challenge new dungeons. Game assets are recorded on Blockchain and transactions run on smart contracts', | ||
shortDescription: 'Crypto Sword & Magic is the first blockbuster RPG on EOS blockchain.', | ||
symbol: 'CSM', | ||
partner: true, | ||
accounts: [ | ||
'swordnmagicm', | ||
], | ||
app: 'https://www.cryptoswordandmagic.com', | ||
logo: 'https://www.cryptoswordandmagic.com/img/nav-title-logo@2x.png', | ||
website: 'https://www.cryptoswordandmagic.com', | ||
telegram: 'https://t.me/cryptosnm_comm_en', | ||
medium: 'https://medium.com/@cryptoswordandmagic', | ||
twitter: 'https://twitter.com/sword_and_magic', | ||
github: '', | ||
chains: [ | ||
'eos' | ||
] | ||
}, | ||
{ | ||
name: 'Spinach', | ||
@@ -185,0 +205,0 @@ description: 'Spinach is the world\'s first decentralized gaming platform to use block hash running on EOS,It is fair, impartiality and Anti-cheating. ', |
60963
1974