Skip to content

Commit

Permalink
fix: set btc to default network (#3842)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwang1113 authored Nov 21, 2023
1 parent 2e90b2a commit 10f7351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/src/config/presetNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const serverPresetNetworks = [
'code': 'btc',
'decimals': 8,
'extensions': {
'position': 2,
'position': 1,
'providerOptions': {
'hardwareCoinName': 'btc',
},
Expand Down Expand Up @@ -1305,7 +1305,7 @@ const serverPresetNetworks = [
'0x4fabb145d64652a948d72533023f6e7a623c7c53',
'0x6b175474e89094c44da98b954eedeac495271d0f',
],
'position': 1,
'position': 3,
'providerOptions': {
'EIP1559Enabled': true,
'preferMetamask': true,
Expand Down Expand Up @@ -2377,7 +2377,7 @@ const serverPresetNetworks = [
'0xe9e7cea3dedca5984780bafc599bd69add087d56',
'0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3',
],
'position': 3,
'position': 4,
},
'id': 'evm--56',
'impl': 'evm',
Expand Down

0 comments on commit 10f7351

Please sign in to comment.