Skip to content

Commit

Permalink
Remove "evm" field on carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jul 30, 2024
1 parent 82be2dc commit feeaefb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cosmos/carbon.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
"coinDecimals": 6,
"coinGeckoId": "kujira",
"gasPriceStep": {
"low": 0.005,
"low": 0.005,
"average": 0.005,
"high": 0.005
"high": 0.005
}
},
{
Expand Down Expand Up @@ -349,9 +349,5 @@
"coinDecimals": 8,
"coinGeckoId": "switcheo"
},
"evm": {
"chainId": 9790,
"rpc": "https://evm-api.carbon.network"
},
"features": []
}

1 comment on commit feeaefb

@RavenXce
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is evm removed? This breaks interaction with certain carbon smart contract features.

Please sign in to comment.