mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-24 10:05:44 +00:00
Update dev/local networkid to 42 (#40)
This commit is contained in:
@@ -7,13 +7,13 @@ import { ChainsInfo, Options } from './types';
|
|||||||
const CHAINS: ChainsInfo = [
|
const CHAINS: ChainsInfo = [
|
||||||
{
|
{
|
||||||
name: 'Development',
|
name: 'Development',
|
||||||
networkId: 0,
|
networkId: 42,
|
||||||
tokenDecimals: 0,
|
tokenDecimals: 0,
|
||||||
tokenSymbol: 'Unit'
|
tokenSymbol: 'Unit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Local Testnet',
|
name: 'Local Testnet',
|
||||||
networkId: 0,
|
networkId: 42,
|
||||||
tokenDecimals: 0,
|
tokenDecimals: 0,
|
||||||
tokenSymbol: 'Unit'
|
tokenSymbol: 'Unit'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user