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