Skip to content

Commit

Permalink
Merge branch 'master' into eyqs/plume-testnet-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs authored Apr 3, 2024
2 parents 6062d27 + ecaf801 commit b87ac54
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-11221.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Shine Chain",
"chain": "SC20",
"rpc": ["https://rpc.shinescan.io"],
"faucets": [],
"nativeCurrency": {
"name": "Shine",
"symbol": "SC20",
"decimals": 18
},
"infoURL": "https://shinechain.tech",
"shortName": "SC20",
"chainId": 11221,
"networkId": 11221,
"icon": "shine",
"explorers": [
{
"name": "shinescan",
"url": "https://shinescan.io",
"icon": "shine",
"standard": "none"
}
]
}
30 changes: 30 additions & 0 deletions _data/chains/eip155-282828.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Zillion Sepolia Testnet",
"status": "active",
"chain": "ETH",
"rpc": ["https://sepolia.zillnet.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zillnet.io",
"shortName": "zillsep",
"chainId": 282828,
"networkId": 282828,
"slip44": 1,
"icon": "zillion",
"explorers": [
{
"name": "zillscout",
"url": "https://sepolia.zillnet.io",
"icon": "zillion",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}
8 changes: 8 additions & 0 deletions _data/icons/shine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUBkpY3prCTZHpx1fjrYLAJ6dPaGvNVTj97iy6p3NPUi1",
"width": 161,
"height": 161,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/zillion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn",
"width": 264,
"height": 264,
"format": "png"
}
]
Binary file not shown.

0 comments on commit b87ac54

Please sign in to comment.