Skip to content
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
2 changes: 1 addition & 1 deletion axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@
"name": "Memento",
"axelarId": "memento-demo",
"chainId": 2129,
"rpc": "",
"rpc": "https://memento-demo.common-prefix.workers.dev/",
"tokenSymbol": "ETH",
"confirmations": 1,
"finality": "1",
Expand Down
4 changes: 2 additions & 2 deletions releases/hedera/2025-09-Hedera-ITS-v2.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Upgrade of the Hedera-fork of Interchain Token Service. Contracts impacted: `Tok

Changes in the release:

1. Lower the approval amount to the max supply of a token with finite supply. This prevents issues when registering tokens with finite max supply. [See commit.](https://github.com/commonprefix/interchain-token-service/commit/c6fda1781dfb0a00d9e74e420cca7beba9bbcda8)
1. Lower the approval amount to the max supply of a token with finite supply. This prevents issues when registering tokens with finite max supply. [See commit.](https://github.com/commonprefix/interchain-token-service/commit/c6fda1781dfb0a00d9e74e420cca7beba9bbcda8) # skip-check

## Deployment

Ensure that [Hedera ITS](./2025-07-Hedera-ITS-v2.1.0) is deployed first.

Follow `hedera/README.md` for Hedera account setup and in-depth `.env` configuration.

Make sure to checkout [c6fda1781dfb0a00d9e74e420cca7beba9bbcda8](https://github.com/commonprefix/interchain-token-service/commit/c6fda1781dfb0a00d9e74e420cca7beba9bbcda8), run `npx hardhat compile` in `interchain-token-service`, and run `npm i` in this repo after changing the `package.json`.
Make sure to checkout [c6fda1781dfb0a00d9e74e420cca7beba9bbcda8](https://github.com/commonprefix/interchain-token-service/commit/c6fda1781dfb0a00d9e74e420cca7beba9bbcda8), run `npx hardhat compile` in `interchain-token-service`, and run `npm i` in this repo after changing the `package.json`. # skip-check

Create an `.env` config

Expand Down