Skip to content

Commit 6b95497

Browse files
github-actions[bot]cowmarketingalfetopito
authored
[addToken] kBTC to MAINNET (#523)
* [addToken] MAINNET/0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98 * fix: use correct number of decimals --------- Co-authored-by: cowmarketing <[email protected]> Co-authored-by: Leandro <[email protected]>
1 parent ebeca72 commit 6b95497

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

src/public/CowSwap.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,14 @@
509509
"chainId": 1,
510510
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x72e364f2abdc788b7e918bc238b21f109cd634d7/logo.png"
511511
},
512+
{
513+
"address": "0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
514+
"symbol": "kBTC",
515+
"name": "Kraken Wrapped Bitcoin",
516+
"decimals": 8,
517+
"chainId": 1,
518+
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98/logo.png"
519+
},
512520
{
513521
"address": "0x777172d858dc1599914a1c4c6c9fc48c99a60990",
514522
"symbol": "SOLID",
@@ -1318,4 +1326,4 @@
13181326
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/42161/0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04/logo.png"
13191327
}
13201328
]
1321-
}
1329+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"removed": false,
3+
"address": "0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98",
4+
"symbol": "kBTC",
5+
"name": "Kraken Wrapped Bitcoin",
6+
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98/logo.png",
7+
"reason": "we are launch partners of this tokens",
8+
"decimals": 8,
9+
"chainId": 1
10+
}
18.4 KB
Loading

0 commit comments

Comments
 (0)