Skip to content

Commit

Permalink
Add hydradx
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Apr 24, 2024
1 parent 363e991 commit d64f9df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/core/src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,5 +509,22 @@
"standard": "none"
}
]
},
{
"name": "hydradx",
"chain": "hydradx",
"rpc": [
"https://rpc.hydradx.cloud/"
],
"shortName": "hydradx",
"chainId": 222222,
"networkId": 222222,
"explorers": [
{
"name": "subscan",
"url": "https://hydradx.subscan.io/",
"standard": "none"
}
]
}
]
7 changes: 7 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,11 @@ export default {
"supported": true,
"monitored": false,
},
"222222": {
"rpc": ["https://rpc.hydradx.cloud/"],
"contractFetchAddress": "https://hydradx.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"supported": true,
"monitored": false,
},
}

0 comments on commit d64f9df

Please sign in to comment.