Skip to content

Commit

Permalink
Create dtbc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantmyk authored Oct 9, 2024
1 parent d7502dc commit 26febe9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dtbc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Deviant Token Blockchain",
"chain": "DTBC",
"rpc": [
"https://rpc.devianttoken.net"
],
"faucets": [],
"nativeCurrency": {
"name": "Deviant Token Blockchain",
"symbol": "DTBC",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://devianttoken.net",
"shortName": "dtbc",
"chainId": 52027071,
"networkId": 52027071,
"explorers": [{
"name": "Deviant Explorer",
"url": "https://explorer.devianttoken.net",
"standard": "EIP3091"
}]
}

0 comments on commit 26febe9

Please sign in to comment.