Skip to content

Commit

Permalink
Add Daily Network (#6318)
Browse files Browse the repository at this point in the history
Adding Daily Network testnet and mainnet

Co-authored-by: ligi <[email protected]>
  • Loading branch information
topdefi and ligi authored Dec 3, 2024
1 parent e2fbf16 commit 330a12b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-824.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Daily Network Mainnet",
"chain": "Daily Network",
"icon": "daily",
"rpc": ["https://rpc.mainnet.dailycrypto.net"],
"faucets": [],
"nativeCurrency": {
"name": "Daily",
"symbol": "DLY",
"decimals": 18
},
"infoURL": "https://dailycrypto.net",
"shortName": "dly",
"chainId": 824,
"networkId": 824,
"explorers": [
{
"name": "Daily Mainnet Explorer",
"url": "https://explorer.mainnet.dailycrypto.net",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-825.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Daily Network Testnet",
"chain": "Daily Network",
"icon": "daily",
"rpc": ["https://rpc.testnet.dailycrypto.net"],
"faucets": [],
"nativeCurrency": {
"name": "Daily",
"symbol": "DLY",
"decimals": 18
},
"infoURL": "https://dailycrypto.net",
"shortName": "tdly",
"chainId": 825,
"networkId": 825,
"explorers": [
{
"name": "Daily Testnet Explorer",
"url": "https://explorer.testnet.dailycrypto.net",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/daily.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp",
"width": 1024,
"height": 1024,
"format": "png"
}
]

0 comments on commit 330a12b

Please sign in to comment.