File tree Expand file tree Collapse file tree 3 files changed +112
-345
lines changed Expand file tree Collapse file tree 3 files changed +112
-345
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ def build_node_yaml():
208
208
container ["command" ] += [
209
209
"--solanaRPC" ,
210
210
"http://solana-devnet:8899" ,
211
+ "--solanaContract" ,
212
+ "Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o" ,
211
213
]
212
214
213
215
if pythnet :
Original file line number Diff line number Diff line change 82
82
- node
83
83
# - --ethRPC
84
84
# - ws://eth-devnet:8545
85
- # - --bscRPC
86
- # - ws://eth-devnet2:8545
87
- - --polygonRPC
88
- - ws://eth-devnet:8545
89
- - --avalancheRPC
90
- - ws://eth-devnet:8545
91
- - --auroraRPC
92
- - ws://eth-devnet:8545
93
- - --fantomRPC
94
- - ws://eth-devnet:8545
95
- - --oasisRPC
96
- - ws://eth-devnet:8545
97
- - --karuraRPC
98
- - ws://eth-devnet:8545
99
- - --acalaRPC
100
- - ws://eth-devnet:8545
101
- - --klaytnRPC
102
- - ws://eth-devnet:8545
103
- - --celoRPC
104
- - ws://eth-devnet:8545
105
- - --moonbeamRPC
106
- - ws://eth-devnet:8545
107
- - --arbitrumRPC
108
- - ws://eth-devnet:8545
109
- - --optimismRPC
110
- - ws://eth-devnet:8545
111
- - --baseRPC
112
- - ws://eth-devnet:8545
113
- - --scrollRPC
114
- - ws://eth-devnet:8545
115
- - --mantleRPC
116
- - ws://eth-devnet:8545
117
- - --blastRPC
118
- - ws://eth-devnet:8545
119
- - --xlayerRPC
120
- - ws://eth-devnet:8545
121
- - --lineaRPC
122
- - ws://eth-devnet:8545
123
- - --berachainRPC
124
- - ws://eth-devnet:8545
125
- - --sepoliaRPC
126
- - ws://eth-devnet:8545
127
- - --holeskyRPC
128
- - ws://eth-devnet:8545
129
- - --arbitrumSepoliaRPC
130
- - ws://eth-devnet:8545
131
- - --baseSepoliaRPC
132
- - ws://eth-devnet:8545
133
- - --optimismSepoliaRPC
134
- - ws://eth-devnet:8545
135
- - --polygonSepoliaRPC
136
- - ws://eth-devnet:8545
137
85
# - --wormchainURL
138
86
# - wormchain:9090
139
87
# - --accountantKeyPath
@@ -171,12 +119,12 @@ spec:
171
119
# - http://near:3030
172
120
# - --nearContract
173
121
# - wormhole.test.near
174
- - --solanaContract
175
- - Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o
122
+ # - --solanaContract
123
+ # - Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o
176
124
# - --solanaRPC
177
125
# - http://solana-devnet:8899
178
- - --pythnetContract
179
- - Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o
126
+ # - --pythnetContract
127
+ # - Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o
180
128
# - --pythnetRPC
181
129
# - http://solana-devnet:8899
182
130
- --unsafeDevMode
You can’t perform that action at this time.
0 commit comments