File tree Expand file tree Collapse file tree
scripts/controllers/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " __MSG_appName__" ,
33 "short_name" : " __MSG_appName__" ,
4- "version" : " 8.2.2 " ,
4+ "version" : " 8.2.3 " ,
55 "manifest_version" : 2 ,
66 "author" : " https://metamask.io" ,
77 "description" : " __MSG_appDescription__" ,
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ export const ALAYA = 'alaya'
44export const ALAYA_DEV = 'alaya_dev'
55export const LOCALHOST = 'localhost'
66
7- export const MAINNET_NETWORK_ID = '100 '
7+ export const MAINNET_NETWORK_ID = '210425 '
88export const PLATON_DEV_NETWORK_ID = '210309'
99export const ALAYA_NETWORK_ID = '201018'
1010export const ALAYA_DEV_NETWORK_ID = '201030'
1111
12- export const MAINNET_CHAIN_ID = '0x64 '
12+ export const MAINNET_CHAIN_ID = '0x335f9 '
1313export const PLATON_DEV_CHAIN_ID = '0x33585'
1414export const ALAYA_CHAIN_ID = '0x3113A'
1515export const ALAYA_DEV_CHAIN_ID = '0x31146'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const defaultNetworksData = {
22 mainnet : {
33 providerType : 'mainnet' ,
44 rpcTarget : 'https://samurai.platon.network' ,
5- chainId : '100 ' ,
5+ chainId : '210425 ' ,
66 hrp : 'lat' ,
77 ticker : 'LAT' ,
88 blockExplorerUrl : 'https://scan.platon.network' ,
You can’t perform that action at this time.
0 commit comments