Add entrypoints #149
test-localnet.yml
on: pull_request
integration_tests
4m 3s
Annotations
9 errors and 1 warning
integration_tests:
src/controllers/tokenManagementController.ts#L90
Argument of type '{ sender: IAddress; nonce: bigint; tokenName: string; tokenTicker: string; canFreeze: boolean; canWipe: boolean; canPause: boolean; canTransferNFTCreateRole: boolean; canChangeOwner: boolean; canUpgrade: boolean; canAddSpecialRoles: boolean; }' is not assignable to parameter of type '{ sender: IAddress; tokenName: string; tokenTicker: string; numDecimals: bigint; canFreeze: boolean; canWipe: boolean; canPause: boolean; canTransferNFTCreateRole: boolean; canChangeOwner: boolean; canUpgrade: boolean; canAddSpecialRoles: boolean; }'.
|
integration_tests:
src/controllers/tokenManagementController.ts#L110
Argument of type '{ sender: IAddress; nonce: bigint; tokenName: string; tokenTicker: string; canFreeze: boolean; canWipe: boolean; canPause: boolean; canTransferNFTCreateRole: boolean; canChangeOwner: boolean; canUpgrade: boolean; canAddSpecialRoles: boolean; }' is not assignable to parameter of type '{ sender: IAddress; tokenName: string; tokenTicker: string; tokenType: TokenType; numDecimals: bigint; }'.
|
integration_tests:
src/entrypoints/entrypoints.ts#L89
Expected 1 arguments, but got 2.
|
integration_tests:
src/entrypoints/entrypoints.ts#L93
Argument of type 'string' is not assignable to parameter of type '{ chainID: string; }'.
|
integration_tests:
src/entrypoints/entrypoints.ts#L97
Argument of type 'string' is not assignable to parameter of type '{ chainID: string; }'.
|
integration_tests:
src/entrypoints/entrypoints.ts#L101
Expected 1 arguments, but got 3.
|
integration_tests:
src/entrypoints/entrypoints.ts#L105
Expected 1 arguments, but got 2.
|
integration_tests:
src/entrypoints/entrypoints.ts#L109
Argument of type 'string' is not assignable to parameter of type '{ chainID: string; }'.
|
integration_tests
Process completed with exit code 2.
|
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|