mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +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 = [
|
||||
{
|
||||
name: 'Development',
|
||||
networkId: 0,
|
||||
networkId: 42,
|
||||
tokenDecimals: 0,
|
||||
tokenSymbol: 'Unit'
|
||||
},
|
||||
{
|
||||
name: 'Local Testnet',
|
||||
networkId: 0,
|
||||
networkId: 42,
|
||||
tokenDecimals: 0,
|
||||
tokenSymbol: 'Unit'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user