1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

rename EosioContract to AtomicAsset.

This commit is contained in:
Henrik Hautakoski 2022-11-23 16:58:43 +01:00
parent 1b1f601678
commit 2b0b32b5ab
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
4 changed files with 41 additions and 41 deletions

View file

@ -36,7 +36,7 @@ func ParseRequest(request string) (api.ApiInterface, error) {
factories := map[string]api.Factory{
"v1": api.EosioV1Factory,
"v2": api.EosioV2Factory,
"contract": api.EosioContractFactory,
"contract": api.AtomicAssetFactory,
"debug": api.DebugApiFactory,
}