-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add appchain data * add appchain testnet data * add appchain icon * update icon size --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" }] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" }] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya", | ||
"width": 1320, | ||
"height": 1320, | ||
"format": "svg" | ||
} | ||
] |