Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove amoy and update testcases accordingly #910

Merged
merged 9 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading