Tenderly / tenderly-sdk

With the Tenderly SDK, you can simulate individual transactions or bundles of transactions, manage contracts and wallets, and verify contracts from your code.
https://docs.tenderly.co/tenderly-sdk
MIT License
37 stars 12 forks source link

contract add: internal_server_error #104

Open bitdeep opened 7 months ago

bitdeep commented 7 months ago

Hi, I'm trying to add contracts to my tenderly project, but I keep getting server error:

Tenderly: ApiError: Internal server error
    at Function.handle (contractsnode_modules\@tenderly\sdk\dist\index.js:142:13)
    at contractsnode_modules\@tenderly\sdk\dist\index.js:247:46
    at Array.forEach (<anonymous>)
    at handleError (contractsnode_modules\@tenderly\sdk\dist\index.js:247:17)
    at ContractRepository.<anonymous> (contractsnode_modules\@tenderly\sdk\dist\index.js:347:9)
    at Generator.throw (<anonymous>)
    at rejected (contractsnode_modules\@tenderly\sdk\dist\index.js:74:29)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  id: '50cebf37-28ec-465a-a9d1-b3b5f517df18',
  slug: 'internal_server_error',
  data: undefined,
  status: 500
}