Skip to content

Commit fc1b3ae

Browse files
authored
Merge pull request #2434 from nervosnetwork/testnet
Deploy to mainnet
2 parents 7fbb22c + 978eeda commit fc1b3ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ GEM
156156
activerecord (>= 5.a)
157157
database_cleaner-core (~> 2.0.0)
158158
database_cleaner-core (2.0.1)
159-
date (3.3.4)
159+
date (3.4.1)
160160
deep_merge (1.2.2)
161161
digest-crc (0.6.4)
162162
rake (>= 12.0.0, < 14.0.0)
@@ -297,7 +297,7 @@ GEM
297297
murmurhash3 (0.1.7)
298298
net-http-persistent (4.0.4)
299299
connection_pool (~> 2.2)
300-
net-imap (0.4.10)
300+
net-imap (0.4.19)
301301
date
302302
net-protocol
303303
net-pop (0.1.2)
@@ -463,7 +463,7 @@ GEM
463463
listen (>= 2.7, < 4.0)
464464
spring (>= 4)
465465
thor (1.3.1)
466-
timeout (0.4.1)
466+
timeout (0.4.3)
467467
timers (4.3.5)
468468
traces (0.8.0)
469469
tzinfo (2.0.6)

app/controllers/api/v2/scripts_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def deployed_cells
3333

3434
expires_in 15.seconds, public: true, must_revalidate: true, stale_while_revalidate: 5.seconds
3535

36-
@deployed_cells = CellOutput.live.where(id: @contracts.map(&:deployed_cell_output_id)).page(@page).per(@page_size)
36+
@deployed_cells = CellOutput.where(id: @contracts.map(&:deployed_cell_output_id)).page(@page).per(@page_size)
3737
end
3838

3939
def referring_cells

0 commit comments

Comments
 (0)