-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "bridge-testing",
"version": "1.0.0",
"description": "**Disclaimer**: Rainbow Bridge is a WIP project at the moment. Information in this repository might be outdated. Please, consider confirming the deployed contract addresses (and their ABIs) and Rainbow Bridge interfaces (see more [here](https://github.com/near/rainbow-bridge))",
"main": "src/erc20-approve.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexauroradev/bridge-testing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexauroradev/bridge-testing/issues"
},
"homepage": "https://github.com/alexauroradev/bridge-testing#readme",
"dependencies": {
"bn": "^1.0.5",
"eth-object": "near/eth-object#54e03b8aac8208cf724e206d49ffb8bdd30451d7",
"eth-util-lite": "near/eth-util-lite#master",
"ethers": "^5.0.26",
"merkle-patricia-tree": "^2.3.2",
"near-api-js": "^0.36.3",
"promisfy": "^1.2.0",
"web3": "^1.2.11"
}
}