File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7272 - name : Install Foundry
7373 uses : foundry-rs/foundry-toolchain@v1
7474 with :
75- version : stable
75+ version : v1.4.4
7676 cache : true
7777
7878 - name : Run pause operation on bridge from ${{ matrix.chain }}
Original file line number Diff line number Diff line change 6666 - name : Install Foundry
6767 uses : foundry-rs/foundry-toolchain@v1
6868 with :
69- version : stable
69+ version : v1.4.4
7070 cache : true
7171
7272 - name : Configure bridge from ${{ matrix.source_chain }} to ${{ matrix.target_chain }}
Original file line number Diff line number Diff line change 4646 - name : Install Foundry
4747 uses : foundry-rs/foundry-toolchain@v1
4848 with :
49- version : stable
49+ version : v1.4.4
5050 cache : true
5151
5252 - name : Deploy contracts on Anvil (All networks)
Original file line number Diff line number Diff line change 3333 - name : Install Foundry
3434 uses : foundry-rs/foundry-toolchain@v1
3535 with :
36- version : stable
36+ version : v1.4.4
3737 cache : true
3838
3939 - name : Show Forge version
Original file line number Diff line number Diff line change 3232 - name : Install Foundry
3333 uses : foundry-rs/foundry-toolchain@v1
3434 with :
35- version : stable
35+ version : v1.4.4
3636 cache : true
3737
3838 - name : Transfer default admin role
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ library ConfigLib {
109109 params.createxFactory = config.readAddress (".createxFactory " );
110110 params.rlcToken = getRLCTokenAddress (config, prefix);
111111 (
112- params.rlcCrosschainTokenCreatexSalt,
113- params.rlcLiquidityUnifierCreatexSalt,
114- params.iexecLayerZeroBridgeCreatexSalt
115- ) = getAllCreatexParams (config, prefix);
112+ params.rlcCrosschainTokenCreatexSalt,
113+ params.rlcLiquidityUnifierCreatexSalt,
114+ params.iexecLayerZeroBridgeCreatexSalt
115+ ) = getAllCreatexParams (config, prefix);
116116 params.rlcCrosschainTokenAddress = getRLCCrosschainTokenAddress (config, prefix);
117117 params.rlcLiquidityUnifierAddress = getLiquidityUnifierAddress (config, prefix);
118118 params.approvalRequired = config.readBool (string .concat (prefix, ".approvalRequired " ));
You can’t perform that action at this time.
0 commit comments