@@ -159,7 +159,7 @@ def command_with_dlv(argv):
159159 ] + argv [1 :]
160160
161161def generate_bootstrap_peers (num_guardians , port_num ):
162- # Improve the chances of the guardians discovering each other in tilt by making them all bootstrap peers.
162+ # Improve the chances of the guardians discovering each other in tilt by making them all bootstrap peers.
163163 # The devnet guardian uses deterministic P2P peer IDs based on the guardian index. The peer IDs here
164164 # were generated using `DeterministicP2PPrivKeyByIndex` in `node/pkg/devnet/deterministic_p2p_key.go`.
165165 peer_ids = [
@@ -181,7 +181,7 @@ def generate_bootstrap_peers(num_guardians, port_num):
181181 "12D3KooW9yvKfP5HgVaLnNaxWywo3pLAEypk7wjUcpgKwLznk5gQ" ,
182182 "12D3KooWRuYVGEsecrJJhZsSoKf1UNdBVYKFCmFLNj9ucZiSQCYj" ,
183183 "12D3KooWGEcD5sW5osB6LajkHGqiGc3W8eKfYwnJVVqfujkpLWX2" ,
184- "12D3KooWQYz2inBsgiBoqNtmEn1qeRBr9B8cdishFuBgiARcfMcY"
184+ "12D3KooWQYz2inBsgiBoqNtmEn1qeRBr9B8cdishFuBgiARcfMcY"
185185 ]
186186 bootstrap = ""
187187 for idx in range (num_guardians ):
@@ -216,7 +216,7 @@ def build_node_yaml():
216216 bootstrapPeers ,
217217 "--ccqP2pBootstrap" ,
218218 ccqBootstrapPeers ,
219- ]
219+ ]
220220
221221 if aptos :
222222 container ["command" ] += [
@@ -485,7 +485,7 @@ if solana or pythnet:
485485 dockerfile = "solana/Dockerfile" ,
486486 target = "builder" ,
487487 ignore = ["./solana/*/target" , "./solana/tests" ],
488- build_args = {"BRIDGE_ADDRESS" : "Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o" }
488+ build_args = {"BRIDGE_ADDRESS" : "Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o" , "CHAIN_ID" : "1" },
489489 )
490490
491491 # solana local devnet
@@ -658,7 +658,7 @@ if ci_tests:
658658 "BOOTSTRAP_PEERS" , str (ccqBootstrapPeers )),
659659 "MAX_WORKERS" , max_workers ))
660660 )
661-
661+
662662 # separate resources to parallelize docker builds
663663 k8s_resource (
664664 "sdk-ci-tests" ,
0 commit comments