@@ -117,8 +117,9 @@ create database pump_fun_backend_staging;
117117flyctl secrets set TOKEN_FACTORY_ADDRESS=0xEa5CE8534c4a1462C56Ef82a0a82B7770c0c29ea
118118flyctl secrets set INDEXER_INITIAL_BLOCK_NUMBER=66615543
119119
120- flyctl secrets set TOKEN_FACTORY_ADDRESS=0x3d2f3d9385980A56fCb216571e074C7906Fb50eB --config fly.staging.toml
121- flyctl secrets set INDEXER_INITIAL_BLOCK_NUMBER=68799061 --config fly.staging.toml
120+ flyctl secrets set TOKEN_FACTORY=" 0xd5e9b7ec8f2e4feB6fab99209fa352ad6DE5D625,69416331;0xCBe0Ca4739282793D65c486c29a929624a0bcA5D,69416376" --config fly.staging.toml
121+ flyctl secrets set COMPETITION_COLLATERAL_THRESHOLD=0.001 --config fly.staging.toml
122+ flyctl secrets set COMPETITION_DAYS_INTERVAL=1 --config fly.staging.toml
122123```
123124
124125#### Deploy backend update
@@ -143,8 +144,21 @@ flyctl deploy --ha=false --config fly.staging.toml
143144
144145#### Staging
145146``` shell
146- Token deployed to: 0xF9b7260506552B998828876eF7dF52D0F5C1F444
147- BancorBondingCurve deployed to: 0x574c7282a2A7F458Ee1C01FA568dA6FBc2E35fD7
148- NonfungiblePositionManager deployed to: 0xcbD7832E9788C93aeCbB2faE15A99F692F240A46
149- TokenFactoryUpgradeable deployed to: 0x3d2f3d9385980A56fCb216571e074C7906Fb50eB
147+ Competition TokenFactory:
148+ Token deployed to: 0x24605aadA2E4e2483B8B6097Df64d4E678C1a97E
149+ BancorBondingCurve deployed to: 0x5fd343cC45B40BD44AACc5b7E7B5D9b3C4651BBC
150+ NonfungiblePositionManager deployed to: 0x1B01BF64E54Cf024774a062c9DD857889341917A
151+ TokenFactoryUpgradeable deployed to: 0xd5e9b7ec8f2e4feB6fab99209fa352ad6DE5D625
152+ Processsing tokenFactory.startNewCompetition:
153+ Sending tokenFactory.startNewCompetition...
154+ ... Sent! 0xc57081272c413ad50a472ff12de5debdf4d5c56ad09368012f893d198957c12a
155+ startNewCompetition: 2
156+
157+ -------------------------------------------------------------------------------------
158+
159+ TokenFactoryBase:
160+ Token deployed to: 0xdB7C0e81F9a032B1e94C7d0bBEB16A4BB7c8Ec4a
161+ BancorBondingCurve deployed to: 0xc93a3092cc8753085Ab60e0F97840B88aC13aa18
162+ NonfungiblePositionManager deployed to: 0x464B0Ef7640829F71fb5ae0BF0ee1c0632E76E93
163+ TokenFactoryUpgradeable deployed to: 0xCBe0Ca4739282793D65c486c29a929624a0bcA5D
150164```
0 commit comments