Skip to content

Commit

Permalink
fixup! chore(suite-common): eip1559 network feature
Browse files Browse the repository at this point in the history
  • Loading branch information
enjojoy committed Feb 20, 2025
1 parent cfc72a9 commit a0c530d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions suite-common/wallet-config/src/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,7 @@ export const networks = {
decimals: 18,
testnet: false,
explorer: getExplorerUrls('https://bsc1.trezor.io', 'ethereum'),
features: [
'rbf',
'sign-verify',
'tokens',
'nfts',
'coin-definitions',
'nft-definitions',
'eip1559',
],
features: ['rbf', 'sign-verify', 'tokens', 'nfts', 'coin-definitions', 'nft-definitions'],
backendTypes: ['blockbook'],
accountTypes: {
ledger: {
Expand Down

0 comments on commit a0c530d

Please sign in to comment.