Skip to content

Commit

Permalink
Add Open Campus Codex Network (ethereum-lists#5298)
Browse files Browse the repository at this point in the history
* feat: add Open Codex Campus network

* fix: explorer url

* fix: native currency name & symbol
  • Loading branch information
leonimella authored Jun 14, 2024
1 parent 3f46eca commit 8577e0c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-656476.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/open-campus-codex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXbz7VEYvf6NVHezuBy5HpJTCiagEThBxxdDdfVXNQ8Bt",
"width": 30,
"height": 30,
"format": "png"
}
]

0 comments on commit 8577e0c

Please sign in to comment.