Skip to content

Commit

Permalink
feat: support subscan api (polkadot) (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoeOm authored Oct 8, 2023
1 parent db1f22c commit 8669611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/chains/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"displayName": "Polkadot",
"rpc": "wss://rpc.polkadot.io",
"api": {
"subql": "https://api.subquery.network/sq/itering/multisig-polkadot"
"subql": "https://api.subquery.network/sq/itering/multisig-polkadot",
"subscan": "https://polkadot.webapi.subscan.io"
},
"logo": "/image/polkadot-button-mobile.png",
"explorerHostName": "polkadot",
Expand Down

0 comments on commit 8669611

Please sign in to comment.