File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1010import { BigNumber } from 'bignumber.js' ;
Original file line number Diff line number Diff line change @@ -2367,9 +2367,9 @@ export class FlarePTestnet extends Testnet implements FlareNetwork {
23672367export 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 {
23822382export 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' ;
You can’t perform that action at this time.
0 commit comments