Skip to content

Commit 4247595

Browse files
authored
Revert "feat(statics): add multisig support for flr chain"
1 parent d98cc3f commit 4247595

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -657,14 +657,7 @@ export const XDC_FEATURES = [...EVM_NON_EIP1559_FEATURES, CoinFeature.ERC20_BULK
657657

658658
export const SGB_FEATURES = [...EVM_FEATURES, CoinFeature.ERC20_BULK_TRANSACTION];
659659

660-
export const FLR_FEATURES = [
661-
...EVM_FEATURES,
662-
CoinFeature.MULTISIG,
663-
CoinFeature.MULTISIG_COLD,
664-
CoinFeature.MULTISIG_SUPPORT_GATED,
665-
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
666-
CoinFeature.ERC20_BULK_TRANSACTION,
667-
];
660+
export const FLR_FEATURES = [...EVM_FEATURES, CoinFeature.ERC20_BULK_TRANSACTION];
668661

669662
export const WFLR_FEATURES = [...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN, CoinFeature.STAKING];
670663

modules/statics/src/networks.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,8 +1824,6 @@ export class Flare extends Mainnet implements FlareNetwork, EthereumNetwork {
18241824
accountExplorerUrl = 'https://flare-explorer.flare.network/address/';
18251825
chainId = 14;
18261826
nativeCoinOperationHashPrefix = '14';
1827-
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1828-
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
18291827
batcherContractAddress = '0xc5d7a3b4c490c6242fb28f20e5fe33cd983372a3';
18301828
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
18311829
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
@@ -1838,8 +1836,6 @@ export class FlareTestnet extends Testnet implements FlareNetwork, EthereumNetwo
18381836
accountExplorerUrl = 'https://coston2-explorer.flare.network/address/';
18391837
chainId = 114;
18401838
nativeCoinOperationHashPrefix = '114';
1841-
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1842-
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
18431839
batcherContractAddress = '0xc5d7a3b4c490c6242fb28f20e5fe33cd983372a3';
18441840
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
18451841
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';

modules/statics/test/unit/fixtures/expectedColdFeatures.ts

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
export const expectedColdFeatures = {
2-
both: [
3-
'eth',
4-
'gteth',
5-
'polygon',
6-
'tpolygon',
7-
'hteth',
8-
'opeth',
9-
'topeth',
10-
'arbeth',
11-
'tarbeth',
12-
'soneium',
13-
'tsoneium',
14-
'flr',
15-
'tflr',
16-
],
2+
both: ['eth', 'gteth', 'polygon', 'tpolygon', 'hteth', 'opeth', 'topeth', 'arbeth', 'tarbeth', 'soneium', 'tsoneium'],
173
justMultiSig: [
184
'algo',
195
'avaxc',
@@ -86,6 +72,7 @@ export const expectedColdFeatures = {
8672
'dot',
8773
'fetchai',
8874
'flow',
75+
'flr',
8976
'hash',
9077
'hbarevm',
9178
'icp',
@@ -142,6 +129,7 @@ export const expectedColdFeatures = {
142129
'tdot',
143130
'tfetchai',
144131
'tflow',
132+
'tflr',
145133
'thbarevm',
146134
'tog',
147135
'tmegaeth',

0 commit comments

Comments
 (0)