Skip to content

Commit

Permalink
chore: sort evm-networks-overrides by id
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Dec 16, 2024
1 parent 61e1bf8 commit a54463d
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions data/known-evm-networks-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,15 @@
}
}
},
{
"id": "945",
"balancesConfig": {
"evm-native": {
"symbol": "TAO",
"decimals": 18
}
}
},
{
"id": "989",
"balancesConfig": {
Expand Down Expand Up @@ -1601,6 +1610,11 @@
}
}
},
{
"id": "59144",
"name": "Linea",
"logo": "./assets/chains/linea.svg"
},
{
"id": "62621",
"balancesConfig": {
Expand Down Expand Up @@ -1688,6 +1702,23 @@
}
}
},
{
"id": "222222",
"name": "Hydration",
"logo": "./assets/chains/hydration.svg",
"balancesConfig": {
"evm-erc20": {
"tokens": [
{
"symbol": "DOT",
"coingeckoId": "polkadot",
"decimals": 10,
"contractAddress": "0x0000000000000000000000000000000100000005"
}
]
}
}
},
{
"id": "256256",
"balancesConfig": {
Expand Down Expand Up @@ -1930,36 +1961,5 @@
"coingeckoId": "harmony"
}
}
},
{
"id": "945",
"balancesConfig": {
"evm-native": {
"symbol": "TAO",
"decimals": 18
}
}
},
{
"id": "222222",
"name": "Hydration",
"logo": "./assets/chains/hydration.svg",
"balancesConfig": {
"evm-erc20": {
"tokens": [
{
"symbol": "DOT",
"coingeckoId": "polkadot",
"decimals": 10,
"contractAddress": "0x0000000000000000000000000000000100000005"
}
]
}
}
},
{
"id": "59144",
"name": "Linea",
"logo": "./assets/chains/linea.svg"
}
]

0 comments on commit a54463d

Please sign in to comment.