Skip to content

Commit 0c0dfd8

Browse files
authored
Merge pull request keepkey#163 from keepkey/relocate-new-tokens
relocate bnb, avax, wavax, op token data
2 parents 17f50c6 + bd98e0d commit 0c0dfd8

5 files changed

Lines changed: 11 additions & 41 deletions

File tree

.gitmodules

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[submodule "device-protocol"]
2-
path = device-protocol
3-
url = https://github.com/keepkey/device-protocol.git
2+
path = device-protocol
3+
url = https://github.com/keepkey/device-protocol.git
4+
branch = master
45
[submodule "keepkeylib/eth/ethereum-lists"]
5-
path = keepkeylib/eth/ethereum-lists
6-
url = https://github.com/keepkey/ethereum-lists.git
6+
path = keepkeylib/eth/ethereum-lists
7+
url = https://github.com/keepkey/ethereum-lists.git
8+
branch = master

device-protocol

keepkeylib/eth/ethereum-lists

Submodule ethereum-lists updated 57 files

keepkeylib/eth/ethereum_networks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"chain_id": 5,
1414
"name": "Ethereum Goerli Testnet",
15-
"symbol": "ETH"
15+
"symbol": "tETH"
1616
},
1717
{
1818
"chain_id": 8,
@@ -22,7 +22,7 @@
2222
{
2323
"chain_id": 10,
2424
"name": "Optimism",
25-
"symbol": "ETH"
25+
"symbol": "OP"
2626
},
2727
{
2828
"chain_id": 20,
@@ -47,7 +47,7 @@
4747
{
4848
"chain_id": 42,
4949
"name": "Ethereum Kovan Testnet",
50-
"symbol": "ETH"
50+
"symbol": "tETH"
5151
},
5252
{
5353
"chain_id": 56,

keepkeylib/eth/uniswap_tokens.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,37 +4542,5 @@
45424542
"contractAddress": "0x0Ae055097C6d159879521C384F1D2123D1f195e6",
45434543
"precision": 18,
45444544
"network": "ETH"
4545-
},
4546-
{
4547-
"symbol": "BNB",
4548-
"identifier": "BSC Smart Chain",
4549-
"displayName": "BSC Smart Chain",
4550-
"contractAddress": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
4551-
"precision": 18,
4552-
"network": "ETH"
4553-
},
4554-
{
4555-
"symbol": "AVAX",
4556-
"identifier": "Avalanche",
4557-
"displayName": "Avalanche",
4558-
"contractAddress": "0x1ce0c2827e2ef14d5c4f29a091d735a204794041",
4559-
"precision": 18,
4560-
"network": "ETH"
4561-
},
4562-
{
4563-
"symbol": "WAVAX",
4564-
"identifier": "Avalanche",
4565-
"displayName": "Avalanche",
4566-
"contractAddress": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
4567-
"precision": 18,
4568-
"network": "ETH"
4569-
},
4570-
{
4571-
"symbol": "OP",
4572-
"identifier": "optimism",
4573-
"displayName": "Optimism",
4574-
"contractAddress": "0x4200000000000000000000000000000000000042",
4575-
"precision": 18,
4576-
"network": "ETH"
45774545
}
45784546
]

0 commit comments

Comments
 (0)