Update HPB Mainnet information (#422)

* Update eip155-269.json

Hello!

I'd like to request to update High Performance Blockchain information。
At present, the RPC node information is updated to https://hpbnode.com
Please approve.

Tks

* Update eip155-269.json

Fixed Explorer attribute information.

* Update eip155-269.json

Updata info

* Update _data/chains/eip155-269.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
loglos 2021-09-15 12:35:59 +08:00 committed by GitHub
parent fc6deefb59
commit 560bb6ea6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,26 @@
"chain": "HPB", "chain": "HPB",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://hpb.app" "https://hpbnode.com",
"wss://ws.hpbnode.com"
],
"faucets": [
"https://myhpbwallet.com/"
], ],
"faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "High Performance Blockchain Ether", "name": "High Performance Blockchain Ether",
"symbol": "HPB", "symbol": "HPB",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://hpbscan.org/", "infoURL": "https://hpb.io",
"shortName": "hpb", "shortName": "hpb",
"chainId": 269, "chainId": 269,
"networkId": 100, "networkId": 269,
"slip44": 269 "slip44": 269,
"explorers": [{
"name": "hpbscan",
"url": "https://hpbscan.org/",
"standard": "EIP3091"
}]
} }