File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @kilnfi/sdk" ,
3- "version" : " 2.5.6 " ,
3+ "version" : " 2.5.7 " ,
44 "autor" :
" Kiln <[email protected] > (https://kiln.fi)" ,
55 "license" : " BUSL-1.1" ,
66 "description" : " JavaScript sdk for Kiln API" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ type AssetId =
1616 'SOL_TEST'
1717 | 'SOL'
1818 | 'ETH_TEST3'
19+ | 'ETH_TEST6'
1920 | 'ETH'
2021 | 'ATOM_COS_TEST'
2122 | 'ATOM_COS'
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export class EthService extends Service {
8686 } ;
8787
8888 const fbSigner = this . getFbSigner ( integration ) ;
89- const assetId = this . testnet ? 'ETH_TEST3 ' : 'ETH' ;
89+ const assetId = this . testnet ? 'ETH_TEST6 ' : 'ETH' ;
9090 const fbNote = note ? note : 'ETH tx from @kilnfi/sdk' ;
9191 const signatures = await fbSigner . signWithFB (
9292 payload ,
@@ -123,7 +123,7 @@ export class EthService extends Service {
123123 } ;
124124
125125 const fbSigner = this . getFbSigner ( integration ) ;
126- const assetId = this . testnet ? 'ETH_TEST3 ' : 'ETH' ;
126+ const assetId = this . testnet ? 'ETH_TEST6 ' : 'ETH' ;
127127 const fbNote = note ? note : 'ETH tx from @kilnfi/sdk' ;
128128 return await fbSigner . signAndBroadcastWithFB (
129129 payload ,
You can’t perform that action at this time.
0 commit comments