Skip to content

Commit

Permalink
Merge pull request #1 from deviantmyk/deviantmyk-patch-1
Browse files Browse the repository at this point in the history
Add Deviant Token Blockchain (DTBC)
  • Loading branch information
deviantmyk authored Oct 9, 2024
2 parents d7502dc + 26febe9 commit 0bdca60
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 0bdca60

Please sign in to comment.