Skip to content

Commit

Permalink
remove chainId and update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKrukovich committed Apr 4, 2024
1 parent 5c8a00d commit 4ae1641
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 2,829 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ jobs:
run: yarn run compile

- name: Run Tests
run: yarn hardhat test --network testnet
run: yarn hardhat test test/erc3643/**/**.ts --network hardhat

-name: Run HTS Tests
run: yarn hardhat test test/erc4626/**.ts --network testnet

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"dependencies": {
"@hashgraph/hedera-local": "^2.19.1",
"@onchain-id/solidity": "^2.0.0",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions test/vault.test.ts → test/erc4626/vault.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { anyValue, ethers, expect } from "./setup";
import { TokenTransfer, createFungibleToken, TokenBalance, createAccount, addToken, mintToken } from "../scripts/utils";
import { anyValue, ethers, expect } from "../setup";
import { TokenTransfer, createFungibleToken, TokenBalance, createAccount, addToken, mintToken } from "../../scripts/utils";
import { PrivateKey, Client, AccountId, TokenAssociateTransaction, AccountBalanceQuery } from "@hashgraph/sdk";

// constants
Expand Down
89 changes: 0 additions & 89 deletions test/onchainid/claim-issuers/claim-issuer.test.ts

This file was deleted.

162 changes: 0 additions & 162 deletions test/onchainid/factory/factory.test.ts

This file was deleted.

75 changes: 0 additions & 75 deletions test/onchainid/factory/token-oid.test.ts

This file was deleted.

Loading

0 comments on commit 4ae1641

Please sign in to comment.