axios
.post(A2P_API_PREPARE_URL , {
bapp : {
name: APP_NAME,
},
type : “execute_contract”,
transaction : {
to: to, // contract address
value: “1000000000000000”, // 단위는 peb.
abi: abi,
params:[\"${user}\", \"${baseURI}\"]
,
},
})
6405 invalid contract라는 오류가 발생하는데, contract에 어떤 문제가 있다는 뜻인지 알수 없습니다 혹시 아시는 분 계신가요…