Skip to content

Commit

Permalink
Add Cascadia testnet network data + icon (#3069)
Browse files Browse the repository at this point in the history
* Add Cascadia testnet network data + icon

* change icon size

* fix: trigger icon check
  • Loading branch information
msvstj authored Jun 30, 2023
1 parent c1ab755 commit 296c67a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _data/chains/eip155-6102.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Cascadia Testnet",
"chain": "Cascadia",
"rpc": ["https://testnet.cascadia.foundation"],
"faucets": ["https://www.cascadia.foundation/faucet"],
"nativeCurrency": {
"name": "CC",
"symbol": "tCC",
"decimals": 18
},
"infoURL": "https://www.cascadia.foundation",
"shortName": "cascadia",
"chainId": 6102,
"networkId": 6102,
"icon": "cascadia",
"explorers": [
{
"name": "Cascadia EVM Explorer",
"url": "https://explorer.cascadia.foundation",
"standard": "none",
"icon": "cascadia"
},
{
"name": "Cascadia Cosmos Explorer",
"url": "https://validator.cascadia.foundation",
"standard": "none",
"icon": "cascadia"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/cascadia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQtcwxNiJ9D1QDz4k6jZ7qacLcqMk6CeW85TTBWBvNp3z",
"width": 256,
"height": 256,
"format": "png"
}
]

1 comment on commit 296c67a

@zahed2222
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Please sign in to comment.