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 @@ -215,7 +215,7 @@ impl TridentSVM {
215215 ) ;
216216
217217 self . deploy_binary_program ( & spl_token) ;
218-
218+
219219 // SPL Token 2022 added for new Token 2022 Trident features
220220 let spl_token_2022 = TridentProgram :: new (
221221 pubkey ! ( "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" ) ,
@@ -242,7 +242,7 @@ impl TridentSVM {
242242 self . deploy_binary_program ( & metaplex_token_metadata) ;
243243
244244 // Interesting to have an Oracle program for testing programs with Price feed manipulation
245- // Another good program would be Pyth Oracle, which is good for cross-chain price feeds
245+ // Another good program would be Pyth Oracle, which is good for cross-chain price feeds
246246 let chainlink_oracle = TridentProgram :: new (
247247 pubkey ! ( "HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny" ) ,
248248 None ,
You can’t perform that action at this time.
0 commit comments