We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23ce125 + bfd8421 commit 84fa907Copy full SHA for 84fa907
universal-proxy-config.json
@@ -387,6 +387,25 @@
387
"params": []
388
}
389
390
+ },
391
+ "enscribe": {
392
+ "base_url": "https://app.enscribe.xyz/",
393
+ "endpoints": {
394
+ "base": {
395
+ "path": "api/v1/bs/:chain_id/:address",
396
+ "method": "GET",
397
+ "params": [
398
+ {
399
+ "location": "path",
400
+ "type": "chain_id"
401
402
403
404
+ "type": "address"
405
+ }
406
+ ]
407
408
409
410
411
0 commit comments