Skip to content

Commit

Permalink
Merge pull request #55 from Uniswap/blast
Browse files Browse the repository at this point in the history
feat(web): adding blast tokens
  • Loading branch information
JackShort authored Mar 26, 2024
2 parents 8fba6fa + 3f93d51 commit c3fcae7
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "USDB",
"symbol": "USDB",
"type": "BLAST",
"decimals": 18,
"description": "Blast's native stablecoin.",
"website": "https://blast.io",
"explorer": "https://blastscan.io/address/0x4300000000000000000000000000000000000003",
"status": "active",
"id": "0x4300000000000000000000000000000000000003",
"links": [
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/usdb/"
}
]
}
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,10 @@
{
"name": "Wrapped Ether",
"symbol": "WETH",
"type": "BLAST",
"decimals": 18,
"description": "Blast's wrapped ETH token.",
"explorer": "https://blastscan.io/address/0x4300000000000000000000000000000000000004",
"status": "active",
"id": "0x4300000000000000000000000000000000000004"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions blockchains/blast/info/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Blast",
"website": "https://blast.io",
"description": "Blast is the L2 that helps you earn.",
"explorer": "https://blastexplorer.io/",
"research": "https://blast.io/en/about",
"symbol": "ETH",
"type": "coin",
"decimals": 18,
"status": "active",
"rpc_url": "https://rpc.blast.io/",
"links": [
{
"name": "twitter",
"url": "https://twitter.com/Blast_L2"
},
{
"name": "github",
"url": "https://github.com/blast-io"
}
]
}
Binary file added blockchains/blast/info/logo.png
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 c3fcae7

Please sign in to comment.