Skip to content

Commit

Permalink
feat: Add Blast tokens USDB and WETH (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
espendk authored Feb 26, 2024
1 parent a9b6526 commit dbb397f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next version

- Add Blast mainnet ERC20 tokens: WETH, and USDB

# 1.2.0

- Add Blast network name (chain ID 238)
Expand Down
18 changes: 18 additions & 0 deletions src/assets/ERC-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"default": true
}
},
"238": {
"WETH.e": {
"name": "Wrapped Ether",
"comment": "Rebasing ERC20 token that serves as WETH on Blast L2.",
"contractName": "WETHRebasing",
"address": "0x4300000000000000000000000000000000000004",
"default": true
}
},
"42161": {
"WETH.e": {
"name": "Wrapped Ether",
Expand Down Expand Up @@ -277,6 +286,15 @@
"description": "Blast's rebasing USD token",
"decimals": 18,
"networkInstances": {
"238": {
"USDB.e": {
"name": "Rebasing USD",
"comment": "Rebasing ERC20 token with the share price determined by an L1.",
"contractName": "USDB",
"address": "0x4300000000000000000000000000000000000003",
"default": true
}
},
"168587773": {
"USDB.e": {
"name": "Rebasing USD",
Expand Down

0 comments on commit dbb397f

Please sign in to comment.