Skip to content

Commit 9c79410

Browse files
authored
Merge pull request #28 from axieinfinity/feat/update-dependencies
chore: update dependencies in soldeer.lock and add "dependencies" to …
2 parents b4e3665 + 2da2212 commit 9c79410

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[profile.default]
22
src = 'src'
33
out = 'out'
4-
libs = ['lib', 'party']
4+
libs = ['lib', 'party', "dependencies"]
55

66
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
77
evm_version = 'istanbul'

soldeer.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
[[dependencies]]
2-
name = "contract-template"
3-
version = "0.1.0"
4-
source = "https://github.com/axieinfinity/contract-template/archive/refs/tags/release-v0.1.0.zip"
5-
checksum = "56676e92b8825974abab8e381a98d0cc55da7057a18b3d325a13def760fa69d3"
6-
integrity = "9fda9db2e8c24bb37378b1a14f41e1338967d101282bcdc0df9e98d7cf0edcda"
7-
81
[[dependencies]]
92
name = "forge-std"
103
version = "1.9.3"
11-
source = "https://github.com/foundry-rs/forge-std/archive/refs/tags/v1.9.3.zip"
4+
url = "https://github.com/foundry-rs/forge-std/archive/refs/tags/v1.9.3.zip"
125
checksum = "cc61148ae1a47f2415956a95ada670501b10ebd7f65cc00eda6ea7025770f42b"
136
integrity = "d53734fbd7201cd9e44de730ae045ed8958dd2c7b9493c30b322f6e6c21ca8b2"
147

158
[[dependencies]]
169
name = "openzeppelin"
1710
version = "5.0.2"
18-
source = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v5.0.2.zip"
11+
url = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v5.0.2.zip"
1912
checksum = "ca49e0776066328da0087977864dfaef0d5e54a0ea9859236a7cd9ad02abb9e5"
20-
integrity = "6f8fc028520b958667ef1e96460c64140f42fef60ff02bc63110780c557b7c7e"
13+
integrity = "2bd289a44b29098d78730dc911a80aa12b64469ae9a8781632c5379c8b0b1040"
2114

2215
[[dependencies]]
2316
name = "openzeppelin-upgradeable"
2417
version = "5.0.2"
25-
source = "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/archive/refs/tags/v5.0.2.zip"
18+
url = "https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/archive/refs/tags/v5.0.2.zip"
2619
checksum = "4790d4f592cb46c868916ea50613997df1e28fd42b4d32e0999f0a4b9d1a7cf8"
27-
integrity = "085dfc37ec3b96f0ea95ae99d8c044b0b407eab88a78d7cb552284bccf1130ba"
20+
integrity = "4288f976375063fdc4d9450a1a52df9231d3f966f6403cd924af4f0929942c30"

0 commit comments

Comments
 (0)