-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update token ownership request script (#271)
Co-authored-by: Talal Ashraf <[email protected]>
- Loading branch information
1 parent
0ba1321
commit 79c9c5c
Showing
5 changed files
with
255 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,7 +224,14 @@ Verify TokenManagerProxy contract for ITS. `--tokenId` must be specified and `-- | |
node evm/verify-contract.js -e [env] -n [chain] -c TokenManagerProxy --dir /path/to/interchain-token-service --tokenId [tokenId] | ||
``` | ||
|
||
Verify AxelarAmplifierGateway contract. `--address` can be optionally specified (otherwise will default to the value from config). | ||
## Verify Token Ownership requests | ||
|
||
Download the pending requests [spreadsheet](https://docs.google.com/spreadsheets/d/1zKH1DINTiz83iXbbZRNRurxxZTaU0r5JS4A1c8b9-9A/edit?resourcekey=&gid=1705825087#gid=1705825087) into a csv format. | ||
|
||
`node evm/check-ownership-requests.js -f sheet_path.csv` | ||
|
||
## Verify AxelarAmplifierGateway contract. | ||
`--address` can be optionally specified (otherwise will default to the value from config). | ||
|
||
1. First clone the `axelar-gmp-sdk-solidity` repo: `git clone [email protected]:axelarnetwork/axelar-gmp-sdk-solidity.git` | ||
2. Checkout the branch or commit from where the contract was deployed: `git checkout <branch_name>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.