Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Feb 4, 2025
1 parent 41b07be commit a1d37e9
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions evm/eip155:957.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,26 @@
"bip44": {
"coinType": 60
},
"stakeCurrency": {
"coinDenom": "stDRV",
"coinMinimalDenom": "derive-stdrv",
"coinDecimals": 18,
"coinGeckoId": "derive",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-stdrv.png"
},
"currencies": [
{
"coinDenom": "ETH",
"coinMinimalDenom": "derive-ethereum",
"coinDecimals": 18,
"coinGeckoId": "ethereum",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-ethereum.png"
},
{
"coinDenom": "DRV",
"coinMinimalDenom": "derive-drv",
"coinMinimalDenom": "erc20:0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be",
"coinDecimals": 18,
"coinGeckoId": "derive",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-drv.png"
},
{
"coinDenom": "stDRV",
"coinMinimalDenom": "derive-stdrv",
"coinMinimalDenom": "erc20:0x7499d654422023a407d92e1D83D387d81BC68De1",
"coinDecimals": 18,
"coinGeckoId": "derive",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-stdrv.png"
},
{
"coinDenom": "ETH",
"coinMinimalDenom": "derive-ethereum",
"coinDecimals": 18,
"coinGeckoId": "ethereum",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-ethereum.png"
}
],
"feeCurrencies": [
Expand All @@ -51,5 +43,5 @@
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:957/derive-ethereum.png"
}
],
"features": []
}
"features": ["op-stack-l1-data-fee"]
}

0 comments on commit a1d37e9

Please sign in to comment.