Skip to content

Commit

Permalink
refactor(settings): change chain array order
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Mar 8, 2024
1 parent 6b70f5b commit 608ae04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@ const settings = {
],
chains: [
{
name: 'BSC',
logo: './assets/svg/BSC.svg',
chainId: '0x00e4b170'
name: 'Gnosis',
logo: './assets/svg/GNOSIS.svg',
endpoint: 'https://rpc.gnosischain.com',
chainId: '0x00f1918e'
},
{
name: 'Ethereum',
logo: './assets/svg/ETH.svg',
chainId: '0x005fe7f9'
},
{
name: 'Gnosis',
logo: './assets/svg/GNOSIS.svg',
endpoint: 'https://rpc.gnosischain.com',
chainId: '0x00f1918e'
name: 'BSC',
logo: './assets/svg/BSC.svg',
chainId: '0x00e4b170'
},
{
name: 'Polygon',
Expand Down

0 comments on commit 608ae04

Please sign in to comment.