Skip to content

Commit f313ab4

Browse files
authored
Merge branch 'master' into add-kultchain
2 parents 849472d + e45f32a commit f313ab4

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

_data/chains/eip155-11155931.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "RISE Testnet",
3-
"chain": "RISE",
4-
"rpc": [],
5-
"faucets": [],
3+
"chain": "ETH",
4+
"rpc": ["https://testnet.riselabs.xyz", "wss://testnet.riselabs.xyz/ws"],
5+
"faucets": ["https://faucet.testnet.riselabs.xyz"],
66
"nativeCurrency": {
7-
"name": "ETH",
7+
"name": "RISE Testnet Ether",
88
"symbol": "ETH",
99
"decimals": 18
1010
},
@@ -14,5 +14,17 @@
1414
"chainId": 11155931,
1515
"networkId": 11155931,
1616
"icon": "rise",
17-
"explorers": []
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.testnet.riselabs.xyz",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
],
25+
"parent": {
26+
"type": "L2",
27+
"chain": "eip155-11155111",
28+
"bridges": [{ "url": "https://bridge-ui.testnet.riselabs.xyz" }]
29+
}
1830
}

_data/chains/eip155-128123.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"explorers": [
1818
{
1919
"name": "Etherlink Testnet Explorer",
20-
"url": "https://testnet-explorer.etherlink.com",
20+
"url": "https://testnet.explorer.etherlink.com",
2121
"standard": "EIP3091"
2222
}
2323
]

_data/chains/eip155-31612.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"https://rpc_evm-mezo.imperator.co",
66
"wss://ws_evm-mezo.imperator.co",
77
"https://jsonrpc-mezo.boar.network",
8-
"wss://jsonrpcws-mezo.boar.network"
8+
"wss://jsonrpcws-mezo.boar.network",
9+
"https://mainnet.mezo.public.validationcloud.io",
10+
"wss://mainnet.mezo.public.validationcloud.io",
11+
"https://rpc-internal.mezo.org",
12+
"wss://rpc-ws-internal.mezo.org"
913
],
1014
"faucets": [],
1115
"nativeCurrency": {

_data/icons/very.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://bafkreidyrvphfojaf7iev57trxk3sxbo6qikg26pdy66ke4n22dgm52wwa",
4-
"width": 320,
5-
"height": 320,
3+
"url": "ipfs://bafkreie5ozo663ddewiqfiuc5kq44giy4zdhvpq2hamsdub5gwa77hcplu",
4+
"width": 480,
5+
"height": 480,
66
"format": "png"
77
}
88
]

0 commit comments

Comments
 (0)