Skip to content

Commit 3500af9

Browse files
Merge pull request #9100 from BitGo/feat/CECHO-1443-flr-flrp-explorer-links
2 parents c63b6d2 + d144744 commit 3500af9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/sdk-coin-flr/src/flr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* - Doc: https://docs.flare.network/user/wallets/
55
*
66
* @coinFullName Flare
7-
* @coinWebsite https://flare-explorer.flare.network
7+
* @coinWebsite https://flarescan.com
88
*/
99

1010
import { BigNumber } from 'bignumber.js';

modules/statics/src/networks.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,9 +2367,9 @@ export class FlarePTestnet extends Testnet implements FlareNetwork {
23672367
export class Flare extends Mainnet implements EthereumNetwork {
23682368
name = 'Flarechain';
23692369
family = CoinFamily.FLR;
2370-
explorerUrl = 'https://flare-explorer.flare.network/tx/';
2371-
accountExplorerUrl = 'https://flare-explorer.flare.network/address/';
2372-
flarePublicUrl = 'https://flare-explorer.flare.network';
2370+
explorerUrl = 'https://flarescan.com/tx/';
2371+
accountExplorerUrl = 'https://flarescan.com/blockchain/address/';
2372+
flarePublicUrl = 'https://flarescan.com';
23732373
chainId = 14;
23742374
nativeCoinOperationHashPrefix = '14';
23752375
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
@@ -2382,8 +2382,8 @@ export class Flare extends Mainnet implements EthereumNetwork {
23822382
export class FlareTestnet extends Testnet implements EthereumNetwork {
23832383
name = 'FlarechainTestnet';
23842384
family = CoinFamily.FLR;
2385-
explorerUrl = 'https://coston2-explorer.flare.network/tx/';
2386-
accountExplorerUrl = 'https://coston2-explorer.flare.network/address/';
2385+
explorerUrl = 'https://coston2.testnet.flarescan.com/tx/';
2386+
accountExplorerUrl = 'https://coston2.testnet.flarescan.com/blockchain/address/';
23872387
chainId = 114;
23882388
nativeCoinOperationHashPrefix = '114';
23892389
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';

0 commit comments

Comments
 (0)