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 Curtis Testnet (ethereum-lists#5657)
* add curtis * fix resolution
- Loading branch information
1 parent
5115550
commit c728c63
Showing
2 changed files
with
31 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,23 @@ | ||
{ | ||
"name": "Curtis", | ||
"chain": "Curtis", | ||
"rpc": ["https://curtis.rpc.caldera.xyz/http"], | ||
"faucets": ["https://curtis.hub.caldera.xyz"], | ||
"nativeCurrency": { | ||
"name": "ApeCoin", | ||
"symbol": "APE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://curtis.hub.caldera.xyz", | ||
"shortName": "curtis", | ||
"chainId": 33111, | ||
"networkId": 33111, | ||
"icon": "curtis", | ||
"explorers": [ | ||
{ | ||
"name": "Curtis Explorer", | ||
"url": "https://curtis.explorer.caldera.xyz", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |