@@ -57,6 +57,7 @@ export const networks = {
57
57
'coin-definitions' ,
58
58
'nft-definitions' ,
59
59
'staking' ,
60
+ 'eip1559' ,
60
61
] ,
61
62
backendTypes : [ 'blockbook' ] ,
62
63
accountTypes : {
@@ -87,7 +88,15 @@ export const networks = {
87
88
decimals : 18 ,
88
89
testnet : false ,
89
90
explorer : getExplorerUrls ( 'https://pol1.trezor.io' , 'ethereum' ) ,
90
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'coin-definitions' , 'nft-definitions' ] ,
91
+ features : [
92
+ 'rbf' ,
93
+ 'sign-verify' ,
94
+ 'tokens' ,
95
+ 'nfts' ,
96
+ 'coin-definitions' ,
97
+ 'nft-definitions' ,
98
+ 'eip1559' ,
99
+ ] ,
91
100
backendTypes : [ 'blockbook' ] ,
92
101
accountTypes : {
93
102
ledger : {
@@ -136,7 +145,15 @@ export const networks = {
136
145
decimals : 18 ,
137
146
testnet : false ,
138
147
explorer : getExplorerUrls ( 'https://arbiscan.io' , 'ethereum' ) ,
139
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'coin-definitions' , 'nft-definitions' ] ,
148
+ features : [
149
+ 'rbf' ,
150
+ 'sign-verify' ,
151
+ 'tokens' ,
152
+ 'nfts' ,
153
+ 'coin-definitions' ,
154
+ 'nft-definitions' ,
155
+ 'eip1559' ,
156
+ ] ,
140
157
backendTypes : [ 'blockbook' ] ,
141
158
accountTypes : {
142
159
ledger : {
@@ -161,7 +178,15 @@ export const networks = {
161
178
decimals : 18 ,
162
179
testnet : false ,
163
180
explorer : getExplorerUrls ( 'https://basescan.org' , 'ethereum' ) ,
164
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'coin-definitions' , 'nft-definitions' ] ,
181
+ features : [
182
+ 'rbf' ,
183
+ 'sign-verify' ,
184
+ 'tokens' ,
185
+ 'nfts' ,
186
+ 'coin-definitions' ,
187
+ 'nft-definitions' ,
188
+ 'eip1559' ,
189
+ ] ,
165
190
backendTypes : [ 'blockbook' ] ,
166
191
accountTypes : {
167
192
ledger : {
@@ -186,7 +211,15 @@ export const networks = {
186
211
decimals : 18 ,
187
212
testnet : false ,
188
213
explorer : getExplorerUrls ( 'https://optimistic.etherscan.io' , 'ethereum' ) ,
189
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'coin-definitions' , 'nft-definitions' ] ,
214
+ features : [
215
+ 'rbf' ,
216
+ 'sign-verify' ,
217
+ 'tokens' ,
218
+ 'nfts' ,
219
+ 'coin-definitions' ,
220
+ 'nft-definitions' ,
221
+ 'eip1559' ,
222
+ ] ,
190
223
backendTypes : [ 'blockbook' ] ,
191
224
accountTypes : {
192
225
ledger : {
@@ -446,7 +479,7 @@ export const networks = {
446
479
decimals : 18 ,
447
480
testnet : true ,
448
481
explorer : getExplorerUrls ( 'https://sepolia1.trezor.io' , 'ethereum' ) ,
449
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'nft-definitions' ] ,
482
+ features : [ 'rbf' , 'sign-verify' , 'tokens' , 'nfts' , 'nft-definitions' , 'eip1559' ] ,
450
483
backendTypes : [ 'blockbook' ] ,
451
484
accountTypes : { } ,
452
485
coingeckoId : undefined ,
@@ -462,7 +495,7 @@ export const networks = {
462
495
decimals : 18 ,
463
496
testnet : true ,
464
497
explorer : getExplorerUrls ( 'https://holesky1.trezor.io' , 'ethereum' ) ,
465
- features : [ 'rbf' , 'sign-verify' , 'tokens' , 'staking' , 'nfts' , 'nft-definitions' ] ,
498
+ features : [ 'rbf' , 'sign-verify' , 'tokens' , 'staking' , 'nfts' , 'nft-definitions' , 'eip1559' ] ,
466
499
backendTypes : [ 'blockbook' ] ,
467
500
accountTypes : { } ,
468
501
coingeckoId : undefined ,
0 commit comments