1
This commit is contained in:
parent
c8278cc3c9
commit
7bd7906a88
@ -242,7 +242,7 @@ function getAllTables() {
|
||||
}
|
||||
|
||||
function getAirDrop(tokenId, netId, tokenType, contractAddress) {
|
||||
const airDropMeta = callMetaStatic('AirDrop', tokenId);
|
||||
const airDropMeta = callMetaStatic('AirDrop', 'getAirDropByTokenId', tokenId);
|
||||
return airDropMeta;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user