Skip to content

Commit

Permalink
Merge pull request #253 from connext/add-usdt-base
Browse files Browse the repository at this point in the history
feat: add usdt base
  • Loading branch information
prathmeshkhandelwal1 authored Feb 6, 2025
2 parents 72364b0 + cb92852 commit fd66a51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions everclear.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,18 @@
"priceFeed": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B",
"coingeckoId": "usd-coin"
}
},
"USDT": {
"symbol": "USDT",
"address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"decimals": 6,
"tickerHash": "0xd6aca1be9729c13d677335161321649cccae6a591554772516700f986f942eaa",
"isNative": false,
"price": {
"isStable": true,
"priceFeed": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B",
"coingeckoId": "usd-coin"
}
}
}
},
Expand Down

0 comments on commit fd66a51

Please sign in to comment.