-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Looking at Eugene's token factory:
we run into an issue
Error: Querying call/ref-finance.near/get_number_of_pools,AQ4 failed: wasm execution failed with error: FunctionCallError(CompilationError(PrepareError(Deserialization))).
{
"error": "wasm execution failed with error: FunctionCallError(CompilationError(PrepareError(Deserialization)))",
"logs": [],
"block_height": 59982114,
"block_hash": "5D6urqUnTgcAxuHAqTe54qhRsffE1YS9ZUHsrvD9VuCe"
}
at JsonRpcProvider.query (json-rpc-provider.js:80:1)
at async ConnectedWalletAccount.viewFunction (account.js:271:1)
at async Tokens.refreshRefPools (Tokens.js:346:1)
at async Promise.all (:3000/index 0)
at async Tokens.refreshRef (Tokens.js:335:1)
Running this command on NEAR CLI also throws the same error:
NEAR_ENV=mainnet near view ref-finance.near get_number_of_pools
Metadata
Metadata
Assignees
Labels
No labels