Skip to content

Commit af5003e

Browse files
authored
Silent data chains (#7561)
* silent data chains added * fix short name
1 parent 53d9e99 commit af5003e

File tree

4 files changed

+74
-0
lines changed

4 files changed

+74
-0
lines changed

_data/chains/eip155-380929.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Silent Data Mainnet",
3+
"chain": "Silent Data",
4+
"rpc": ["https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.silentdata.com",
12+
"shortName": "silent-data-mainnet",
13+
"chainId": 380929,
14+
"networkId": 380929,
15+
"icon": "silentdata",
16+
"explorers": [
17+
{
18+
"name": "Silent Data Mainnet Explorer",
19+
"url": "https://explorer-mainnet.rollup.silentdata.com",
20+
"icon": "silentdata",
21+
"standard": "EIP3091"
22+
}
23+
],
24+
"parent": {
25+
"type": "L2",
26+
"chain": "eip155-1",
27+
"bridges": [{ "url": "https://bridge-mainnet.rollup.silentdata.com" }]
28+
}
29+
}

_data/chains/eip155-381185.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Silent Data Testnet",
3+
"chain": "Silent Data",
4+
"rpc": ["https://testnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.silentdata.com",
12+
"shortName": "silent-data-testnet",
13+
"chainId": 381185,
14+
"networkId": 381185,
15+
"icon": "silentdata-testnet",
16+
"explorers": [
17+
{
18+
"name": "Silent Data Testnet Explorer",
19+
"url": "https://explorer-testnet.rollup.silentdata.com",
20+
"icon": "silentdata-testnet",
21+
"standard": "EIP3091"
22+
}
23+
],
24+
"parent": {
25+
"type": "L2",
26+
"chain": "eip155-11155111",
27+
"bridges": [{ "url": "https://bridge-testnet.rollup.silentdata.com" }]
28+
}
29+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmVmh384UGF5ecanRufkxNXdDb5ps1HKfJnAYjUjR2A8QB",
4+
"width": 1200,
5+
"height": 1200,
6+
"format": "png"
7+
}
8+
]

_data/icons/silentdata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmYcpfy4jVw2VKa63jzjYHEXLr3ytGjYKgTNNmoC7ejxyi",
4+
"width": 1200,
5+
"height": 1200,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)