currency naming
This commit is contained in:
10
chain.js
10
chain.js
@@ -11,7 +11,7 @@ export const chainInfo = {}
|
||||
|
||||
const _chains = [
|
||||
{id:42161, name:'Arbitrum'},
|
||||
{id:31337, name:'Mock'},
|
||||
{id:31337, name:'Mockchain'},
|
||||
]
|
||||
|
||||
function _setChainInfo(c, k, v) {
|
||||
@@ -55,15 +55,15 @@ for (const chain of _chains) {
|
||||
chain.mockCoins = [coinAddr, usdAddr]
|
||||
chain.tokens = [
|
||||
{
|
||||
name: 'Mockcoin',
|
||||
symbol: 'MOCK',
|
||||
name: 'Mock Ethereum Hardfork',
|
||||
symbol: 'MEH',
|
||||
decimals: 18,
|
||||
image: null,
|
||||
address: coinAddr,
|
||||
},
|
||||
{
|
||||
name: 'Universally Stable Denomination',
|
||||
symbol: 'USD',
|
||||
name: 'Joke Currency XD',
|
||||
symbol: 'USXD',
|
||||
decimals: 6,
|
||||
image: null,
|
||||
address: usdAddr,
|
||||
|
||||
Reference in New Issue
Block a user