File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ impl TridentSVM {
185185 ) ;
186186
187187 self . deploy_binary_program ( & spl_token) ;
188-
188+
189189 // SPL Token 2022 added for new Token 2022 Trident features
190190 let spl_token_2022 = TridentProgram :: new (
191191 pubkey ! ( "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" ) ,
@@ -212,7 +212,7 @@ impl TridentSVM {
212212 self . deploy_binary_program ( & metaplex_token_metadata) ;
213213
214214 // Interesting to have an Oracle program for testing programs with Price feed manipulation
215- // Another good program would be Pyth Oracle, which is good for cross-chain price feeds
215+ // Another good program would be Pyth Oracle, which is good for cross-chain price feeds
216216 let chainlink_oracle = TridentProgram :: new (
217217 pubkey ! ( "HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny" ) ,
218218 None ,
You can’t perform that action at this time.
0 commit comments