Skip to content

Commit

Permalink
Add peaq
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed May 8, 2024
1 parent d64f9df commit 6f84145
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 @@ -459,6 +459,23 @@
}
]
},
{
"name": "peaq",
"chain": "peaq",
"rpc": [
"https://wss-arc.peaq.network/"
],
"shortName": "peaq",
"chainId": 3338,
"networkId": 3338,
"explorers": [
{
"name": "subscan",
"url": "https://peaq.subscan.io/",
"standard": "none"
}
]
},
{
"name": "unique",
"chain": "unique",
Expand Down
7 changes: 7 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ export default {
"supported": true,
"monitored": false,
},
"3338": {
"rpc": ["https://wss-arc.peaq.network"],
"contractFetchAddress": "https://peaq.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"supported": true,
"monitored": false,
},
"8880": {
"rpc": ["https://unique-rpc.dwellir.com"],
"contractFetchAddress": "https://unique.api.subscan.io/api/scan/evm/contract",
Expand Down

0 comments on commit 6f84145

Please sign in to comment.