File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export type AssetId =
1818 | "ETH_TEST5"
1919 | "ETH_TEST6"
2020 | "ETH"
21- | "ATOM_COS_TEST"
2221 | "ATOM_COS"
2322 | "OSMO_TEST"
2423 | "OSMO"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export class AtomService extends Service {
139139 } ;
140140 const fbNote = note ? note : "ATOM tx from @kilnfi/sdk" ;
141141 const signer = this . getFbSigner ( integration ) ;
142- const fbTx = await signer . sign ( payload , this . testnet ? "ATOM_COS_TEST" : "ATOM_COS" , fbNote ) ;
142+ const fbTx = await signer . sign ( payload , "ATOM_COS" , fbNote ) ;
143143 const signature : string = fbTx . signedMessages ! [ 0 ] . signature . fullSig ;
144144 const { data } = await api . post < CosmosSignedTx > ( `/v1/atom/transaction/prepare` , {
145145 pubkey : tx . data . pubkey ,
You can’t perform that action at this time.
0 commit comments