Skip to content

Commit 435dd5a

Browse files
committed
bumped up version
1 parent 6680acf commit 435dd5a

File tree

4 files changed

+1964
-1978
lines changed

4 files changed

+1964
-1978
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
16

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: trusty
22
sudo: required
33
language: node_js
44
node_js:
5-
- '12'
5+
- '16'
66
cache:
77
directories:
88
- node_modules

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"lint"
1919
],
2020
"dependencies": {
21-
"@maticnetwork/maticjs": "^2.0.43",
21+
"@maticnetwork/maticjs": "https://github.com/maticnetwork/matic.js.git#2.0.43",
2222
"@openzeppelin/contracts": "^3.4.0",
2323
"@openzeppelin/contracts-upgradeable": "^3.3.0",
2424
"@openzeppelin/upgrades": "^2.8.0",
25+
"arb-bridge-eth": "https://gitpkg.now.sh/OffchainLabs/arbitrum/packages/arb-bridge-eth",
26+
"arb-bridge-peripherals": "https://gitpkg.now.sh/OffchainLabs/arbitrum/packages/arb-bridge-peripherals",
27+
"arb-ts": "^0.0.42",
28+
"arbos-contracts": "https://gitpkg.now.sh/OffchainLabs/arb-os/contracts",
2529
"chainbridge-solidity": "https://github.com/meterio/chainbridge-solidity-v1.0.0-eth#6b02b0a52ce7e3967feeffbe6a6440a5b1006aec",
26-
"fx-portal": "fx-portal/contracts",
30+
"fx-portal": "fx-portal/contracts#v1.0.1",
2731
"market-oracle": "https://github.com/ampleforth/market-oracle#v1.0.1",
28-
"uFragments": "https://github.com/ampleforth/uFragments#v1.1.0"
32+
"uFragments": "https://github.com/ampleforth/ampleforth-contracts#v1.2.0"
2933
},
3034
"devDependencies": {
3135
"@nomiclabs/hardhat-ethers": "^2.0.1",

0 commit comments

Comments
 (0)