Skip to content

Commit

Permalink
Merge pull request #60 from Uniswap/common-bases-4-17
Browse files Browse the repository at this point in the history
add common bases used on the uniswap interface
  • Loading branch information
just-toby authored Apr 17, 2024
2 parents 9f0e881 + bb4c35d commit 973d904
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "USD Coin",
"symbol": "USDC",
"type": "ERC20",
"decimals": 6,
"id": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Wrapped Ether",
"symbol": "WETH",
"decimals": 18,
"website": "https://weth.io/",
"status": "active",
"id": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Wrapped Ether",
"symbol": "WETH",
"type": "OPTIMISM",
"decimals": 18,
"description": "wETH is wrapped ETH",
"website": "https://weth.io/",
"explorer": "https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000006",
"status": "active",
"id": "0x4200000000000000000000000000000000000006",
"links": [
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/weth/"
},
{
"name": "coingecko",
"url": "https://coingecko.com/coins/weth/"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "USD Coin",
"symbol": "USDC",
"type": "ERC20",
"decimals": 6,
"id": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "USD Coin",
"symbol": "USDC",
"type": "ERC20",
"decimals": 6,
"id": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 973d904

Please sign in to comment.