Skip to content

Commit

Permalink
Add AppChain (#6349)
Browse files Browse the repository at this point in the history
* add appchain data

* add appchain testnet data

* add appchain icon

* update icon size

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
emrme and ligi authored Dec 5, 2024
1 parent 533950e commit da876c4
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _data/chains/eip155-466.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "AppChain",
"chain": "AppChain",
"rpc": [
"https://appchain.calderachain.xyz/http",
"wss://appchain.calderachain.xyz/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://appchain.xyz",
"shortName": "appchain",
"chainId": 466,
"networkId": 466,
"icon": "appchain",
"explorers": [
{
"name": "AppChain Explorer",
"url": "https://explorer.appchain.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.appchain.xyz" }]
}
}
32 changes: 32 additions & 0 deletions _data/chains/eip155-4661.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "AppChain Testnet",
"chain": "AppChain Testnet",
"rpc": [
"https://appchaintestnet.rpc.caldera.xyz/http",
"wss://appchaintestnet.rpc.caldera.xyz/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://appchain.xyz",
"shortName": "appchaintestnet",
"chainId": 4661,
"networkId": 4661,
"icon": "appchain",
"explorers": [
{
"name": "AppChain Testnet Explorer",
"url": "https://appchaintestnet.explorer.caldera.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://appchaintestnet.bridge.caldera.xyz" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/appchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya",
"width": 1320,
"height": 1320,
"format": "svg"
}
]

0 comments on commit da876c4

Please sign in to comment.