Skip to content

Commit c77b8f6

Browse files
authored
Merge pull request #26 from zfamz/develop
PlatON 主网使用新的链ID和RPC地址
2 parents bee1b79 + b3dc8fb commit c77b8f6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/manifest/_base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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__",

app/scripts/controllers/network/enums.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export const ALAYA = 'alaya'
44
export const ALAYA_DEV = 'alaya_dev'
55
export const LOCALHOST = 'localhost'
66

7-
export const MAINNET_NETWORK_ID = '100'
7+
export const MAINNET_NETWORK_ID = '210425'
88
export const PLATON_DEV_NETWORK_ID = '210309'
99
export const ALAYA_NETWORK_ID = '201018'
1010
export const ALAYA_DEV_NETWORK_ID = '201030'
1111

12-
export const MAINNET_CHAIN_ID = '0x64'
12+
export const MAINNET_CHAIN_ID = '0x335f9'
1313
export const PLATON_DEV_CHAIN_ID = '0x33585'
1414
export const ALAYA_CHAIN_ID = '0x3113A'
1515
export const ALAYA_DEV_CHAIN_ID = '0x31146'

app/scripts/controllers/network/network-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)