Skip to content

Commit

Permalink
feat: start tracking sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Dec 7, 2023
1 parent b1b376b commit fcc74b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const polygon_mainnet = require("./tokens/polygon_mainnet.json");
const ronin_mainnet = require("./tokens/ronin_mainnet.json");
const ronin_testnet = require("./tokens/ronin_testnet.json");
const scroll_testnet = require("./tokens/scroll_mainnet.json");
const sepolia = require("./tokens/sepolia.json");

const bridgeUtils = require("@uniswap/token-list-bridge-utils");

Expand Down Expand Up @@ -41,6 +42,7 @@ module.exports = function buildList() {
...ronin_mainnet,
...ronin_testnet,
...scroll_testnet,
...sepolia,
]
// sort them by symbol for easy readability
.sort((t1, t2) => {
Expand Down
10 changes: 10 additions & 0 deletions src/tokens/sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"address": "0x776b6fC2eD15D6Bb5Fc32e0c89DE68683118c62A",
"chainId": 11155111,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/DAI.png",
"name": "Dai Stablecoin",
"symbol": "DAI"
}
]

0 comments on commit fcc74b3

Please sign in to comment.