forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Open Campus Codex Network (ethereum-lists#5298)
* feat: add Open Codex Campus network * fix: explorer url * fix: native currency name & symbol
- Loading branch information
1 parent
3f46eca
commit 8577e0c
Showing
2 changed files
with
32 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,24 @@ | ||
{ | ||
"name": "Open Campus Codex", | ||
"chain": "Open Campus Codex", | ||
"icon": "open-campus-codex", | ||
"rpc": ["https://rpc.open-campus-codex.gelato.digital"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "EDU", | ||
"symbol": "EDU", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/open-campus-codex", | ||
"shortName": "open-campus-codex", | ||
"chainId": 656476, | ||
"networkId": 656476, | ||
"explorers": [ | ||
{ | ||
"name": "Open Campus Codex", | ||
"url": "https://opencampus-codex.blockscout.com", | ||
"icon": "open-campus-codex", | ||
"standard": "none" | ||
} | ||
] | ||
} |
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://QmXbz7VEYvf6NVHezuBy5HpJTCiagEThBxxdDdfVXNQ8Bt", | ||
"width": 30, | ||
"height": 30, | ||
"format": "png" | ||
} | ||
] |