Skip to content

Commit

Permalink
fix: Return back sepolia.json (#1165)
Browse files Browse the repository at this point in the history
## What ❔

Return back token config for sepolia

## Why ❔

It was accidentally removed

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
Artemka374 authored Feb 21, 2024
1 parent 6f63c53 commit 9e96281
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etc/tokens/sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"name": "DAI",
"symbol": "DAI",
"decimals": 18,
"address": "0x35EfF6eA96571ff475136117FdD92A9ba25b1f37"
},
{
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"address": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9"
}
]

0 comments on commit 9e96281

Please sign in to comment.