Skip to content

Commit 3fff3c5

Browse files
Merge pull request #8347 from BitGo/CHALO-349-fluenteth-mainnet-config
feat(statics): update fluenteth mainnet config
2 parents 85c2710 + dd39afe commit 3fff3c5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

modules/statics/src/map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/statics/src/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,10 +1705,10 @@ class LineaETHTestnet extends Testnet implements EthereumNetwork {
17051705
class 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

17141714
class FluentETHTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)