-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ParasHQ/dev
Fix: reverse from_index for get_rewards
- Loading branch information
Showing
4 changed files
with
14 additions
and
33 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 |
---|---|---|
|
@@ -4,22 +4,22 @@ | |
"description": "Paras claim rewards contract", | ||
"scripts": { | ||
"build": "./build.sh", | ||
"test": "cargo test -- --nocapture --color always", | ||
"test": "cargo test --all -- --nocapture --color always", | ||
"deploy:contract:dev": "yarn build && NODE_ENV=testnet near dev-deploy --wasmFile ./res/paras_claim_rewards_contract.wasm", | ||
"deploy:contract:testnet": "yarn build && NODE_ENV=testnet node deployContract.js", | ||
"deploy:contract:mainnet": "yarn build && NODE_ENV=mainnet node deployContract.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/near-examples/rust-status-message.git" | ||
"url": "git+https://github.com/ParasHQ/paras-claim-rewards-contract.git" | ||
}, | ||
"keywords": [ | ||
"near-protocol", | ||
"blockchain", | ||
"rust", | ||
"smart-contract" | ||
], | ||
"author": "Paras", | ||
"author": "irfi <[email protected]>", | ||
"license": "(MIT AND Apache-2.0)", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
|
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
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
Binary file not shown.