Skip to content

Commit

Permalink
Bump sourcify-chains.ts pangolin and pangoro
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Oct 16, 2023
1 parent 80312c8 commit c92f247
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ export default {
],
"txRegex": ETHERSCAN_REGEX,
},
"43": {
"fullnode": {
"dappnode": "pangolin-rpc.darwinia.network"
},
"contractFetchAddress": "https://pangolin.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"rpc": ["https://pangolin-rpc.darwinia.network"],
"supported": true,
"monitored": false,
},
"44": {
"fullnode": {
"dappnode": "https://crab-rpc.darwinia.network"
Expand All @@ -55,6 +65,16 @@ export default {
"supported": true,
"monitored": false,
},
"45": {
"fullnode": {
"dappnode": "https://pangoro-rpc.darwinia.network"
},
"contractFetchAddress": "https://pangoro.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"rpc": ["https://pangoro-rpc.darwinia.network"],
"supported": true,
"monitored": false,
},
"46": {
"rpc": ["https://rpc.darwinia.network/"],
"contractFetchAddress": "https://darwinia.api.subscan.io/api/scan/evm/contract",
Expand Down

0 comments on commit c92f247

Please sign in to comment.