1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : " v22.15.0"
20+ node-version : ' v22.15.0'
2121 - name : Cache node_modules
2222 uses : actions/cache@v3
2323 env :
4242 fail-fast : false
4343 matrix :
4444 os : [ubuntu-latest]
45- node : [" 18.20.4", " v20.19.0", " v22.15.0" ]
45+ node : [' 18.20.4', ' v20.19.0', ' v22.15.0' ]
4646
4747 steps :
4848 - uses : actions/checkout@v4
6666 - uses : actions/checkout@v4
6767 - uses : actions/setup-node@v4
6868 with :
69- node-version : " v22.15.0"
69+ node-version : ' v22.15.0'
7070 - name : Cache node_modules
7171 uses : actions/cache@v3
7272 env :
8787 RPCS : ' { "1": {"rpc": "https://rpc.eth.gateway.fm", "chainId": 1, "network": "mainet", "chunkSize": 100}, "137": {"rpc": "https://polygon.meowrpc.com", "chainId": 137, "network": "polygon", "chunkSize": 100 }, "80001": {"rpc": "https://rpc-mumbai.maticvigil.com","chainId": 80001, "network": "polygon-mumbai", "chunkSize": 100 } }'
8888 DB_URL : ' http://localhost:8108/?apiKey=xyz'
8989 DB_TYPE : ' typesense'
90+ DB_USERNAME : ' elastic'
91+ DB_PASSWORD : ' changeme'
9092 FEE_TOKENS : ' { "1": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", "137": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1", "80001": "0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8", "56": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" }'
9193 FEE_AMOUNT : ' { "amount": 1, "unit": "MB" }'
9294 - uses : actions/upload-artifact@v4
@@ -100,7 +102,7 @@ jobs:
100102 - uses : actions/checkout@v4
101103 - uses : actions/setup-node@v4
102104 with :
103- node-version : " v22.15.0"
105+ node-version : ' v22.15.0'
104106 - name : Cache node_modules
105107 uses : actions/cache@v3
106108 env :
@@ -178,7 +180,7 @@ jobs:
178180 - name : Set up Node.js
179181 uses : actions/setup-node@v4
180182 with :
181- node-version : " v22.15.0"
183+ node-version : ' v22.15.0'
182184
183185 - name : Cache node_modules
184186 uses : actions/cache@v3
@@ -258,6 +260,8 @@ jobs:
258260 P2P_ENABLE_AUTONAT : ' false'
259261 ALLOWED_ADMINS : ' ["0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"]'
260262 DB_TYPE : ' elasticsearch'
263+ DB_USERNAME : ' elastic'
264+ DB_PASSWORD : ' changeme'
261265 MAX_REQ_PER_MINUTE : 320
262266 MAX_CONNECTIONS_PER_MINUTE : 320
263267 DOCKER_COMPUTE_ENVIRONMENTS : ' [{"socketPath":"/var/run/docker.sock","resources":[{"id":"disk","total":10}],"storageExpiry":604800,"maxJobDuration":3600,"minJobDuration": 60,"fees":{"8996":[{"prices":[{"id":"cpu","price":1}]}]},"free":{"maxJobDuration":60,"minJobDuration": 10,"maxJobs":3,"resources":[{"id":"cpu","max":1},{"id":"ram","max":1},{"id":"disk","max":1}]}}]'
@@ -309,7 +313,7 @@ jobs:
309313 - uses : actions/checkout@v4
310314 - uses : actions/setup-node@v4
311315 with :
312- node-version : " v22.15.0"
316+ node-version : ' v22.15.0'
313317 - name : Cache node_modules
314318 uses : actions/cache@v3
315319 env :
0 commit comments