Skip to content

Commit e8ba95c

Browse files
authored
fix: no spaces in array for proper parsing (#93)
1 parent cf089de commit e8ba95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# sequencer admin: 0x00D9B38F71d319923B4bfB008FEBF78F2bf5C3dD
88
# withdrawal admin: 0xfa963E3D8dfD6817aAF70140C1fbAEA094090Fa0
99
# gas admin: 0x7b6DCeb408Ef51977Ec7aF2bE255b9Ed19Da9b3b
10-
# initial enter tokens: [0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xdAC17F958D2ee523a2206206994597C13D831ec7]
10+
# initial enter tokens: [0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599,0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,0xdAC17F958D2ee523a2206206994597C13D831ec7]
1111
# permit2: 0x000000000022D473030F116dDEE9F6B43aC78BA3
1212
# per block gas limit: 30000000
1313
# per transact gas limit: 5000000
@@ -24,7 +24,7 @@ jobs:
2424
forge-deployment-contract: ZenithScript
2525
forge-deployment-script-file: Zenith.s.sol
2626
forge-deployment-signature: "deploy(uint256,address,address,address,address[],address,uint256,uint256)"
27-
forge-deployment-params: "519 0x00D9B38F71d319923B4bfB008FEBF78F2bf5C3dD 0xfa963E3D8dfD6817aAF70140C1fbAEA094090Fa0 0x7b6DCeb408Ef51977Ec7aF2bE255b9Ed19Da9b3b [0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xdAC17F958D2ee523a2206206994597C13D831ec7] 0x000000000022D473030F116dDEE9F6B43aC78BA3 30000000 5000000"
27+
forge-deployment-params: "519 0x00D9B38F71d319923B4bfB008FEBF78F2bf5C3dD 0xfa963E3D8dfD6817aAF70140C1fbAEA094090Fa0 0x7b6DCeb408Ef51977Ec7aF2bE255b9Ed19Da9b3b [0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599,0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2,0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,0xdAC17F958D2ee523a2206206994597C13D831ec7] 0x000000000022D473030F116dDEE9F6B43aC78BA3 30000000 5000000"
2828
etherscan-url: https://etherscan.io
2929
chain-id: 1
3030
deployer-address: ${{ vars.MAINNET_DEPLOYER_ADDRESS }}

0 commit comments

Comments
 (0)