Skip to content

Commit 8669611

Browse files
authored
feat: support subscan api (polkadot) (#224)
1 parent db1f22c commit 8669611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/chains/polkadot.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"displayName": "Polkadot",
44
"rpc": "wss://rpc.polkadot.io",
55
"api": {
6-
"subql": "https://api.subquery.network/sq/itering/multisig-polkadot"
6+
"subql": "https://api.subquery.network/sq/itering/multisig-polkadot",
7+
"subscan": "https://polkadot.webapi.subscan.io"
78
},
89
"logo": "/image/polkadot-button-mobile.png",
910
"explorerHostName": "polkadot",

0 commit comments

Comments
 (0)