Skip to content

Commit

Permalink
feat: add websiteUrl to chains metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Sep 11, 2024
1 parent 2eeba29 commit 06ed4af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This file contains an array of Chain metadata. To add a new one, follow the foll
"https://zksync.meowrpc.com"
], //optional,
"explorerUrl": "https://explorer.zksync.io/", // optional
"websiteUrl": "https://zksync.io/", // optional
"launchDate": 1679626800, // mandatory
"chainType": "Rollup", // "Rollup" | "Validium"
"baseToken": {
Expand Down
2 changes: 2 additions & 0 deletions chains_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"https://zksync.meowrpc.com"
],
"explorerUrl": "https://explorer.zksync.io/",
"websiteUrl": "https://zksync.io/",
"launchDate": 1679626800,
"chainType": "Rollup",
"baseToken": {
Expand All @@ -27,6 +28,7 @@
"chainType": "Validium",
"publicRpcs": ["https://mainnet.zkevm.cronos.org"],
"explorerUrl": "https://explorer.zkevm.cronos.org/",
"websiteUrl": "https://cronos.org/zkevm",
"baseToken": {
"symbol": "zkCRO",
"name": "zkCRO",
Expand Down
5 changes: 5 additions & 0 deletions chains_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"https://zksync-era-sepolia.blockpi.network/v1/rpc/public"
],
"explorerUrl": "https://sepolia.explorer.zksync.io",
"websiteUrl": "https://zksync.io/",
"launchDate": 1679626800,
"chainType": "Rollup",
"baseToken": {
Expand All @@ -27,6 +28,7 @@
"chainType": "Validium",
"publicRpcs": ["https://testnet.zkevm.cronos.org"],
"explorerUrl": "https://explorer.zkevm.cronos.org/testnet",
"websiteUrl": "https://cronos.org/zkevm",
"baseToken": {
"name": "zkCronos Testnet",
"symbol": "zkTCRO",
Expand All @@ -42,6 +44,7 @@
"name": "Gravity testnet",
"chainType": "Validium",
"publicRpcs": [],
"websiteUrl": "https://grvt.io/",
"baseToken": {
"name": "GRVTBaseToken",
"symbol": "GBT",
Expand All @@ -57,6 +60,7 @@
"chainType": "Rollup",
"publicRpcs": ["https://api.testnet.abs.xyz"],
"explorerUrl": "https://explorer.testnet.abs.xyz",
"websiteUrl": "https://abs.xyz/",
"baseToken": {
"name": "Ether",
"symbol": "ETH",
Expand All @@ -73,6 +77,7 @@
"iconUrl": "https://zkevm.cronos.org/images/chains/zkevm.svg",
"chainType": "Rollup",
"publicRpcs": ["https://rpc.testnet.sophon.xyz"],
"websiteUrl": "https://farm.sophon.xyz/",
"baseToken": {
"name": "Sophon",
"symbol": "SOPH",
Expand Down

0 comments on commit 06ed4af

Please sign in to comment.