File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222jobs :
2323 contracts_test :
2424 name : Contracts Lint and Test
25- runs-on : large-spot
25+ runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout code
2828 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies = [
1515[[package]]
1616name = "components"
1717version = "0.1.0"
18+ source = "git+https://github.com/circlefin/stablecoin-starknet.git#ef469dee4edded19a62cb9745388cc31a44b375b"
1819
1920[[package]]
2021name = "interfaces"
@@ -59,6 +60,7 @@ dependencies = [
5960[[package]]
6061name = "stablecoin"
6162version = "0.1.0"
63+ source = "git+https://github.com/circlefin/stablecoin-starknet.git#ef469dee4edded19a62cb9745388cc31a44b375b"
6264dependencies = [
6365 "components",
6466]
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ cctp_components = { path = "packages/components" }
5353interfaces = { path = " packages/interfaces" }
5454message_transmitter = { path = " packages/message_transmitter" }
5555token_messenger_minter = { path = " packages/token_messenger_minter" }
56- components = { path = " stablecoin-starknet/packages/components " }
57- stablecoin = { path = " stablecoin-starknet/packages/ stablecoin" }
56+ components = { git = " https://github.com/circlefin/ stablecoin-starknet.git " }
57+ stablecoin = { git = " https://github.com/circlefin/ stablecoin-starknet.git " }
5858
5959[workspace .tool .fmt ]
6060
You can’t perform that action at this time.
0 commit comments