File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ const mainnetBase: EnvironmentTemplate = {
305305 baseUrl : 'https://explorer.hemi.xyz/api' ,
306306 } ,
307307 fluenteth : {
308- baseUrl : 'https://testnet. fluentscan.xyz/api/' , //TODO: COIN-6478: add mainnet url when available
308+ baseUrl : 'https://fluentscan.xyz/api/' ,
309309 } ,
310310 mantle : {
311311 baseUrl : 'https://api.mantlescan.xyz/api' ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class CoinMap {
173173 42431 : 'ttempo' ,
174174 5000 : 'mantle' ,
175175 5003 : 'tmantle' ,
176- 20993 : 'fluenteth' ,
176+ 25363 : 'fluenteth' ,
177177 20994 : 'tfluenteth' ,
178178 } ;
179179
Original file line number Diff line number Diff line change @@ -1705,10 +1705,10 @@ class LineaETHTestnet extends Testnet implements EthereumNetwork {
17051705class FluentETH extends Mainnet implements EthereumNetwork {
17061706 name = 'Fluent Ethereum' ;
17071707 family = CoinFamily . FLUENTETH ;
1708- explorerUrl = 'https://devnet. fluentscan.xyz/tx/' ;
1709- accountExplorerUrl = 'https://devnet. fluentscan.xyz/address/' ;
1710- chainId = 20993 ;
1711- nativeCoinOperationHashPrefix = '20993 ' ;
1708+ explorerUrl = 'https://fluentscan.xyz/tx/' ;
1709+ accountExplorerUrl = 'https://fluentscan.xyz/address/' ;
1710+ chainId = 25363 ;
1711+ nativeCoinOperationHashPrefix = '25363 ' ;
17121712}
17131713
17141714class FluentETHTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments