Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Mar 13, 2024
2 parents 15ca4b2 + 5a406cd commit 32d6bbc
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-52014.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Electroneum Mainnet",
"chain": "Electroneum",
"rpc": ["https://api.electroneum.com"],
"rpc": ["https://rpc.electroneum.com"],
"faucets": [],
"nativeCurrency": {
"name": "Electroneum",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-5201420.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Electroneum Testnet",
"chain": "Electroneum",
"rpc": ["https://api.electroneum.com"],
"rpc": ["https://testnet-rpc.electroneum.com"],
"faucets": [],
"nativeCurrency": {
"name": "Electroneum",
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-696969.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Galadriel Testnet",
"chain": "Galadriel",
"rpc": ["https://testnet.galadriel.com"],
"faucets": ["https://docs.galadriel.com/faucet"],
"nativeCurrency": {
"name": "Galadriel Testnet token",
"symbol": "GAL",
"decimals": 18
},
"infoURL": "https://galadriel.com",
"shortName": "galadriel-testnet",
"chainId": 696969,
"networkId": 696969,
"explorers": [
{
"name": "Galadriel Explorer",
"url": "https://explorer.galadriel.com",
"standard": "none"
}
]
}
10 changes: 7 additions & 3 deletions _data/chains/eip155-813.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"https://evm-dataseed2.meerscan.io",
"https://evm-dataseed3.meerscan.io",
"https://evm-dataseed.meerscan.com",
"https://evm-dataseed1.meerscan.com",
"https://evm-dataseed2.meerscan.com",
"https://qng.rpc.qitmeer.io",
"https://mainnet.meerlabs.com",
"https://rpc.dimai.ai",
Expand All @@ -26,11 +24,17 @@
"slip44": 813,
"icon": "meer",
"explorers": [
{
"name": "meerscan",
"icon": "meer",
"url": "https://qng.qitmeer.io",
"standard": "EIP3091"
},
{
"name": "meerscan",
"icon": "meer",
"url": "https://qng.meerscan.io",
"standard": "none"
"standard": "EIP3091"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-8131.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
{
"name": "meerscan testnet",
"icon": "meer",
"url": "https://qng-testnet.meerscan.io",
"standard": "none"
"url": "https://testnet-qng.qitmeer.io",
"standard": "EIP3091"
}
]
}

0 comments on commit 32d6bbc

Please sign in to comment.