Skip to content

Commit 10c0103

Browse files
committed
fix: correct KAT token address on Ethereum mainnet
The KAT token address for Ethereum mainnet was incorrectly set to the Base chain KAT address (0xD539...). Updated to the correct Ethereum mainnet KAT OFT contract address (0x8F05...).
1 parent a6619d6 commit 10c0103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index/mainnet/erc20.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25531,7 +25531,7 @@
2553125531
},
2553225532
{
2553325533
"chainId": 1,
25534-
"address": "0xD5390300c5DB71F80d46f0fA9983Fc72D4d1e3da",
25534+
"address": "0x8F051Ca72a3440d83B18E71C3E59676203aB8f91",
2553525535
"name": "Katana Network Token",
2553625536
"symbol": "KAT",
2553725537
"decimals": 18,

0 commit comments

Comments
 (0)