deploy arbtest

This commit is contained in:
owen05
2021-04-05 23:12:23 +08:00
parent 5c75888e78
commit 62c085f873
7 changed files with 301 additions and 0 deletions

49
package-lock.json generated
View File

@@ -1433,6 +1433,15 @@
"normalize-path": "^2.0.0"
}
},
"arb-ethers-web3-bridge": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/arb-ethers-web3-bridge/-/arb-ethers-web3-bridge-0.7.3.tgz",
"integrity": "sha512-dmnys5OU2RyLrVckNzC+NPR/BZDr38svO45vEaZ1oz2cEacKiVaU1g1bgjvJBQbM0jHaXVk7r7JL1U7xVcaA3A==",
"requires": {
"ethers-providers": "^2.1.19",
"ethers-utils": "^2.1.11"
}
},
"arg": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
@@ -3716,6 +3725,46 @@
}
}
},
"ethers-providers": {
"version": "2.1.19",
"resolved": "https://registry.npmjs.org/ethers-providers/-/ethers-providers-2.1.19.tgz",
"integrity": "sha512-usjJ5qyGO84kMmIYImwGhJo12nnG5uzqpZlViYQFEfwBzqoj7b9e55xnc7fP6XWcnPrrbMqIa0KrW8BKy9bYpg==",
"requires": {
"ethers-utils": "^2.1.0",
"inherits": "2.0.1",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
"integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
}
}
},
"ethers-utils": {
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/ethers-utils/-/ethers-utils-2.1.11.tgz",
"integrity": "sha512-BfkGStBmmLjhTldmp5lifiwUeDjx/yowoWfmUnnvPNsix5PFE8IXQdY5VT/Qo1SXMgxzCe8m0Z8ysUw6Q9OmAw==",
"requires": {
"bn.js": "^4.4.0",
"hash.js": "^1.0.0",
"js-sha3": "0.5.7",
"xmlhttprequest": "1.8.0"
},
"dependencies": {
"bn.js": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
},
"js-sha3": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
"integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc="
}
}
},
"ethjs": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/ethjs/-/ethjs-0.4.0.tgz",