Skip to content

Commit 35db78a

Browse files
committed
chore: use link from official github repo
1 parent 3a1e815 commit 35db78a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

foundry.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ runs = 256
3131

3232
[dependencies]
3333
"@fdk" = { version = "0.3.4-beta", url = "https://github.com/axieinfinity/foundry-deployment-kit/archive/refs/tags/v0.3.4-beta.zip" }
34-
"@pythnetwork-pyth-sdk-solidity" = { version = "2.2.0" }
35-
"@openzeppelin-contracts" = { version = "4.9.3" }
34+
"@pythnetwork-pyth-sdk-solidity" = { version = "2.2.0", url = "https://github.com/pyth-network/pyth-sdk-solidity/archive/refs/tags/v2.2.0.zip" }
35+
"@openzeppelin-contracts" = { version = "4.9.3", url = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.3.zip" }
3636

3737
[soldeer]
3838
# whether soldeer manages remappings
@@ -52,4 +52,4 @@ remappings_prefix = "@"
5252
remappings_location = "txt"
5353

5454
# whether to install sub-dependencies or not. If true this wil install the dependencies of dependencies 1 level down.
55-
recursive_deps = true
55+
recursive_deps = true

soldeer.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[[dependencies]]
22
name = "@fdk"
3-
version = "0.3.0-beta"
4-
url = "https://github.com/axieinfinity/foundry-deployment-kit/archive/refs/tags/v0.3.0-beta.zip"
5-
checksum = "aabeda6cc1fe02227d26f3edd86d4af6c91e2167e8b9f1971cc1ea7ce33d34f9"
6-
integrity = "436f06791b10ed0ce2363d3dde8e520e79376df1b81b00f0787670ad03941661"
3+
version = "0.3.4-beta"
4+
url = "https://github.com/axieinfinity/foundry-deployment-kit/archive/refs/tags/v0.3.4-beta.zip"
5+
checksum = "d93cfa76dee3a227b2ee24d41c4afe2141fb25498eed9352d036ab13bbc16c13"
6+
integrity = "4f0417853a563024747cba0dd88d501717c13d4387132e5b1b854da69b7486b2"
77

88
[[dependencies]]
99
name = "@openzeppelin-contracts"
1010
version = "4.9.3"
11-
url = "https://soldeer-revisions.s3.amazonaws.com/@openzeppelin-contracts/4_9_3_22-01-2024_13:13:53_contracts.zip"
12-
checksum = "95886307069cf73310b41396c49df51801a73f31f18f62e7d05adfc2031e7725"
13-
integrity = "6daa959732c1bceabda7f2823d1baa097b96509b48db78cb2e3ddd38bd4fd030"
11+
url = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.3.zip"
12+
checksum = "94270990c32ff2d00c06a9dabaf5b7a8e36773e017254acbb39d13733eb82960"
13+
integrity = "5cca086987dbce97760f8a337c0d29e6383fcafaffa9662897695f17566756d0"
1414

1515
[[dependencies]]
1616
name = "@pythnetwork-pyth-sdk-solidity"
1717
version = "2.2.0"
18-
url = "https://soldeer-revisions.s3.amazonaws.com/@pythnetwork-pyth-sdk-solidity/2_2_0_15-04-2024_18:50:54_pyth-sdk-solidity.zip"
19-
checksum = "54e3bda3b27467f84c1605722f58e1d2b5a19d6ca3c24840550f1d6cf3bc2231"
20-
integrity = "4a13c0cb110ee72e9f453835fcd63af6f13d5bbf4b102340ed454971d84c40fd"
18+
url = "https://github.com/pyth-network/pyth-sdk-solidity/archive/refs/tags/v2.2.0.zip"
19+
checksum = "71431ac3fe4e61ce2b8abd649d3e741277ca4dba287c2a4291d040190b8fb8da"
20+
integrity = "845f9e662935eb347e9189da9b156f0062bcab1d372c7397777dbda609776a5c"

0 commit comments

Comments
 (0)