Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add BASEETH (Base network) #215

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
353 changes: 353 additions & 0 deletions chain/base/tokens.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions chain/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@
"displayName": "TRON",
"native": "TRX",
"tokens": "chain/tron/tokens.json"
},
{
"chain": "base",
"displayName": "Base",
"native": "BASEETH",
"tokens": "chain/base/tokens.json"
}
]
8 changes: 8 additions & 0 deletions coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
"logo": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/avalanchec/info/logo.png",
"website": "http://avax.network"
},
{
"symbol": "BASEETH",
"name": "Ethereum",
"key": "base",
"decimals": 18,
"logo": "https://raw.githubusercontent.com/blockchain/coin-definitions/master/extensions/blockchains/base/info/logo.png",
"website": "https://www.base.org/"
},
{
"symbol": "BCH",
"name": "Bitcoin Cash",
Expand Down
21 changes: 21 additions & 0 deletions custody.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,15 @@
"minWithdrawal": 5460
}
},
{
"symbol": "BASEETH",
"displaySymbol": "BASEETH",
"type": "COIN",
"nabuSettings": {
"custodialPrecision": 8
},
"hwsSettings": null
},
{
"symbol": "BNB",
"displaySymbol": "BNB",
Expand Down Expand Up @@ -1270,6 +1279,18 @@
"minWithdrawal": 0
}
},
{
"symbol": "USDC.BASEETH",
"displaySymbol": "USDC",
"type": "ERC20",
"nabuSettings": {
"custodialPrecision": 6
},
"hwsSettings": {
"minConfirmations": 128,
"minWithdrawal": 0
}
},
{
"symbol": "USDC.MATIC",
"displaySymbol": "USDC",
Expand Down
12 changes: 12 additions & 0 deletions extensions/blockchains/base/denylist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 'base' is shared by:
# - https://basescan.org/token/0xF1B4ddF712E108cf43711B1C39f2fDDb0d5Ce243 (BrianArmstrongCoinbaseUSDC2012Normie): https://brianarmstrongcoinbaseusdc2012normie.com
0xF1B4ddF712E108cf43711B1C39f2fDDb0d5Ce243
# - https://basescan.org/token/0xd07379a755A8f11B57610154861D694b2A0f615a (BASE): https://swapbased.finance/
# 0xd07379a755A8f11B57610154861D694b2A0f615a
#
# 'chomp' is shared by:
# - https://basescan.org/token/0x9DE16c805A3227b9b92e39a446F9d56cf59fe640 (Bento): https://basedbento.com/
0x9DE16c805A3227b9b92e39a446F9d56cf59fe640
# - https://basescan.org/token/0xebfF2db643Cf955247339c8c6bCD8406308ca437 (ChompCoin): https://chompcoin.xyz/
# 0xebfF2db643Cf955247339c8c6bCD8406308ca437
#
8 changes: 8 additions & 0 deletions extensions/blockchains/base/info/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Ethereum",
"symbol": "BASEETH",
"type": "COIN",
"decimals": 18,
"status": "active",
"website": "https://www.base.org/"
}
Binary file added extensions/blockchains/base/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.
Loading
Loading