Skip to content

Commit

Permalink
fix: remove amoy and update testcases accordingly (#910)
Browse files Browse the repository at this point in the history
* fix: remove amoy and update testcases accordingly

* chore: bump up tradetrust repo versions

* test: replace fixture doc url from oa-gallery for action test

* test: increase jest timeout by 10000
  • Loading branch information
MinHtet-O authored May 6, 2024
1 parent 837440b commit 950fb48
Show file tree
Hide file tree
Showing 21 changed files with 585 additions and 804 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ npm run dev
### Environmental Variables

`NET` is used for setting the default network, setting it to `mainnet` uses the public Ethereum network. If it is not set it defaults to Sepolia testnet.
It can also take any network names that Ethers.JS supports, such as `sepolia`, `maticmum`, etc.
However do note that there are only drag & drop demo files provided for main net, sepolia and polygon mumbai.
It can also take any network names that Ethers.JS supports, such as `sepolia`, `amoy`, etc.
However do note that there are only drag & drop demo files provided for main net and sepolia.

E.g:

Expand Down
2 changes: 1 addition & 1 deletion cms/faq/how-does-tradetrust-utilise-blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ TradeTrust relies on public blockchain technology (either Ethereum or Polygon) t
TradeTrust caters to the following blockchain networks.

1. **Mainnet**: <https://www.tradetrust.io>. In the mainnet it supports the Ethereum and Polygon (beta) network.
2. **Testnet**: <https://dev.tradetrust.io>. In the testnet environment, it utilises the sepolia and Polygon Mumbai network. Please note sepolia is Ethereum test network. The Polygon Mumbai is the test network for Polygon (beta).
2. **Testnet**: <https://dev.tradetrust.io>. In the testnet environment, it utilises the sepolia and Polygon Amoy network. Please note sepolia is Ethereum test network. The Polygon Amoy is the test network for Polygon (beta).
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ module.exports = {
testMatch: ["**/__tests__/**/*.[jt]s?(x)", "**/?(*.)test.[jt]s?(x)"],
transformIgnorePatterns: ["node_modules/?!(@tradetrust-tt).*/"],
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/"],
testTimeout: 10000,
};
Loading

0 comments on commit 950fb48

Please sign in to comment.