Skip to content

Commit 84fa907

Browse files
authored
Merge pull request #20 from NikitaSavik/patch-9
Add enscribe configuration to proxy settings
2 parents 23ce125 + bfd8421 commit 84fa907

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

universal-proxy-config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,25 @@
387387
"params": []
388388
}
389389
}
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+
"location": "path",
404+
"type": "address"
405+
}
406+
]
407+
}
408+
}
390409
}
391410
}
392411
}

0 commit comments

Comments
 (0)