Skip to content

Commit d4f46fe

Browse files
shunkakinokiclaudepkieltyka
authored
Remove KAT OFT token from Arbitrum and Polygon (#132)
* Remove KAT OFT token from Arbitrum and Polygon Follow-up to #131. Katana team clarified that the KAT OFT contracts on Arbitrum (42161) and Polygon (137) were decoy deployments made pre-TGE and have not been enabled — bridging on those routes will revert. Only Mainnet, Base, and Katana are valid KAT OFT routes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * update index --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: PK <peter.kieltyka@gmail.com>
1 parent 366cd03 commit d4f46fe

3 files changed

Lines changed: 2 additions & 30 deletions

File tree

index/arbitrum/erc20.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -928,20 +928,6 @@
928928
"coingeckoId": "gho",
929929
"featureIndex": 28
930930
}
931-
},
932-
{
933-
"chainId": 42161,
934-
"address": "0xD5390300c5DB71F80d46f0fA9983Fc72D4d1e3da",
935-
"name": "Katana Network Token",
936-
"symbol": "KAT",
937-
"decimals": 18,
938-
"logoURI": "https://assets.sequence.info/images/tokens/large/747474/0x7f1f4b4b29f5058fa32cc7a97141b8d7e5abdc2d.webp",
939-
"extensions": {
940-
"originChainId": 747474,
941-
"originAddress": "0x7f1f4b4b29f5058fa32cc7a97141b8d7e5abdc2d",
942-
"featured": true,
943-
"featureIndex": 5
944-
}
945931
}
946932
],
947933
"version": {

index/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chainId": 42161,
2929
"tokenLists": {
3030
"erc1155.json": "efdf23b5c46d712ebba7b3fd5226518b4dd190badda613b3a5718d178a67f3e9",
31-
"erc20.json": "7179bb59718ab03c5789c493c7ae71913abf9b6a9ff72cc778ffc1e6a6e6c742",
31+
"erc20.json": "85b0ea677c24a046600349518e0e4558328a9c58c1c179b43f36b614b04c797c",
3232
"erc721.json": "e8a31ae32437b84c1bfdc91d51a14c0d401ddd703ebe233aa4cc30ed2c236dc7",
3333
"misc.json": "7fdcd6fbf97166c6c38d0b7c59d5f34beeb611cdaea6fe0c7bf37ed9b4b3ad83"
3434
}
@@ -250,7 +250,7 @@
250250
"chainId": 137,
251251
"tokenLists": {
252252
"erc1155.json": "f6a710897facb2b4caa28a78694166302811cbd31139d04cccdc4a3e4a18a36c",
253-
"erc20.json": "5ac68e38186b201ced1bf7d5743b814ce76c015bdfc0be8168da58a727f19433",
253+
"erc20.json": "f00cfe97c0ccbf96c6d2c43a0e1baf979410dcaddc3a2d23f95c47b2dea7df68",
254254
"erc721.json": "e32b38f33246eb5dc67bacbb7d72ac0612060cc20aed7d628c30320708fff62f",
255255
"misc.json": "80ed5add20b07abafcd9ced20d8cdc0ba6a588b724320c66739e1db3d264d503"
256256
}

index/polygon/erc20.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8270,20 +8270,6 @@
82708270
"useOnChainBalance": true
82718271
}
82728272
}
8273-
},
8274-
{
8275-
"chainId": 137,
8276-
"address": "0xD5390300c5DB71F80d46f0fA9983Fc72D4d1e3da",
8277-
"name": "Katana Network Token",
8278-
"symbol": "KAT",
8279-
"decimals": 18,
8280-
"logoURI": "https://assets.sequence.info/images/tokens/large/747474/0x7f1f4b4b29f5058fa32cc7a97141b8d7e5abdc2d.webp",
8281-
"extensions": {
8282-
"originChainId": 747474,
8283-
"originAddress": "0x7f1f4b4b29f5058fa32cc7a97141b8d7e5abdc2d",
8284-
"featured": true,
8285-
"featureIndex": 5
8286-
}
82878273
}
82888274
],
82898275
"version": {

0 commit comments

Comments
 (0)