Move token tasks to cic_eth.eth.erc20

This commit is contained in:
nolash
2021-10-08 19:21:47 +02:00
parent 6ccffb15b6
commit df21db958b
3 changed files with 65 additions and 82 deletions

View File

@@ -25,7 +25,7 @@ class Api(ApiBase):
def default_token(self):
s_token = celery.signature(
'cic_eth.admin.token.default_token',
'cic_eth.eth.erc20.default_token',
[],
queue=self.queue,
)
@@ -51,7 +51,7 @@ class Api(ApiBase):
)
s_token = celery.signature(
'cic_eth.admin.token.token',
'cic_eth.eth.erc20.token_info',
[
chain_spec_dict,
],