Skip to content

Commit 051856e

Browse files
committed
Add Syndicate Risa testnet configuration and assets
- Added Risa testnet chain configuration - Updated syndicate icon - Downloaded syndicate icon asset - Applied formatting fixes
1 parent 496f60e commit 051856e

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

_data/chains/eip155-51014.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Risa Testnet",
3+
"chain": "Risa Testnet",
4+
"shortName": "risa",
5+
"infoURL": "https://syndicate.io",
6+
"icon": "syndicate",
7+
"status": "active",
8+
"chainId": 51014,
9+
"networkId": 51014,
10+
"nativeCurrency": {
11+
"name": "Testnet Syndicate",
12+
"symbol": "SYND",
13+
"decimals": 18
14+
},
15+
"rpc": ["https://risa-testnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}"],
16+
"faucets": [],
17+
"explorers": [
18+
{
19+
"name": "Risa Testnet Explorer",
20+
"url": "https://risa-testnet.explorer.alchemy.com",
21+
"standard": "EIP3091"
22+
}
23+
],
24+
"parent": {
25+
"type": "L2",
26+
"chain": "eip155-11155111",
27+
"bridges": [{ "url": "https://bridge.arbitrum.io" }]
28+
}
29+
}

_data/icons/syndicate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmeSvQcD3XvLFAiMLoQSPbGK9JxVfbCWPBUTMLhhhzYPqX",
4-
"width": 16000,
5-
"height": 16000,
3+
"url": "ipfs://bafkreie4pnlfer7h6ri2dnre4fnih7dbm3qxc3gvibm2vxyn2xgcagriui",
4+
"width": 1200,
5+
"height": 1200,
66
"format": "png"
77
}
88
]
Binary file not shown.

0 commit comments

Comments
 (0)