@swapkit/helpers 3.0.0-beta.1 → 3.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist/api/index.cjs +2 -2
  2. package/dist/api/index.cjs.map +3 -3
  3. package/dist/api/index.js +2 -2
  4. package/dist/api/index.js.map +3 -3
  5. package/dist/chunk-509k5s4y.js +3 -0
  6. package/dist/chunk-509k5s4y.js.map +10 -0
  7. package/dist/chunk-6vvdbb6s.js +4 -0
  8. package/dist/chunk-6vvdbb6s.js.map +10 -0
  9. package/dist/{chunk-x2fe9scs.js → chunk-8pft100q.js} +2 -2
  10. package/dist/{chunk-x2fe9scs.js.map → chunk-8pft100q.js.map} +2 -2
  11. package/dist/chunk-abwjsvdg.js +3 -0
  12. package/dist/chunk-abwjsvdg.js.map +10 -0
  13. package/dist/chunk-ahpfxkx0.js +4 -0
  14. package/dist/chunk-ahpfxkx0.js.map +10 -0
  15. package/dist/chunk-bz1hfk9z.js +3 -0
  16. package/dist/chunk-bz1hfk9z.js.map +10 -0
  17. package/dist/chunk-cs1sv94g.js +3 -0
  18. package/dist/chunk-cs1sv94g.js.map +10 -0
  19. package/dist/{chunk-v4dvhh90.js → chunk-dbsrwnw2.js} +2 -2
  20. package/dist/{chunk-v4dvhh90.js.map → chunk-dbsrwnw2.js.map} +2 -2
  21. package/dist/chunk-ekd1k975.js +4 -0
  22. package/dist/chunk-ekd1k975.js.map +10 -0
  23. package/dist/chunk-hqs6577q.js +3 -0
  24. package/dist/chunk-hqs6577q.js.map +10 -0
  25. package/dist/chunk-j2emm8jm.js +3 -0
  26. package/dist/chunk-j2emm8jm.js.map +10 -0
  27. package/dist/chunk-kdcsgh3q.js +4 -0
  28. package/dist/chunk-kdcsgh3q.js.map +10 -0
  29. package/dist/{chunk-1gwdyyeh.js → chunk-kr69v1tm.js} +2 -2
  30. package/dist/{chunk-1gwdyyeh.js.map → chunk-kr69v1tm.js.map} +2 -2
  31. package/dist/chunk-mjavf655.js +3 -0
  32. package/dist/chunk-mjavf655.js.map +10 -0
  33. package/dist/chunk-mmwvr2y8.js +4 -0
  34. package/dist/chunk-mmwvr2y8.js.map +10 -0
  35. package/dist/chunk-q8xy3739.js +4 -0
  36. package/dist/chunk-q8xy3739.js.map +10 -0
  37. package/dist/{chunk-3ptwhtpd.js → chunk-qr6hqr2f.js} +2 -2
  38. package/dist/{chunk-3ptwhtpd.js.map → chunk-qr6hqr2f.js.map} +2 -2
  39. package/dist/chunk-rqj9janq.js +3 -0
  40. package/dist/chunk-rqj9janq.js.map +10 -0
  41. package/dist/chunk-s3f27t8q.js +3 -0
  42. package/dist/chunk-s3f27t8q.js.map +10 -0
  43. package/dist/chunk-tq87xn7m.js +4 -0
  44. package/dist/chunk-tq87xn7m.js.map +10 -0
  45. package/dist/chunk-wmxwvv8c.js +4 -0
  46. package/dist/chunk-wmxwvv8c.js.map +10 -0
  47. package/dist/chunk-wrjh857m.js +4 -0
  48. package/dist/chunk-wrjh857m.js.map +10 -0
  49. package/dist/chunk-xyczdrny.js +4 -0
  50. package/dist/chunk-xyczdrny.js.map +10 -0
  51. package/dist/chunk-z80467hm.js +3 -0
  52. package/dist/chunk-z80467hm.js.map +10 -0
  53. package/dist/chunk-z8emzpyc.js +4 -0
  54. package/dist/chunk-z8emzpyc.js.map +10 -0
  55. package/dist/{chunk-a0fxkkfh.js → chunk-zsakm9d3.js} +2 -3
  56. package/dist/chunk-zsakm9d3.js.map +10 -0
  57. package/dist/index.cjs +3 -3
  58. package/dist/index.cjs.map +7 -7
  59. package/dist/index.js +3 -3
  60. package/dist/index.js.map +7 -7
  61. package/dist/tokens/index.js +1 -1
  62. package/package.json +3 -2
  63. package/src/api/thornode/endpoints.ts +22 -4
  64. package/src/api/thornode/types.ts +3 -2
  65. package/src/modules/__tests__/assetValue.test.ts +23 -23
  66. package/src/modules/assetValue.ts +65 -5
  67. package/src/modules/swapKitConfig.ts +0 -1
  68. package/src/tokens/lists/camelot_v3.ts +114 -4
  69. package/src/tokens/lists/caviar_v1.ts +1 -1
  70. package/src/tokens/lists/chainflip.ts +1 -1
  71. package/src/tokens/lists/jupiter.ts +13685 -11126
  72. package/src/tokens/lists/mayachain.ts +2 -48
  73. package/src/tokens/lists/oneinch.ts +439 -3939
  74. package/src/tokens/lists/pancakeswap.ts +907 -17
  75. package/src/tokens/lists/pangolin_v1.ts +2 -82
  76. package/src/tokens/lists/sushiswap_v2.ts +2 -392
  77. package/src/tokens/lists/thorchain.ts +18 -8
  78. package/src/tokens/lists/traderjoe_v2.ts +182 -922
  79. package/src/tokens/lists/uniswap_v2.ts +6300 -1502
  80. package/src/tokens/lists/uniswap_v3.ts +14517 -1748
  81. package/src/utils/asset.ts +6 -2
  82. package/src/utils/wallets.ts +1 -1
  83. package/dist/chunk-2bhvezjh.js +0 -4
  84. package/dist/chunk-2bhvezjh.js.map +0 -10
  85. package/dist/chunk-40epvqbm.js +0 -3
  86. package/dist/chunk-40epvqbm.js.map +0 -10
  87. package/dist/chunk-49nsjaay.js +0 -3
  88. package/dist/chunk-49nsjaay.js.map +0 -10
  89. package/dist/chunk-4b66tryh.js +0 -4
  90. package/dist/chunk-4b66tryh.js.map +0 -10
  91. package/dist/chunk-4kzjrrjv.js +0 -3
  92. package/dist/chunk-4kzjrrjv.js.map +0 -10
  93. package/dist/chunk-5m49s8z8.js +0 -4
  94. package/dist/chunk-5m49s8z8.js.map +0 -10
  95. package/dist/chunk-9b6y7r75.js +0 -4
  96. package/dist/chunk-9b6y7r75.js.map +0 -10
  97. package/dist/chunk-9zcbvqq2.js +0 -3
  98. package/dist/chunk-9zcbvqq2.js.map +0 -10
  99. package/dist/chunk-a0bpx1q3.js +0 -4
  100. package/dist/chunk-a0bpx1q3.js.map +0 -10
  101. package/dist/chunk-a0fxkkfh.js.map +0 -10
  102. package/dist/chunk-bg6pz5qh.js +0 -3
  103. package/dist/chunk-bg6pz5qh.js.map +0 -10
  104. package/dist/chunk-cpdcnp2x.js +0 -4
  105. package/dist/chunk-cpdcnp2x.js.map +0 -10
  106. package/dist/chunk-ftdtdkhk.js +0 -3
  107. package/dist/chunk-ftdtdkhk.js.map +0 -10
  108. package/dist/chunk-gjeaw024.js +0 -4
  109. package/dist/chunk-gjeaw024.js.map +0 -10
  110. package/dist/chunk-hdcdd2cf.js +0 -4
  111. package/dist/chunk-hdcdd2cf.js.map +0 -10
  112. package/dist/chunk-q2pb6ggs.js +0 -3
  113. package/dist/chunk-q2pb6ggs.js.map +0 -10
  114. package/dist/chunk-t9s9811k.js +0 -3
  115. package/dist/chunk-t9s9811k.js.map +0 -10
  116. package/dist/chunk-vzptz52h.js +0 -4
  117. package/dist/chunk-vzptz52h.js.map +0 -10
  118. package/dist/chunk-wyr5d8ad.js +0 -3
  119. package/dist/chunk-wyr5d8ad.js.map +0 -10
  120. package/dist/chunk-x0jsq6ag.js +0 -3
  121. package/dist/chunk-x0jsq6ag.js.map +0 -10
  122. package/dist/chunk-xm5jkehh.js +0 -4
  123. package/dist/chunk-xm5jkehh.js.map +0 -10
  124. package/dist/chunk-xzb1nshn.js +0 -3
  125. package/dist/chunk-xzb1nshn.js.map +0 -10
@@ -0,0 +1,4 @@
1
+ import"./chunk-3wnfcm30.js";var e={provider:"UNISWAP_V3",name:"UNISWAP_V3",timestamp:"2025-05-01T16:03:29.038Z",version:{major:1,minor:0,patch:0},keywords:[],count:1870,tokens:[{address:"0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.1INCH-0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.1inch-0x6314c31a7a1652ce482cffe247e9cb7c3f4bb9af.png",ticker:"1INCH"},{address:"0xba5DdD1f9d7F570dc94a51479a000E3BCE967196",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.AAVE-0xba5DdD1f9d7F570dc94a51479a000E3BCE967196",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.aave-0xba5ddd1f9d7f570dc94a51479a000e3bce967196.png",ticker:"AAVE"},{address:"0xda4447ec10429257598d7f457bab8f9e9e0f0c64",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ACC-0xda4447ec10429257598d7f457bab8f9e9e0f0c64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.acc-0xda4447ec10429257598d7f457bab8f9e9e0f0c64.png",ticker:"ACC"},{address:"0x53691596d1BCe8CEa565b84d4915e69e03d9C99d",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ACX-0x53691596d1BCe8CEa565b84d4915e69e03d9C99d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.acx-0x53691596d1bce8cea565b84d4915e69e03d9c99d.png",ticker:"ACX"},{address:"0x377c1Fc73D4D0f5600cd943776CED07c2B9783cd",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.AEVO-0x377c1Fc73D4D0f5600cd943776CED07c2B9783cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.aevo-0x377c1fc73d4d0f5600cd943776ced07c2b9783cd.png",ticker:"AEVO"},{address:"0xFA5Ed56A203466CbBC2430a43c66b9D8723528E7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.agEUR-0xFA5Ed56A203466CbBC2430a43c66b9D8723528E7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ageur-0xfa5ed56a203466cbbc2430a43c66b9d8723528e7.png",ticker:"agEUR"},{address:"0xb7910E8b16e63EFD51d5D1a093d56280012A3B9C",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.AGLD-0xb7910E8b16e63EFD51d5D1a093d56280012A3B9C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.agld-0xb7910e8b16e63efd51d5d1a093d56280012a3b9c.png",ticker:"AGLD"},{address:"0xeC76E8fe6e2242e6c2117caA244B9e2DE1569923",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.AIOZ-0xeC76E8fe6e2242e6c2117caA244B9e2DE1569923",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.aioz-0xec76e8fe6e2242e6c2117caa244b9e2de1569923.png",ticker:"AIOZ"},{address:"0xe7dcD50836d0A28c959c72D72122fEDB8E245A6C",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ALEPH-0xe7dcD50836d0A28c959c72D72122fEDB8E245A6C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.aleph-0xe7dcd50836d0a28c959c72d72122fedb8e245a6c.png",ticker:"ALEPH"},{address:"0xeF6124368c0B56556667e0de77eA008DfC0a71d1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ALI-0xeF6124368c0B56556667e0de77eA008DfC0a71d1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ali-0xef6124368c0b56556667e0de77ea008dfc0a71d1.png",ticker:"ALI"},{address:"0xC9CBf102c73fb77Ec14f8B4C8bd88e050a6b2646",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ALPHA-0xC9CBf102c73fb77Ec14f8B4C8bd88e050a6b2646",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.alpha-0xc9cbf102c73fb77ec14f8b4c8bd88e050a6b2646.png",ticker:"ALPHA"},{address:"0x37a645648df29205c6261289983fb04ecd70b4b3",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ANIME-0x37a645648df29205c6261289983fb04ecd70b4b3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.anime-0x37a645648df29205c6261289983fb04ecd70b4b3.png",ticker:"ANIME"},{address:"0x1bfc5d35bf0f7B9e15dc24c78b8C02dbC1e95447",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ANKR-0x1bfc5d35bf0f7B9e15dc24c78b8C02dbC1e95447",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ankr-0x1bfc5d35bf0f7b9e15dc24c78b8c02dbc1e95447.png",ticker:"ANKR"},{address:"0x74885b4D524d497261259B38900f54e6dbAd2210",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.APE-0x74885b4D524d497261259B38900f54e6dbAd2210",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ape-0x74885b4d524d497261259b38900f54e6dbad2210.png",ticker:"APE"},{address:"0xF01dB12F50D0CDF5Fe360ae005b9c52F92CA7811",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.API3-0xF01dB12F50D0CDF5Fe360ae005b9c52F92CA7811",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.api3-0xf01db12f50d0cdf5fe360ae005b9c52f92ca7811.png",ticker:"API3"},{address:"0x912CE59144191C1204E64559FE8253a0e49E6548",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ARB-0x912CE59144191C1204E64559FE8253a0e49E6548",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.arb-0x912ce59144191c1204e64559fe8253a0e49e6548.png",ticker:"ARB"},{address:"0x4d1e850acb72c43926fdd2cfdb3a6e197131c5ec",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ARBINU-0x4d1e850acb72c43926fdd2cfdb3a6e197131c5ec",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.arbinu-0x4d1e850acb72c43926fdd2cfdb3a6e197131c5ec.png",ticker:"ARBINU"},{address:"0x4d6c8f6ab59835183bc0100bc819a3f8691691f8",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.ARC-0x4d6c8f6ab59835183bc0100bc819a3f8691691f8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.arc-0x4d6c8f6ab59835183bc0100bc819a3f8691691f8.png",ticker:"ARC"},{address:"0x7f465507f058e17ad21623927a120ac05ca32741",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ARC-0x7f465507f058e17ad21623927a120ac05ca32741",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.arc-0x7f465507f058e17ad21623927a120ac05ca32741.png",ticker:"ARC"},{address:"0xDac5094B7D59647626444a4F905060FCda4E656E",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ARKM-0xDac5094B7D59647626444a4F905060FCda4E656E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.arkm-0xdac5094b7d59647626444a4f905060fcda4e656e.png",ticker:"ARKM"},{address:"0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ATA-0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ata-0xac9ac2c17cdfed4abc80a53c5553388575714d03.png",ticker:"ATA"},{address:"0xc7dEf82Ba77BAF30BbBc9b6162DC075b49092fb4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ATH-0xc7dEf82Ba77BAF30BbBc9b6162DC075b49092fb4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc7def82ba77baf30bbbc9b6162dc075b49092fb4.png",ticker:"ATH"},{address:"0xc87b37a581ec3257b734886d9d3a581f5a9d056c",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ATH-0xc87b37a581ec3257b734886d9d3a581f5a9d056c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ath-0xc87b37a581ec3257b734886d9d3a581f5a9d056c.png",ticker:"ATH"},{address:"0x81314b07b2f8796a477f1c31c92241ee8d86301d",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.AVATAR-0x81314b07b2f8796a477f1c31c92241ee8d86301d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.avatar-0x81314b07b2f8796a477f1c31c92241ee8d86301d.png",ticker:"AVATAR"},{address:"0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.AXL-0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.axl-0x23ee2343b892b1bb63503a4fabc840e0e2c6810f.png",ticker:"AXL"},{address:"0xe88998Fb579266628aF6a03e3821d5983e5D0089",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.AXS-0xe88998Fb579266628aF6a03e3821d5983e5D0089",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.axs-0xe88998fb579266628af6a03e3821d5983e5d0089.png",ticker:"AXS"},{address:"0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BADGER-0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.badger-0xbfa641051ba0a0ad1b0acf549a89536a0d76472e.png",ticker:"BADGER"},{address:"0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BAL-0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bal-0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8.png",ticker:"BAL"},{address:"0x3450687EF141dCd6110b77c2DC44B008616AeE75",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BAT-0x3450687EF141dCd6110b77c2DC44B008616AeE75",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bat-0x3450687ef141dcd6110b77c2dc44b008616aee75.png",ticker:"BAT"},{address:"0x1a5b0aaf478bf1fda7b934c76e7692d722982a6d",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BFR-0x1a5b0aaf478bf1fda7b934c76e7692d722982a6d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bfr-0x1a5b0aaf478bf1fda7b934c76e7692d722982a6d.png",ticker:"BFR"},{address:"0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BICO-0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bico-0xa68ec98d7ca870cf1dd0b00ebbb7c4bf60a8e74d.png",ticker:"BICO"},{address:"0x406C8dB506653D882295875F633bEC0bEb921C2A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BIT-0x406C8dB506653D882295875F633bEC0bEb921C2A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bit-0x406c8db506653d882295875f633bec0beb921c2a.png",ticker:"BIT"},{address:"0xf7e17BA61973bcDB61f471eFb989E47d13bD565D",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.BITCOIN-0xf7e17BA61973bcDB61f471eFb989E47d13bD565D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bitcoin-0xf7e17ba61973bcdb61f471efb989e47d13bd565d.png",ticker:"BITCOIN"},{address:"0x73e7d8bad2677656c8cfbe6e18a9257c6be2b87f",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.BLUR -0x73e7d8bad2677656c8cfbe6e18a9257c6be2b87f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.blur -0x73e7d8bad2677656c8cfbe6e18a9257c6be2b87f.png",ticker:"BLUR "},{address:"0xEf171a5BA71348eff16616fd692855c2Fe606EB2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BLUR-0xEf171a5BA71348eff16616fd692855c2Fe606EB2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.blur-0xef171a5ba71348eff16616fd692855c2fe606eb2.png",ticker:"BLUR"},{address:"0x7A24159672b83ED1b89467c9d6A99556bA06D073",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BNT-0x7A24159672b83ED1b89467c9d6A99556bA06D073",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bnt-0x7a24159672b83ed1b89467c9d6a99556ba06d073.png",ticker:"BNT"},{address:"0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BOND-0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bond-0x0d81e50bc677fa67341c44d7eaa9228dee64a4e1.png",ticker:"BOND"},{address:"0x6daf586b7370b14163171544fca24abcc0862ac5",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BPET-0x6daf586b7370b14163171544fca24abcc0862ac5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.bpet-0x6daf586b7370b14163171544fca24abcc0862ac5.png",ticker:"BPET"},{address:"0x2297aebd383787a160dd0d9f71508148769342e3",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.BTC.b-0x2297aebd383787a160dd0d9f71508148769342e3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.btc.b-0x2297aebd383787a160dd0d9f71508148769342e3.png",ticker:"BTC.b"},{address:"0x31190254504622cEFdFA55a7d3d272e6462629a2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.BUSD-0x31190254504622cEFdFA55a7d3d272e6462629a2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.busd-0x31190254504622cefdfa55a7d3d272e6462629a2.png",ticker:"BUSD"},{address:"0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.cbBTC-0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",ticker:"cbBTC"},{address:"0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.cbETH-0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cbeth-0x1debd73e752beaf79865fd6446b0c970eae7732f.png",ticker:"cbETH"},{address:"0x4E51aC49bC5e2d87e0EF713E9e5AB2D71EF4F336",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CELO-0x4E51aC49bC5e2d87e0EF713E9e5AB2D71EF4F336",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.celo-0x4e51ac49bc5e2d87e0ef713e9e5ab2d71ef4f336.png",ticker:"CELO"},{address:"0x3a8B787f78D775AECFEEa15706D4221B40F345AB",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CELR-0x3a8B787f78D775AECFEEa15706D4221B40F345AB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.celr-0x3a8b787f78d775aecfeea15706d4221b40f345ab.png",ticker:"CELR"},{address:"0x354A6dA3fcde098F8389cad84b0182725c6C91dE",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.COMP-0x354A6dA3fcde098F8389cad84b0182725c6C91dE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.comp-0x354a6da3fcde098f8389cad84b0182725c6c91de.png",ticker:"COMP"},{address:"0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.COTI-0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.coti-0x6fe14d3cc2f7bddffba5cdb3bbe7467dd81ea101.png",ticker:"COTI"},{address:"0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.COW-0xcb8b5CD20BdCaea9a010aC1F8d835824F5C87A04",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cow-0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04.png",ticker:"COW"},{address:"0x69b937dB799a9BECC9E8A6F0a5d36eA3657273bf",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CQT-0x69b937dB799a9BECC9E8A6F0a5d36eA3657273bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cqt-0x69b937db799a9becc9e8a6f0a5d36ea3657273bf.png",ticker:"CQT"},{address:"0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.CRO-0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cro-0x8ea3156f834a0dfc78f1a5304fac2cda676f354c.png",ticker:"CRO"},{address:"0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CRV-0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.crv-0x11cdb42b0eb46d95f990bedd4695a6e3fa034978.png",ticker:"CRV"},{address:"0x9842989969687f7d249d01cae1d2ff6b7b6b6d35",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CRYPTO-0x9842989969687f7d249d01cae1d2ff6b7b6b6d35",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.crypto-0x9842989969687f7d249d01cae1d2ff6b7b6b6d35.png",ticker:"CRYPTO"},{address:"0xd07d35368e04a839dee335e213302b21ef14bb4a",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CRYSTAL-0xd07d35368e04a839dee335e213302b21ef14bb4a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.crystal-0xd07d35368e04a839dee335e213302b21ef14bb4a.png",ticker:"CRYSTAL"},{address:"0x319f865b287fCC10b30d8cE6144e8b6D1b476999",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CTSI-0x319f865b287fCC10b30d8cE6144e8b6D1b476999",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ctsi-0x319f865b287fcc10b30d8ce6144e8b6d1b476999.png",ticker:"CTSI"},{address:"0x84F5c2cFba754E76DD5aE4fB369CfC920425E12b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CTX-0x84F5c2cFba754E76DD5aE4fB369CfC920425E12b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ctx-0x84f5c2cfba754e76dd5ae4fb369cfc920425e12b.png",ticker:"CTX"},{address:"0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.CVC-0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cvc-0x9dffb23cad3322440bccff7ab1c58e781ddbf144.png",ticker:"CVC"},{address:"0xaAFcFD42c9954C6689ef1901e03db742520829c5",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.CVX-0xaAFcFD42c9954C6689ef1901e03db742520829c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.cvx-0xaafcfd42c9954c6689ef1901e03db742520829c5.png",ticker:"CVX"},{address:"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DAI-0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",ticker:"DAI"},{address:"0x3Be7cB2e9413Ef8F42b4A202a0114EB59b64e227",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DEXT-0x3Be7cB2e9413Ef8F42b4A202a0114EB59b64e227",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dext-0x3be7cb2e9413ef8f42b4a202a0114eb59b64e227.png",ticker:"DEXT"},{address:"0xca642467C6Ebe58c13cB4A7091317f34E17ac05e",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DIA-0xca642467C6Ebe58c13cB4A7091317f34E17ac05e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dia-0xca642467c6ebe58c13cb4a7091317f34e17ac05e.png",ticker:"DIA"},{address:"0xE3696a02b2C9557639E29d829E9C45EFa49aD47A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DNT-0xE3696a02b2C9557639E29d829E9C45EFa49aD47A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dnt-0xe3696a02b2c9557639e29d829e9c45efa49ad47a.png",ticker:"DNT"},{address:"0x4667cf53C4eDF659E402B733BEA42B18B68dd74c",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DPI-0x4667cf53C4eDF659E402B733BEA42B18B68dd74c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dpi-0x4667cf53c4edf659e402b733bea42b18b68dd74c.png",ticker:"DPI"},{address:"0x77b7787a09818502305C95d68A2571F090abb135",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DRV-0x77b7787a09818502305C95d68A2571F090abb135",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.drv-0x77b7787a09818502305c95d68a2571f090abb135.png",ticker:"DRV"},{address:"0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.DYDX-0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.dydx-0x51863cb90ce5d6da9663106f292fa27c8cc90c5a.png",ticker:"DYDX"},{address:"0x606C3e5075e5555e79Aa15F1E9FACB776F96C248",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.EIGEN-0x606C3e5075e5555e79Aa15F1E9FACB776F96C248",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.eigen-0x606c3e5075e5555e79aa15f1e9facb776f96c248.png",ticker:"EIGEN"},{address:"0x3e4Cff6E50F37F731284A92d44AE943e17077fD4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ELON-0x3e4Cff6E50F37F731284A92d44AE943e17077fD4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.elon-0x3e4cff6e50f37f731284a92d44ae943e17077fd4.png",ticker:"ELON"},{address:"0xdfb8be6f8c87f74295a87de951974362cedcfa30",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.EMC-0xdfb8be6f8c87f74295a87de951974362cedcfa30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.emc-0xdfb8be6f8c87f74295a87de951974362cedcfa30.png",ticker:"EMC"},{address:"0x772598e9e62155d7fdfe65fdf01eb5a53a8465be",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.EMP-0x772598e9e62155d7fdfe65fdf01eb5a53a8465be",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.emp-0x772598e9e62155d7fdfe65fdf01eb5a53a8465be.png",ticker:"EMP"},{address:"0xdf8F0c63D9335A0AbD89F9F752d293A98EA977d8",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ENA-0xdf8F0c63D9335A0AbD89F9F752d293A98EA977d8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ena-0xdf8f0c63d9335a0abd89f9f752d293a98ea977d8.png",ticker:"ENA"},{address:"0x7fa9549791EFc9030e1Ed3F25D18014163806758",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ENJ-0x7fa9549791EFc9030e1Ed3F25D18014163806758",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.enj-0x7fa9549791efc9030e1ed3f25d18014163806758.png",ticker:"ENJ"},{address:"0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ENS-0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ens-0xfea31d704deb0975da8e77bf13e04239e70d7c28.png",ticker:"ENS"},{address:"0x2354c8e9Ea898c751F1A15Addeb048714D667f96",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ERN-0x2354c8e9Ea898c751F1A15Addeb048714D667f96",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ern-0x2354c8e9ea898c751f1a15addeb048714d667f96.png",ticker:"ERN"},{address:"0x07D65C18CECbA423298c0aEB5d2BeDED4DFd5736",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ETHFI-0x07D65C18CECbA423298c0aEB5d2BeDED4DFd5736",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ethfi-0x07d65c18cecba423298c0aeb5d2beded4dfd5736.png",ticker:"ETHFI"},{address:"0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.EURC-0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.eurc-0x863708032b5c328e11abcbc0df9d79c71fc52a48.png",ticker:"EURC"},{address:"0x45d9831d8751b2325f3dbf48db748723726e1c8c",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.EVA-0x45d9831d8751b2325f3dbf48db748723726e1c8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.eva-0x45d9831d8751b2325f3dbf48db748723726e1c8c.png",ticker:"EVA"},{address:"0x8553d254Cb6934b16F87D2e486b64BbD24C83C70",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FARM-0x8553d254Cb6934b16F87D2e486b64BbD24C83C70",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.farm-0x8553d254cb6934b16f87d2e486b64bbd24c83c70.png",ticker:"FARM"},{address:"0x4BE87C766A7CE11D5Cc864b6C3Abb7457dCC4cC9",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FET-0x4BE87C766A7CE11D5Cc864b6C3Abb7457dCC4cC9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fet-0x4be87c766a7ce11d5cc864b6c3abb7457dcc4cc9.png",ticker:"FET"},{address:"0x849B40AB2469309117Ed1038c5A99894767C7282",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FIS-0x849B40AB2469309117Ed1038c5A99894767C7282",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fis-0x849b40ab2469309117ed1038c5a99894767c7282.png",ticker:"FIS"},{address:"0xA8C25FdC09763A176353CC6a76882e05b4905FAe",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.FLOKI-0xA8C25FdC09763A176353CC6a76882e05b4905FAe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.floki-0xa8c25fdc09763a176353cc6a76882e05b4905fae.png",ticker:"FLOKI"},{address:"0x63806C056Fa458c548Fb416B15E358A9D685710A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FLUX-0x63806C056Fa458c548Fb416B15E358A9D685710A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.flux-0x63806c056fa458c548fb416b15e358a9d685710a.png",ticker:"FLUX"},{address:"0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FORT-0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fort-0x3a1429d50e0cbbc45c997af600541fe1cc3d2923.png",ticker:"FORT"},{address:"0xf929de51D91C77E42f5090069E0AD7A09e513c73",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FOX-0xf929de51D91C77E42f5090069E0AD7A09e513c73",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fox-0xf929de51d91c77e42f5090069e0ad7a09e513c73.png",ticker:"FOX"},{address:"0x7468a5d8E02245B00E8C0217fCE021C70Bc51305",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FRAX-0x7468a5d8E02245B00E8C0217fCE021C70Bc51305",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.frax-0x7468a5d8e02245b00e8c0217fce021c70bc51305.png",ticker:"FRAX"},{address:"0xd42785D323e608B9E99fa542bd8b1000D4c2Df37",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FTM-0xd42785D323e608B9E99fa542bd8b1000D4c2Df37",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ftm-0xd42785d323e608b9e99fa542bd8b1000d4c2df37.png",ticker:"FTM"},{address:"0x1f52145666c862ed3e2f1da213d479e61b2892af",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FUC-0x1f52145666c862ed3e2f1da213d479e61b2892af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fuc-0x1f52145666c862ed3e2f1da213d479e61b2892af.png",ticker:"FUC"},{address:"0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.FXS-0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.fxs-0xd9f9d2ee2d3efe420699079f16d9e924afffdea4.png",ticker:"FXS"},{address:"0xc27E7325a6BEA1FcC06de7941473f5279bfd1182",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GAL-0xc27E7325a6BEA1FcC06de7941473f5279bfd1182",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gal-0xc27e7325a6bea1fcc06de7941473f5279bfd1182.png",ticker:"GAL"},{address:"0x2A676eeAd159c4C8e8593471c6d666F02827FF8C",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.GALA-0x2A676eeAd159c4C8e8593471c6d666F02827FF8C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gala-0x2a676eead159c4c8e8593471c6d666f02827ff8c.png",ticker:"GALA"},{address:"0xeca66820ed807c096e1bd7a1a091cd3d3152cc79",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GHA-0xeca66820ed807c096e1bd7a1a091cd3d3152cc79",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gha-0xeca66820ed807c096e1bd7a1a091cd3d3152cc79.png",ticker:"GHA"},{address:"0x08bdd4f0046123adc2466495775ff02255694a16",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.GHO-0x08bdd4f0046123adc2466495775ff02255694a16",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gho-0x08bdd4f0046123adc2466495775ff02255694a16.png",ticker:"GHO"},{address:"0x4945970efeec98d393b4b979b9be265a3ae28a8b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GMD-0x4945970efeec98d393b4b979b9be265a3ae28a8b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gmd-0x4945970efeec98d393b4b979b9be265a3ae28a8b.png",ticker:"GMD"},{address:"0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GMX-0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png",ticker:"GMX"},{address:"0xd67a097dce9d4474737e6871684ae3c05460f571",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GND-0xd67a097dce9d4474737e6871684ae3c05460f571",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gnd-0xd67a097dce9d4474737e6871684ae3c05460f571.png",ticker:"GND"},{address:"0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GNO-0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gno-0xa0b862f60edef4452f25b4160f177db44deb6cf1.png",ticker:"GNO"},{address:"0x18c11fd286c5ec11c3b683caa813b77f5163a122",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GNS-0x18c11fd286c5ec11c3b683caa813b77f5163a122",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gns-0x18c11fd286c5ec11c3b683caa813b77f5163a122.png",ticker:"GNS"},{address:"0x3d9907f9a368ad0a51be60f7da3b97cf940982d8",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GRAIL-0x3d9907f9a368ad0a51be60f7da3b97cf940982d8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.grail-0x3d9907f9a368ad0a51be60f7da3b97cf940982d8.png",ticker:"GRAIL"},{address:"0x9623063377AD1B27544C965cCd7342f7EA7e88C7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GRT-0x9623063377AD1B27544C965cCd7342f7EA7e88C7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.grt-0x9623063377ad1b27544c965ccd7342f7ea7e88c7.png",ticker:"GRT"},{address:"0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.GTC-0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gtc-0x7f9a7db853ca816b9a138aee3380ef34c437dee0.png",ticker:"GTC"},{address:"0x589d35656641d6aB57A545F08cf473eCD9B6D5F7",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.GYEN-0x589d35656641d6aB57A545F08cf473eCD9B6D5F7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.gyen-0x589d35656641d6ab57a545f08cf473ecd9b6d5f7.png",ticker:"GYEN"},{address:"0x431402e8b9de9aa016c743880e04e517074d8cec",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.HEGIC-0x431402e8b9de9aa016c743880e04e517074d8cec",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.hegic-0x431402e8b9de9aa016c743880e04e517074d8cec.png",ticker:"HEGIC"},{address:"0xd12Eeb0142D4Efe7Af82e4f29E5Af382615bcEeA",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.HIGH-0xd12Eeb0142D4Efe7Af82e4f29E5Af382615bcEeA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.high-0xd12eeb0142d4efe7af82e4f29e5af382615bceea.png",ticker:"HIGH"},{address:"0x83d6c8c06ac276465e4c92e7ac8c23740f435140",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.HMX-0x83d6c8c06ac276465e4c92e7ac8c23740f435140",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.hmx-0x83d6c8c06ac276465e4c92e7ac8c23740f435140.png",ticker:"HMX"},{address:"0x177F394A3eD18FAa85c1462Ae626438a70294EF7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.HOPR-0x177F394A3eD18FAa85c1462Ae626438a70294EF7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.hopr-0x177f394a3ed18faa85c1462ae626438a70294ef7.png",ticker:"HOPR"},{address:"0x61cA9D186f6b9a793BC08F6C79fd35f205488673",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ILV-0x61cA9D186f6b9a793BC08F6C79fd35f205488673",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ilv-0x61ca9d186f6b9a793bc08f6c79fd35f205488673.png",ticker:"ILV"},{address:"0x3cFD99593a7F035F717142095a3898e3Fca7783e",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.IMX-0x3cFD99593a7F035F717142095a3898e3Fca7783e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.imx-0x3cfd99593a7f035f717142095a3898e3fca7783e.png",ticker:"IMX"},{address:"0x2A2053cb633CAD465B4A8975eD3d7f09DF608F80",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.INJ-0x2A2053cb633CAD465B4A8975eD3d7f09DF608F80",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.inj-0x2a2053cb633cad465b4a8975ed3d7f09df608f80.png",ticker:"INJ"},{address:"0x25f05699548D3A0820b99f93c10c8BB573E27083",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.JASMY-0x25f05699548D3A0820b99f93c10c8BB573E27083",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.jasmy-0x25f05699548d3a0820b99f93c10c8bb573e27083.png",ticker:"JASMY"},{address:"0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.JOSS-0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.joss-0xaa6b1798a97505b36d9c4a3736c2aa48674aeb97.png",ticker:"JOSS"},{address:"0x010700AB046Dd8e92b0e3587842080Df36364ed3",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.K-0x010700AB046Dd8e92b0e3587842080Df36364ed3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.k-0x010700ab046dd8e92b0e3587842080df36364ed3.png",ticker:"K"},{address:"0xf1264873436a0771e440e2b28072fafcc5eebd01",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.KNS-0xf1264873436a0771e440e2b28072fafcc5eebd01",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.kns-0xf1264873436a0771e440e2b28072fafcc5eebd01.png",ticker:"KNS"},{address:"0xf75eE6D319741057a82a88Eeff1DbAFAB7307b69",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.KRL-0xf75eE6D319741057a82a88Eeff1DbAFAB7307b69",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.krl-0xf75ee6d319741057a82a88eeff1dbafab7307b69.png",ticker:"KRL"},{address:"0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.KUJI-0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.kuji-0x3a18dcc9745edcd1ef33ecb93b0b6eba5671e7ca.png",ticker:"KUJI"},{address:"0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LDO-0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ldo-0x13ad51ed4f1b7e9dc168d8a00cb3f4ddd85efa60.png",ticker:"LDO"},{address:"0xf97f4df75117a78c1A5a0DBb814Af92458539FB4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LINK-0xf97f4df75117a78c1A5a0DBb814Af92458539FB4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.link-0xf97f4df75117a78c1a5a0dbb814af92458539fb4.png",ticker:"LINK"},{address:"0x349fc93da004a63F3B1343361465981330A40B25",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LIT-0x349fc93da004a63F3B1343361465981330A40B25",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lit-0x349fc93da004a63f3b1343361465981330a40b25.png",ticker:"LIT"},{address:"0x55678cd083fcdc2947a0df635c93c838c89454a3",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LON-0x55678cd083fcdc2947a0df635c93c838c89454a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lon-0x55678cd083fcdc2947a0df635c93c838c89454a3.png",ticker:"LON"},{address:"0x289ba1701C2F088cf0faf8B3705246331cB8A839",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LPT-0x289ba1701C2F088cf0faf8B3705246331cB8A839",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lpt-0x289ba1701c2f088cf0faf8b3705246331cb8a839.png",ticker:"LPT"},{address:"0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LQTY-0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lqty-0xfb9e5d956d889d91a82737b9bfcdac1dce3e1449.png",ticker:"LQTY"},{address:"0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LRC-0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lrc-0x46d0ce7de6247b0a95f67b43b589b4041bae7fbe.png",ticker:"LRC"},{address:"0x93b346b6BC2548dA6A1E7d98E9a421B42541425b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.LUSD-0x93b346b6BC2548dA6A1E7d98E9a421B42541425b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.lusd-0x93b346b6bc2548da6a1e7d98e9a421b42541425b.png",ticker:"LUSD"},{address:"0x539bdE0d7Dbd336b79148AA742883198BBF60342",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MAGIC-0x539bdE0d7Dbd336b79148AA742883198BBF60342",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.magic-0x539bde0d7dbd336b79148aa742883198bbf60342.png",ticker:"MAGIC"},{address:"0x442d24578A564EF628A65e6a7E3e7be2a165E231",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MANA-0x442d24578A564EF628A65e6a7E3e7be2a165E231",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mana-0x442d24578a564ef628a65e6a7e3e7be2a165e231.png",ticker:"MANA"},{address:"0x533A7B414CD1236815a5e09F1E97FC7d5c313739",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MASK-0x533A7B414CD1236815a5e09F1E97FC7d5c313739",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mask-0x533a7b414cd1236815a5e09f1e97fc7d5c313739.png",ticker:"MASK"},{address:"0x99F40b01BA9C469193B360f72740E416B17Ac332",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MATH-0x99F40b01BA9C469193B360f72740E416B17Ac332",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.math-0x99f40b01ba9c469193b360f72740e416b17ac332.png",ticker:"MATH"},{address:"0x561877b6b3DD7651313794e5F2894B2F18bE0766",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MATIC-0x561877b6b3DD7651313794e5F2894B2F18bE0766",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.matic-0x561877b6b3dd7651313794e5f2894b2f18be0766.png",ticker:"MATIC"},{address:"0x4e352cf164e64adcbad318c3a1e222e9eba4ce42",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MCB-0x4e352cf164e64adcbad318c3a1e222e9eba4ce42",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mcb-0x4e352cf164e64adcbad318c3a1e222e9eba4ce42.png",ticker:"MCB"},{address:"0x7F728F3595db17B0B359f4FC47aE80FAd2e33769",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.METIS-0x7F728F3595db17B0B359f4FC47aE80FAd2e33769",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.metis-0x7f728f3595db17b0b359f4fc47ae80fad2e33769.png",ticker:"METIS"},{address:"0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MIM-0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mim-0xb20a02dffb172c474bc4bda3fd6f4ee70c04daf2.png",ticker:"MIM"},{address:"0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MKR-0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mkr-0x2e9a6df78e42a30712c10a9dc4b1c8656f8f2879.png",ticker:"MKR"},{address:"0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MLN-0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mln-0x8f5c1a99b1df736ad685006cb6adca7b7ae4b514.png",ticker:"MLN"},{address:"0x96c42662820F6Ea32f0A61A06a38a72B206aABaC",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MOG-0x96c42662820F6Ea32f0A61A06a38a72B206aABaC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mog-0x96c42662820f6ea32f0a61a06a38a72b206aabac.png",ticker:"MOG"},{address:"0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MOR-0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mor-0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86.png",ticker:"MOR"},{address:"0x29024832eC3baBF5074D4F46102aA988097f0Ca0",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MPL-0x29024832eC3baBF5074D4F46102aA988097f0Ca0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mpl-0x29024832ec3babf5074d4f46102aa988097f0ca0.png",ticker:"MPL"},{address:"0x7b9b94aebe5E2039531af8E31045f377EcD9A39A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MULTI-0x7b9b94aebe5E2039531af8E31045f377EcD9A39A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.multi-0x7b9b94aebe5e2039531af8e31045f377ecd9a39a.png",ticker:"MULTI"},{address:"0x5445972E76c5e4CEdD12B6e2BceF69133E15992F",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MV-0x5445972E76c5e4CEdD12B6e2BceF69133E15992F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mv-0x5445972e76c5e4cedd12b6e2bcef69133e15992f.png",ticker:"MV"},{address:"0x91b468Fe3dce581D7a6cFE34189F1314b6862eD6",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.MXC-0x91b468Fe3dce581D7a6cFE34189F1314b6862eD6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mxc-0x91b468fe3dce581d7a6cfe34189f1314b6862ed6.png",ticker:"MXC"},{address:"0xd4c08606be09bb7ed5284eb6757a0880393573c4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.mxGLP-0xd4c08606be09bb7ed5284eb6757a0880393573c4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.mxglp-0xd4c08606be09bb7ed5284eb6757a0880393573c4.png",ticker:"mxGLP"},{address:"0x53236015A675fcB937485F1AE58040e4Fb920d5b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NCT-0x53236015A675fcB937485F1AE58040e4Fb920d5b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nct-0x53236015a675fcb937485f1ae58040e4fb920d5b.png",ticker:"NCT"},{address:"0xBE06ca305A5Cb49ABf6B1840da7c42690406177b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NKN-0xBE06ca305A5Cb49ABf6B1840da7c42690406177b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nkn-0xbe06ca305a5cb49abf6b1840da7c42690406177b.png",ticker:"NKN"},{address:"0x597701b32553b9fa473e21362D480b3a6B569711",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NMR-0x597701b32553b9fa473e21362D480b3a6B569711",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nmr-0x597701b32553b9fa473e21362d480b3a6b569711.png",ticker:"NMR"},{address:"0xdadeca1167fe47499e53eb50f261103630974905",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NRN-0xdadeca1167fe47499e53eb50f261103630974905",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nrn-0xdadeca1167fe47499e53eb50f261103630974905.png",ticker:"NRN"},{address:"0x88a269df8fe7f53e590c561954c52fccc8ec0cfb",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NST-0x88a269df8fe7f53e590c561954c52fccc8ec0cfb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nst-0x88a269df8fe7f53e590c561954c52fccc8ec0cfb.png",ticker:"NST"},{address:"0x38f9bf9dce51833ec7f03c9dc218197999999999",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.NYA-0x38f9bf9dce51833ec7f03c9dc218197999999999",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.nya-0x38f9bf9dce51833ec7f03c9dc218197999999999.png",ticker:"NYA"},{address:"0x933d31561e470478079FEB9A6Dd2691fAD8234DF",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.OCEAN-0x933d31561e470478079FEB9A6Dd2691fAD8234DF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ocean-0x933d31561e470478079feb9a6dd2691fad8234df.png",ticker:"OCEAN"},{address:"0x6FEb262FEb0f775B5312D2e009923f7f58AE423E",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.OGN-0x6FEb262FEb0f775B5312D2e009923f7f58AE423E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ogn-0x6feb262feb0f775b5312d2e009923f7f58ae423e.png",ticker:"OGN"},{address:"0xd962C1895c46AC0378C502c207748b7061421e8e",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.OMG-0xd962C1895c46AC0378C502c207748b7061421e8e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.omg-0xd962c1895c46ac0378c502c207748b7061421e8e.png",ticker:"OMG"},{address:"0xA2d52A05B8Bead5d824DF54Dd1AA63188B37A5E7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ONDO-0xA2d52A05B8Bead5d824DF54Dd1AA63188B37A5E7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ondo-0xa2d52a05b8bead5d824df54dd1aa63188b37a5e7.png",ticker:"ONDO"},{address:"0x1BDCC2075d5370293E248Cab0173eC3E551e6218",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.ORN-0x1BDCC2075d5370293E248Cab0173eC3E551e6218",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.orn-0x1bdcc2075d5370293e248cab0173ec3e551e6218.png",ticker:"ORN"},{address:"0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PAXG-0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.paxg-0xfeb4dfc8c4cf7ed305bb08065d08ec6ee6728429.png",ticker:"PAXG"},{address:"0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PENDLE-0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pendle-0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8.png",ticker:"PENDLE"},{address:"0x25d887ce7a35172c62febfd67a1856f20faebb00",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PEPE-0x25d887ce7a35172c62febfd67a1856f20faebb00",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pepe-0x25d887ce7a35172c62febfd67a1856f20faebb00.png",ticker:"PEPE"},{address:"0x35E6A59F786d9266c7961eA28c7b768B33959cbB",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PEPE-0x35E6A59F786d9266c7961eA28c7b768B33959cbB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pepe-0x35e6a59f786d9266c7961ea28c7b768b33959cbb.png",ticker:"PEPE"},{address:"0x753D224bCf9AAFaCD81558c32341416df61D3DAC",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PERP-0x753D224bCf9AAFaCD81558c32341416df61D3DAC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.perp-0x753d224bcf9aafacd81558c32341416df61d3dac.png",ticker:"PERP"},{address:"0xac7CE9F2794e01c0D27b096C52f592e343D77cbf",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PIRATE-0xac7CE9F2794e01c0D27b096C52f592e343D77cbf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pirate-0xac7ce9f2794e01c0d27b096c52f592e343d77cbf.png",ticker:"PIRATE"},{address:"0x6fd58f5a2f3468e35feb098b5f59f04157002407",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.pogai-0x6fd58f5a2f3468e35feb098b5f59f04157002407",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pogai-0x6fd58f5a2f3468e35feb098b5f59f04157002407.png",ticker:"pogai"},{address:"0x044d8e7F3A17751D521efEa8CCf9282268fE08CC",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.POL-0x044d8e7F3A17751D521efEa8CCf9282268fE08CC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pol-0x044d8e7f3a17751d521efea8ccf9282268fe08cc.png",ticker:"POL"},{address:"0xeeeB5EaC2dB7A7Fc28134aA3248580d48b016b64",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.POLS-0xeeeB5EaC2dB7A7Fc28134aA3248580d48b016b64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pols-0xeeeb5eac2db7a7fc28134aa3248580d48b016b64.png",ticker:"POLS"},{address:"0xE12F29704F635F4A6E7Ae154838d21F9B33809e9",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.POLY-0xE12F29704F635F4A6E7Ae154838d21F9B33809e9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.poly-0xe12f29704f635f4a6e7ae154838d21f9b33809e9.png",ticker:"POLY"},{address:"0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.POND-0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.pond-0xda0a57b710768ae17941a9fa33f8b720c8bd9ddd.png",ticker:"POND"},{address:"0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.POWR-0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.powr-0x4e91f2af1ee0f84b529478f19794f5afd423e4a6.png",ticker:"POWR"},{address:"0x8d8e1b6ffc6832E8D2eF0DE8a3d957cAE7ac5067",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PRIME-0x8d8e1b6ffc6832E8D2eF0DE8a3d957cAE7ac5067",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.prime-0x8d8e1b6ffc6832e8d2ef0de8a3d957cae7ac5067.png",ticker:"PRIME"},{address:"0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.PRQ-0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.prq-0x82164a8b646401a8776f9dc5c8cba35dcaf60cd2.png",ticker:"PRQ"},{address:"0x123ef90de1e8fa8c378f06ad1dc315a63b7dbb2d",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.PSI-0x123ef90de1e8fa8c378f06ad1dc315a63b7dbb2d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.psi-0x123ef90de1e8fa8c378f06ad1dc315a63b7dbb2d.png",ticker:"PSI"},{address:"0x602eb0d99a5e3e76d1510372c4d2020e12eaea8a",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.PSI-0x602eb0d99a5e3e76d1510372c4d2020e12eaea8a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.psi-0x602eb0d99a5e3e76d1510372c4d2020e12eaea8a.png",ticker:"PSI"},{address:"0x6146520ad1cf3feb064ae8496448215e47661749",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.PSI-0x6146520ad1cf3feb064ae8496448215e47661749",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.psi-0x6146520ad1cf3feb064ae8496448215e47661749.png",ticker:"PSI"},{address:"0x7a6717ceabe536bb9a6bb39182a4cd575d4e222e",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.PSI-0x7a6717ceabe536bb9a6bb39182a4cd575d4e222e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.psi-0x7a6717ceabe536bb9a6bb39182a4cd575d4e222e.png",ticker:"PSI"},{address:"0xC7557C73e0eCa2E1BF7348bB6874Aee63C7eFF85",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.QNT-0xC7557C73e0eCa2E1BF7348bB6874Aee63C7eFF85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.qnt-0xc7557c73e0eca2e1bf7348bb6874aee63c7eff85.png",ticker:"QNT"},{address:"0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RAI-0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rai-0xaef5bbcbfa438519a5ea80b4c7181b4e78d419f2.png",ticker:"RAI"},{address:"0xCf78572A8fE97b2B9a4B9709f6a7D9a863c1b8E0",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RARI-0xCf78572A8fE97b2B9a4B9709f6a7D9a863c1b8E0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rari-0xcf78572a8fe97b2b9a4b9709f6a7d9a863c1b8e0.png",ticker:"RARI"},{address:"0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RBC-0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rbc-0x2e9ae8f178d5ea81970c7799a377b3985cbc335f.png",ticker:"RBC"},{address:"0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RDNT-0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rdnt-0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.png",ticker:"RDNT"},{address:"0x3082cc23568ea640225c2467653db90e9250aaa0",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RDNT-0x3082cc23568ea640225c2467653db90e9250aaa0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rdnt-0x3082cc23568ea640225c2467653db90e9250aaa0.png",ticker:"RDNT"},{address:"0x32eb7902d4134bf98a28b963d26de779af92a212",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RDPX-0x32eb7902d4134bf98a28b963d26de779af92a212",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rdpx-0x32eb7902d4134bf98a28b963d26de779af92a212.png",ticker:"RDPX"},{address:"0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.REN-0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.ren-0x9fa891e1db0a6d1eeac4b929b5aae1011c79a204.png",ticker:"REN"},{address:"0x1Cb5bBc64e148C5b889E3c667B49edF78BB92171",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.REQ-0x1Cb5bBc64e148C5b889E3c667B49edF78BB92171",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.req-0x1cb5bbc64e148c5b889e3c667b49edf78bb92171.png",ticker:"REQ"},{address:"0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.rETH-0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.reth-0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8.png",ticker:"rETH"},{address:"0xef888bcA6AB6B1d26dbeC977C455388ecd794794",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RGT-0xef888bcA6AB6B1d26dbeC977C455388ecd794794",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rgt-0xef888bca6ab6b1d26dbec977c455388ecd794794.png",ticker:"RGT"},{address:"0xE575586566b02A16338c199c23cA6d295D794e66",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.RLC-0xE575586566b02A16338c199c23cA6d295D794e66",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rlc-0xe575586566b02a16338c199c23ca6d295d794e66.png",ticker:"RLC"},{address:"0xC8a4EeA31E9B6b61c406DF013DD4FEc76f21E279",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RNDR-0xC8a4EeA31E9B6b61c406DF013DD4FEc76f21E279",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rndr-0xc8a4eea31e9b6b61c406df013dd4fec76f21e279.png",ticker:"RNDR"},{address:"0xc95110ff2d1c721600f52bdeb4eaa8b3d2298c6f",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RNG-0xc95110ff2d1c721600f52bdeb4eaa8b3d2298c6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rng-0xc95110ff2d1c721600f52bdeb4eaa8b3d2298c6f.png",ticker:"RNG"},{address:"0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.RSR-0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.rsr-0xca5ca9083702c56b481d1eec86f1776fdbd2e594.png",ticker:"RSR"},{address:"0xd1318eb19DBF2647743c720ed35174efd64e3DAC",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SAND-0xd1318eb19DBF2647743c720ed35174efd64e3DAC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.sand-0xd1318eb19dbf2647743c720ed35174efd64e3dac.png",ticker:"SAND"},{address:"0x1629c4112952a7a377cB9B8d7d8c903092f34B63",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SD-0x1629c4112952a7a377cB9B8d7d8c903092f34B63",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.sd-0x1629c4112952a7a377cb9b8d7d8c903092f34b63.png",ticker:"SD"},{address:"0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SHIB-0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.shib-0x5033833c9fe8b9d3e09eed2f73d2aaf7e3872fd1.png",ticker:"SHIB"},{address:"0x0341c0c0ec423328621788d4854119b97f44e391",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.Silo-0x0341c0c0ec423328621788d4854119b97f44e391",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.silo-0x0341c0c0ec423328621788d4854119b97f44e391.png",ticker:"Silo"},{address:"0x4F9b7DEDD8865871dF65c5D26B1c2dD537267878",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SKL-0x4F9b7DEDD8865871dF65c5D26B1c2dD537267878",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.skl-0x4f9b7dedd8865871df65c5d26b1c2dd537267878.png",ticker:"SKL"},{address:"0x707F635951193dDaFBB40971a0fCAAb8A6415160",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SNT-0x707F635951193dDaFBB40971a0fCAAb8A6415160",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.snt-0x707f635951193ddafbb40971a0fcaab8a6415160.png",ticker:"SNT"},{address:"0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SNX-0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.snx-0xcba56cd8216fcbbf3fa6df6137f3147cbca37d60.png",ticker:"SNX"},{address:"0xb2BE52744a804Cc732d606817C2572C5A3B264e7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SOCKS-0xb2BE52744a804Cc732d606817C2572C5A3B264e7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.socks-0xb2be52744a804cc732d606817c2572c5a3b264e7.png",ticker:"SOCKS"},{address:"0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.SOL-0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.sol-0xb74da9fe2f96b9e0a5f4a3cf0b92dd2bec617124.png",ticker:"SOL"},{address:"0x5575552988a3a80504bbaeb1311674fcfd40ad4b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SPA-0x5575552988a3a80504bbaeb1311674fcfd40ad4b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.spa-0x5575552988a3a80504bbaeb1311674fcfd40ad4b.png",ticker:"SPA"},{address:"0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SPELL-0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.spell-0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af.png",ticker:"SPELL"},{address:"0x53e70cc1d527b524A1C46Eaa892e4CB35d2ba901",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.SPX-0x53e70cc1d527b524A1C46Eaa892e4CB35d2ba901",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.spx-0x53e70cc1d527b524a1c46eaa892e4cb35d2ba901.png",ticker:"SPX"},{address:"0x6694340fc020c5e6b96567843da2df01b2ce1eb6",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.STG-0x6694340fc020c5e6b96567843da2df01b2ce1eb6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.stg-0x6694340fc020c5e6b96567843da2df01b2ce1eb6.png",ticker:"STG"},{address:"0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.STG-0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.stg-0xe018c7a3d175fb0fe15d70da2c874d3ca16313ec.png",ticker:"STG"},{address:"0xE6320ebF209971b4F4696F7f0954b8457Aa2FCC2",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.STORJ-0xE6320ebF209971b4F4696F7f0954b8457Aa2FCC2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.storj-0xe6320ebf209971b4f4696f7f0954b8457aa2fcc2.png",ticker:"STORJ"},{address:"0x7f9cf5a2630a0d58567122217dF7609c26498956",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SUPER-0x7f9cf5a2630a0d58567122217dF7609c26498956",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.super-0x7f9cf5a2630a0d58567122217df7609c26498956.png",ticker:"SUPER"},{address:"0xA970AF1a584579B618be4d69aD6F73459D112F95",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.sUSD-0xA970AF1a584579B618be4d69aD6F73459D112F95",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.susd-0xa970af1a584579b618be4d69ad6f73459d112f95.png",ticker:"sUSD"},{address:"0xd4d42F0b6DEF4CE0383636770eF773390d85c61A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SUSHI-0xd4d42F0b6DEF4CE0383636770eF773390d85c61A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.sushi-0xd4d42f0b6def4ce0383636770ef773390d85c61a.png",ticker:"SUSHI"},{address:"0x2C96bE2612bec20fe2975C3ACFcbBe61a58f2571",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SWELL-0x2C96bE2612bec20fe2975C3ACFcbBe61a58f2571",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.swell-0x2c96be2612bec20fe2975c3acfcbbe61a58f2571.png",ticker:"SWELL"},{address:"0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.SYN-0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.syn-0x1bcfc0b4ee1471674cd6a9f6b363a034375ead84.png",ticker:"SYN"},{address:"0x0945Cae3ae47cb384b2d47BC448Dc6A9dEC21F55",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.T-0x0945Cae3ae47cb384b2d47BC448Dc6A9dEC21F55",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.t-0x0945cae3ae47cb384b2d47bc448dc6a9dec21f55.png",ticker:"T"},{address:"0x2c650dab03a59332e2e0c0c4a7f726913e5028c1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TAP-0x2c650dab03a59332e2e0c0c4a7f726913e5028c1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.tap-0x2c650dab03a59332e2e0c0c4a7f726913e5028c1.png",ticker:"TAP"},{address:"0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.tBTC-0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.tbtc-0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40.png",ticker:"tBTC"},{address:"0x7E2a1eDeE171C5B19E6c54D73752396C0A572594",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.tBTC-0x7E2a1eDeE171C5B19E6c54D73752396C0A572594",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.tbtc-0x7e2a1edee171c5b19e6c54d73752396c0a572594.png",ticker:"tBTC"},{address:"0xc47d9753f3b32aa9548a7c3f30b6aec3b2d2798c",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TND-0xc47d9753f3b32aa9548a7c3f30b6aec3b2d2798c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.tnd-0xc47d9753f3b32aa9548a7c3f30b6aec3b2d2798c.png",ticker:"TND"},{address:"0xd58D345Fd9c82262E087d2D0607624B410D88242",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TRB-0xd58D345Fd9c82262E087d2D0607624B410D88242",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.trb-0xd58d345fd9c82262e087d2d0607624b410d88242.png",ticker:"TRB"},{address:"0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TRIBE-0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.tribe-0xbfae6fecd8124ba33cbb2180aab0fe4c03914a5a.png",ticker:"TRIBE"},{address:"0xb99d1c4bb87266fb13a423f8df96812ac6b99520",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.TROVE-0xb99d1c4bb87266fb13a423f8df96812ac6b99520",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.trove-0xb99d1c4bb87266fb13a423f8df96812ac6b99520.png",ticker:"TROVE"},{address:"0xb59c8912c83157a955f9d715e556257f432c35d7",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TRUF-0xb59c8912c83157a955f9d715e556257f432c35d7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.truf-0xb59c8912c83157a955f9d715e556257f432c35d7.png",ticker:"TRUF"},{address:"0x5C816d4582c857dcadb1bB1F62Ad6c9DEde4576a",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TURBO-0x5C816d4582c857dcadb1bB1F62Ad6c9DEde4576a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.turbo-0x5c816d4582c857dcadb1bb1f62ad6c9dede4576a.png",ticker:"TURBO"},{address:"0xb4e4bd71eaa7c3fd5e9835dddd38a677e7ba2897",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.TXF-0xb4e4bd71eaa7c3fd5e9835dddd38a677e7ba2897",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.txf-0xb4e4bd71eaa7c3fd5e9835dddd38a677e7ba2897.png",ticker:"TXF"},{address:"0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.UMA-0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.uma-0xd693ec944a85eeca4247ec1c3b130dca9b0c3b22.png",ticker:"UMA"},{address:"0x1622bf67e6e5747b81866fe0b85178a93c7f86e3",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.UMAMI-0x1622bf67e6e5747b81866fe0b85178a93c7f86e3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.umami-0x1622bf67e6e5747b81866fe0b85178a93c7f86e3.png",ticker:"UMAMI"},{address:"0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.UNI-0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.uni-0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0.png",ticker:"UNI"},{address:"0x999999990237e901c537bbd768e09562be02efa5",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.Unishop.ai-0x999999990237e901c537bbd768e09562be02efa5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.unishop.ai-0x999999990237e901c537bbd768e09562be02efa5.png",ticker:"Unishop.ai"},{address:"0xe80772eaf6e2e18b651f160bc9158b2a5cafca65",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.USD+-0xe80772eaf6e2e18b651f160bc9158b2a5cafca65",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usd+-0xe80772eaf6e2e18b651f160bc9158b2a5cafca65.png",ticker:"USD+"},{address:"0xaf88d065e77c8cC2239327C5EDb3A432268e5831",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",ticker:"USDC"},{address:"0xb82fe3ae2ba1908acd48e8e39c0235022165c0b3",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.USDC-0xb82fe3ae2ba1908acd48e8e39c0235022165c0b3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xb82fe3ae2ba1908acd48e8e39c0235022165c0b3.png",ticker:"USDC"},{address:"0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.USDC-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png",ticker:"USDC"},{address:"0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.USDC.e-0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png",ticker:"USDC.e"},{address:"0x78df3a6044Ce3cB1905500345B967788b699dF8f",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.USDP-0x78df3a6044Ce3cB1905500345B967788b699dF8f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdp-0x78df3a6044ce3cb1905500345b967788b699df8f.png",ticker:"USDP"},{address:"0x2ea0be86990e8dac0d09e4316bb92086f304622d",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.USDs-0x2ea0be86990e8dac0d09e4316bb92086f304622d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usds-0x2ea0be86990e8dac0d09e4316bb92086f304622d.png",ticker:"USDs"},{address:"0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usdt-0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9.png",ticker:"USDT"},{address:"0x7639AB8599f1b417CbE4ceD492fB30162140AbbB",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.USUAL-0x7639AB8599f1b417CbE4ceD492fB30162140AbbB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.usual-0x7639ab8599f1b417cbe4ced492fb30162140abbb.png",ticker:"USUAL"},{address:"0x088cd8f5ef3652623c22d48b1605dcfe860cd704",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.VELA-0x088cd8f5ef3652623c22d48b1605dcfe860cd704",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.vela-0x088cd8f5ef3652623c22d48b1605dcfe860cd704.png",ticker:"VELA"},{address:"0x1c8Ec4DE3c2BFD3050695D89853EC6d78AE650bb",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.WAMPL-0x1c8Ec4DE3c2BFD3050695D89853EC6d78AE650bb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.wampl-0x1c8ec4de3c2bfd3050695d89853ec6d78ae650bb.png",ticker:"WAMPL"},{address:"0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",chain:"ARB",chainId:"42161",decimals:8,identifier:"ARB.WBTC-0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png",ticker:"WBTC"},{address:"0x35751007a407ca6feffe80b3cb397736d2cf4dbe",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.weETH-0x35751007a407ca6feffe80b3cb397736d2cf4dbe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weeth-0x35751007a407ca6feffe80b3cb397736d2cf4dbe.png",ticker:"weETH"},{address:"0x722f7b3b45d2873bd53dee6dc443ecc315aef234",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0x722f7b3b45d2873bd53dee6dc443ecc315aef234",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0x722f7b3b45d2873bd53dee6dc443ecc315aef234.png",ticker:"WETH"},{address:"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0x82af49447d8a07e3bd95bd0d56f35241523fbab1.png",ticker:"WETH"},{address:"0xbae14b3ab9ddd48a3aa224672ad2326cf2f9b556",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0xbae14b3ab9ddd48a3aa224672ad2326cf2f9b556",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xbae14b3ab9ddd48a3aa224672ad2326cf2f9b556.png",ticker:"WETH"},{address:"0xd8369c2eda18dd6518eabb1f85bd60606deb39ec",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.WETH-0xd8369c2eda18dd6518eabb1f85bd60606deb39ec",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xd8369c2eda18dd6518eabb1f85bd60606deb39ec.png",ticker:"WETH"},{address:"0xe4304b5b5d1118daac76317ed585fa495fd610d5",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0xe4304b5b5d1118daac76317ed585fa495fd610d5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xe4304b5b5d1118daac76317ed585fa495fd610d5.png",ticker:"WETH"},{address:"0xef13583d5a59e18ff8a989740fca3c6c12f501aa",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0xef13583d5a59e18ff8a989740fca3c6c12f501aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xef13583d5a59e18ff8a989740fca3c6c12f501aa.png",ticker:"WETH"},{address:"0xf26644f7d130ba86a3f6dcce875d87c4116a0e34",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0xf26644f7d130ba86a3f6dcce875d87c4116a0e34",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xf26644f7d130ba86a3f6dcce875d87c4116a0e34.png",ticker:"WETH"},{address:"0xf6502b34eb5c09b255d4edc2a37fa262d4f2ef93",chain:"ARB",chainId:"42161",decimals:9,identifier:"ARB.WETH-0xf6502b34eb5c09b255d4edc2a37fa262d4f2ef93",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.weth-0xf6502b34eb5c09b255d4edc2a37fa262d4f2ef93.png",ticker:"WETH"},{address:"0xd77b108d4f6cefaa0cae9506a934e825becca46e",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.WINR-0xd77b108d4f6cefaa0cae9506a934e825becca46e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.winr-0xd77b108d4f6cefaa0cae9506a934e825becca46e.png",ticker:"WINR"},{address:"0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.WOO-0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.woo-0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b.png",ticker:"WOO"},{address:"0x5979d7b546e38e414f7e9822514be443a4800529",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.wstETH-0x5979d7b546e38e414f7e9822514be443a4800529",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0x5979d7b546e38e414f7e9822514be443a4800529.png",ticker:"wstETH"},{address:"0xf2717122dfdbe988ae811e7efb157aaa07ff9d0f",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.wstETH-0xf2717122dfdbe988ae811e7efb157aaa07ff9d0f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.wsteth-0xf2717122dfdbe988ae811e7efb157aaa07ff9d0f.png",ticker:"wstETH"},{address:"0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.XAI-0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.xai-0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66.png",ticker:"XAI"},{address:"0x93fa0b88c0c78e45980fa74cdd87469311b7b3e4",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.XBG-0x93fa0b88c0c78e45980fa74cdd87469311b7b3e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.xbg-0x93fa0b88c0c78e45980fa74cdd87469311b7b3e4.png",ticker:"XBG"},{address:"0x58BbC087e36Db40a84b22c1B93a042294deEAFEd",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.XCN-0x58BbC087e36Db40a84b22c1B93a042294deEAFEd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.xcn-0x58bbc087e36db40a84b22c1b93a042294deeafed.png",ticker:"XCN"},{address:"0x00cbcf7b3d37844e44b888bc747bdd75fcf4e555",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.XPET-0x00cbcf7b3d37844e44b888bc747bdd75fcf4e555",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.xpet-0x00cbcf7b3d37844e44b888bc747bdd75fcf4e555.png",ticker:"XPET"},{address:"0xa05245Ade25cC1063EE50Cf7c083B4524c1C4302",chain:"ARB",chainId:"42161",decimals:6,identifier:"ARB.XSGD-0xa05245Ade25cC1063EE50Cf7c083B4524c1C4302",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.xsgd-0xa05245ade25cc1063ee50cf7c083b4524c1c4302.png",ticker:"XSGD"},{address:"0x82e3A8F066a6989666b031d916c43672085b1582",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.YFI-0x82e3A8F066a6989666b031d916c43672085b1582",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.yfi-0x82e3a8f066a6989666b031d916c43672085b1582.png",ticker:"YFI"},{address:"0x6DdBbcE7858D276678FC2B36123fD60547b88954",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.Zeta-0x6DdBbcE7858D276678FC2B36123fD60547b88954",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.zeta-0x6ddbbce7858d276678fc2b36123fd60547b88954.png",ticker:"Zeta"},{address:"0xee0b14e8fc86691cf6ee42b9954985b4cf968534",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ZPC-0xee0b14e8fc86691cf6ee42b9954985b4cf968534",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.zpc-0xee0b14e8fc86691cf6ee42b9954985b4cf968534.png",ticker:"ZPC"},{address:"0x6985884C4392D348587B19cb9eAAf157F13271cd",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ZRO-0x6985884C4392D348587B19cb9eAAf157F13271cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",ticker:"ZRO"},{address:"0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2",chain:"ARB",chainId:"42161",decimals:18,identifier:"ARB.ZRX-0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/arb.zrx-0xbd591bd4ddb64b77b5f76eab8f03d02519235ae2.png",ticker:"ZRX"},{address:"0x573e7cb643dfed69049f39b08cf82b958c26d90c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.-0x573e7cb643dfed69049f39b08cf82b958c26d90c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.-0x573e7cb643dfed69049f39b08cf82b958c26d90c.png",ticker:""},{address:"0x6b9bb36519538e0c073894e964e90172e1c0b41f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.-0x6b9bb36519538e0c073894e964e90172e1c0b41f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.-0x6b9bb36519538e0c073894e964e90172e1c0b41f.png",ticker:""},{address:"0x75cc52ceac7b23eab6b42a48168371da5db59272",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.\uD83C\uDF69-0x75cc52ceac7b23eab6b42a48168371da5db59272",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.\uD83C\uDF69-0x75cc52ceac7b23eab6b42a48168371da5db59272.png",ticker:"\uD83C\uDF69"},{address:"0x94bc124a87d4a171c09b07cd59be8dd7911c2609",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$78-0x94bc124a87d4a171c09b07cd59be8dd7911c2609",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$78-0x94bc124a87d4a171c09b07cd59be8dd7911c2609.png",ticker:"$78"},{address:"0x2efac0a597a37050aafcf4bec627249d533dd9f8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$checkr-0x2efac0a597a37050aafcf4bec627249d533dd9f8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$checkr-0x2efac0a597a37050aafcf4bec627249d533dd9f8.png",ticker:"$checkr"},{address:"0x3080ce06eee2869e1b0287ad0de73f9421f977a3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$cool-0x3080ce06eee2869e1b0287ad0de73f9421f977a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$cool-0x3080ce06eee2869e1b0287ad0de73f9421f977a3.png",ticker:"$cool"},{address:"0x4224c9f46316a40f46eb35516330b959cdfd5dce",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$Hobbes-0x4224c9f46316a40f46eb35516330b959cdfd5dce",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$hobbes-0x4224c9f46316a40f46eb35516330b959cdfd5dce.png",ticker:"$Hobbes"},{address:"0xf4c20d2b42cc6d8e4277f8257229c79994e587c3",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.$JUP-0xf4c20d2b42cc6d8e4277f8257229c79994e587c3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$jup-0xf4c20d2b42cc6d8e4277f8257229c79994e587c3.png",ticker:"$JUP"},{address:"0xe3086852a4b125803c815a158249ae468a3254ca",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$mfer-0xe3086852a4b125803c815a158249ae468a3254ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$mfer-0xe3086852a4b125803c815a158249ae468a3254ca.png",ticker:"$mfer"},{address:"0x364e959717114bbffb6c887d9ca55be7d8924db2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$mferdoge-0x364e959717114bbffb6c887d9ca55be7d8924db2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$mferdoge-0x364e959717114bbffb6c887d9ca55be7d8924db2.png",ticker:"$mferdoge"},{address:"0x3a1609cebe67c1d303954b5fb907bef36213034b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.$public-0x3a1609cebe67c1d303954b5fb907bef36213034b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$public-0x3a1609cebe67c1d303954b5fb907bef36213034b.png",ticker:"$public"},{address:"0x189b5576cfd40c615b3c309ba5d393bb0b6ab849",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.$SNPDOGE-0x189b5576cfd40c615b3c309ba5d393bb0b6ab849",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.$snpdoge-0x189b5576cfd40c615b3c309ba5d393bb0b6ab849.png",ticker:"$SNPDOGE"},{address:"0xb8f2666f72bdd78c322fe7ea99d7e68a078bcd87",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.11:11-0xb8f2666f72bdd78c322fe7ea99d7e68a078bcd87",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.11:11-0xb8f2666f72bdd78c322fe7ea99d7e68a078bcd87.png",ticker:"11:11"},{address:"0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.1INCH-0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.1inch-0xc5fecc3a29fb57b5024eec8a2239d4621e111cbe.png",ticker:"1INCH"},{address:"0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.4a6dca4077d484b995ff8891f5361a5a-0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.4a6dca4077d484b995ff8891f5361a5a-0x32cd26bcd05e8d42ba72e117f5a28b0b3df7df9d.png",ticker:"4a6dca4077d484b995ff8891f5361a5a"},{address:"0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.7007-0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.7007-0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2.png",ticker:"7007"},{address:"0xcc4adb618253ed0d4d8a188fb901d70c54735e03",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.A0T-0xcc4adb618253ed0d4d8a188fb901d70c54735e03",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.a0t-0xcc4adb618253ed0d4d8a188fb901d70c54735e03.png",ticker:"A0T"},{address:"0xa5150010bba03b4ae413fe3df2c08ef1f5a9ee85",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.A515-0xa5150010bba03b4ae413fe3df2c08ef1f5a9ee85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.a515-0xa5150010bba03b4ae413fe3df2c08ef1f5a9ee85.png",ticker:"A515"},{address:"0x63706e401c06ac8513145b7687A14804d17f814b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AAVE-0x63706e401c06ac8513145b7687A14804d17f814b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aave-0x63706e401c06ac8513145b7687a14804d17f814b.png",ticker:"AAVE"},{address:"0xe2A8cCB00E328a0EC2204CB0c736309D7c1fa556",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ABT-0xe2A8cCB00E328a0EC2204CB0c736309D7c1fa556",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.abt-0xe2a8ccb00e328a0ec2204cb0c736309d7c1fa556.png",ticker:"ABT"},{address:"0x79dacb99a8698052a9898e81fdf883c29efb93cb",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ACOLYT-0x79dacb99a8698052a9898e81fdf883c29efb93cb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.acolyt-0x79dacb99a8698052a9898e81fdf883c29efb93cb.png",ticker:"ACOLYT"},{address:"0x0a507d26a6147630dc5eebefb6302572cfa1464f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AERC-0x0a507d26a6147630dc5eebefb6302572cfa1464f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aerc-0x0a507d26a6147630dc5eebefb6302572cfa1464f.png",ticker:"AERC"},{address:"0x940181a94A35A4569E4529A3CDfB74e38FD98631",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AERO-0x940181a94A35A4569E4529A3CDfB74e38FD98631",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aero-0x940181a94a35a4569e4529a3cdfb74e38fd98631.png",ticker:"AERO"},{address:"0x5f7ff3e55b3ba14764c51e55601a9ec373c9bc36",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AETHIR-0x5f7ff3e55b3ba14764c51e55601a9ec373c9bc36",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aethir-0x5f7ff3e55b3ba14764c51e55601a9ec373c9bc36.png",ticker:"AETHIR"},{address:"0xfe0c0b15798b8c9107cd4aa556a87eb031263e8b",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.AETX-0xfe0c0b15798b8c9107cd4aa556a87eb031263e8b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aetx-0xfe0c0b15798b8c9107cd4aa556a87eb031263e8b.png",ticker:"AETX"},{address:"0x313f2cddcdc74747c18d2f529ec9c087860198ed",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AHD-0x313f2cddcdc74747c18d2f529ec9c087860198ed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ahd-0x313f2cddcdc74747c18d2f529ec9c087860198ed.png",ticker:"AHD"},{address:"0x0728a1e65e57445eb42743e8832aa5cd3523ef9b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AI-0x0728a1e65e57445eb42743e8832aa5cd3523ef9b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ai-0x0728a1e65e57445eb42743e8832aa5cd3523ef9b.png",ticker:"AI"},{address:"0x2247eddef722e8be039557422704fa20f9cc387a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ai16z-0x2247eddef722e8be039557422704fa20f9cc387a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ai16z-0x2247eddef722e8be039557422704fa20f9cc387a.png",ticker:"ai16z"},{address:"0xbdf317f9c153246c429f23f4093087164b145390",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AIFUN-0xbdf317f9c153246c429f23f4093087164b145390",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aifun-0xbdf317f9c153246c429f23f4093087164b145390.png",ticker:"AIFUN"},{address:"0x8853f0c059c27527d33d02378e5e4f6d5afb574a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AIINU-0x8853f0c059c27527d33d02378e5e4f6d5afb574a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aiinu-0x8853f0c059c27527d33d02378e5e4f6d5afb574a.png",ticker:"AIINU"},{address:"0x97b959385dfdcaf252223838746beb232ac601aa",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AIM-0x97b959385dfdcaf252223838746beb232ac601aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aim-0x97b959385dfdcaf252223838746beb232ac601aa.png",ticker:"AIM"},{address:"0xbd2a89f43c209f23423db5a01a62a9ed107d07d9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AIMC-0xbd2a89f43c209f23423db5a01a62a9ed107d07d9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aimc-0xbd2a89f43c209f23423db5a01a62a9ed107d07d9.png",ticker:"AIMC"},{address:"0xc958e3db092ce36105c14217bbfa38b90a9c3e78",chain:"BASE",chainId:"8453",decimals:11,identifier:"BASE.AIRDROP-0xc958e3db092ce36105c14217bbfa38b90a9c3e78",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.airdrop-0xc958e3db092ce36105c14217bbfa38b90a9c3e78.png",ticker:"AIRDROP"},{address:"0x9d392e4e9807b278118e93948b9e7634e84940a8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AiSHA256-0x9d392e4e9807b278118e93948b9e7634e84940a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aisha256-0x9d392e4e9807b278118e93948b9e7634e84940a8.png",ticker:"AiSHA256"},{address:"0x20ef84969f6d81ff74ae4591c331858b20ad82cd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AiSTR-0x20ef84969f6d81ff74ae4591c331858b20ad82cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aistr-0x20ef84969f6d81ff74ae4591c331858b20ad82cd.png",ticker:"AiSTR"},{address:"0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AIXBT-0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aixbt-0x4f9fd6be4a90f2620860d680c0d4d5fb53d1a825.png",ticker:"AIXBT"},{address:"0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALB-0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.alb-0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4.png",ticker:"ALB"},{address:"0x97c806e7665d3afd84a8fe1837921403d59f3dcc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALI-0x97c806e7665d3afd84a8fe1837921403d59f3dcc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ali-0x97c806e7665d3afd84a8fe1837921403d59f3dcc.png",ticker:"ALI"},{address:"0xe39e43d16c4920e7cd43d998500a6cd6f8172c56",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALICEB-0xe39e43d16c4920e7cd43d998500a6cd6f8172c56",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.aliceb-0xe39e43d16c4920e7cd43d998500a6cd6f8172c56.png",ticker:"ALICEB"},{address:"0x43a0264ed5e999bafe0d8774f3a27e4dec16a5c7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALPEN-0x43a0264ed5e999bafe0d8774f3a27e4dec16a5c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.alpen-0x43a0264ed5e999bafe0d8774f3a27e4dec16a5c7.png",ticker:"ALPEN"},{address:"0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALTT-0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.altt-0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d.png",ticker:"ALTT"},{address:"0x91ad1b44913cd1b8241a4ff1e2eaa198da6bf4c9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ALU-0x91ad1b44913cd1b8241a4ff1e2eaa198da6bf4c9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.alu-0x91ad1b44913cd1b8241a4ff1e2eaa198da6bf4c9.png",ticker:"ALU"},{address:"0x90ec58ef4cc9f37b96de1e203b65bd4e6e79580e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AMETA-0x90ec58ef4cc9f37b96de1e203b65bd4e6e79580e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ameta-0x90ec58ef4cc9f37b96de1e203b65bd4e6e79580e.png",ticker:"AMETA"},{address:"0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ANDY-0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.andy-0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022.png",ticker:"ANDY"},{address:"0x0db510e79909666d6dec7f5e49370838c16d950f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ANON-0x0db510e79909666d6dec7f5e49370838c16d950f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.anon-0x0db510e79909666d6dec7f5e49370838c16d950f.png",ticker:"ANON"},{address:"0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Anon-0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.anon-0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c.png",ticker:"Anon"},{address:"0x052dff09bfb8397aa96eed8bf754f18ee54b24c6",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.Apple-0x052dff09bfb8397aa96eed8bf754f18ee54b24c6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.apple-0x052dff09bfb8397aa96eed8bf754f18ee54b24c6.png",ticker:"Apple"},{address:"0x18297a3d5c4be0b020e58a162d3868b8a5b92362",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.APTHV1-0x18297a3d5c4be0b020e58a162d3868b8a5b92362",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.apthv1-0x18297a3d5c4be0b020e58a162d3868b8a5b92362.png",ticker:"APTHV1"},{address:"0x7A2C5e7788E55Ec0a7ba4aEeC5B3da322718Fb5e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.APU-0x7A2C5e7788E55Ec0a7ba4aEeC5B3da322718Fb5e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.apu-0x7a2c5e7788e55ec0a7ba4aeec5b3da322718fb5e.png",ticker:"APU"},{address:"0xb771ba99decf2fd381895f3d07a72caa9986c66a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.APU-0xb771ba99decf2fd381895f3d07a72caa9986c66a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.apu-0xb771ba99decf2fd381895f3d07a72caa9986c66a.png",ticker:"APU"},{address:"0x140349bcb27cfa623d3e6fcee1629489e407ffea",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ARC-0x140349bcb27cfa623d3e6fcee1629489e407ffea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.arc-0x140349bcb27cfa623d3e6fcee1629489e407ffea.png",ticker:"ARC"},{address:"0x37eee70e40db681a884c754260b2afd416595653",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ARC-0x37eee70e40db681a884c754260b2afd416595653",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.arc-0x37eee70e40db681a884c754260b2afd416595653.png",ticker:"ARC"},{address:"0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.ARMS-0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.arms-0x148f77199cc4cabf66a3f3e2c8ff5905e674bb46.png",ticker:"ARMS"},{address:"0x0419856f551fec5aa8a18d2a05090a93bbe62071",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ARTTO-0x0419856f551fec5aa8a18d2a05090a93bbe62071",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.artto-0x0419856f551fec5aa8a18d2a05090a93bbe62071.png",ticker:"ARTTO"},{address:"0x0b9f23645c9053becd257f2de5fd961091112fb1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ATL-0x0b9f23645c9053becd257f2de5fd961091112fb1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.atl-0x0b9f23645c9053becd257f2de5fd961091112fb1.png",ticker:"ATL"},{address:"0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AUKI-0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.auki-0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4.png",ticker:"AUKI"},{address:"0x9b700b043e9587dde9a0c29a9483e2f8fa450d54",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.AXGT-0x9b700b043e9587dde9a0c29a9483e2f8fa450d54",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.axgt-0x9b700b043e9587dde9a0c29a9483e2f8fa450d54.png",ticker:"AXGT"},{address:"0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.B3-0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.b3-0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3.png",ticker:"B3"},{address:"0xbe35071605277d8be5a52c84a66ab1bc855a758d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.B4FWX-0xbe35071605277d8be5a52c84a66ab1bc855a758d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.b4fwx-0xbe35071605277d8be5a52c84a66ab1bc855a758d.png",ticker:"B4FWX"},{address:"0x320155582cc96a7c52f42779b047f341a6859f71",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.B5-0x320155582cc96a7c52f42779b047f341a6859f71",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.b5-0x320155582cc96a7c52f42779b047f341a6859f71.png",ticker:"B5"},{address:"0x4158734D47Fc9692176B5085E0F52ee0Da5d47F1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BAL-0x4158734D47Fc9692176B5085E0F52ee0Da5d47F1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bal-0x4158734d47fc9692176b5085e0f52ee0da5d47f1.png",ticker:"BAL"},{address:"0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BALD-0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bald-0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8.png",ticker:"BALD"},{address:"0x689644b86075ed61c647596862c7403e1c474dbf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BAMBOO-0x689644b86075ed61c647596862c7403e1c474dbf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bamboo-0x689644b86075ed61c647596862c7403e1c474dbf.png",ticker:"BAMBOO"},{address:"0x2dbb0a5937c7bbfe139420bddcbfda0fff74575f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Banana-0x2dbb0a5937c7bbfe139420bddcbfda0fff74575f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.banana-0x2dbb0a5937c7bbfe139420bddcbfda0fff74575f.png",ticker:"Banana"},{address:"0x814fe70e85025bec87d4ad3f3b713bdcaac0579b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BARIO-0x814fe70e85025bec87d4ad3f3b713bdcaac0579b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bario-0x814fe70e85025bec87d4ad3f3b713bdcaac0579b.png",ticker:"BARIO"},{address:"0x3d533590b816b69943878121678860c31ddedb8d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASE-0x3d533590b816b69943878121678860c31ddedb8d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.base-0x3d533590b816b69943878121678860c31ddedb8d.png",ticker:"BASE"},{address:"0x5f2ac4465192243781a281a1ed023649811687f5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASE-0x5f2ac4465192243781a281a1ed023649811687f5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.base-0x5f2ac4465192243781a281a1ed023649811687f5.png",ticker:"BASE"},{address:"0x795f165c1a7c7454b9076ff371e4301a3c075402",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASE-0x795f165c1a7c7454b9076ff371e4301a3c075402",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.base-0x795f165c1a7c7454b9076ff371e4301a3c075402.png",ticker:"BASE"},{address:"0xd07379a755a8f11b57610154861d694b2a0f615a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASE-0xd07379a755a8f11b57610154861d694b2a0f615a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.base-0xd07379a755a8f11b57610154861d694b2a0f615a.png",ticker:"BASE"},{address:"0xe0e634a863f582b86bbaefffc3412d01de186a39",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASE-0xe0e634a863f582b86bbaefffc3412d01de186a39",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.base-0xe0e634a863f582b86bbaefffc3412d01de186a39.png",ticker:"BASE"},{address:"0x28e29ec91db66733a94ee8e3b86a6199117baf99",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASED-0x28e29ec91db66733a94ee8e3b86a6199117baf99",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.based-0x28e29ec91db66733a94ee8e3b86a6199117baf99.png",ticker:"BASED"},{address:"0x32e0f9d26d1e33625742a52620cc76c1130efde6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASED-0x32e0f9d26d1e33625742a52620cc76c1130efde6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.based-0x32e0f9d26d1e33625742a52620cc76c1130efde6.png",ticker:"BASED"},{address:"0x18c77ecf929ed923e87315fdd2d76ec2d9ebe793",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.basedAI-0x18c77ecf929ed923e87315fdd2d76ec2d9ebe793",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.basedai-0x18c77ecf929ed923e87315fdd2d76ec2d9ebe793.png",ticker:"basedAI"},{address:"0x48ade9b80277705d092803b58b6d241de91232d0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASEOVER-0x48ade9b80277705d092803b58b6d241de91232d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.baseover-0x48ade9b80277705d092803b58b6d241de91232d0.png",ticker:"BASEOVER"},{address:"0xcc6c3114d065d1e8ba90e0a615faf0c300638a6f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BASS-0xcc6c3114d065d1e8ba90e0a615faf0c300638a6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bass-0xcc6c3114d065d1e8ba90e0a615faf0c300638a6f.png",ticker:"BASS"},{address:"0x55782f9c2c8dd6f5be673826c9fb0039584e5d4b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BBB-0x55782f9c2c8dd6f5be673826c9fb0039584e5d4b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bbb-0x55782f9c2c8dd6f5be673826c9fb0039584e5d4b.png",ticker:"BBB"},{address:"0x5325fb838317734f9988c09a28667aceed01b06f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BBRETT-0x5325fb838317734f9988c09a28667aceed01b06f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bbrett-0x5325fb838317734f9988c09a28667aceed01b06f.png",ticker:"BBRETT"},{address:"0xef8a84eb92afd22a115d5e81b2c3c605b866f044",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BEBE-0xef8a84eb92afd22a115d5e81b2c3c605b866f044",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bebe-0xef8a84eb92afd22a115d5e81b2c3c605b866f044.png",ticker:"BEBE"},{address:"0x418d5e096225729001bb54e62ef7ad6873550146",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BeeARD-0x418d5e096225729001bb54e62ef7ad6873550146",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.beeard-0x418d5e096225729001bb54e62ef7ad6873550146.png",ticker:"BeeARD"},{address:"0xbc45647ea894030a4e9801ec03479739fa2485f0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BENJI-0xbc45647ea894030a4e9801ec03479739fa2485f0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.benji-0xbc45647ea894030a4e9801ec03479739fa2485f0.png",ticker:"BENJI"},{address:"0x850a4c4d71be9c09a682cd13a01fea3e544e4ca0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Bera-0x850a4c4d71be9c09a682cd13a01fea3e544e4ca0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bera-0x850a4c4d71be9c09a682cd13a01fea3e544e4ca0.png",ticker:"Bera"},{address:"0xfc5462143a3178cf044e97c491f6bcb5e38f173e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BERF-0xfc5462143a3178cf044e97c491f6bcb5e38f173e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.berf-0xfc5462143a3178cf044e97c491f6bcb5e38f173e.png",ticker:"BERF"},{address:"0x23418de10d422ad71c9d5713a2b8991a9c586443",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BGCI-0x23418de10d422ad71c9d5713a2b8991a9c586443",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bgci-0x23418de10d422ad71c9d5713a2b8991a9c586443.png",ticker:"BGCI"},{address:"0x348409fa3651d4cf8571db6bdfaadd3df35987cd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BILLY-0x348409fa3651d4cf8571db6bdfaadd3df35987cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.billy-0x348409fa3651d4cf8571db6bdfaadd3df35987cd.png",ticker:"BILLY"},{address:"0xf08c9e741ed575031aff1972dd975d04fdfd1c4d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BILLY-0xf08c9e741ed575031aff1972dd975d04fdfd1c4d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.billy-0xf08c9e741ed575031aff1972dd975d04fdfd1c4d.png",ticker:"BILLY"},{address:"0x5ff986de80fc8502ea9293b8c06ef22b1e3f11e9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BINU-0x5ff986de80fc8502ea9293b8c06ef22b1e3f11e9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.binu-0x5ff986de80fc8502ea9293b8c06ef22b1e3f11e9.png",ticker:"BINU"},{address:"0x801f3f79f57f92f9e4ce449348f94cad63dc5fdc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Bitcat-0x801f3f79f57f92f9e4ce449348f94cad63dc5fdc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bitcat-0x801f3f79f57f92f9e4ce449348f94cad63dc5fdc.png",ticker:"Bitcat"},{address:"0x6b3bf4f7df7c2ec57bf2f1258c8ac4cf53caa05f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BITCOIN PIZZA-0x6b3bf4f7df7c2ec57bf2f1258c8ac4cf53caa05f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bitcoin pizza-0x6b3bf4f7df7c2ec57bf2f1258c8ac4cf53caa05f.png",ticker:"BITCOIN PIZZA"},{address:"0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.BITCOIN-0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bitcoin-0x2a06a17cbc6d0032cac2c6696da90f29d39a1a29.png",ticker:"BITCOIN"},{address:"0x28bc44f9754f590da1564c1a7ba35f8e1d1b134a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BLONDE-0x28bc44f9754f590da1564c1a7ba35f8e1d1b134a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.blonde-0x28bc44f9754f590da1564c1a7ba35f8e1d1b134a.png",ticker:"BLONDE"},{address:"0xb98b2222ba59f2200ad35dec391c9f7e49aa7ef3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BLU-0xb98b2222ba59f2200ad35dec391c9f7e49aa7ef3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.blu-0xb98b2222ba59f2200ad35dec391c9f7e49aa7ef3.png",ticker:"BLU"},{address:"0x20fad58a61c3b522ffdc819694d38653dcb0211f",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.BLUEY-0x20fad58a61c3b522ffdc819694d38653dcb0211f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bluey-0x20fad58a61c3b522ffdc819694d38653dcb0211f.png",ticker:"BLUEY"},{address:"0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BNKR-0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bnkr-0x22af33fe49fd1fa80c7149773dde5890d3c76f3b.png",ticker:"BNKR"},{address:"0xa559a3534324d3c294c7b9eb64c505514484dda6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.boden-0xa559a3534324d3c294c7b9eb64c505514484dda6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.boden-0xa559a3534324d3c294c7b9eb64c505514484dda6.png",ticker:"boden"},{address:"0x36b0bc9b7cd78c589076c8fb7cd3f68b25b9770a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BOLIDE-0x36b0bc9b7cd78c589076c8fb7cd3f68b25b9770a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bolide-0x36b0bc9b7cd78c589076c8fb7cd3f68b25b9770a.png",ticker:"BOLIDE"},{address:"0xa0aebd4ae5f256b72b7d43f67ed934237adb1aee",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BONSAICOIN-0xa0aebd4ae5f256b72b7d43f67ed934237adb1aee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bonsaicoin-0xa0aebd4ae5f256b72b7d43f67ed934237adb1aee.png",ticker:"BONSAICOIN"},{address:"0xdf66508f76f97608da6ae1b14c86eb3cb7b00ab4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BOPCAT-0xdf66508f76f97608da6ae1b14c86eb3cb7b00ab4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bopcat-0xdf66508f76f97608da6ae1b14c86eb3cb7b00ab4.png",ticker:"BOPCAT"},{address:"0x70737489dfdf1a29b7584d40500d3561bd4fe196",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BORED-0x70737489dfdf1a29b7584d40500d3561bd4fe196",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bored-0x70737489dfdf1a29b7584d40500d3561bd4fe196.png",ticker:"BORED"},{address:"0xda761a290e01c69325d12d82ac402e5a73d62e81",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BPS-0xda761a290e01c69325d12d82ac402e5a73d62e81",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bps-0xda761a290e01c69325d12d82ac402e5a73d62e81.png",ticker:"BPS"},{address:"0x06f71fb90f84b35302d132322a3c90e4477333b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRACKY-0x06f71fb90f84b35302d132322a3c90e4477333b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bracky-0x06f71fb90f84b35302d132322a3c90e4477333b0.png",ticker:"BRACKY"},{address:"0x532f27101965dd16442e59d40670faf5ebb142e4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRETT-0x532f27101965dd16442e59d40670faf5ebb142e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.brett-0x532f27101965dd16442e59d40670faf5ebb142e4.png",ticker:"BRETT"},{address:"0x02e739740b007bd5e4600b9736a143b6e794d223",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRING-0x02e739740b007bd5e4600b9736a143b6e794d223",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bring-0x02e739740b007bd5e4600b9736a143b6e794d223.png",ticker:"BRING"},{address:"0x46c6f19d05be7c2d2170b1ff6cdb0e632f1b2b3b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRITT-0x46c6f19d05be7c2d2170b1ff6cdb0e632f1b2b3b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.britt-0x46c6f19d05be7c2d2170b1ff6cdb0e632f1b2b3b.png",ticker:"BRITT"},{address:"0x8c81b4c816d66d36c4bf348bdec01dbcbc70e987",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRIUN-0x8c81b4c816d66d36c4bf348bdec01dbcbc70e987",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.briun-0x8c81b4c816d66d36c4bf348bdec01dbcbc70e987.png",ticker:"BRIUN"},{address:"0x25f7ffff9ac0cfa346866c6cc9f9de1f69d62a22",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRKFST-0x25f7ffff9ac0cfa346866c6cc9f9de1f69d62a22",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.brkfst-0x25f7ffff9ac0cfa346866c6cc9f9de1f69d62a22.png",ticker:"BRKFST"},{address:"0x888860086b1fd22cebf308ef2a6f0354d9ed8888",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRM-0x888860086b1fd22cebf308ef2a6f0354d9ed8888",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.brm-0x888860086b1fd22cebf308ef2a6f0354d9ed8888.png",ticker:"BRM"},{address:"0xc1809275f6b31965d71bb49deda12d24b45e2101",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BRR-0xc1809275f6b31965d71bb49deda12d24b45e2101",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.brr-0xc1809275f6b31965d71bb49deda12d24b45e2101.png",ticker:"BRR"},{address:"0x831a29d69239562ee8ecea8a47aed2ed6dfc6a74",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.BRRR-0x831a29d69239562ee8ecea8a47aed2ed6dfc6a74",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.brrr-0x831a29d69239562ee8ecea8a47aed2ed6dfc6a74.png",ticker:"BRRR"},{address:"0xcb327b99ff831bf8223cced12b1338ff3aa322ff",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.bsdETH-0xcb327b99ff831bf8223cced12b1338ff3aa322ff",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bsdeth-0xcb327b99ff831bf8223cced12b1338ff3aa322ff.png",ticker:"bsdETH"},{address:"0xddeb793839e4c2b5ffe80008de7f4521da67cab4",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.BSE-0xddeb793839e4c2b5ffe80008de7f4521da67cab4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bse-0xddeb793839e4c2b5ffe80008de7f4521da67cab4.png",ticker:"BSE"},{address:"0x315077bd45617a5965bea7fef1018276b19c8d62",chain:"BASE",chainId:"8453",decimals:12,identifier:"BASE.BSo-0x315077bd45617a5965bea7fef1018276b19c8d62",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bso-0x315077bd45617a5965bea7fef1018276b19c8d62.png",ticker:"BSo"},{address:"0xbd3601d32ab6fa8d693ac13c4ae245228c7ea0bb",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BSR-0xbd3601d32ab6fa8d693ac13c4ae245228c7ea0bb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bsr-0xbd3601d32ab6fa8d693ac13c4ae245228c7ea0bb.png",ticker:"BSR"},{address:"0xec5f27d91d342d4b9b79354e6911a720dc0359f6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.bstn-0xec5f27d91d342d4b9b79354e6911a720dc0359f6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bstn-0xec5f27d91d342d4b9b79354e6911a720dc0359f6.png",ticker:"bstn"},{address:"0x3155c5f16d706f4f4ae5e5f8b98ec33905c0e06b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BSTST-0x3155c5f16d706f4f4ae5e5f8b98ec33905c0e06b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bstst-0x3155c5f16d706f4f4ae5e5f8b98ec33905c0e06b.png",ticker:"BSTST"},{address:"0xd47f3e45b23b7594f5d5e1ccfde63237c60be49e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BSX-0xd47f3e45b23b7594f5d5e1ccfde63237c60be49e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bsx-0xd47f3e45b23b7594f5d5e1ccfde63237c60be49e.png",ticker:"BSX"},{address:"0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BtcUSD-0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.btcusd-0xe4b20925d9e9a62f1e492e15a81dc0de62804dd4.png",ticker:"BtcUSD"},{address:"0x92e638fcecea8f2bdc27824a4f34fa5bcfe7ddbe",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BTH-0x92e638fcecea8f2bdc27824a4f34fa5bcfe7ddbe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bth-0x92e638fcecea8f2bdc27824a4f34fa5bcfe7ddbe.png",ticker:"BTH"},{address:"0xA7d68d155d17cB30e311367c2Ef1E82aB6022b67",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BTRST-0xA7d68d155d17cB30e311367c2Ef1E82aB6022b67",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.btrst-0xa7d68d155d17cb30e311367c2ef1e82ab6022b67.png",ticker:"BTRST"},{address:"0x3c281a39944a2319aa653d81cfd93ca10983d234",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BUILD-0x3c281a39944a2319aa653d81cfd93ca10983d234",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.build-0x3c281a39944a2319aa653d81cfd93ca10983d234.png",ticker:"BUILD"},{address:"0x27ec35c9508285a67a2efe7b62618c959dd74be8",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.BUNI-0x27ec35c9508285a67a2efe7b62618c959dd74be8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.buni-0x27ec35c9508285a67a2efe7b62618c959dd74be8.png",ticker:"BUNI"},{address:"0x70819f1a8b2e9d7279b8353c316c15a8fb66755b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BUNNY-0x70819f1a8b2e9d7279b8353c316c15a8fb66755b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.bunny-0x70819f1a8b2e9d7279b8353c316c15a8fb66755b.png",ticker:"BUNNY"},{address:"0x21e00ff5374a0b803e0dc13a72800aca95b4b09e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BUTTHOLE-0x21e00ff5374a0b803e0dc13a72800aca95b4b09e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.butthole-0x21e00ff5374a0b803e0dc13a72800aca95b4b09e.png",ticker:"BUTTHOLE"},{address:"0xd0499cdd5caa8db4e1e6b12acc408e2df79ce09c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.BUYIT-0xd0499cdd5caa8db4e1e6b12acc408e2df79ce09c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.buyit-0xd0499cdd5caa8db4e1e6b12acc408e2df79ce09c.png",ticker:"BUYIT"},{address:"0x55591d2e31d90e6e23a7eabe8de68f312d0785a1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Byebit-0x55591d2e31d90e6e23a7eabe8de68f312d0785a1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.byebit-0x55591d2e31d90e6e23a7eabe8de68f312d0785a1.png",ticker:"Byebit"},{address:"0x38d513ec43dda20f323f26c7bef74c5cf80b6477",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CARLO-0x38d513ec43dda20f323f26c7bef74c5cf80b6477",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.carlo-0x38d513ec43dda20f323f26c7bef74c5cf80b6477.png",ticker:"CARLO"},{address:"0xf54d1bf5ff3457d6812e6826d549a939302612ae",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CASINO-0xf54d1bf5ff3457d6812e6826d549a939302612ae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.casino-0xf54d1bf5ff3457d6812e6826d549a939302612ae.png",ticker:"CASINO"},{address:"0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.cbBTC-0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",ticker:"cbBTC"},{address:"0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.cbETH-0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cbeth-0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22.png",ticker:"cbETH"},{address:"0x367eca121b97689351654ca36b4d5704fe1e3069",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CBURG-0x367eca121b97689351654ca36b4d5704fe1e3069",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cburg-0x367eca121b97689351654ca36b4d5704fe1e3069.png",ticker:"CBURG"},{address:"0xa12851e25fab1782379b5236235e20d69010ddc7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CDT-0xa12851e25fab1782379b5236235e20d69010ddc7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cdt-0xa12851e25fab1782379b5236235e20d69010ddc7.png",ticker:"CDT"},{address:"0xc0d3700000c0e32716863323bfd936b54a1633d1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CDX-0xc0d3700000c0e32716863323bfd936b54a1633d1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cdx-0xc0d3700000c0e32716863323bfd936b54a1633d1.png",ticker:"CDX"},{address:"0xc0d3700000987c99b3c9009069e4f8413fd22330",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.cdxUSD-0xc0d3700000987c99b3c9009069e4f8413fd22330",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cdxusd-0xc0d3700000987c99b3c9009069e4f8413fd22330.png",ticker:"cdxUSD"},{address:"0xecaf81eb42cd30014eb44130b89bcd6d4ad98b92",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHAD-0xecaf81eb42cd30014eb44130b89bcd6d4ad98b92",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chad-0xecaf81eb42cd30014eb44130b89bcd6d4ad98b92.png",ticker:"CHAD"},{address:"0x06347eb381066b21f1c5a2fb2e3a6cff97077a70",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.Chain-0x06347eb381066b21f1c5a2fb2e3a6cff97077a70",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chain-0x06347eb381066b21f1c5a2fb2e3a6cff97077a70.png",ticker:"Chain"},{address:"0x20d704099b62ada091028bcfc44445041ed16f09",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHAOS-0x20d704099b62ada091028bcfc44445041ed16f09",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chaos-0x20d704099b62ada091028bcfc44445041ed16f09.png",ticker:"CHAOS"},{address:"0x26e0331355df5ef082f69df161218093708a73ac",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHAOS-0x26e0331355df5ef082f69df161218093708a73ac",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chaos-0x26e0331355df5ef082f69df161218093708a73ac.png",ticker:"CHAOS"},{address:"0xaed50e698b6b50c0e4406101e60bf7328e03554c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ChatGPT-0xaed50e698b6b50c0e4406101e60bf7328e03554c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chatgpt-0xaed50e698b6b50c0e4406101e60bf7328e03554c.png",ticker:"ChatGPT"},{address:"0x396227edabf114c1dde1da1e96537a8f8204946d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHIBI-0x396227edabf114c1dde1da1e96537a8f8204946d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chibi-0x396227edabf114c1dde1da1e96537a8f8204946d.png",ticker:"CHIBI"},{address:"0x164869d69011d83f53974741f1f455734f92c162",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Chilluigi-0x164869d69011d83f53974741f1f455734f92c162",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chilluigi-0x164869d69011d83f53974741f1f455734f92c162.png",ticker:"Chilluigi"},{address:"0xebff2db643cf955247339c8c6bcd8406308ca437",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHOMP-0xebff2db643cf955247339c8c6bcd8406308ca437",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chomp-0xebff2db643cf955247339c8c6bcd8406308ca437.png",ticker:"CHOMP"},{address:"0x83964f6624232d63bccb20cbc8fcf16298996f0e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CHX-0x83964f6624232d63bccb20cbc8fcf16298996f0e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.chx-0x83964f6624232d63bccb20cbc8fcf16298996f0e.png",ticker:"CHX"},{address:"0x62af5774b54d5186ef3f462fd6ed93bce2b16e44",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CICADA-0x62af5774b54d5186ef3f462fd6ed93bce2b16e44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cicada-0x62af5774b54d5186ef3f462fd6ed93bce2b16e44.png",ticker:"CICADA"},{address:"0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CIGS-0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cigs-0x01a9008e4520b550ee9a41cd97dc38d2f28a1df9.png",ticker:"CIGS"},{address:"0x5babfc2f240bc5de90eb7e19d789412db1dec402",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CIRCLE-0x5babfc2f240bc5de90eb7e19d789412db1dec402",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.circle-0x5babfc2f240bc5de90eb7e19d789412db1dec402.png",ticker:"CIRCLE"},{address:"0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLANKER-0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clanker-0x1bc0c42215582d5a085795f4badbac3ff36d1bcb.png",ticker:"CLANKER"},{address:"0x1cdbb57b12f732cfb4dc06f690acef476485b2a5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Clankermon-0x1cdbb57b12f732cfb4dc06f690acef476485b2a5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clankermon-0x1cdbb57b12f732cfb4dc06f690acef476485b2a5.png",ticker:"Clankermon"},{address:"0x1d008f50fb828ef9debbbeae1b71fffe929bf317",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLANKFUN-0x1d008f50fb828ef9debbbeae1b71fffe929bf317",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clankfun-0x1d008f50fb828ef9debbbeae1b71fffe929bf317.png",ticker:"CLANKFUN"},{address:"0x1999390e3e222252e933cfef2a9c7754d2a85a40",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLANKPRINT-0x1999390e3e222252e933cfef2a9c7754d2a85a40",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clankprint-0x1999390e3e222252e933cfef2a9c7754d2a85a40.png",ticker:"CLANKPRINT"},{address:"0xdc7f7ad44f3ed116577417017cf37a19dff9ffe9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLANKVTX-0xdc7f7ad44f3ed116577417017cf37a19dff9ffe9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clankvtx-0xdc7f7ad44f3ed116577417017cf37a19dff9ffe9.png",ticker:"CLANKVTX"},{address:"0x290f057a2c59b95d8027aa4abf31782676502071",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLIZA-0x290f057a2c59b95d8027aa4abf31782676502071",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cliza-0x290f057a2c59b95d8027aa4abf31782676502071.png",ticker:"CLIZA"},{address:"0x12e377989a87da0f9b9166f0f875c9069eaa776c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLO-0x12e377989a87da0f9b9166f0f875c9069eaa776c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clo-0x12e377989a87da0f9b9166f0f875c9069eaa776c.png",ticker:"CLO"},{address:"0x0fdfd509c7d8b57aec45eac41cabe8987e41226d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.clonk-0x0fdfd509c7d8b57aec45eac41cabe8987e41226d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clonk-0x0fdfd509c7d8b57aec45eac41cabe8987e41226d.png",ticker:"clonk"},{address:"0xd962e9bc39cc9c4a6908ce4141ba54e82160f56d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLOWNX-0xd962e9bc39cc9c4a6908ce4141ba54e82160f56d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clownx-0xd962e9bc39cc9c4a6908ce4141ba54e82160f56d.png",ticker:"CLOWNX"},{address:"0x4b361e60cf256b926ba15f157d69cac9cd037426",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLUSTR-0x4b361e60cf256b926ba15f157d69cac9cd037426",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clustr-0x4b361e60cf256b926ba15f157d69cac9cd037426.png",ticker:"CLUSTR"},{address:"0xc99e6839bf70f6fda7a6eb35d07de756d711a439",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CLWNZ-0xc99e6839bf70f6fda7a6eb35d07de756d711a439",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.clwnz-0xc99e6839bf70f6fda7a6eb35d07de756d711a439.png",ticker:"CLWNZ"},{address:"0x937a1cfaf0a3d9f5dc4d0927f72ee5e3e5f82a00",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Cocoro-0x937a1cfaf0a3d9f5dc4d0927f72ee5e3e5f82a00",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cocoro-0x937a1cfaf0a3d9f5dc4d0927f72ee5e3e5f82a00.png",ticker:"Cocoro"},{address:"0x96d3f37dbec31b763ac0a08ef620027b94fb023a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COD-0x96d3f37dbec31b763ac0a08ef620027b94fb023a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cod-0x96d3f37dbec31b763ac0a08ef620027b94fb023a.png",ticker:"COD"},{address:"0x8e16d46cb2da01cdd49601ec73d7b0344969ae33",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.coin-0x8e16d46cb2da01cdd49601ec73d7b0344969ae33",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.coin-0x8e16d46cb2da01cdd49601ec73d7b0344969ae33.png",ticker:"coin"},{address:"0x0028e1e60167b48a938b785aa5292917e7eaca8b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COINYE-0x0028e1e60167b48a938b785aa5292917e7eaca8b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.coinye-0x0028e1e60167b48a938b785aa5292917e7eaca8b.png",ticker:"COINYE"},{address:"0x9e1028F5F1D5eDE59748FFceE5532509976840E0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COMP-0x9e1028F5F1D5eDE59748FFceE5532509976840E0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.comp-0x9e1028f5f1d5ede59748ffcee5532509976840e0.png",ticker:"COMP"},{address:"0x991a6fbb168ce6d0b9965add25f9f180743a0c99",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CONSENSYS-0x991a6fbb168ce6d0b9965add25f9f180743a0c99",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.consensys-0x991a6fbb168ce6d0b9965add25f9f180743a0c99.png",ticker:"CONSENSYS"},{address:"0xab9b9608ba2d9cc8cb50227a3814af2c873b6f95",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CONSENSYS-0xab9b9608ba2d9cc8cb50227a3814af2c873b6f95",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.consensys-0xab9b9608ba2d9cc8cb50227a3814af2c873b6f95.png",ticker:"CONSENSYS"},{address:"0xc4b60b342f636b244326545d18dee198cca75a52",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CONSENSYS-0xc4b60b342f636b244326545d18dee198cca75a52",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.consensys-0xc4b60b342f636b244326545d18dee198cca75a52.png",ticker:"CONSENSYS"},{address:"0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COOKIE-0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cookie-0xc0041ef357b183448b235a8ea73ce4e4ec8c265f.png",ticker:"COOKIE"},{address:"0xa4b17e73a8a79c0227804efddba298dc8aaa82c7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COPA-0xa4b17e73a8a79c0227804efddba298dc8aaa82c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.copa-0xa4b17e73a8a79c0227804efddba298dc8aaa82c7.png",ticker:"COPA"},{address:"0x7c101a0e141517009d3138743213e3e835a809de",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.COSMIC-0x7c101a0e141517009d3138743213e3e835a809de",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cosmic-0x7c101a0e141517009d3138743213e3e835a809de.png",ticker:"COSMIC"},{address:"0xa3fd8c75aa9731777c61256350ffdfa6743f023a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CR7-0xa3fd8c75aa9731777c61256350ffdfa6743f023a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cr7-0xa3fd8c75aa9731777c61256350ffdfa6743f023a.png",ticker:"CR7"},{address:"0x3849cc93e7b71b37885237cd91a215974135cd8d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CREATE-0x3849cc93e7b71b37885237cd91a215974135cd8d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.create-0x3849cc93e7b71b37885237cd91a215974135cd8d.png",ticker:"CREATE"},{address:"0x9e91077eb43c26a92fe8c830a730cf582e011c34",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CRINGE-0x9e91077eb43c26a92fe8c830a730cf582e011c34",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cringe-0x9e91077eb43c26a92fe8c830a730cf582e011c34.png",ticker:"CRINGE"},{address:"0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CRV-0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.crv-0x8ee73c484a26e0a5df2ee2a4960b789967dd0415.png",ticker:"CRV"},{address:"0xBB22Ff867F8Ca3D5F2251B4084F6Ec86D4666E14",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CTX-0xBB22Ff867F8Ca3D5F2251B4084F6Ec86D4666E14",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ctx-0xbb22ff867f8ca3d5f2251b4084f6ec86d4666e14.png",ticker:"CTX"},{address:"0x204d9738b505d29026cf7ec4888d6e42ed66859e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CUTECAT-0x204d9738b505d29026cf7ec4888d6e42ed66859e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cutecat-0x204d9738b505d29026cf7ec4888d6e42ed66859e.png",ticker:"CUTECAT"},{address:"0xB1E1f3Cc2B6fE4420C1Ac82022b457018Eb628ff",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.CXT-0xB1E1f3Cc2B6fE4420C1Ac82022b457018Eb628ff",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.cxt-0xb1e1f3cc2b6fe4420c1ac82022b457018eb628ff.png",ticker:"CXT"},{address:"0xf16439030646a3956daf3e2456f5e31b3e88594f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.D.O.G.E.-0xf16439030646a3956daf3e2456f5e31b3e88594f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.d.o.g.e.-0xf16439030646a3956daf3e2456f5e31b3e88594f.png",ticker:"D.O.G.E."},{address:"0xf44562e1b79cb0a7a1e26edc71bd50eddf240c13",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.D.O.G.E.-0xf44562e1b79cb0a7a1e26edc71bd50eddf240c13",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.d.o.g.e.-0xf44562e1b79cb0a7a1e26edc71bd50eddf240c13.png",ticker:"D.O.G.E."},{address:"0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DAI-0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",ticker:"DAI"},{address:"0x9c13ac83930076744b375cd1d379f5a25d436755",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DeepSeek-0x9c13ac83930076744b375cd1d379f5a25d436755",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.deepseek-0x9c13ac83930076744b375cd1d379f5a25d436755.png",ticker:"DeepSeek"},{address:"0x164ffdae2fe3891714bc2968f1875ca4fa1079d0",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.DEFI.ssi-0x164ffdae2fe3891714bc2968f1875ca4fa1079d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.defi.ssi-0x164ffdae2fe3891714bc2968f1875ca4fa1079d0.png",ticker:"DEFI.ssi"},{address:"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DEGEN-0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.degen-0x4ed4e862860bed51a9570b96d89af5e1b0efefed.png",ticker:"DEGEN"},{address:"0x0cd64f5ef133a8be645199ccf82b203707cec4af",chain:"BASE",chainId:"8453",decimals:10,identifier:"BASE.DEP-0x0cd64f5ef133a8be645199ccf82b203707cec4af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dep-0x0cd64f5ef133a8be645199ccf82b203707cec4af.png",ticker:"DEP"},{address:"0xab966c9f12b8e048c4e77ba4087e8ac6d7b13daa",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DESEC-0xab966c9f12b8e048c4e77ba4087e8ac6d7b13daa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.desec-0xab966c9f12b8e048c4e77ba4087e8ac6d7b13daa.png",ticker:"DESEC"},{address:"0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DGN-0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dgn-0x20b6af54e6e54e20310507920c58ca1e2cc2b3a8.png",ticker:"DGN"},{address:"0x2d57c47bc5d2432feeedf2c9150162a9862d3ccf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DICKBUTT-0x2d57c47bc5d2432feeedf2c9150162a9862d3ccf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dickbutt-0x2d57c47bc5d2432feeedf2c9150162a9862d3ccf.png",ticker:"DICKBUTT"},{address:"0x17d70172c7c4205bd39ce80f7f0ee660b7dc5a23",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DIME-0x17d70172c7c4205bd39ce80f7f0ee660b7dc5a23",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dime-0x17d70172c7c4205bd39ce80f7f0ee660b7dc5a23.png",ticker:"DIME"},{address:"0x09bcc244524cddbc7446a993ae13cd69928a68c2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DISH-0x09bcc244524cddbc7446a993ae13cd69928a68c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dish-0x09bcc244524cddbc7446a993ae13cd69928a68c2.png",ticker:"DISH"},{address:"0x8c6828da22e63823d49a723838f9bbce34d7bdb0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DJT-0x8c6828da22e63823d49a723838f9bbce34d7bdb0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.djt-0x8c6828da22e63823d49a723838f9bbce34d7bdb0.png",ticker:"DJT"},{address:"0xc4fe18b325f2ca1c1149e0fb67add8a0aa5a8014",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DJT-0xc4fe18b325f2ca1c1149e0fb67add8a0aa5a8014",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.djt-0xc4fe18b325f2ca1c1149e0fb67add8a0aa5a8014.png",ticker:"DJT"},{address:"0x2d99436dea34a1c3b15d45db4394c8c01251efd6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOG-0x2d99436dea34a1c3b15d45db4394c8c01251efd6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0x2d99436dea34a1c3b15d45db4394c8c01251efd6.png",ticker:"DOG"},{address:"0x3b916b8f6a710e9240ff08c1dd646dd8e8ed9e1e",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.DOG-0x3b916b8f6a710e9240ff08c1dd646dd8e8ed9e1e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0x3b916b8f6a710e9240ff08c1dd646dd8e8ed9e1e.png",ticker:"DOG"},{address:"0x8b0a23e63a42c2cf88440c8c043f44b6bf9c87a0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOG-0x8b0a23e63a42c2cf88440c8c043f44b6bf9c87a0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0x8b0a23e63a42c2cf88440c8c043f44b6bf9c87a0.png",ticker:"DOG"},{address:"0x9e53e88dcff56d3062510a745952dec4cefdff9e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOG-0x9e53e88dcff56d3062510a745952dec4cefdff9e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0x9e53e88dcff56d3062510a745952dec4cefdff9e.png",ticker:"DOG"},{address:"0xafb89a09d82fbde58f18ac6437b3fc81724e4df6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOG-0xafb89a09d82fbde58f18ac6437b3fc81724e4df6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dog-0xafb89a09d82fbde58f18ac6437b3fc81724e4df6.png",ticker:"DOG"},{address:"0xa8334525aa440a27826b915547f32f7f9d0b0503",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOGE-0xa8334525aa440a27826b915547f32f7f9d0b0503",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.doge-0xa8334525aa440a27826b915547f32f7f9d0b0503.png",ticker:"DOGE"},{address:"0xe9652c01b3a445fb1d2e91b3865a055ea83ebd08",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOGE-0xe9652c01b3a445fb1d2e91b3865a055ea83ebd08",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.doge-0xe9652c01b3a445fb1d2e91b3865a055ea83ebd08.png",ticker:"DOGE"},{address:"0x6921B130D297cc43754afba22e5EAc0FBf8Db75b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.doginme-0x6921B130D297cc43754afba22e5EAc0FBf8Db75b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.doginme-0x6921b130d297cc43754afba22e5eac0fbf8db75b.png",ticker:"doginme"},{address:"0xd8a476519e5924f33617b3ec361fe803694e52e8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.doginme-0xd8a476519e5924f33617b3ec361fe803694e52e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.doginme-0xd8a476519e5924f33617b3ec361fe803694e52e8.png",ticker:"doginme"},{address:"0xcf29d2de91d04b951b0bb58a81f181bc994a015b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DOLPHIN-0xcf29d2de91d04b951b0bb58a81f181bc994a015b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dolphin-0xcf29d2de91d04b951b0bb58a81f181bc994a015b.png",ticker:"DOLPHIN"},{address:"0x5d96a814600ae9044312d7ce40c7c1c74d774f85",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DORAEMON-0x5d96a814600ae9044312d7ce40c7c1c74d774f85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.doraemon-0x5d96a814600ae9044312d7ce40c7c1c74d774f85.png",ticker:"DORAEMON"},{address:"0x2bc08a6583f9bb980f26114c6b513252942e946f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.drai-0x2bc08a6583f9bb980f26114c6b513252942e946f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.drai-0x2bc08a6583f9bb980f26114c6b513252942e946f.png",ticker:"drai"},{address:"0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DRB-0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.drb-0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2.png",ticker:"DRB"},{address:"0x98d59767cd1335071a4e9b9d3482685c915131e8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.dream-0x98d59767cd1335071a4e9b9d3482685c915131e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dream-0x98d59767cd1335071a4e9b9d3482685c915131e8.png",ticker:"dream"},{address:"0x9d0E8f5b25384C7310CB8C6aE32C8fbeb645d083",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DRV-0x9d0E8f5b25384C7310CB8C6aE32C8fbeb645d083",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.drv-0x9d0e8f5b25384c7310cb8c6ae32c8fbeb645d083.png",ticker:"DRV"},{address:"0x38029c62dfa30d9fd3cadf4c64e9b2ab21dbda17",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Dubbz-0x38029c62dfa30d9fd3cadf4c64e9b2ab21dbda17",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dubbz-0x38029c62dfa30d9fd3cadf4c64e9b2ab21dbda17.png",ticker:"Dubbz"},{address:"0xdca716b7360b76383e8f7b82aefcbe632fc381af",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DUCK-0xdca716b7360b76383e8f7b82aefcbe632fc381af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.duck-0xdca716b7360b76383e8f7b82aefcbe632fc381af.png",ticker:"DUCK"},{address:"0x3f232e64b7a921c926342624fea03df0425c1d2c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.DUMB-0x3f232e64b7a921c926342624fea03df0425c1d2c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.dumb-0x3f232e64b7a921c926342624fea03df0425c1d2c.png",ticker:"DUMB"},{address:"0x4b6bf1d365ea1a8d916da37fafd4ae8c86d061d7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EAI-0x4b6bf1d365ea1a8d916da37fafd4ae8c86d061d7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eai-0x4b6bf1d365ea1a8d916da37fafd4ae8c86d061d7.png",ticker:"EAI"},{address:"0x3e62fed35c97145e6b445704b8ce74b2544776a9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EARNM-0x3e62fed35c97145e6b445704b8ce74b2544776a9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.earnm-0x3e62fed35c97145e6b445704b8ce74b2544776a9.png",ticker:"EARNM"},{address:"0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EDGE-0xED6E000dEF95780fb89734c07EE2ce9F6dcAf110",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.edge-0xed6e000def95780fb89734c07ee2ce9f6dcaf110.png",ticker:"EDGE"},{address:"0xc06d667a6123abb9133eb8996d551730c1f1055d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EG-0xc06d667a6123abb9133eb8996d551730c1f1055d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eg-0xc06d667a6123abb9133eb8996d551730c1f1055d.png",ticker:"EG"},{address:"0x712f43b21cf3e1b189c27678c0f551c08c01d150",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EGGS-0x712f43b21cf3e1b189c27678c0f551c08c01d150",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eggs-0x712f43b21cf3e1b189c27678c0f551c08c01d150.png",ticker:"EGGS"},{address:"0x22066d8264c0758fe020968759df5f38b2c1f9ce",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ELON-0x22066d8264c0758fe020968759df5f38b2c1f9ce",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.elon-0x22066d8264c0758fe020968759df5f38b2c1f9ce.png",ticker:"ELON"},{address:"0xaa6cccdce193698d33deb9ffd4be74eaa74c4898",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ElonRWA-0xaa6cccdce193698d33deb9ffd4be74eaa74c4898",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.elonrwa-0xaa6cccdce193698d33deb9ffd4be74eaa74c4898.png",ticker:"ElonRWA"},{address:"0x5b30643029dd3d552fe021d040c69f1bbe08a23c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ELYSIUM-0x5b30643029dd3d552fe021d040c69f1bbe08a23c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.elysium-0x5b30643029dd3d552fe021d040c69f1bbe08a23c.png",ticker:"ELYSIUM"},{address:"0x39d5313c3750140e5042887413ba8aa6145a9bd2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EMP-0x39d5313c3750140e5042887413ba8aa6145a9bd2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.emp-0x39d5313c3750140e5042887413ba8aa6145a9bd2.png",ticker:"EMP"},{address:"0x8a0e751e5d7a2861ca7cf16d9720337e40604982",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ENG-0x8a0e751e5d7a2861ca7cf16d9720337e40604982",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eng-0x8a0e751e5d7a2861ca7cf16d9720337e40604982.png",ticker:"ENG"},{address:"0x999d60a363e890d99e24bc3a1845b0256b5ca6ee",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EPAPh-0x999d60a363e890d99e24bc3a1845b0256b5ca6ee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.epaph-0x999d60a363e890d99e24bc3a1845b0256b5ca6ee.png",ticker:"EPAPh"},{address:"0x9ac802b60b477cae004f9938c3b7abe99899e194",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ETHV-0x9ac802b60b477cae004f9938c3b7abe99899e194",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ethv-0x9ac802b60b477cae004f9938c3b7abe99899e194.png",ticker:"ETHV"},{address:"0xa153ad732f831a79b5575fa02e793ec4e99181b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EUL-0xa153ad732f831a79b5575fa02e793ec4e99181b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eul-0xa153ad732f831a79b5575fa02e793ec4e99181b0.png",ticker:"EUL"},{address:"0x21186cbb66dd349864b14c1210308b8839be88bf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EUR-0x21186cbb66dd349864b14c1210308b8839be88bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eur-0x21186cbb66dd349864b14c1210308b8839be88bf.png",ticker:"EUR"},{address:"0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.EURC-0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.eurc-0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42.png",ticker:"EURC"},{address:"0xe6973b6067be521ab76c2259e9fcdbacc0887c15",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO 2024-0xe6973b6067be521ab76c2259e9fcdbacc0887c15",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro 2024-0xe6973b6067be521ab76c2259e9fcdbacc0887c15.png",ticker:"EURO 2024"},{address:"0x5a0e63f38d1333357c0153943c4a0f13e225d1c0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO-0x5a0e63f38d1333357c0153943c4a0f13e225d1c0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro-0x5a0e63f38d1333357c0153943c4a0f13e225d1c0.png",ticker:"EURO"},{address:"0x1ff8db61e8238b4eeedced6381c492921ceba7d8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO24-0x1ff8db61e8238b4eeedced6381c492921ceba7d8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro24-0x1ff8db61e8238b4eeedced6381c492921ceba7d8.png",ticker:"EURO24"},{address:"0x46733b99fec6a4e36ed372a2bb97a6b7e3884de3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO24-0x46733b99fec6a4e36ed372a2bb97a6b7e3884de3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro24-0x46733b99fec6a4e36ed372a2bb97a6b7e3884de3.png",ticker:"EURO24"},{address:"0x67dd8404e609bb4f1ba81eae2cf2005d8160c0c1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO24-0x67dd8404e609bb4f1ba81eae2cf2005d8160c0c1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro24-0x67dd8404e609bb4f1ba81eae2cf2005d8160c0c1.png",ticker:"EURO24"},{address:"0x7050ea3088e5a3f2be051073f477fccca44f6710",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.EURO24-0x7050ea3088e5a3f2be051073f477fccca44f6710",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.euro24-0x7050ea3088e5a3f2be051073f477fccca44f6710.png",ticker:"EURO24"},{address:"0x53e1252c96b50f4a0b1d24f6c21b784e87b6e083",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Europe-0x53e1252c96b50f4a0b1d24f6c21b784e87b6e083",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.europe-0x53e1252c96b50f4a0b1d24f6c21b784e87b6e083.png",ticker:"Europe"},{address:"0xa758e7a12239ce585e5de79cfd4f40832bfcb272",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FAFO-0xa758e7a12239ce585e5de79cfd4f40832bfcb272",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fafo-0xa758e7a12239ce585e5de79cfd4f40832bfcb272.png",ticker:"FAFO"},{address:"0xae2bddbcc932c2d2cf286bad0028c6f5074c77b5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FAH-0xae2bddbcc932c2d2cf286bad0028c6f5074c77b5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fah-0xae2bddbcc932c2d2cf286bad0028c6f5074c77b5.png",ticker:"FAH"},{address:"0xb33Ff54b9F7242EF1593d2C9Bcd8f9df46c77935",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FAI-0xb33Ff54b9F7242EF1593d2C9Bcd8f9df46c77935",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fai-0xb33ff54b9f7242ef1593d2c9bcd8f9df46c77935.png",ticker:"FAI"},{address:"0xD08a2917653d4E460893203471f0000826fb4034",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FARM-0xD08a2917653d4E460893203471f0000826fb4034",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.farm-0xd08a2917653d4e460893203471f0000826fb4034.png",ticker:"FARM"},{address:"0xa28dc89270355c129cb7a3070094ffb1859cc6f1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FART-0xa28dc89270355c129cb7a3070094ffb1859cc6f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fart-0xa28dc89270355c129cb7a3070094ffb1859cc6f1.png",ticker:"FART"},{address:"0x2f6c17fa9f9bc3600346ab4e48c0701e1d5962ae",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Fartcoin-0x2f6c17fa9f9bc3600346ab4e48c0701e1d5962ae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fartcoin-0x2f6c17fa9f9bc3600346ab4e48c0701e1d5962ae.png",ticker:"Fartcoin"},{address:"0x0521aaa7c96e25afee79fdd4f1bb48f008ae4eac",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FDREAM-0x0521aaa7c96e25afee79fdd4f1bb48f008ae4eac",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fdream-0x0521aaa7c96e25afee79fdd4f1bb48f008ae4eac.png",ticker:"FDREAM"},{address:"0x7717a07581c727ba7c1511c573697b1eb791a30d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FIDELITY-0x7717a07581c727ba7c1511c573697b1eb791a30d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fidelity-0x7717a07581c727ba7c1511c573697b1eb791a30d.png",ticker:"FIDELITY"},{address:"0xf1a7000000950c7ad8aff13118bb7ab561a448ee",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLAY-0xf1a7000000950c7ad8aff13118bb7ab561a448ee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.flay-0xf1a7000000950c7ad8aff13118bb7ab561a448ee.png",ticker:"FLAY"},{address:"0x694b593a9e58376ad69b5d3f71c9d94894fe467b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.flETH-0x694b593a9e58376ad69b5d3f71c9d94894fe467b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fleth-0x694b593a9e58376ad69b5d3f71c9d94894fe467b.png",ticker:"flETH"},{address:"0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLOKI-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0x8b63546aebaa768dfbb427294a9c9a6c089f22c2.png",ticker:"FLOKI"},{address:"0x8f10a88191ae380c8073df5d2aab2d5a5eea3095",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLOKI-0x8f10a88191ae380c8073df5d2aab2d5a5eea3095",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0x8f10a88191ae380c8073df5d2aab2d5a5eea3095.png",ticker:"FLOKI"},{address:"0xaeac53804d63093b9303a9561776c1a87baef922",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLOKI-0xaeac53804d63093b9303a9561776c1a87baef922",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0xaeac53804d63093b9303a9561776c1a87baef922.png",ticker:"FLOKI"},{address:"0xb4a89255574fd3410ed4f218ee22d68d891393b7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLOKI-0xb4a89255574fd3410ed4f218ee22d68d891393b7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.floki-0xb4a89255574fd3410ed4f218ee22d68d891393b7.png",ticker:"FLOKI"},{address:"0x320f7aaeefec65f29b7e4509739ff9c62ded9803",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FLOWCHAIN-0x320f7aaeefec65f29b7e4509739ff9c62ded9803",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.flowchain-0x320f7aaeefec65f29b7e4509739ff9c62ded9803.png",ticker:"FLOWCHAIN"},{address:"0x43cd6e6820f2b1d3164cfc3598ed6a89fa628e60",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FOMO-0x43cd6e6820f2b1d3164cfc3598ed6a89fa628e60",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fomo-0x43cd6e6820f2b1d3164cfc3598ed6a89fa628e60.png",ticker:"FOMO"},{address:"0x6432096f054288ee45b7f6ad8863a1f4a8e1201c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FOMO-0x6432096f054288ee45b7f6ad8863a1f4a8e1201c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fomo-0x6432096f054288ee45b7f6ad8863a1f4a8e1201c.png",ticker:"FOMO"},{address:"0xf7408a2c97b1003a29a8dddccdcfe44146f11749",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.FOMO-0xf7408a2c97b1003a29a8dddccdcfe44146f11749",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fomo-0xf7408a2c97b1003a29a8dddccdcfe44146f11749.png",ticker:"FOMO"},{address:"0x968B2323d4b005C7D39c67D31774FE83c9943A60",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FORTH-0x968B2323d4b005C7D39c67D31774FE83c9943A60",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.forth-0x968b2323d4b005c7d39c67d31774fe83c9943a60.png",ticker:"FORTH"},{address:"0xf58dbbf60645dbeb4d66c270753b22a7e7f88209",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.FP-0xf58dbbf60645dbeb4d66c270753b22a7e7f88209",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fp-0xf58dbbf60645dbeb4d66c270753b22a7e7f88209.png",ticker:"FP"},{address:"0x91f45aa2bde7393e0af1cc674ffe75d746b93567",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FRAME-0x91f45aa2bde7393e0af1cc674ffe75d746b93567",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.frame-0x91f45aa2bde7393e0af1cc674ffe75d746b93567.png",ticker:"FRAME"},{address:"0x1a9f53a3237dd66047eb560bc81d4fd2d28dbfd2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.fred-0x1a9f53a3237dd66047eb560bc81d4fd2d28dbfd2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fred-0x1a9f53a3237dd66047eb560bc81d4fd2d28dbfd2.png",ticker:"fred"},{address:"0x5caff406c5d58bfcef0cc012bbf3e32e720457a7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FREE-0x5caff406c5d58bfcef0cc012bbf3e32e720457a7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.free-0x5caff406c5d58bfcef0cc012bbf3e32e720457a7.png",ticker:"FREE"},{address:"0x9ab65bd2ecf44fd7c79e434a939774d16bc95aaa",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FREE-0x9ab65bd2ecf44fd7c79e434a939774d16bc95aaa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.free-0x9ab65bd2ecf44fd7c79e434a939774d16bc95aaa.png",ticker:"FREE"},{address:"0x87f04a2935a0d84eab8154bc134b53816ecdf6b3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FREEDUROV-0x87f04a2935a0d84eab8154bc134b53816ecdf6b3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.freedurov-0x87f04a2935a0d84eab8154bc134b53816ecdf6b3.png",ticker:"FREEDUROV"},{address:"0x3c8cd0db9a01efa063a7760267b822a129bc7dca",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FROC-0x3c8cd0db9a01efa063a7760267b822a129bc7dca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.froc-0x3c8cd0db9a01efa063a7760267b822a129bc7dca.png",ticker:"FROC"},{address:"0x36912b5cf63e509f18e53ac98b3012fa79e77bf5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FUEGO-0x36912b5cf63e509f18e53ac98b3012fa79e77bf5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fuego-0x36912b5cf63e509f18e53ac98b3012fa79e77bf5.png",ticker:"FUEGO"},{address:"0x7ca4d45a2b7223f968c9c58c9a7ad0704dbf4890",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FULLSEND-0x7ca4d45a2b7223f968c9c58c9a7ad0704dbf4890",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fullsend-0x7ca4d45a2b7223f968c9c58c9a7ad0704dbf4890.png",ticker:"FULLSEND"},{address:"0x7d9ce55d54ff3feddb611fc63ff63ec01f26d15f",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.FUNGI-0x7d9ce55d54ff3feddb611fc63ff63ec01f26d15f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fungi-0x7d9ce55d54ff3feddb611fc63ff63ec01f26d15f.png",ticker:"FUNGI"},{address:"0x4765b6e97260c2f68ef14f44a1819c61711daea2",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.FUSDC-0x4765b6e97260c2f68ef14f44a1819c61711daea2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fusdc-0x4765b6e97260c2f68ef14f44a1819c61711daea2.png",ticker:"FUSDC"},{address:"0x1035ae3f87a91084c6c5084d0615cc6121c5e228",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.FWOG-0x1035ae3f87a91084c6c5084d0615cc6121c5e228",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.fwog-0x1035ae3f87a91084c6c5084d0615cc6121c5e228.png",ticker:"FWOG"},{address:"0x209b94bb22c990d9d221749558c5ffed7fc82e64",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GAGSTER-0x209b94bb22c990d9d221749558c5ffed7fc82e64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gagster-0x209b94bb22c990d9d221749558c5ffed7fc82e64.png",ticker:"GAGSTER"},{address:"0x9a1b42f7f6d649b73bdb275972295acc940b153a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.gaib-0x9a1b42f7f6d649b73bdb275972295acc940b153a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gaib-0x9a1b42f7f6d649b73bdb275972295acc940b153a.png",ticker:"gaib"},{address:"0x221d4820602ce80f486a3b6348e364f32d14550b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GALA-0x221d4820602ce80f486a3b6348e364f32d14550b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gala-0x221d4820602ce80f486a3b6348e364f32d14550b.png",ticker:"GALA"},{address:"0x1c4cca7c5db003824208adda61bd749e55f463a3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GAME-0x1c4cca7c5db003824208adda61bd749e55f463a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.game-0x1c4cca7c5db003824208adda61bd749e55f463a3.png",ticker:"GAME"},{address:"0x24741b5c77c18821a866c7b14ceab571d458b1b5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GCAT-0x24741b5c77c18821a866c7b14ceab571d458b1b5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gcat-0x24741b5c77c18821a866c7b14ceab571d458b1b5.png",ticker:"GCAT"},{address:"0x53cb59d32a8d08fc6d3f81454f150946a028a44d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.gDEX-0x53cb59d32a8d08fc6d3f81454f150946a028a44d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gdex-0x53cb59d32a8d08fc6d3f81454f150946a028a44d.png",ticker:"gDEX"},{address:"0xf8f97a79a3fa77104fab4814e3ed93899777de0d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GDP-0xf8f97a79a3fa77104fab4814e3ed93899777de0d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gdp-0xf8f97a79a3fa77104fab4814e3ed93899777de0d.png",ticker:"GDP"},{address:"0x20fd4c5396f7d9686f9997e0f10991957f7112fc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GDUPI-0x20fd4c5396f7d9686f9997e0f10991957f7112fc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gdupi-0x20fd4c5396f7d9686f9997e0f10991957f7112fc.png",ticker:"GDUPI"},{address:"0x63e939c1c139c8f477a53a2af6bb3810959ea199",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GEKKOU-0x63e939c1c139c8f477a53a2af6bb3810959ea199",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gekkou-0x63e939c1c139c8f477a53a2af6bb3810959ea199.png",ticker:"GEKKOU"},{address:"0xd6a2b3b84489020737e9058c549108f5c4b7830d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GEKKOU-0xd6a2b3b84489020737e9058c549108f5c4b7830d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gekkou-0xd6a2b3b84489020737e9058c549108f5c4b7830d.png",ticker:"GEKKOU"},{address:"0x40550a7c084422abc3902210b32ae6f4112587ba",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GG-0x40550a7c084422abc3902210b32ae6f4112587ba",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gg-0x40550a7c084422abc3902210b32ae6f4112587ba.png",ticker:"GG"},{address:"0x354d6890caa31a5e28b6059d46781f40880786a6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ghffb47yii2rteeyy10op-0x354d6890caa31a5e28b6059d46781f40880786a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ghffb47yii2rteeyy10op-0x354d6890caa31a5e28b6059d46781f40880786a6.png",ticker:"ghffb47yii2rteeyy10op"},{address:"0x80447cac2219a3d50755fa2a348776364321d1ce",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GHIBLI-0x80447cac2219a3d50755fa2a348776364321d1ce",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ghibli-0x80447cac2219a3d50755fa2a348776364321d1ce.png",ticker:"GHIBLI"},{address:"0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcB",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GHST-0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ghst-0xcd2f22236dd9dfe2356d7c543161d4d260fd9bcb.png",ticker:"GHST"},{address:"0x2bd8880e7424dfb94597429de7253de73694de01",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GIA-0x2bd8880e7424dfb94597429de7253de73694de01",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gia-0x2bd8880e7424dfb94597429de7253de73694de01.png",ticker:"GIA"},{address:"0xf168d8f456ce511c1490b28c615b73385ac37ab6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GIGGLE-0xf168d8f456ce511c1490b28c615b73385ac37ab6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.giggle-0xf168d8f456ce511c1490b28c615b73385ac37ab6.png",ticker:"GIGGLE"},{address:"0x06a63c498ef95ad1fa4fff841955e512b4b2198a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GLUTEU-0x06a63c498ef95ad1fa4fff841955e512b4b2198a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gluteu-0x06a63c498ef95ad1fa4fff841955e512b4b2198a.png",ticker:"GLUTEU"},{address:"0x16794331ad76ec31acf1601d32a695471e9dbae7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GME-0x16794331ad76ec31acf1601d32a695471e9dbae7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gme-0x16794331ad76ec31acf1601d32a695471e9dbae7.png",ticker:"GME"},{address:"0x8069ef9b21bf292ba05ae527e1960c9676816ee6",chain:"BASE",chainId:"8453",decimals:11,identifier:"BASE.GME-0x8069ef9b21bf292ba05ae527e1960c9676816ee6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gme-0x8069ef9b21bf292ba05ae527e1960c9676816ee6.png",ticker:"GME"},{address:"0xa2e6df88d18979bee480f75503e4d5778201cf24",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GME-0xa2e6df88d18979bee480f75503e4d5778201cf24",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gme-0xa2e6df88d18979bee480f75503e4d5778201cf24.png",ticker:"GME"},{address:"0xcace234fe8c19261bb162e9cf453057092957910",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GMEKITTY-0xcace234fe8c19261bb162e9cf453057092957910",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gmekitty-0xcace234fe8c19261bb162e9cf453057092957910.png",ticker:"GMEKITTY"},{address:"0x6967f0974d76d34e140cae27efea32cdf546b58e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GMRT-0x6967f0974d76d34e140cae27efea32cdf546b58e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gmrt-0x6967f0974d76d34e140cae27efea32cdf546b58e.png",ticker:"GMRT"},{address:"0xcf127f3c43ce02968f3f9c9813c5511e9406e9d0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOAT-0xcf127f3c43ce02968f3f9c9813c5511e9406e9d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.goat-0xcf127f3c43ce02968f3f9c9813c5511e9406e9d0.png",ticker:"GOAT"},{address:"0xe68c1464ea214cb70f58c15d003899c383b1d1e4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOBBLE-0xe68c1464ea214cb70f58c15d003899c383b1d1e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gobble-0xe68c1464ea214cb70f58c15d003899c383b1d1e4.png",ticker:"GOBBLE"},{address:"0xb5130f4767ab0acc579f25a76e8f9e977cb3f948",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOD-0xb5130f4767ab0acc579f25a76e8f9e977cb3f948",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.god-0xb5130f4767ab0acc579f25a76e8f9e977cb3f948.png",ticker:"GOD"},{address:"0x0ee9de66b66e38b36c3fbb6597435e8cdfe5b386",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOLD-0x0ee9de66b66e38b36c3fbb6597435e8cdfe5b386",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gold-0x0ee9de66b66e38b36c3fbb6597435e8cdfe5b386.png",ticker:"GOLD"},{address:"0xbefd5c25a59ef2c1316c5a4944931171f30cd3e4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOLD-0xbefd5c25a59ef2c1316c5a4944931171f30cd3e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gold-0xbefd5c25a59ef2c1316c5a4944931171f30cd3e4.png",ticker:"GOLD"},{address:"0xf991c4de9e88a05a3c46f0faeda6540d17081de6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GOLD-0xf991c4de9e88a05a3c46f0faeda6540d17081de6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gold-0xf991c4de9e88a05a3c46f0faeda6540d17081de6.png",ticker:"GOLD"},{address:"0x0c1dc73159e30c4b06170f2593d3118968a0dca5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GPS-0x0c1dc73159e30c4b06170f2593d3118968a0dca5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gps-0x0c1dc73159e30c4b06170f2593d3118968a0dca5.png",ticker:"GPS"},{address:"0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GRIFFAIN-0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.griffain-0x217fa2b3e1a2bdce974f558f34c21f0ea8947d0b.png",ticker:"GRIFFAIN"},{address:"0x2e2cc4dfce60257f091980631e75f5c436b71c87",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GRK-0x2e2cc4dfce60257f091980631e75f5c436b71c87",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.grk-0x2e2cc4dfce60257f091980631e75f5c436b71c87.png",ticker:"GRK"},{address:"0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GRT-0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.grt-0x0f4d237b09cb37d207ba60353dc254d4530d4df1.png",ticker:"GRT"},{address:"0x697d1239d01434ed88b4e60e45fb9c1aea3c490e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GTO-0x697d1239d01434ed88b4e60e45fb9c1aea3c490e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gto-0x697d1239d01434ed88b4e60e45fb9c1aea3c490e.png",ticker:"GTO"},{address:"0x9088de505626ca4a7423226a0d55738aa618097d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GTrump-0x9088de505626ca4a7423226a0d55738aa618097d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gtrump-0x9088de505626ca4a7423226a0d55738aa618097d.png",ticker:"GTrump"},{address:"0xa608512bbc9934e4b1ddecf0f5fb38b6ad93308d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GUD-0xa608512bbc9934e4b1ddecf0f5fb38b6ad93308d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.gud-0xa608512bbc9934e4b1ddecf0f5fb38b6ad93308d.png",ticker:"GUD"},{address:"0x0f1cfd0bb452db90a3bfc0848349463010419ab2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.GURU-0x0f1cfd0bb452db90a3bfc0848349463010419ab2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.guru-0x0f1cfd0bb452db90a3bfc0848349463010419ab2.png",ticker:"GURU"},{address:"0xf8fa6ef4aca0b431da07fefe88c32e4d5080ae91",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.H.J.Res.109-0xf8fa6ef4aca0b431da07fefe88c32e4d5080ae91",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.h.j.res.109-0xf8fa6ef4aca0b431da07fefe88c32e4d5080ae91.png",ticker:"H.J.Res.109"},{address:"0xd08c1f09bdf4ddc953a150bb00af4c515fc96330",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.H5N1-0xd08c1f09bdf4ddc953a150bb00af4c515fc96330",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.h5n1-0xd08c1f09bdf4ddc953a150bb00af4c515fc96330.png",ticker:"H5N1"},{address:"0x22f06743588ba2983f3e504442967c017846e36a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HALALBRO2-0x22f06743588ba2983f3e504442967c017846e36a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.halalbro2-0x22f06743588ba2983f3e504442967c017846e36a.png",ticker:"HALALBRO2"},{address:"0xd5457dc852bf0a1a3fd1fffe9232d843b48feecc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HALFIN-0xd5457dc852bf0a1a3fd1fffe9232d843b48feecc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.halfin-0xd5457dc852bf0a1a3fd1fffe9232d843b48feecc.png",ticker:"HALFIN"},{address:"0x92ac55d6dd093490b0d816c4a78cd2be300d73fe",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HAREMBE X KABOSU-0x92ac55d6dd093490b0d816c4a78cd2be300d73fe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.harembe x kabosu-0x92ac55d6dd093490b0d816c4a78cd2be300d73fe.png",ticker:"HAREMBE X KABOSU"},{address:"0x27aeb2ddbda69285c524c4baee9ea6de63e49440",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HBAR-0x27aeb2ddbda69285c524c4baee9ea6de63e49440",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hbar-0x27aeb2ddbda69285c524c4baee9ea6de63e49440.png",ticker:"HBAR"},{address:"0x3f7c549f61f996cd0325deee5e6da584c5ec5a64",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HBAR-0x3f7c549f61f996cd0325deee5e6da584c5ec5a64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hbar-0x3f7c549f61f996cd0325deee5e6da584c5ec5a64.png",ticker:"HBAR"},{address:"0x01e75e59eabf83c85360351a100d22e025a75bc2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.heir-0x01e75e59eabf83c85360351a100d22e025a75bc2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.heir-0x01e75e59eabf83c85360351a100d22e025a75bc2.png",ticker:"heir"},{address:"0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HELP-0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.help-0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69.png",ticker:"HELP"},{address:"0x7501665f59d845c6923ee5e61c55f7e60931263e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.henlo-0x7501665f59d845c6923ee5e61c55f7e60931263e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.henlo-0x7501665f59d845c6923ee5e61c55f7e60931263e.png",ticker:"henlo"},{address:"0x6e3db7fc5e2b9fb3a84bf1a6a8e84e3e6df5b0c0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HERO-0x6e3db7fc5e2b9fb3a84bf1a6a8e84e3e6df5b0c0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hero-0x6e3db7fc5e2b9fb3a84bf1a6a8e84e3e6df5b0c0.png",ticker:"HERO"},{address:"0xbc7755a153e852cf76cccddb4c2e7c368f6259d8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HESTIA-0xbc7755a153e852cf76cccddb4c2e7c368f6259d8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hestia-0xbc7755a153e852cf76cccddb4c2e7c368f6259d8.png",ticker:"HESTIA"},{address:"0x0ffd1c768efb4ba943395e39854e248e5cf7568f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HEY-0x0ffd1c768efb4ba943395e39854e248e5cf7568f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hey-0x0ffd1c768efb4ba943395e39854e248e5cf7568f.png",ticker:"HEY"},{address:"0x0578d8a44db98b23bf096a382e016e29a5ce0ffe",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HIGHER-0x0578d8a44db98b23bf096a382e016e29a5ce0ffe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.higher-0x0578d8a44db98b23bf096a382e016e29a5ce0ffe.png",ticker:"HIGHER"},{address:"0xc1ffaef4e7d553bbaf13926e258a1a555a363a07",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HIM-0xc1ffaef4e7d553bbaf13926e258a1a555a363a07",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.him-0xc1ffaef4e7d553bbaf13926e258a1a555a363a07.png",ticker:"HIM"},{address:"0x91da780bc7f4b7cf19abe90411a2a296ec5ff787",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HINT-0x91da780bc7f4b7cf19abe90411a2a296ec5ff787",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hint-0x91da780bc7f4b7cf19abe90411a2a296ec5ff787.png",ticker:"HINT"},{address:"0x71cb212754c8a13f0b5773e93497ef04d9c4e175",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HOPPY-0x71cb212754c8a13f0b5773e93497ef04d9c4e175",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hoppy-0x71cb212754c8a13f0b5773e93497ef04d9c4e175.png",ticker:"HOPPY"},{address:"0xc0a013aab40927691fab4655d7244735ae9540b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HOPPY-0xc0a013aab40927691fab4655d7244735ae9540b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hoppy-0xc0a013aab40927691fab4655d7244735ae9540b0.png",ticker:"HOPPY"},{address:"0x37f0c2915cecc7e977183b8543fc0864d03e064c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.HUNT-0x37f0c2915cecc7e977183b8543fc0864d03e064c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hunt-0x37f0c2915cecc7e977183b8543fc0864d03e064c.png",ticker:"HUNT"},{address:"0x205658e5b4655bf5c27d8d133ef377e52aa631e0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.hypememe.fun-0x205658e5b4655bf5c27d8d133ef377e52aa631e0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hypememe.fun-0x205658e5b4655bf5c27d8d133ef377e52aa631e0.png",ticker:"hypememe.fun"},{address:"0xcc7ff230365bd730ee4b352cc2492cedac49383e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.hyUSD-0xcc7ff230365bd730ee4b352cc2492cedac49383e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.hyusd-0xcc7ff230365bd730ee4b352cc2492cedac49383e.png",ticker:"hyUSD"},{address:"0x000096630066820566162c94874a776532705231",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.IDRISS-0x000096630066820566162c94874a776532705231",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.idriss-0x000096630066820566162c94874a776532705231.png",ticker:"IDRISS"},{address:"0x9bba915f036158582c20b51113b925f243a1a1a1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.IMGN-0x9bba915f036158582c20b51113b925f243a1a1a1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.imgn-0x9bba915f036158582c20b51113b925f243a1a1a1.png",ticker:"IMGN"},{address:"0x18e692c03de43972fe81058f322fa542ae1a5e2c",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.imgnAI-0x18e692c03de43972fe81058f322fa542ae1a5e2c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.imgnai-0x18e692c03de43972fe81058f322fa542ae1a5e2c.png",ticker:"imgnAI"},{address:"0x0cde159509cd1a1fefab33f07adbd7172fff761a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.INFINITY STONES-0x0cde159509cd1a1fefab33f07adbd7172fff761a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.infinity stones-0x0cde159509cd1a1fefab33f07adbd7172fff761a.png",ticker:"INFINITY STONES"},{address:"0x151764f14f96a87ea52484d99789629ea5652ad8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.INGA-0x151764f14f96a87ea52484d99789629ea5652ad8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.inga-0x151764f14f96a87ea52484d99789629ea5652ad8.png",ticker:"INGA"},{address:"0x968d6a288d7b024d5012c0b25d67a889e4e3ec19",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.INT-0x968d6a288d7b024d5012c0b25d67a889e4e3ec19",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.int-0x968d6a288d7b024d5012c0b25d67a889e4e3ec19.png",ticker:"INT"},{address:"0x42e07fa3d31190731368ca2f88d12d80139dca42",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.INTOS-0x42e07fa3d31190731368ca2f88d12d80139dca42",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.intos-0x42e07fa3d31190731368ca2f88d12d80139dca42.png",ticker:"INTOS"},{address:"0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.IOTX-0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.iotx-0xbcbaf311cec8a4eac0430193a528d9ff27ae38c1.png",ticker:"IOTX"},{address:"0x157a6df6b74f4e5e45af4e4615fde7b49225a662",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ISLAND-0x157a6df6b74f4e5e45af4e4615fde7b49225a662",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.island-0x157a6df6b74f4e5e45af4e4615fde7b49225a662.png",ticker:"ISLAND"},{address:"0xfe550bffb51eb645ea3b324d772a19ac449e92c5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.IXS-0xfe550bffb51eb645ea3b324d772a19ac449e92c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ixs-0xfe550bffb51eb645ea3b324d772a19ac449e92c5.png",ticker:"IXS"},{address:"0xf8252c05ec4cb2fdf1e0398bae049d454ddba3ad",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.JAM-0xf8252c05ec4cb2fdf1e0398bae049d454ddba3ad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.jam-0xf8252c05ec4cb2fdf1e0398bae049d454ddba3ad.png",ticker:"JAM"},{address:"0xFf9957816c813C5Ad0b9881A8990Df1E3AA2a057",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.JAM-0xFf9957816c813C5Ad0b9881A8990Df1E3AA2a057",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.jam-0xff9957816c813c5ad0b9881a8990df1e3aa2a057.png",ticker:"JAM"},{address:"0x04199776bfee6c16c21845c10ff20c0a39a2db29",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.JetBolt-0x04199776bfee6c16c21845c10ff20c0a39a2db29",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.jetbolt-0x04199776bfee6c16c21845c10ff20c0a39a2db29.png",ticker:"JetBolt"},{address:"0xbe17dfc2c6d26febe2afc98ccb1edfbb60854e91",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.JOSEPH-0xbe17dfc2c6d26febe2afc98ccb1edfbb60854e91",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.joseph-0xbe17dfc2c6d26febe2afc98ccb1edfbb60854e91.png",ticker:"JOSEPH"},{address:"0xd93a0976acd731549aee2f5af721cb913c1fd051",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.JOSEPH-0xd93a0976acd731549aee2f5af721cb913c1fd051",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.joseph-0xd93a0976acd731549aee2f5af721cb913c1fd051.png",ticker:"JOSEPH"},{address:"0x094ca3354cef66edf1b20ca4890087bdc9616893",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KABOSU-0x094ca3354cef66edf1b20ca4890087bdc9616893",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kabosu-0x094ca3354cef66edf1b20ca4890087bdc9616893.png",ticker:"KABOSU"},{address:"0x346fac947bc2e24ab5d74a8bca94082c6127b6c0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KABOSU-0x346fac947bc2e24ab5d74a8bca94082c6127b6c0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kabosu-0x346fac947bc2e24ab5d74a8bca94082c6127b6c0.png",ticker:"KABOSU"},{address:"0xaa67fda3393257a861c725fde358ba825c3bc6b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KABOSU-0xaa67fda3393257a861c725fde358ba825c3bc6b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kabosu-0xaa67fda3393257a861c725fde358ba825c3bc6b0.png",ticker:"KABOSU"},{address:"0xcdbb08fa2120e122879e7cf8914b37ec376612b3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KABOSU-0xcdbb08fa2120e122879e7cf8914b37ec376612b3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kabosu-0xcdbb08fa2120e122879e7cf8914b37ec376612b3.png",ticker:"KABOSU"},{address:"0x98d0baa52b2D063E780DE12F615f963Fe8537553",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KAITO-0x98d0baa52b2D063E780DE12F615f963Fe8537553",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kaito-0x98d0baa52b2d063e780de12f615f963fe8537553.png",ticker:"KAITO"},{address:"0x8600afe41b35dafa72e42da9d633be48e64fb559",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KAMA-0x8600afe41b35dafa72e42da9d633be48e64fb559",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kama-0x8600afe41b35dafa72e42da9d633be48e64fb559.png",ticker:"KAMA"},{address:"0xac0b7a9a46d7e072086c066341fb5f2978e45832",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KEKERL-0xac0b7a9a46d7e072086c066341fb5f2978e45832",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kekerl-0xac0b7a9a46d7e072086c066341fb5f2978e45832.png",ticker:"KEKERL"},{address:"0x06baf524e01229a63b21939002142f68ce7f8f00",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Kekius-0x06baf524e01229a63b21939002142f68ce7f8f00",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kekius-0x06baf524e01229a63b21939002142f68ce7f8f00.png",ticker:"Kekius"},{address:"0xbb1b725e34d2d3b6a4127130890b3dd62a19e743",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KEKIUS-0xbb1b725e34d2d3b6a4127130890b3dd62a19e743",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kekius-0xbb1b725e34d2d3b6a4127130890b3dd62a19e743.png",ticker:"KEKIUS"},{address:"0xe911c12104a21c296c4cbb282e2a43d55305dee1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KENZO-0xe911c12104a21c296c4cbb282e2a43d55305dee1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kenzo-0xe911c12104a21c296c4cbb282e2a43d55305dee1.png",ticker:"KENZO"},{address:"0x9a26F5433671751C3276a065f57e5a02D2817973",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KEYCAT-0x9a26F5433671751C3276a065f57e5a02D2817973",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.keycat-0x9a26f5433671751c3276a065f57e5a02d2817973.png",ticker:"KEYCAT"},{address:"0xc0b414553dadd5f12bd7f2709da311ef8b874224",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KIKI-0xc0b414553dadd5f12bd7f2709da311ef8b874224",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kiki-0xc0b414553dadd5f12bd7f2709da311ef8b874224.png",ticker:"KIKI"},{address:"0x9e5189a77f698305ef76510aff1c528cff48779c",chain:"BASE",chainId:"8453",decimals:15,identifier:"BASE.KILT-0x9e5189a77f698305ef76510aff1c528cff48779c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kilt-0x9e5189a77f698305ef76510aff1c528cff48779c.png",ticker:"KILT"},{address:"0xe579070ca0bca2797779801d081313c30c43fad8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KITTY-0xe579070ca0bca2797779801d081313c30c43fad8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kitty-0xe579070ca0bca2797779801d081313c30c43fad8.png",ticker:"KITTY"},{address:"0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KRL-0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.krl-0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a.png",ticker:"KRL"},{address:"0xc0634090f2fe6c6d75e61be2b949464abb498973",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KTA-0xc0634090f2fe6c6d75e61be2b949464abb498973",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kta-0xc0634090f2fe6c6d75e61be2b949464abb498973.png",ticker:"KTA"},{address:"0x288f4eb27400fa220d14b864259ad1b7f77c1594",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.KUDAI-0x288f4eb27400fa220d14b864259ad1b7f77c1594",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.kudai-0x288f4eb27400fa220d14b864259ad1b7f77c1594.png",ticker:"KUDAI"},{address:"0x99b011816e5a1c532943395370ee4aa59968879a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LADYS-0x99b011816e5a1c532943395370ee4aa59968879a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ladys-0x99b011816e5a1c532943395370ee4aa59968879a.png",ticker:"LADYS"},{address:"0x72fd6907113101e6e32cee25d5909868504d67f1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LAMA-0x72fd6907113101e6e32cee25d5909868504d67f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lama-0x72fd6907113101e6e32cee25d5909868504d67f1.png",ticker:"LAMA"},{address:"0x0b417dc9229fe70363be176b6551656cc2e796d4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LANDO-0x0b417dc9229fe70363be176b6551656cc2e796d4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lando-0x0b417dc9229fe70363be176b6551656cc2e796d4.png",ticker:"LANDO"},{address:"0x1215163d2c569433b9104cc92c5db231e7fb62a1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LAUNCHER-0x1215163d2c569433b9104cc92c5db231e7fb62a1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.launcher-0x1215163d2c569433b9104cc92c5db231e7fb62a1.png",ticker:"LAUNCHER"},{address:"0xb89d354ad1b0d95a48b3de4607f75a8cd710c1ba",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LAY-0xb89d354ad1b0d95a48b3de4607f75a8cd710c1ba",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lay-0xb89d354ad1b0d95a48b3de4607f75a8cd710c1ba.png",ticker:"LAY"},{address:"0xc3b4caee2d5f4701d8a795daa0e734e4ea9d6010",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LAYER-0xc3b4caee2d5f4701d8a795daa0e734e4ea9d6010",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.layer-0xc3b4caee2d5f4701d8a795daa0e734e4ea9d6010.png",ticker:"LAYER"},{address:"0x56a38e7216304108e841579041249feb236c887b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LBM-0x56a38e7216304108e841579041249feb236c887b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lbm-0x56a38e7216304108e841579041249feb236c887b.png",ticker:"LBM"},{address:"0xd7468c14ae76C3Fc308aEAdC223D5D1F71d3c171",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LCX-0xd7468c14ae76C3Fc308aEAdC223D5D1F71d3c171",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lcx-0xd7468c14ae76c3fc308aeadc223d5d1f71d3c171.png",ticker:"LCX"},{address:"0xfb42da273158b0f642f59f2ba7cc1d5457481677",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LINGO-0xfb42da273158b0f642f59f2ba7cc1d5457481677",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lingo-0xfb42da273158b0f642f59f2ba7cc1d5457481677.png",ticker:"LINGO"},{address:"0x2960a147bbec2a858366ae4e94aa496012c69363",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LNCH-0x2960a147bbec2a858366ae4e94aa496012c69363",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lnch-0x2960a147bbec2a858366ae4e94aa496012c69363.png",ticker:"LNCH"},{address:"0x14ea60c5d783c514087b4f460fe8cfdb27016b4a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LOFI-0x14ea60c5d783c514087b4f460fe8cfdb27016b4a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lofi-0x14ea60c5d783c514087b4f460fe8cfdb27016b4a.png",ticker:"LOFI"},{address:"0x3d172d8a854a73336ac800e30660b7de14e40512",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LOLA-0x3d172d8a854a73336ac800e30660b7de14e40512",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lola-0x3d172d8a854a73336ac800e30660b7de14e40512.png",ticker:"LOLA"},{address:"0x2739e24841e6edcb51b0ad3990761c2e73394f72",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LONG-0x2739e24841e6edcb51b0ad3990761c2e73394f72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.long-0x2739e24841e6edcb51b0ad3990761c2e73394f72.png",ticker:"LONG"},{address:"0x2816a491dd0b7a88d84cbded842a618e59016888",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LONG-0x2816a491dd0b7a88d84cbded842a618e59016888",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.long-0x2816a491dd0b7a88d84cbded842a618e59016888.png",ticker:"LONG"},{address:"0x16172d2b795beb55010994c0a773c379b59ccbc8",chain:"BASE",chainId:"8453",decimals:4,identifier:"BASE.LOTTO-0x16172d2b795beb55010994c0a773c379b59ccbc8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lotto-0x16172d2b795beb55010994c0a773c379b59ccbc8.png",ticker:"LOTTO"},{address:"0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LTAI-0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ltai-0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a.png",ticker:"LTAI"},{address:"0x291c57b7e29e8d035f42d68e2268f1b3abe78407",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUBIN-0x291c57b7e29e8d035f42d68e2268f1b3abe78407",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lubin-0x291c57b7e29e8d035f42d68e2268f1b3abe78407.png",ticker:"LUBIN"},{address:"0x0fd7a301b51d0a83fcaf6718628174d527b373b6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUM-0x0fd7a301b51d0a83fcaf6718628174d527b373b6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lum-0x0fd7a301b51d0a83fcaf6718628174d527b373b6.png",ticker:"LUM"},{address:"0x550161ae735debee90ba117025db0e83131bf9a6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUMIA-0x550161ae735debee90ba117025db0e83131bf9a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lumia-0x550161ae735debee90ba117025db0e83131bf9a6.png",ticker:"LUMIA"},{address:"0x55cd6469f597452b5a7536e2cd98fde4c1247ee4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUNA-0x55cd6469f597452b5a7536e2cd98fde4c1247ee4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.luna-0x55cd6469f597452b5a7536e2cd98fde4c1247ee4.png",ticker:"LUNA"},{address:"0x368181499736d0c0CC614DBB145E2EC1AC86b8c6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUSD-0x368181499736d0c0CC614DBB145E2EC1AC86b8c6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lusd-0x368181499736d0c0cc614dbb145e2ec1ac86b8c6.png",ticker:"LUSD"},{address:"0x5319419caf59a446f2f129a5876a5e6b490d6610",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.LUSH-0x5319419caf59a446f2f129a5876a5e6b490d6610",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lush-0x5319419caf59a446f2f129a5876a5e6b490d6610.png",ticker:"LUSH"},{address:"0x9e244fe7f64768f8226c957b7737a4023ef39254",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.lz-0x9e244fe7f64768f8226c957b7737a4023ef39254",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.lz-0x9e244fe7f64768f8226c957b7737a4023ef39254.png",ticker:"lz"},{address:"0x9e6a46f294bb67c20f1d1e7afb0bbef614403b55",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.MAG7.ssi-0x9e6a46f294bb67c20f1d1e7afb0bbef614403b55",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mag7.ssi-0x9e6a46f294bb67c20f1d1e7afb0bbef614403b55.png",ticker:"MAG7.ssi"},{address:"0x005826f7c1d1d92f8ee460dec0a8493784ad6010",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0x005826f7c1d1d92f8ee460dec0a8493784ad6010",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0x005826f7c1d1d92f8ee460dec0a8493784ad6010.png",ticker:"MAGA"},{address:"0x19bf54d64bc776532ff03937b662226e4af59517",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0x19bf54d64bc776532ff03937b662226e4af59517",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0x19bf54d64bc776532ff03937b662226e4af59517.png",ticker:"MAGA"},{address:"0x3567d03a958494834c0ec9d5ae602251f6ddb3f6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0x3567d03a958494834c0ec9d5ae602251f6ddb3f6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0x3567d03a958494834c0ec9d5ae602251f6ddb3f6.png",ticker:"MAGA"},{address:"0x7f88f7fea8d8a06acae239ed84c1d7a8d93a0475",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0x7f88f7fea8d8a06acae239ed84c1d7a8d93a0475",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0x7f88f7fea8d8a06acae239ed84c1d7a8d93a0475.png",ticker:"MAGA"},{address:"0xa19a6116872bbaa055c8a5349070f48b492fc26e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0xa19a6116872bbaa055c8a5349070f48b492fc26e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0xa19a6116872bbaa055c8a5349070f48b492fc26e.png",ticker:"MAGA"},{address:"0xaca13f2fc468e6de15269d38484b588bbb0ba887",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0xaca13f2fc468e6de15269d38484b588bbb0ba887",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0xaca13f2fc468e6de15269d38484b588bbb0ba887.png",ticker:"MAGA"},{address:"0xf766b45c052ab92317409f55fef54b056bc78c6a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGA-0xf766b45c052ab92317409f55fef54b056bc78c6a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maga-0xf766b45c052ab92317409f55fef54b056bc78c6a.png",ticker:"MAGA"},{address:"0x6dc3d8fee328cc54c46d3812d74a12aa739aabab",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAGANOMICS-0x6dc3d8fee328cc54c46d3812d74a12aa739aabab",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.maganomics-0x6dc3d8fee328cc54c46d3812d74a12aa739aabab.png",ticker:"MAGANOMICS"},{address:"0x550d25db395f244db37b132c3e98cdcb73fafb2d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MASHA-0x550d25db395f244db37b132c3e98cdcb73fafb2d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.masha-0x550d25db395f244db37b132c3e98cdcb73fafb2d.png",ticker:"MASHA"},{address:"0xD0a4D1889BbE483273f29b4aCdfAA567A67F99E1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MASK-0xD0a4D1889BbE483273f29b4aCdfAA567A67F99E1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mask-0xd0a4d1889bbe483273f29b4acdfaa567a67f99e1.png",ticker:"MASK"},{address:"0x45d9c101a3870ca5024582fd788f4e1e8f7971c3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MASQ-0x45d9c101a3870ca5024582fd788f4e1e8f7971c3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.masq-0x45d9c101a3870ca5024582fd788f4e1e8f7971c3.png",ticker:"MASQ"},{address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAVIA-0x24fcfc492c1393274b6bcd568ac9e225bec93584",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mavia-0x24fcfc492c1393274b6bcd568ac9e225bec93584.png",ticker:"MAVIA"},{address:"0x9ae0138565c5fa139cfb56d84c9664cafbdef7bf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MAVRODI-0x9ae0138565c5fa139cfb56d84c9664cafbdef7bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mavrodi-0x9ae0138565c5fa139cfb56d84c9664cafbdef7bf.png",ticker:"MAVRODI"},{address:"0xa1230000a5e273622900cd6ba008bfec3a27faf0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MBC-0xa1230000a5e273622900cd6ba008bfec3a27faf0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mbc-0xa1230000a5e273622900cd6ba008bfec3a27faf0.png",ticker:"MBC"},{address:"0xc48823ec67720a04a9dfd8c7d109b2c3d6622094",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MCADE-0xc48823ec67720a04a9dfd8c7d109b2c3d6622094",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mcade-0xc48823ec67720a04a9dfd8c7d109b2c3d6622094.png",ticker:"MCADE"},{address:"0x6e51b3a19f114013e5dc09d0477a536c7e4e0207",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MEDIA-0x6e51b3a19f114013e5dc09d0477a536c7e4e0207",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.media-0x6e51b3a19f114013e5dc09d0477a536c7e4e0207.png",ticker:"MEDIA"},{address:"0xc526e51cb74bf3f60690de0465504dc640c2f10b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MELANIA-0xc526e51cb74bf3f60690de0465504dc640c2f10b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.melania-0xc526e51cb74bf3f60690de0465504dc640c2f10b.png",ticker:"MELANIA"},{address:"0xa4705aa2dc6afb9f19ba046c78365e448427a7c3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MEME-0xa4705aa2dc6afb9f19ba046c78365e448427a7c3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.meme-0xa4705aa2dc6afb9f19ba046c78365e448427a7c3.png",ticker:"MEME"},{address:"0xdd3acdbdc7b358df453a6cb6bca56c92aa5743aa",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.MEME.ssi-0xdd3acdbdc7b358df453a6cb6bca56c92aa5743aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.meme.ssi-0xdd3acdbdc7b358df453a6cb6bca56c92aa5743aa.png",ticker:"MEME.ssi"},{address:"0xfd764f3f4d16047e090b9020c3a66ba86c767c5f",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.MEMERBIT-0xfd764f3f4d16047e090b9020c3a66ba86c767c5f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.memerbit-0xfd764f3f4d16047e090b9020c3a66ba86c767c5f.png",ticker:"MEMERBIT"},{address:"0x822330630f20c55fcdc15f680ab51ea3e868b861",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.MEMEX-0x822330630f20c55fcdc15f680ab51ea3e868b861",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.memex-0x822330630f20c55fcdc15f680ab51ea3e868b861.png",ticker:"MEMEX"},{address:"0x7bb3d5b47139ab35516e864fa3c80438dcb1929e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MFR-0x7bb3d5b47139ab35516e864fa3c80438dcb1929e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mfr-0x7bb3d5b47139ab35516e864fa3c80438dcb1929e.png",ticker:"MFR"},{address:"0xeda6192c1c1f17187dff12bed547f754142cadaf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MICA-0xeda6192c1c1f17187dff12bed547f754142cadaf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mica-0xeda6192c1c1f17187dff12bed547f754142cadaf.png",ticker:"MICA"},{address:"0xb1a03eda10342529bbf8eb700a06c60441fef25d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MIGGLES-0xb1a03eda10342529bbf8eb700a06c60441fef25d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.miggles-0xb1a03eda10342529bbf8eb700a06c60441fef25d.png",ticker:"MIGGLES"},{address:"0x7C298664BD6582f6f264c2Cb5a4B9cC09b6E3889",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MLN-0x7C298664BD6582f6f264c2Cb5a4B9cC09b6E3889",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mln-0x7c298664bd6582f6f264c2cb5a4b9cc09b6e3889.png",ticker:"MLN"},{address:"0x51b75da3da2e413ea1b8ed3eb078dc712304761c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOBY-0x51b75da3da2e413ea1b8ed3eb078dc712304761c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.moby-0x51b75da3da2e413ea1b8ed3eb078dc712304761c.png",ticker:"MOBY"},{address:"0xf6e932ca12afa26665dc4dde7e27be02a7c02e50",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOCHI-0xf6e932ca12afa26665dc4dde7e27be02a7c02e50",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mochi-0xf6e932ca12afa26665dc4dde7e27be02a7c02e50.png",ticker:"MOCHI"},{address:"0x15ac90165f8b45a80534228bdcb124a011f62fee",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOEW-0x15ac90165f8b45a80534228bdcb124a011f62fee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.moew-0x15ac90165f8b45a80534228bdcb124a011f62fee.png",ticker:"MOEW"},{address:"0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOG-0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mog-0x2da56acb9ea78330f947bd57c54119debda7af71.png",ticker:"MOG"},{address:"0xfa2405944c1e33f6b857a4e1eaf67ed8654300b9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOG-0xfa2405944c1e33f6b857a4e1eaf67ed8654300b9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mog-0xfa2405944c1e33f6b857a4e1eaf67ed8654300b9.png",ticker:"MOG"},{address:"0xbf338a83fdcc6bedcb2e02740f1775cbf79f7ce0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOL-0xbf338a83fdcc6bedcb2e02740f1775cbf79f7ce0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mol-0xbf338a83fdcc6bedcb2e02740f1775cbf79f7ce0.png",ticker:"MOL"},{address:"0x8d0f6cea9eedc429a23a9cb565c4ec3713fcde54",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.mom-0x8d0f6cea9eedc429a23a9cb565c4ec3713fcde54",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mom-0x8d0f6cea9eedc429a23a9cb565c4ec3713fcde54.png",ticker:"mom"},{address:"0x5107e687aa1943f630aba426374e931f140375bd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOODENG-0x5107e687aa1943f630aba426374e931f140375bd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.moodeng-0x5107e687aa1943f630aba426374e931f140375bd.png",ticker:"MOODENG"},{address:"0x993705c52e8b0ebf52af353d6e10f9f7cc2f03e0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Mooth-0x993705c52e8b0ebf52af353d6e10f9f7cc2f03e0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mooth-0x993705c52e8b0ebf52af353d6e10f9f7cc2f03e0.png",ticker:"Mooth"},{address:"0x7431ada8a591c955a994a21710752ef9b882b8e3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOR-0x7431ada8a591c955a994a21710752ef9b882b8e3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mor-0x7431ada8a591c955a994a21710752ef9b882b8e3.png",ticker:"MOR"},{address:"0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MORPHO-0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.morpho-0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842.png",ticker:"MORPHO"},{address:"0xae5edb94a745bcab559f25842d1e140937b651f6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Morty-0xae5edb94a745bcab559f25842d1e140937b651f6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.morty-0xae5edb94a745bcab559f25842d1e140937b651f6.png",ticker:"Morty"},{address:"0xd84d6728e154f7121afa7afde009470c476e5854",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MOTHER-0xd84d6728e154f7121afa7afde009470c476e5854",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mother-0xd84d6728e154f7121afa7afde009470c476e5854.png",ticker:"MOTHER"},{address:"0xff45161474c39cb00699070dd49582e417b57a7e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MT-0xff45161474c39cb00699070dd49582e417b57a7e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mt-0xff45161474c39cb00699070dd49582e417b57a7e.png",ticker:"MT"},{address:"0xe48c4dcd2cf91515aeb78aaad8e999a9ac430880",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MTK-0xe48c4dcd2cf91515aeb78aaad8e999a9ac430880",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mtk-0xe48c4dcd2cf91515aeb78aaad8e999a9ac430880.png",ticker:"MTK"},{address:"0x3b98e33e7851936daef3d6fec115cfe07a4d8df4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MTY-0x3b98e33e7851936daef3d6fec115cfe07a4d8df4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mty-0x3b98e33e7851936daef3d6fec115cfe07a4d8df4.png",ticker:"MTY"},{address:"0x34f4a8efcb8ff833a8052e1c0725324b947ab3a0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MVP-0x34f4a8efcb8ff833a8052e1c0725324b947ab3a0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mvp-0x34f4a8efcb8ff833a8052e1c0725324b947ab3a0.png",ticker:"MVP"},{address:"0xdba26c0b0c5e4dbee7e36e896aaa1c1390c161c6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MVP-0xdba26c0b0c5e4dbee7e36e896aaa1c1390c161c6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mvp-0xdba26c0b0c5e4dbee7e36e896aaa1c1390c161c6.png",ticker:"MVP"},{address:"0xe8b46b116d3bdfa787ce9cf3f5acc78dc7ca380e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MVTT10F-0xe8b46b116d3bdfa787ce9cf3f5acc78dc7ca380e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.mvtt10f-0xe8b46b116d3bdfa787ce9cf3f5acc78dc7ca380e.png",ticker:"MVTT10F"},{address:"0x81e1f12da1120017ce51b55201ca8a70cd477eee",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MYN-0x81e1f12da1120017ce51b55201ca8a70cd477eee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.myn-0x81e1f12da1120017ce51b55201ca8a70cd477eee.png",ticker:"MYN"},{address:"0xdc46c1e93b71ff9209a0f8076a9951569dc35855",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.MYST-0xdc46c1e93b71ff9209a0f8076a9951569dc35855",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.myst-0xdc46c1e93b71ff9209a0f8076a9951569dc35855.png",ticker:"MYST"},{address:"0xaba939d544d8dbc5af6bf442eee2dafa42202a1e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NALS-0xaba939d544d8dbc5af6bf442eee2dafa42202a1e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nals-0xaba939d544d8dbc5af6bf442eee2dafa42202a1e.png",ticker:"NALS"},{address:"0x20dd04c17afd5c9a8b3f2cdacaa8ee7907385bef",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NATIVE-0x20dd04c17afd5c9a8b3f2cdacaa8ee7907385bef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.native-0x20dd04c17afd5c9a8b3f2cdacaa8ee7907385bef.png",ticker:"NATIVE"},{address:"0xd968196fa6977c4e58f2af5ac01c655ea8332d22",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NATO-0xd968196fa6977c4e58f2af5ac01c655ea8332d22",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nato-0xd968196fa6977c4e58f2af5ac01c655ea8332d22.png",ticker:"NATO"},{address:"0xE6bAA3Fedb5Dc88b2c59ba4812388Bb0906D19dB",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NCT-0xE6bAA3Fedb5Dc88b2c59ba4812388Bb0906D19dB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nct-0xe6baa3fedb5dc88b2c59ba4812388bb0906d19db.png",ticker:"NCT"},{address:"0x3ba4f33be14540fbd45313633f43487ab1d802ce",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NEZHA-0x3ba4f33be14540fbd45313633f43487ab1d802ce",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nezha-0x3ba4f33be14540fbd45313633f43487ab1d802ce.png",ticker:"NEZHA"},{address:"0x7c9485a2563e58972ffbcf586d41cea9a5a74dde",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NGU-0x7c9485a2563e58972ffbcf586d41cea9a5a74dde",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ngu-0x7c9485a2563e58972ffbcf586d41cea9a5a74dde.png",ticker:"NGU"},{address:"0x7487887cda38aff5adebff071692fcd8677e586a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NLP-0x7487887cda38aff5adebff071692fcd8677e586a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nlp-0x7487887cda38aff5adebff071692fcd8677e586a.png",ticker:"NLP"},{address:"0x13741c5df9ab03e7aa9fb3bf1f714551dd5a5f8a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NOGS-0x13741c5df9ab03e7aa9fb3bf1f714551dd5a5f8a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nogs-0x13741c5df9ab03e7aa9fb3bf1f714551dd5a5f8a.png",ticker:"NOGS"},{address:"0xa68482c74367ff7e7d8aed23553e4c7c2af231f1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NOJEET-0xa68482c74367ff7e7d8aed23553e4c7c2af231f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nojeet-0xa68482c74367ff7e7d8aed23553e4c7c2af231f1.png",ticker:"NOJEET"},{address:"0x7f12d13b34f5f4f0a9449c16bcd42f0da47af200",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.NORMIE-0x7f12d13b34f5f4f0a9449c16bcd42f0da47af200",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.normie-0x7f12d13b34f5f4f0a9449c16bcd42f0da47af200.png",ticker:"NORMIE"},{address:"0xcde90558fc317c69580deeaf3efc509428df9080",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NORMILIO-0xcde90558fc317c69580deeaf3efc509428df9080",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.normilio-0xcde90558fc317c69580deeaf3efc509428df9080.png",ticker:"NORMILIO"},{address:"0x5c5ebfa9ffe0d09c2b9f3e1d802c5ff2ff2dd5fe",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NORRIS-0x5c5ebfa9ffe0d09c2b9f3e1d802c5ff2ff2dd5fe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.norris-0x5c5ebfa9ffe0d09c2b9f3e1d802c5ff2ff2dd5fe.png",ticker:"NORRIS"},{address:"0x44630680338901dd3e9a2da2a53a12817cc2d9d8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NOTHING -0x44630680338901dd3e9a2da2a53a12817cc2d9d8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nothing -0x44630680338901dd3e9a2da2a53a12817cc2d9d8.png",ticker:"NOTHING "},{address:"0x63c1112dc619e6e90579e8c9a00aa30201215f99",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NOTUSDC-0x63c1112dc619e6e90579e8c9a00aa30201215f99",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.notusdc-0x63c1112dc619e6e90579e8c9a00aa30201215f99.png",ticker:"NOTUSDC"},{address:"0x012d089446c4098058727dc3cc1f9f1f73cc6b96",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NUGS-0x012d089446c4098058727dc3cc1f9f1f73cc6b96",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nugs-0x012d089446c4098058727dc3cc1f9f1f73cc6b96.png",ticker:"NUGS"},{address:"0xe932099ec1e79246f4655e2c17266f745f20e767",chain:"BASE",chainId:"8453",decimals:7,identifier:"BASE.NUNU-0xe932099ec1e79246f4655e2c17266f745f20e767",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nunu-0xe932099ec1e79246f4655e2c17266f745f20e767.png",ticker:"NUNU"},{address:"0xa73614e5984a71a86145cd444ab82e7a1525974b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NVDA-0xa73614e5984a71a86145cd444ab82e7a1525974b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nvda-0xa73614e5984a71a86145cd444ab82e7a1525974b.png",ticker:"NVDA"},{address:"0xf4c1283ed83f7d09dc8d4e5f52ccaa74ebbb2083",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NVDA-0xf4c1283ed83f7d09dc8d4e5f52ccaa74ebbb2083",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nvda-0xf4c1283ed83f7d09dc8d4e5f52ccaa74ebbb2083.png",ticker:"NVDA"},{address:"0xfcc2c5d8387dafb5a986dae8d3aa7861fd9292d9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NVIDIA-0xfcc2c5d8387dafb5a986dae8d3aa7861fd9292d9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nvidia-0xfcc2c5d8387dafb5a986dae8d3aa7861fd9292d9.png",ticker:"NVIDIA"},{address:"0x38f9bf9dce51833ec7f03c9dc218197999999999",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.NYA-0x38f9bf9dce51833ec7f03c9dc218197999999999",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.nya-0x38f9bf9dce51833ec7f03c9dc218197999999999.png",ticker:"NYA"},{address:"0x0034e887cc70f67a9a54f31d1d5b52942dc6e965",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OBC-0x0034e887cc70f67a9a54f31d1d5b52942dc6e965",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.obc-0x0034e887cc70f67a9a54f31d1d5b52942dc6e965.png",ticker:"OBC"},{address:"0xf83759099dc88f75fc83de854c41e0d9e83ada9b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OBOT-0xf83759099dc88f75fc83de854c41e0d9e83ada9b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.obot-0xf83759099dc88f75fc83de854c41e0d9e83ada9b.png",ticker:"OBOT"},{address:"0xca73ed1815e5915489570014e024b7EbE65dE679",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ODOS-0xca73ed1815e5915489570014e024b7EbE65dE679",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.odos-0xca73ed1815e5915489570014e024b7ebe65de679.png",ticker:"ODOS"},{address:"0xb74b7afc123f58787886d9e65e86d17fbdd78e17",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OFFICIAL-0xb74b7afc123f58787886d9e65e86d17fbdd78e17",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.official-0xb74b7afc123f58787886d9e65e86d17fbdd78e17.png",ticker:"OFFICIAL"},{address:"0x060cb087a9730e13aa191f31a6d86bff8dfcdcc0",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.OHM-0x060cb087a9730e13aa191f31a6d86bff8dfcdcc0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ohm-0x060cb087a9730e13aa191f31a6d86bff8dfcdcc0.png",ticker:"OHM"},{address:"0xdb6e0e5094a25a052ab6845a9f1e486b9a9b3dde",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OKAYEG-0xdb6e0e5094a25a052ab6845a9f1e486b9a9b3dde",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.okayeg-0xdb6e0e5094a25a052ab6845a9f1e486b9a9b3dde.png",ticker:"OKAYEG"},{address:"0x3792dbdd07e87413247df995e692806aa13d3299",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OMI-0x3792dbdd07e87413247df995e692806aa13d3299",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.omi-0x3792dbdd07e87413247df995e692806aa13d3299.png",ticker:"OMI"},{address:"0xfef2d7b013b88fec2bfe4d2fee0aeb719af73481",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ONCHAIN-0xfef2d7b013b88fec2bfe4d2fee0aeb719af73481",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.onchain-0xfef2d7b013b88fec2bfe4d2fee0aeb719af73481.png",ticker:"ONCHAIN"},{address:"0xca32694b58fd19b23f585054e4a8d8b84a6e3177",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ONE-0xca32694b58fd19b23f585054e4a8d8b84a6e3177",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.one-0xca32694b58fd19b23f585054e4a8d8b84a6e3177.png",ticker:"ONE"},{address:"0xe1f916e805f0e8ce0ee643882ba5eda2639a8190",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OPIUM-0xe1f916e805f0e8ce0ee643882ba5eda2639a8190",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.opium-0xe1f916e805f0e8ce0ee643882ba5eda2639a8190.png",ticker:"OPIUM"},{address:"0x566879525b07862708ef162c422ec70ca3fa8244",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OPRAH-0x566879525b07862708ef162c422ec70ca3fa8244",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.oprah-0x566879525b07862708ef162c422ec70ca3fa8244.png",ticker:"OPRAH"},{address:"0x333333c465a19c85f85c6cfbed7b16b0b26e3333",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ORA-0x333333c465a19c85f85c6cfbed7b16b0b26e3333",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ora-0x333333c465a19c85f85c6cfbed7b16b0b26e3333.png",ticker:"ORA"},{address:"0x240eeb9402686c9a5bf1381ecb4c269f824f60e5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ORDER-0x240eeb9402686c9a5bf1381ecb4c269f824f60e5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.order-0x240eeb9402686c9a5bf1381ecb4c269f824f60e5.png",ticker:"ORDER"},{address:"0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OSAK-0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.osak-0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e.png",ticker:"OSAK"},{address:"0x7d95009cc9b47548203362b98347090f70f8c7c2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OTTERSPACE-0x7d95009cc9b47548203362b98347090f70f8c7c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.otterspace-0x7d95009cc9b47548203362b98347090f70f8c7c2.png",ticker:"OTTERSPACE"},{address:"0x27e3bc3a66e24cad043ac3d93a12a8070e3897ba",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OVR-0x27e3bc3a66e24cad043ac3d93a12a8070e3897ba",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ovr-0x27e3bc3a66e24cad043ac3d93a12a8070e3897ba.png",ticker:"OVR"},{address:"0x5d559ea7bb2dae4b694a079cb8328a2145fd32f6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OwO-0x5d559ea7bb2dae4b694a079cb8328a2145fd32f6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.owo-0x5d559ea7bb2dae4b694a079cb8328a2145fd32f6.png",ticker:"OwO"},{address:"0xba0dda8762c24da9487f5fa026a9b64b695a07ea",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OX-0xba0dda8762c24da9487f5fa026a9b64b695a07ea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ox-0xba0dda8762c24da9487f5fa026a9b64b695a07ea.png",ticker:"OX"},{address:"0x07fb80f7a8460de3065d74b2663ba0d740fb3ca5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.OXI-0x07fb80f7a8460de3065d74b2663ba0d740fb3ca5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.oxi-0x07fb80f7a8460de3065d74b2663ba0d740fb3ca5.png",ticker:"OXI"},{address:"0x655a51e6803faf50d4ace80fa501af2f29c856cf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PAID-0x655a51e6803faf50d4ace80fa501af2f29c856cf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.paid-0x655a51e6803faf50d4ace80fa501af2f29c856cf.png",ticker:"PAID"},{address:"0xfdedba064651f3d5cb11318fb7c700eb52cf7c21",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PAIN-0xfdedba064651f3d5cb11318fb7c700eb52cf7c21",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pain-0xfdedba064651f3d5cb11318fb7c700eb52cf7c21.png",ticker:"PAIN"},{address:"0x0f9fb89079d6264005579a8c427fd73d0003b866",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PAJAMAS-0x0f9fb89079d6264005579a8c427fd73d0003b866",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pajamas-0x0f9fb89079d6264005579a8c427fd73d0003b866.png",ticker:"PAJAMAS"},{address:"0x844c03892863b0e3e00e805e41b34527044d5c72",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PANANA-0x844c03892863b0e3e00e805e41b34527044d5c72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.panana-0x844c03892863b0e3e00e805e41b34527044d5c72.png",ticker:"PANANA"},{address:"0x3c4b6cd7874edc945797123fce2d9a871818524b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PARADOX-0x3c4b6cd7874edc945797123fce2d9a871818524b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.paradox-0x3c4b6cd7874edc945797123fce2d9a871818524b.png",ticker:"PARADOX"},{address:"0x7d7421b7ceef650065dcd7f9950c08591a5cb417",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PARAM-0x7d7421b7ceef650065dcd7f9950c08591a5cb417",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.param-0x7d7421b7ceef650065dcd7f9950c08591a5cb417.png",ticker:"PARAM"},{address:"0x59264f02d301281f3393e1385c0aefd446eb0f00",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PARTI-0x59264f02d301281f3393e1385c0aefd446eb0f00",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.parti-0x59264f02d301281f3393e1385c0aefd446eb0f00.png",ticker:"PARTI"},{address:"0x0acb8f6a6f1a8df2b4846db0352caaa01d854bf8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PAWS-0x0acb8f6a6f1a8df2b4846db0352caaa01d854bf8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.paws-0x0acb8f6a6f1a8df2b4846db0352caaa01d854bf8.png",ticker:"PAWS"},{address:"0x8319767a7b602f88e376368dca1b92d38869b9b4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEACH-0x8319767a7b602f88e376368dca1b92d38869b9b4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.peach-0x8319767a7b602f88e376368dca1b92d38869b9b4.png",ticker:"PEACH"},{address:"0xbbc989e01476e65b11966f5cb45983d6b4c906f9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEDRO-0xbbc989e01476e65b11966f5cb45983d6b4c906f9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pedro-0xbbc989e01476e65b11966f5cb45983d6b4c906f9.png",ticker:"PEDRO"},{address:"0xd7d919ea0c33a97ad6e7bd4f510498e2ec98cb78",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEN-0xd7d919ea0c33a97ad6e7bd4f510498e2ec98cb78",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pen-0xd7d919ea0c33a97ad6e7bd4f510498e2ec98cb78.png",ticker:"PEN"},{address:"0xA99F6e6785Da0F5d6fB42495Fe424BCE029Eeb3E",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PENDLE-0xA99F6e6785Da0F5d6fB42495Fe424BCE029Eeb3E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pendle-0xa99f6e6785da0f5d6fb42495fe424bce029eeb3e.png",ticker:"PENDLE"},{address:"0xe0bcce4c349f1f31fd5d9b600106e5112e3f214d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PENGU-0xe0bcce4c349f1f31fd5d9b600106e5112e3f214d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pengu-0xe0bcce4c349f1f31fd5d9b600106e5112e3f214d.png",ticker:"PENGU"},{address:"0x12776318ae3a56dd6b2ad359e70f03df1a068426",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x12776318ae3a56dd6b2ad359e70f03df1a068426",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x12776318ae3a56dd6b2ad359e70f03df1a068426.png",ticker:"PEPE"},{address:"0x21d00cbb0d572ff0e46945c54d607466601923ef",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x21d00cbb0d572ff0e46945c54d607466601923ef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x21d00cbb0d572ff0e46945c54d607466601923ef.png",ticker:"PEPE"},{address:"0x2296278321c0bb58422d77226cd6ca0759b18480",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x2296278321c0bb58422d77226cd6ca0759b18480",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x2296278321c0bb58422d77226cd6ca0759b18480.png",ticker:"PEPE"},{address:"0x3f6a984fba958276aaddc474ec007396588e0f6f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x3f6a984fba958276aaddc474ec007396588e0f6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x3f6a984fba958276aaddc474ec007396588e0f6f.png",ticker:"PEPE"},{address:"0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d.png",ticker:"PEPE"},{address:"0x578d3a95b63d10c2aa870eeae862eadd5232525e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x578d3a95b63d10c2aa870eeae862eadd5232525e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x578d3a95b63d10c2aa870eeae862eadd5232525e.png",ticker:"PEPE"},{address:"0x64bb89b07e5c1dcfb8e731916ad155c71a905684",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x64bb89b07e5c1dcfb8e731916ad155c71a905684",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x64bb89b07e5c1dcfb8e731916ad155c71a905684.png",ticker:"PEPE"},{address:"0x99efc97ee98e72efa3331e7cbc114e0079c11e78",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0x99efc97ee98e72efa3331e7cbc114e0079c11e78",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0x99efc97ee98e72efa3331e7cbc114e0079c11e78.png",ticker:"PEPE"},{address:"0xB4fDe59a779991bfB6a52253B51947828b982be3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0xB4fDe59a779991bfB6a52253B51947828b982be3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0xb4fde59a779991bfb6a52253b51947828b982be3.png",ticker:"PEPE"},{address:"0xbda6752d931f06895821756224ce42492630b15b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0xbda6752d931f06895821756224ce42492630b15b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0xbda6752d931f06895821756224ce42492630b15b.png",ticker:"PEPE"},{address:"0xcbced314d16a236beb73a1940c67cca34b4ce64b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPE-0xcbced314d16a236beb73a1940c67cca34b4ce64b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0xcbced314d16a236beb73a1940c67cca34b4ce64b.png",ticker:"PEPE"},{address:"0xcdaa7194892ca9603a6427b4513211357bc57ed6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Pepe-0xcdaa7194892ca9603a6427b4513211357bc57ed6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepe-0xcdaa7194892ca9603a6427b4513211357bc57ed6.png",ticker:"Pepe"},{address:"0xbf388570ebd5b88bfc7cd21ec469813c15f453a3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PEPPER-0xbf388570ebd5b88bfc7cd21ec469813c15f453a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pepper-0xbf388570ebd5b88bfc7cd21ec469813c15f453a3.png",ticker:"PEPPER"},{address:"0xb2afbdc55e277fead5c54f28dc5468b2766e7147",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.PEPT-0xb2afbdc55e277fead5c54f28dc5468b2766e7147",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pept-0xb2afbdc55e277fead5c54f28dc5468b2766e7147.png",ticker:"PEPT"},{address:"0xf598797d9c160aef2a14712c20b7731cbe5861da",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PERC-0xf598797d9c160aef2a14712c20b7731cbe5861da",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.perc-0xf598797d9c160aef2a14712c20b7731cbe5861da.png",ticker:"PERC"},{address:"0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PERP-0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.perp-0xcd6ddda305955acd6b94b934f057e8b0daad58de.png",ticker:"PERP"},{address:"0xff1c4fe43c23710ca9edc611833519e186b9a4e2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PHA-0xff1c4fe43c23710ca9edc611833519e186b9a4e2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pha-0xff1c4fe43c23710ca9edc611833519e186b9a4e2.png",ticker:"PHA"},{address:"0xfbd2b48988c04aebac38e60d79e8746d1fbc095d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PHIL-0xfbd2b48988c04aebac38e60d79e8746d1fbc095d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.phil-0xfbd2b48988c04aebac38e60d79e8746d1fbc095d.png",ticker:"PHIL"},{address:"0x25fe84348e311f34ecce370d98b6529294eea3ec",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PIZZA-0x25fe84348e311f34ecce370d98b6529294eea3ec",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pizza-0x25fe84348e311f34ecce370d98b6529294eea3ec.png",ticker:"PIZZA"},{address:"0x7be3fa9e1b934e26e95b4c3de6d4e1c0100f8fa2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PIZZA-0x7be3fa9e1b934e26e95b4c3de6d4e1c0100f8fa2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pizza-0x7be3fa9e1b934e26e95b4c3de6d4e1c0100f8fa2.png",ticker:"PIZZA"},{address:"0x919a432445d89ad661b953119f040ecdaf9016f4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PIZZA-0x919a432445d89ad661b953119f040ecdaf9016f4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pizza-0x919a432445d89ad661b953119f040ecdaf9016f4.png",ticker:"PIZZA"},{address:"0xc2fe011c3885277c7f0e7ffd45ff90cadc8ecd12",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PONCHO-0xc2fe011c3885277c7f0e7ffd45ff90cadc8ecd12",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.poncho-0xc2fe011c3885277c7f0e7ffd45ff90cadc8ecd12.png",ticker:"PONCHO"},{address:"0x6e93dede32b00fc0b993cee3be8727089fdd013b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.POON-0x6e93dede32b00fc0b993cee3be8727089fdd013b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.poon-0x6e93dede32b00fc0b993cee3be8727089fdd013b.png",ticker:"POON"},{address:"0x9dc85be17a61344c0cc31a03c0a3336f0b4a001e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.POW-0x9dc85be17a61344c0cc31a03c0a3336f0b4a001e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pow-0x9dc85be17a61344c0cc31a03c0a3336f0b4a001e.png",ticker:"POW"},{address:"0xd8c2afb7bef4bbe57af5dd92f2a1bcf62eea3ec7",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.PPC-0xd8c2afb7bef4bbe57af5dd92f2a1bcf62eea3ec7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ppc-0xd8c2afb7bef4bbe57af5dd92f2a1bcf62eea3ec7.png",ticker:"PPC"},{address:"0x0d87e5e17c68dd5dc346797bf4036dfa0bc947c7",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.PPEPE-0x0d87e5e17c68dd5dc346797bf4036dfa0bc947c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ppepe-0x0d87e5e17c68dd5dc346797bf4036dfa0bc947c7.png",ticker:"PPEPE"},{address:"0x5bc13f1eb38207042d766a819badaa2b9f5f54fd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PRESALE-0x5bc13f1eb38207042d766a819badaa2b9f5f54fd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.presale-0x5bc13f1eb38207042d766a819badaa2b9f5f54fd.png",ticker:"PRESALE"},{address:"0x3d8ea1645f58108ebc18296453cd30b709ce389f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.preSPACEX-0x3d8ea1645f58108ebc18296453cd30b709ce389f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.prespacex-0x3d8ea1645f58108ebc18296453cd30b709ce389f.png",ticker:"preSPACEX"},{address:"0x151d317f9ba14e84bab42c7436768898c7bbf8af",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PRICETEST-0x151d317f9ba14e84bab42c7436768898c7bbf8af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pricetest-0x151d317f9ba14e84bab42c7436768898c7bbf8af.png",ticker:"PRICETEST"},{address:"0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PRIME-0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.prime-0xfa980ced6895ac314e7de34ef1bfae90a5add21b.png",ticker:"PRIME"},{address:"0x18dD5B087bCA9920562aFf7A0199b96B9230438b",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.PRO-0x18dD5B087bCA9920562aFf7A0199b96B9230438b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pro-0x18dd5b087bca9920562aff7a0199b96b9230438b.png",ticker:"PRO"},{address:"0x2e7df1528f4ea427f48b49ae8a1f78149db7185a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PRO-0x2e7df1528f4ea427f48b49ae8a1f78149db7185a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pro-0x2e7df1528f4ea427f48b49ae8a1f78149db7185a.png",ticker:"PRO"},{address:"0x30c7235866872213F68cb1F08c37Cb9eCCB93452",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PROMPT-0x30c7235866872213F68cb1F08c37Cb9eCCB93452",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.prompt-0x30c7235866872213f68cb1f08c37cb9eccb93452.png",ticker:"PROMPT"},{address:"0xbc69990a060cc5af40942f579bdf82a69a9cff93",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.PVPB-0xbc69990a060cc5af40942f579bdf82a69a9cff93",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.pvpb-0xbc69990a060cc5af40942f579bdf82a69a9cff93.png",ticker:"PVPB"},{address:"0x65553f5c85c78b977668cec098ec09475099aa61",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.QCV-0x65553f5c85c78b977668cec098ec09475099aa61",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.qcv-0x65553f5c85c78b977668cec098ec09475099aa61.png",ticker:"QCV"},{address:"0x2b5050f01d64fbb3e4ac44dc07f0732bfb5ecadf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.QR-0x2b5050f01d64fbb3e4ac44dc07f0732bfb5ecadf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.qr-0x2b5050f01d64fbb3e4ac44dc07f0732bfb5ecadf.png",ticker:"QR"},{address:"0x45f368693eee8e3610270f82085784c1c8ac124b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.QVRS-0x45f368693eee8e3610270f82085784c1c8ac124b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.qvrs-0x45f368693eee8e3610270f82085784c1c8ac124b.png",ticker:"QVRS"},{address:"0x55365c9e68e70122020184f4441b498e8bf06ac6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.QWLA-0x55365c9e68e70122020184f4441b498e8bf06ac6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.qwla-0x55365c9e68e70122020184f4441b498e8bf06ac6.png",ticker:"QWLA"},{address:"0x9a960cf8a8242b895cec756f12da6faef09eac30",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RBase-0x9a960cf8a8242b895cec756f12da6faef09eac30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rbase-0x9a960cf8a8242b895cec756f12da6faef09eac30.png",ticker:"RBase"},{address:"0x777703edd29d1cdb08becb5feb50c5e3443fb90b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RCR-0x777703edd29d1cdb08becb5feb50c5e3443fb90b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rcr-0x777703edd29d1cdb08becb5feb50c5e3443fb90b.png",ticker:"RCR"},{address:"0x4498cd8ba045e00673402353f5a4347562707e7d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RDAT-0x4498cd8ba045e00673402353f5a4347562707e7d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rdat-0x4498cd8ba045e00673402353f5a4347562707e7d.png",ticker:"RDAT"},{address:"0x17fbc025fd6a0c5913d6cb8213af61e77a9abe3c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Real-0x17fbc025fd6a0c5913d6cb8213af61e77a9abe3c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.real-0x17fbc025fd6a0c5913d6cb8213af61e77a9abe3c.png",ticker:"Real"},{address:"0x29bba0ab71d46662fb9f9c519f162486201b8edf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.REDACTED-0x29bba0ab71d46662fb9f9c519f162486201b8edf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.redacted-0x29bba0ab71d46662fb9f9c519f162486201b8edf.png",ticker:"REDACTED"},{address:"0x6b2504a03ca4d43d0d73776f6ad46dab2f2a4cfd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.REI-0x6b2504a03ca4d43d0d73776f6ad46dab2f2a4cfd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rei-0x6b2504a03ca4d43d0d73776f6ad46dab2f2a4cfd.png",ticker:"REI"},{address:"0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.rETH-0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.reth-0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c.png",ticker:"rETH"},{address:"0x30a8f99e67f07711ee7b07885b9440f5bd913673",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Riley-0x30a8f99e67f07711ee7b07885b9440f5bd913673",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.riley-0x30a8f99e67f07711ee7b07885b9440f5bd913673.png",ticker:"Riley"},{address:"0xbebbc9073aa8061f228072115b82b16a5fc0950a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RIPKABO-0xbebbc9073aa8061f228072115b82b16a5fc0950a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ripkabo-0xbebbc9073aa8061f228072115b82b16a5fc0950a.png",ticker:"RIPKABO"},{address:"0x0f2c1c448a11204f69f1cbc2535937c88537d434",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RNT-0x0f2c1c448a11204f69f1cbc2535937c88537d434",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rnt-0x0f2c1c448a11204f69f1cbc2535937c88537d434.png",ticker:"RNT"},{address:"0xd9f4f23953665644dfe6b66708ff57d0fd1a8076",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RNT-0xd9f4f23953665644dfe6b66708ff57d0fd1a8076",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rnt-0xd9f4f23953665644dfe6b66708ff57d0fd1a8076.png",ticker:"RNT"},{address:"0x03e8ff316e741ca0c184689651b39904cc76b0c5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RoaringKitty-0x03e8ff316e741ca0c184689651b39904cc76b0c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.roaringkitty-0x03e8ff316e741ca0c184689651b39904cc76b0c5.png",ticker:"RoaringKitty"},{address:"0x071aa252276561db778537e52bf44eaef0647b8a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RoaringKitty-0x071aa252276561db778537e52bf44eaef0647b8a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.roaringkitty-0x071aa252276561db778537e52bf44eaef0647b8a.png",ticker:"RoaringKitty"},{address:"0xfeb3fc2af053724b2d5854be0fc63fc8ce1e6185",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RoaringKitty-0xfeb3fc2af053724b2d5854be0fc63fc8ce1e6185",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.roaringkitty-0xfeb3fc2af053724b2d5854be0fc63fc8ce1e6185.png",ticker:"RoaringKitty"},{address:"0x69a767d1727d125279ce0eeb407491617526d906",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ROBINHOOD-0x69a767d1727d125279ce0eeb407491617526d906",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.robinhood-0x69a767d1727d125279ce0eeb407491617526d906.png",ticker:"ROBINHOOD"},{address:"0xd60626fc36e149558f47e8fd6955ca6144ca9638",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ROBINHOOD-0xd60626fc36e149558f47e8fd6955ca6144ca9638",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.robinhood-0xd60626fc36e149558f47e8fd6955ca6144ca9638.png",ticker:"ROBINHOOD"},{address:"0xe1abd004250ac8d1f199421d647e01d094faa180",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ROOST-0xe1abd004250ac8d1f199421d647e01d094faa180",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.roost-0xe1abd004250ac8d1f199421d647e01d094faa180.png",ticker:"ROOST"},{address:"0xfbb75a59193a3525a8825bebe7d4b56899e2f7e1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RSC-0xfbb75a59193a3525a8825bebe7d4b56899e2f7e1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rsc-0xfbb75a59193a3525a8825bebe7d4b56899e2f7e1.png",ticker:"RSC"},{address:"0xaB36452DbAC151bE02b16Ca17d8919826072f64a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RSR-0xaB36452DbAC151bE02b16Ca17d8919826072f64a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rsr-0xab36452dbac151be02b16ca17d8919826072f64a.png",ticker:"RSR"},{address:"0xeac770a0767ae96582cb7422c22110cb961cd9f5",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RSR-0xeac770a0767ae96582cb7422c22110cb961cd9f5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rsr-0xeac770a0767ae96582cb7422c22110cb961cd9f5.png",ticker:"RSR"},{address:"0x18b6f6049a0af4ed2bbe0090319174eeef89f53a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RUNNER-0x18b6f6049a0af4ed2bbe0090319174eeef89f53a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.runner-0x18b6f6049a0af4ed2bbe0090319174eeef89f53a.png",ticker:"RUNNER"},{address:"0x7a43121e70f10a5b7f114e5962158e0aa4c74508",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.RWASS-0x7a43121e70f10a5b7f114e5962158e0aa4c74508",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.rwass-0x7a43121e70f10a5b7f114e5962158e0aa4c74508.png",ticker:"RWASS"},{address:"0x4c95cd5b24cba798c56f9c3045975d7b24437415",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SAMS-0x4c95cd5b24cba798c56f9c3045975d7b24437415",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sams-0x4c95cd5b24cba798c56f9c3045975d7b24437415.png",ticker:"SAMS"},{address:"0x3f7fce849158e81ba1f1b6b3b5ccfad502f23d28",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SAYLOR-0x3f7fce849158e81ba1f1b6b3b5ccfad502f23d28",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.saylor-0x3f7fce849158e81ba1f1b6b3b5ccfad502f23d28.png",ticker:"SAYLOR"},{address:"0x75c8cad4f60193f19342ebc116a19a8e49b6b2a5",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.SBF-0x75c8cad4f60193f19342ebc116a19a8e49b6b2a5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sbf-0x75c8cad4f60193f19342ebc116a19a8e49b6b2a5.png",ticker:"SBF"},{address:"0x25e0a7767d03461eaf88b47cd9853722fe05dfd3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SCI-0x25e0a7767d03461eaf88b47cd9853722fe05dfd3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sci-0x25e0a7767d03461eaf88b47cd9853722fe05dfd3.png",ticker:"SCI"},{address:"0x516b340ef7dbc08d34d6b1fb6614074823328aa1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SDC-0x516b340ef7dbc08d34d6b1fb6614074823328aa1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sdc-0x516b340ef7dbc08d34d6b1fb6614074823328aa1.png",ticker:"SDC"},{address:"0x12e78f1dacf2a916e9e7f3b4f38081ab115fcdf9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SEA-0x12e78f1dacf2a916e9e7f3b4f38081ab115fcdf9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sea-0x12e78f1dacf2a916e9e7f3b4f38081ab115fcdf9.png",ticker:"SEA"},{address:"0x1C7a460413dD4e964f96D8dFC56E7223cE88CD85",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SEAM-0x1C7a460413dD4e964f96D8dFC56E7223cE88CD85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.seam-0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85.png",ticker:"SEAM"},{address:"0xb14a3f8287d590b6ad9abf1cc94f0aa3198fee4d",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.sec-0xb14a3f8287d590b6ad9abf1cc94f0aa3198fee4d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sec-0xb14a3f8287d590b6ad9abf1cc94f0aa3198fee4d.png",ticker:"sec"},{address:"0x1185cb5122edad199bdbc0cbd7a0457e448f23c7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SEKOIA-0x1185cb5122edad199bdbc0cbd7a0457e448f23c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sekoia-0x1185cb5122edad199bdbc0cbd7a0457e448f23c7.png",ticker:"SEKOIA"},{address:"0x3b0973b5298df83b81854ebfa8578d2c4586a20e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SHIB-0x3b0973b5298df83b81854ebfa8578d2c4586a20e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.shib-0x3b0973b5298df83b81854ebfa8578d2c4586a20e.png",ticker:"SHIB"},{address:"0x3f455ca2ec49e11c6b1e128447fa9e8e31db559e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SHIB-0x3f455ca2ec49e11c6b1e128447fa9e8e31db559e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.shib-0x3f455ca2ec49e11c6b1e128447fa9e8e31db559e.png",ticker:"SHIB"},{address:"0xdbd5fb3c7a058742691e6939cde64687d72c35bd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SHIB-0xdbd5fb3c7a058742691e6939cde64687d72c35bd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.shib-0xdbd5fb3c7a058742691e6939cde64687d72c35bd.png",ticker:"SHIB"},{address:"0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.SHIBA-0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.shiba-0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7.png",ticker:"SHIBA"},{address:"0x29ea098860369f30f5eafcb6e95783141d7d5cef",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Shibli-0x29ea098860369f30f5eafcb6e95783141d7d5cef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.shibli-0x29ea098860369f30f5eafcb6e95783141d7d5cef.png",ticker:"Shibli"},{address:"0x161e113b8e9bbaefb846f73f31624f6f9607bd44",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SIMMI-0x161e113b8e9bbaefb846f73f31624f6f9607bd44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.simmi-0x161e113b8e9bbaefb846f73f31624f6f9607bd44.png",ticker:"SIMMI"},{address:"0xec454689f5c155950b66467cf4089a3f167825ca",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SIMONS-0xec454689f5c155950b66467cf4089a3f167825ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.simons-0xec454689f5c155950b66467cf4089a3f167825ca.png",ticker:"SIMONS"},{address:"0x768be13e1680b5ebe0024c42c896e3db59ec0149",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.SKI-0x768be13e1680b5ebe0024c42c896e3db59ec0149",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ski-0x768be13e1680b5ebe0024c42c896e3db59ec0149.png",ticker:"SKI"},{address:"0x6d3b8c76c5396642960243febf736c6be8b60562",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SKOP-0x6d3b8c76c5396642960243febf736c6be8b60562",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.skop-0x6d3b8c76c5396642960243febf736c6be8b60562.png",ticker:"SKOP"},{address:"0x291a8da3c42b7d7f00349d6f1be3c823a2b3fca4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SMOL-0x291a8da3c42b7d7f00349d6f1be3c823a2b3fca4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.smol-0x291a8da3c42b7d7f00349d6f1be3c823a2b3fca4.png",ticker:"SMOL"},{address:"0x662015EC830DF08C0FC45896FaB726542e8AC09E",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SNT-0x662015EC830DF08C0FC45896FaB726542e8AC09E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.snt-0x662015ec830df08c0fc45896fab726542e8ac09e.png",ticker:"SNT"},{address:"0x7a76fa62fdf9a4f98ee28e5146996e5f3d46ab51",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SNUS-0x7a76fa62fdf9a4f98ee28e5146996e5f3d46ab51",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.snus-0x7a76fa62fdf9a4f98ee28e5146996e5f3d46ab51.png",ticker:"SNUS"},{address:"0x22e6966B799c4D5B13BE962E1D117b56327FDa66",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SNX-0x22e6966B799c4D5B13BE962E1D117b56327FDa66",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.snx-0x22e6966b799c4d5b13be962e1d117b56327fda66.png",ticker:"SNX"},{address:"0x624e2e7fdc8903165f64891672267ab0fcb98831",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SOSO-0x624e2e7fdc8903165f64891672267ab0fcb98831",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.soso-0x624e2e7fdc8903165f64891672267ab0fcb98831.png",ticker:"SOSO"},{address:"0x48c6740bcf807d6c47c864faeea15ed4da3910ab",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SPACE-0x48c6740bcf807d6c47c864faeea15ed4da3910ab",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.space-0x48c6740bcf807d6c47c864faeea15ed4da3910ab.png",ticker:"SPACE"},{address:"0x96419929d7949d6a801a6909c145c8eef6a40431",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SPEC-0x96419929d7949d6a801a6909c145c8eef6a40431",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.spec-0x96419929d7949d6a801a6909c145c8eef6a40431.png",ticker:"SPEC"},{address:"0x64fcc3a02eeeba05ef701b7eed066c6ebd5d4e51",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SPECTRA-0x64fcc3a02eeeba05ef701b7eed066c6ebd5d4e51",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.spectra-0x64fcc3a02eeeba05ef701b7eed066c6ebd5d4e51.png",ticker:"SPECTRA"},{address:"0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.SPX-0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.spx-0x50da645f148798f68ef2d7db7c1cb22a6819bb2c.png",ticker:"SPX"},{address:"0xf9e6726354605586fba7393e6e082f6e40557086",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.STNT-0xf9e6726354605586fba7393e6e082f6e40557086",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.stnt-0xf9e6726354605586fba7393e6e082f6e40557086.png",ticker:"STNT"},{address:"0x7D49a065D17d6d4a55dc13649901fdBB98B2AFBA",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SUSHI-0x7D49a065D17d6d4a55dc13649901fdBB98B2AFBA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sushi-0x7d49a065d17d6d4a55dc13649901fdbb98b2afba.png",ticker:"SUSHI"},{address:"0xe22983df9018ba4300b5835bd40f19a00e53d8b8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.sweeney-0xe22983df9018ba4300b5835bd40f19a00e53d8b8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.sweeney-0xe22983df9018ba4300b5835bd40f19a00e53d8b8.png",ticker:"sweeney"},{address:"0x479a9a51f164114f2aa903226015bd6ec3de492c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SWIFT-0x479a9a51f164114f2aa903226015bd6ec3de492c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.swift-0x479a9a51f164114f2aa903226015bd6ec3de492c.png",ticker:"SWIFT"},{address:"0x0b51c01378ad9ba9481e697b695b2a7080ede3a2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SYMBOL-0x0b51c01378ad9ba9481e697b695b2a7080ede3a2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.symbol-0x0b51c01378ad9ba9481e697b695b2a7080ede3a2.png",ticker:"SYMBOL"},{address:"0x01a942f20e317882c015af15af49bb6b74f14fad",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.SZN-0x01a942f20e317882c015af15af49bb6b74f14fad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.szn-0x01a942f20e317882c015af15af49bb6b74f14fad.png",ticker:"SZN"},{address:"0x154af0cc4df0c1744edc0b4b916f6aa028d009b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.tab-0x154af0cc4df0c1744edc0b4b916f6aa028d009b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tab-0x154af0cc4df0c1744edc0b4b916f6aa028d009b0.png",ticker:"tab"},{address:"0xcb59edb40b86429e68535bf0edbd0640f4771a47",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TAI-0xcb59edb40b86429e68535bf0edbd0640f4771a47",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tai-0xcb59edb40b86429e68535bf0edbd0640f4771a47.png",ticker:"TAI"},{address:"0x9a33406165f562e16c3abd82fd1185482e01b49a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TALENT-0x9a33406165f562e16c3abd82fd1185482e01b49a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.talent-0x9a33406165f562e16c3abd82fd1185482e01b49a.png",ticker:"TALENT"},{address:"0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.tBTC-0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tbtc-0x236aa50979d5f3de3bd1eeb40e81137f22ab794b.png",ticker:"tBTC"},{address:"0x09be1692ca16e06f536f0038ff11d1da8524adb1",chain:"BASE",chainId:"8453",decimals:2,identifier:"BASE.TEL-0x09be1692ca16e06f536f0038ff11d1da8524adb1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tel-0x09be1692ca16e06f536f0038ff11d1da8524adb1.png",ticker:"TEL"},{address:"0x3762196b66670f6b300f6538936fa8ecc63e44af",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ten-0x3762196b66670f6b300f6538936fa8ecc63e44af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ten-0x3762196b66670f6b300f6538936fa8ecc63e44af.png",ticker:"ten"},{address:"0xb488fcb23333e7baa28d1dfd7b69a5d3a8bfeb3a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.terminal-0xb488fcb23333e7baa28d1dfd7b69a5d3a8bfeb3a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.terminal-0xb488fcb23333e7baa28d1dfd7b69a5d3a8bfeb3a.png",ticker:"terminal"},{address:"0x3e5e040e819f522c572de1f8129e1bcd600238e9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.test2-0x3e5e040e819f522c572de1f8129e1bcd600238e9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.test2-0x3e5e040e819f522c572de1f8129e1bcd600238e9.png",ticker:"test2"},{address:"0x959143611c63c1fa693a2e0771ed122d1574f576",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.test2-0x959143611c63c1fa693a2e0771ed122d1574f576",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.test2-0x959143611c63c1fa693a2e0771ed122d1574f576.png",ticker:"test2"},{address:"0x00309d634d11541b857f927be91ad2f0bd78894c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TEVA-0x00309d634d11541b857f927be91ad2f0bd78894c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.teva-0x00309d634d11541b857f927be91ad2f0bd78894c.png",ticker:"TEVA"},{address:"0x23e2475d4c524170de0e826c693e5c0f2a3f44e9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TEVA-0x23e2475d4c524170de0e826c693e5c0f2a3f44e9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.teva-0x23e2475d4c524170de0e826c693e5c0f2a3f44e9.png",ticker:"TEVA"},{address:"0xa0c05e2eed05912d9eb76d466167628e8024a708",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TICKER-0xa0c05e2eed05912d9eb76d466167628e8024a708",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ticker-0xa0c05e2eed05912d9eb76d466167628e8024a708.png",ticker:"TICKER"},{address:"0x0c03ce270b4826ec62e7dd007f0b716068639f7b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TIG-0x0c03ce270b4826ec62e7dd007f0b716068639f7b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tig-0x0c03ce270b4826ec62e7dd007f0b716068639f7b.png",ticker:"TIG"},{address:"0x1cbb39da9e815483ed44ec918d6f8dfb828f3a06",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TINYP-0x1cbb39da9e815483ed44ec918d6f8dfb828f3a06",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tinyp-0x1cbb39da9e815483ed44ec918d6f8dfb828f3a06.png",ticker:"TINYP"},{address:"0x5b5dee44552546ecea05edea01dcd7be7aa6144a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TN100x-0x5b5dee44552546ecea05edea01dcd7be7aa6144a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tn100x-0x5b5dee44552546ecea05edea01dcd7be7aa6144a.png",ticker:"TN100x"},{address:"0xb8d98a102b0079b69ffbc760c8d857a31653e56e",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.toby-0xb8d98a102b0079b69ffbc760c8d857a31653e56e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.toby-0xb8d98a102b0079b69ffbc760c8d857a31653e56e.png",ticker:"toby"},{address:"0x6392c932085b016ea8c9c5cf457f2008ce623ac6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TOIN-0x6392c932085b016ea8c9c5cf457f2008ce623ac6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.toin-0x6392c932085b016ea8c9c5cf457f2008ce623ac6.png",ticker:"TOIN"},{address:"0xd758916365b361cf833bb9c4c465ecd501ddd984",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TOKEN-0xd758916365b361cf833bb9c4c465ecd501ddd984",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.token-0xd758916365b361cf833bb9c4c465ecd501ddd984.png",ticker:"TOKEN"},{address:"0x78ec15c5fd8efc5e924e9eebb9e549e29c785867",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TORUS-0x78ec15c5fd8efc5e924e9eebb9e549e29c785867",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.torus-0x78ec15c5fd8efc5e924e9eebb9e549e29c785867.png",ticker:"TORUS"},{address:"0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TOSHI-0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.toshi-0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4.png",ticker:"TOSHI"},{address:"0xdf00fde26a6819507649904ca52fe5062ef75ba7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRASH-0xdf00fde26a6819507649904ca52fe5062ef75ba7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trash-0xdf00fde26a6819507649904ca52fe5062ef75ba7.png",ticker:"TRASH"},{address:"0xe18ce0c83f978e863b81b0662cc0e2132e86eeed",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TREAT-0xe18ce0c83f978e863b81b0662cc0e2132e86eeed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.treat-0xe18ce0c83f978e863b81b0662cc0e2132e86eeed.png",ticker:"TREAT"},{address:"0x52c2b317eb0bb61e650683d2f287f56c413e4cf6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TREE-0x52c2b317eb0bb61e650683d2f287f56c413e4cf6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tree-0x52c2b317eb0bb61e650683d2f287f56c413e4cf6.png",ticker:"TREE"},{address:"0x346b930bb1c2c97c8327ec7369909c4e6d79b7f1",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0x346b930bb1c2c97c8327ec7369909c4e6d79b7f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x346b930bb1c2c97c8327ec7369909c4e6d79b7f1.png",ticker:"TRUMP"},{address:"0x3b94604b9230112d9a0c409885f459e89f98d104",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0x3b94604b9230112d9a0c409885f459e89f98d104",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x3b94604b9230112d9a0c409885f459e89f98d104.png",ticker:"TRUMP"},{address:"0x4ce4079a01cedc9549bfb16173a6f68119783676",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0x4ce4079a01cedc9549bfb16173a6f68119783676",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x4ce4079a01cedc9549bfb16173a6f68119783676.png",ticker:"TRUMP"},{address:"0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.TRUMP-0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37.png",ticker:"TRUMP"},{address:"0x7c9179e29093b0667eb8fae4b477298002dda567",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0x7c9179e29093b0667eb8fae4b477298002dda567",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0x7c9179e29093b0667eb8fae4b477298002dda567.png",ticker:"TRUMP"},{address:"0xcfbdaa56f1945e377ffdf38a5612c37f48819927",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0xcfbdaa56f1945e377ffdf38a5612c37f48819927",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0xcfbdaa56f1945e377ffdf38a5612c37f48819927.png",ticker:"TRUMP"},{address:"0xf7b31c8603d70ca22ff5a81ea56430fd0c5145e0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMP-0xf7b31c8603d70ca22ff5a81ea56430fd0c5145e0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trump-0xf7b31c8603d70ca22ff5a81ea56430fd0c5145e0.png",ticker:"TRUMP"},{address:"0x7e1c268c2b794c930cdf7b195869de0ac94b0a21",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMPDAY-0x7e1c268c2b794c930cdf7b195869de0ac94b0a21",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trumpday-0x7e1c268c2b794c930cdf7b195869de0ac94b0a21.png",ticker:"TRUMPDAY"},{address:"0x857ac97ea291cdf09afe0f7e81204b0542631ced",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUMPMANIA-0x857ac97ea291cdf09afe0f7e81204b0542631ced",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trumpmania-0x857ac97ea291cdf09afe0f7e81204b0542631ced.png",ticker:"TRUMPMANIA"},{address:"0xc841b4ead3f70be99472ffdb88e5c3c7af6a481a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TRUST-0xc841b4ead3f70be99472ffdb88e5c3c7af6a481a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trust-0xc841b4ead3f70be99472ffdb88e5c3c7af6a481a.png",ticker:"TRUST"},{address:"0xc7799dfed9ec34e1d6e0d75fb56c284dde40baac",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Trx-0xc7799dfed9ec34e1d6e0d75fb56c284dde40baac",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trx-0xc7799dfed9ec34e1d6e0d75fb56c284dde40baac.png",ticker:"Trx"},{address:"0xfa1df3f6108db461fd89437f320fe50c125af5f0",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.TRX-0xfa1df3f6108db461fd89437f320fe50c125af5f0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.trx-0xfa1df3f6108db461fd89437f320fe50c125af5f0.png",ticker:"TRX"},{address:"0x0ca002e530803723bbebe9fb1aa8e14db3f67506",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.tt-0x0ca002e530803723bbebe9fb1aa8e14db3f67506",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tt-0x0ca002e530803723bbebe9fb1aa8e14db3f67506.png",ticker:"tt"},{address:"0x27775f16da74f63d067284e9eceed906ac33ed12",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.tt-0x27775f16da74f63d067284e9eceed906ac33ed12",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tt-0x27775f16da74f63d067284e9eceed906ac33ed12.png",ticker:"tt"},{address:"0x34b5b56100afc57810f2ea29a1b7c8b2934578e7",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TT-0x34b5b56100afc57810f2ea29a1b7c8b2934578e7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tt-0x34b5b56100afc57810f2ea29a1b7c8b2934578e7.png",ticker:"TT"},{address:"0xd977700ebfd90e143bd1ed1f18430a6047b5b3b0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TTTest-0xd977700ebfd90e143bd1ed1f18430a6047b5b3b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tttest-0xd977700ebfd90e143bd1ed1f18430a6047b5b3b0.png",ticker:"TTTest"},{address:"0x09863a898e06c5204e74f2e74fba5c7c84817cfc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TURBO-0x09863a898e06c5204e74f2e74fba5c7c84817cfc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.turbo-0x09863a898e06c5204e74f2e74fba5c7c84817cfc.png",ticker:"TURBO"},{address:"0x0d97f261b1e88845184f678e2d1e7a98d9fd38de",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TYBG-0x0d97f261b1e88845184f678e2d1e7a98d9fd38de",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tybg-0x0d97f261b1e88845184f678e2d1e7a98d9fd38de.png",ticker:"TYBG"},{address:"0x4b6086d60c147cf65032d795f9796ff199a149ae",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.TYC-0x4b6086d60c147cf65032d795f9796ff199a149ae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.tyc-0x4b6086d60c147cf65032d795f9796ff199a149ae.png",ticker:"TYC"},{address:"0x24569d33653c404f90af10a2b98d6e0030d3d267",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.UNA-0x24569d33653c404f90af10a2b98d6e0030d3d267",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.una-0x24569d33653c404f90af10a2b98d6e0030d3d267.png",ticker:"UNA"},{address:"0xc3de830ea07524a0761646a6a4e4be0e114a3c83",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.UNI-0xc3de830ea07524a0761646a6a4e4be0e114a3c83",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.uni-0xc3de830ea07524a0761646a6a4e4be0e114a3c83.png",ticker:"UNI"},{address:"0x999999916e9a9e214057e2701a951c20e383a977",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.URWA.Ai-0x999999916e9a9e214057e2701a951c20e383a977",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.urwa.ai-0x999999916e9a9e214057e2701a951c20e383a977.png",ticker:"URWA.Ai"},{address:"0xb79dd08ea68a908a97220c76d19a6aa9cbde4376",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.USD+-0xb79dd08ea68a908a97220c76d19a6aa9cbde4376",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.usd+-0xb79dd08ea68a908a97220c76d19a6aa9cbde4376.png",ticker:"USD+"},{address:"0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.USDbC-0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.usdbc-0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca.png",ticker:"USDbC"},{address:"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png",ticker:"USDC"},{address:"0x949e7b96c3946a0a035d33094fcb58418d50c505",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.USDN-0x949e7b96c3946a0a035d33094fcb58418d50c505",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.usdn-0x949e7b96c3946a0a035d33094fcb58418d50c505.png",ticker:"USDN"},{address:"0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",chain:"BASE",chainId:"8453",decimals:6,identifier:"BASE.USDT-0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.usdt-0xfde4c96c8593536e31f229ea8f37b2ada2699bb2.png",ticker:"USDT"},{address:"0x3a46ed8fceb6ef1ada2e4600a522ae7e24d2ed18",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.USSI-0x3a46ed8fceb6ef1ada2e4600a522ae7e24d2ed18",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ussi-0x3a46ed8fceb6ef1ada2e4600a522ae7e24d2ed18.png",ticker:"USSI"},{address:"0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VADER-0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vader-0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870.png",ticker:"VADER"},{address:"0xbe1b9bea57b7d0e42f2664d7baf3bce2e584d26e",chain:"BASE",chainId:"8453",decimals:5,identifier:"BASE.VANDLS-0xbe1b9bea57b7d0e42f2664d7baf3bce2e584d26e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vandls-0xbe1b9bea57b7d0e42f2664d7baf3bce2e584d26e.png",ticker:"VANDLS"},{address:"0x767a739d1a152639e9ea1d8c1bd55fdc5b217d7f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VEIL-0x767a739d1a152639e9ea1d8c1bd55fdc5b217d7f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.veil-0x767a739d1a152639e9ea1d8c1bd55fdc5b217d7f.png",ticker:"VEIL"},{address:"0x2a00830d28a5c9fd219184c74bef13e43ecb12b8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VERSTAPPEN-0x2a00830d28a5c9fd219184c74bef13e43ecb12b8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.verstappen-0x2a00830d28a5c9fd219184c74bef13e43ecb12b8.png",ticker:"VERSTAPPEN"},{address:"0xe3c09cedec90000d4064703929baab031d2f4a83",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VEX-0xe3c09cedec90000d4064703929baab031d2f4a83",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vex-0xe3c09cedec90000d4064703929baab031d2f4a83.png",ticker:"VEX"},{address:"0x6745bd10c2b5524842a58d1e3b83d90bdaf4fafc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VIDEO-0x6745bd10c2b5524842a58d1e3b83d90bdaf4fafc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.video-0x6745bd10c2b5524842a58d1e3b83d90bdaf4fafc.png",ticker:"VIDEO"},{address:"0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VIRTUAL-0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.virtual-0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b.png",ticker:"VIRTUAL"},{address:"0xfc60aa1ffca50ce08b3cdec9626c0bb9e9b09bec",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VIS-0xfc60aa1ffca50ce08b3cdec9626c0bb9e9b09bec",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vis-0xfc60aa1ffca50ce08b3cdec9626c0bb9e9b09bec.png",ticker:"VIS"},{address:"0x490a4b510d0ea9f835d2df29eb73b4fca5071937",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VITA-0x490a4b510d0ea9f835d2df29eb73b4fca5071937",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vita-0x490a4b510d0ea9f835d2df29eb73b4fca5071937.png",ticker:"VITA"},{address:"0x13137b72bc9822bd2800086187033693017023a6",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VLOGGER-0x13137b72bc9822bd2800086187033693017023a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vlogger-0x13137b72bc9822bd2800086187033693017023a6.png",ticker:"VLOGGER"},{address:"0x666041c00ee157f9e1855fc09c8e3d30a78a6dfb",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VODKA-0x666041c00ee157f9e1855fc09c8e3d30a78a6dfb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vodka-0x666041c00ee157f9e1855fc09c8e3d30a78a6dfb.png",ticker:"VODKA"},{address:"0x21eceaf3bf88ef0797e3927d855ca5bb569a47fc",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VOID-0x21eceaf3bf88ef0797e3927d855ca5bb569a47fc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.void-0x21eceaf3bf88ef0797e3927d855ca5bb569a47fc.png",ticker:"VOID"},{address:"0xf7368bdee75e6725a8cd669aa02c185a1c6a5e04",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VRA-0xf7368bdee75e6725a8cd669aa02c185a1c6a5e04",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vra-0xf7368bdee75e6725a8cd669aa02c185a1c6a5e04.png",ticker:"VRA"},{address:"0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.VVV-0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.vvv-0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf.png",ticker:"VVV"},{address:"0x0cec55550de5282ee833be61031ebd7862db28d9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WAGMI-0x0cec55550de5282ee833be61031ebd7862db28d9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wagmi-0x0cec55550de5282ee833be61031ebd7862db28d9.png",ticker:"WAGMI"},{address:"0x0bbbead62f7647ae8323d2cb243a0db74b7c2b80",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WALLET-0x0bbbead62f7647ae8323d2cb243a0db74b7c2b80",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wallet-0x0bbbead62f7647ae8323d2cb243a0db74b7c2b80.png",ticker:"WALLET"},{address:"0x5f5054af8dc9044aa18f931c6927108b3dd182f5",chain:"BASE",chainId:"8453",decimals:9,identifier:"BASE.WarnerBros-0x5f5054af8dc9044aa18f931c6927108b3dd182f5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.warnerbros-0x5f5054af8dc9044aa18f931c6927108b3dd182f5.png",ticker:"WarnerBros"},{address:"0x6df7ec3d57a52c8232408c3275f7f35150f78d4b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.wbCOIN-0x6df7ec3d57a52c8232408c3275f7f35150f78d4b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wbcoin-0x6df7ec3d57a52c8232408c3275f7f35150f78d4b.png",ticker:"wbCOIN"},{address:"0x7fdaa50d7399ac436943028eda6ed9a1bd89509f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WBNB-0x7fdaa50d7399ac436943028eda6ed9a1bd89509f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wbnb-0x7fdaa50d7399ac436943028eda6ed9a1bd89509f.png",ticker:"WBNB"},{address:"0x8f219e405f5aa614424822130db7a61322ac1255",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Web3-0x8f219e405f5aa614424822130db7a61322ac1255",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.web3-0x8f219e405f5aa614424822130db7a61322ac1255.png",ticker:"Web3"},{address:"0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.weETH-0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.weeth-0x04c0599ae5a44757c0af6f9ec3b93da8976c150a.png",ticker:"weETH"},{address:"0x76734b57dfe834f102fb61e1ebf844adf8dd931e",chain:"BASE",chainId:"8453",decimals:8,identifier:"BASE.weirdo-0x76734b57dfe834f102fb61e1ebf844adf8dd931e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.weirdo-0x76734b57dfe834f102fb61e1ebf844adf8dd931e.png",ticker:"weirdo"},{address:"0xA88594D404727625A9437C3f886C7643872296AE",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WELL-0xA88594D404727625A9437C3f886C7643872296AE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.well-0xa88594d404727625a9437c3f886c7643872296ae.png",ticker:"WELL"},{address:"0x1d568037497f16734929bdb18f161e2e79490083",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WEPE-0x1d568037497f16734929bdb18f161e2e79490083",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wepe-0x1d568037497f16734929bdb18f161e2e79490083.png",ticker:"WEPE"},{address:"0x4200000000000000000000000000000000000006",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WETH-0x4200000000000000000000000000000000000006",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.weth-0x4200000000000000000000000000000000000006.png",ticker:"WETH"},{address:"0x71b35ecb35104773537f849fbc353f81303a5860",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WETH-0x71b35ecb35104773537f849fbc353f81303a5860",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.weth-0x71b35ecb35104773537f849fbc353f81303a5860.png",ticker:"WETH"},{address:"0x630cb86f1a316f2676564958e90dad80fa2a1f62",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WIF-0x630cb86f1a316f2676564958e90dad80fa2a1f62",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wif-0x630cb86f1a316f2676564958e90dad80fa2a1f62.png",ticker:"WIF"},{address:"0xc7500fd71686b5bd7f01e75d9797c4a15f0b5b84",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WIF-0xc7500fd71686b5bd7f01e75d9797c4a15f0b5b84",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wif-0xc7500fd71686b5bd7f01e75d9797c4a15f0b5b84.png",ticker:"WIF"},{address:"0xef6e6b6090b5ebc55504a3aeb8a0cb3c9d914909",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WIF-0xef6e6b6090b5ebc55504a3aeb8a0cb3c9d914909",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wif-0xef6e6b6090b5ebc55504a3aeb8a0cb3c9d914909.png",ticker:"WIF"},{address:"0x71890863661a3876f4f6c755de127dee272dcb28",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WILL-0x71890863661a3876f4f6c755de127dee272dcb28",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.will-0x71890863661a3876f4f6c755de127dee272dcb28.png",ticker:"WILL"},{address:"0x52ec6ab521d6adf9d0e616029af15c2e67478fad",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WIN-0x52ec6ab521d6adf9d0e616029af15c2e67478fad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.win-0x52ec6ab521d6adf9d0e616029af15c2e67478fad.png",ticker:"WIN"},{address:"0x16b205f9b84eef04cc97ad5ce24f83a4be53c9d4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WIR3D-0x16b205f9b84eef04cc97ad5ce24f83a4be53c9d4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wir3d-0x16b205f9b84eef04cc97ad5ce24f83a4be53c9d4.png",ticker:"WIR3D"},{address:"0x27fe662cf97925992222e1c184161b5745c50305",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WLFI -0x27fe662cf97925992222e1c184161b5745c50305",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wlfi -0x27fe662cf97925992222e1c184161b5745c50305.png",ticker:"WLFI "},{address:"0x53b39c75591a440a63244a6b06d390762e8e4b3b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WOJAX-0x53b39c75591a440a63244a6b06d390762e8e4b3b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wojax-0x53b39c75591a440a63244a6b06d390762e8e4b3b.png",ticker:"WOJAX"},{address:"0x8c3ed1f4d142965d19e0db48ae189dd9448ad95a",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WOT-0x8c3ed1f4d142965d19e0db48ae189dd9448ad95a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wot-0x8c3ed1f4d142965d19e0db48ae189dd9448ad95a.png",ticker:"WOT"},{address:"0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.wstETH-0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wsteth-0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452.png",ticker:"wstETH"},{address:"0x9886c579df16362a213c866e3ef7acd9a4f956e3",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WT-0x9886c579df16362a213c866e3ef7acd9a4f956e3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wt-0x9886c579df16362a213c866e3ef7acd9a4f956e3.png",ticker:"WT"},{address:"0xbbded5a1b5a2b89b1a20c0ec30d30c6152688038",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WT-0xbbded5a1b5a2b89b1a20c0ec30d30c6152688038",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wt-0xbbded5a1b5a2b89b1a20c0ec30d30c6152688038.png",ticker:"WT"},{address:"0x48acb1c1f8e3932afa3de104495e86c5a6fc843c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.WZD-0x48acb1c1f8e3932afa3de104495e86c5a6fc843c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.wzd-0x48acb1c1f8e3932afa3de104495e86c5a6fc843c.png",ticker:"WZD"},{address:"0xf064121e5ea8377187715af4aef4e3fe35821ae4",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.X404-0xf064121e5ea8377187715af4aef4e3fe35821ae4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.x404-0xf064121e5ea8377187715af4aef4e3fe35821ae4.png",ticker:"X404"},{address:"0x9c632e6aaa3ea73f91554f8a3cb2ed2f29605e0c",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.XCN-0x9c632e6aaa3ea73f91554f8a3cb2ed2f29605e0c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.xcn-0x9c632e6aaa3ea73f91554f8a3cb2ed2f29605e0c.png",ticker:"XCN"},{address:"0x139ead3f466ec41f0648a01a495940c488d297fa",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.XGP-0x139ead3f466ec41f0648a01a495940c488d297fa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.xgp-0x139ead3f466ec41f0648a01a495940c488d297fa.png",ticker:"XGP"},{address:"0xf8ab9d4caf002878a3604e598a887d480862d2a8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.Xoe-0xf8ab9d4caf002878a3604e598a887d480862d2a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.xoe-0xf8ab9d4caf002878a3604e598a887d480862d2a8.png",ticker:"Xoe"},{address:"0x2e948afce4e42c382fbb409a3d2a600f81e79470",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.YAMEL-0x2e948afce4e42c382fbb409a3d2a600f81e79470",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.yamel-0x2e948afce4e42c382fbb409a3d2a600f81e79470.png",ticker:"YAMEL"},{address:"0x1b68244b100a6713ca7f540697b1be12148a8bf9",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.YES-0x1b68244b100a6713ca7f540697b1be12148a8bf9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.yes-0x1b68244b100a6713ca7f540697b1be12148a8bf9.png",ticker:"YES"},{address:"0xaAC78d1219c08AecC8e37e03858FE885f5EF1799",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.YGG-0xaAC78d1219c08AecC8e37e03858FE885f5EF1799",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.ygg-0xaac78d1219c08aecc8e37e03858fe885f5ef1799.png",ticker:"YGG"},{address:"0x5bccd04f58d42e683f82273bca556be06fe2363c",chain:"BASE",chainId:"8453",decimals:0,identifier:"BASE.YO-0x5bccd04f58d42e683f82273bca556be06fe2363c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.yo-0x5bccd04f58d42e683f82273bca556be06fe2363c.png",ticker:"YO"},{address:"0xf56b3b3972f2f154555a0b62ff5a22b7b2a3c90b",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZAP-0xf56b3b3972f2f154555a0b62ff5a22b7b2a3c90b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zap-0xf56b3b3972f2f154555a0b62ff5a22b7b2a3c90b.png",ticker:"ZAP"},{address:"0x2c8c89c442436cc6c0a77943e09c8daf49da3161",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZBU-0x2c8c89c442436cc6c0a77943e09c8daf49da3161",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zbu-0x2c8c89c442436cc6c0a77943e09c8daf49da3161.png",ticker:"ZBU"},{address:"0xa7921e4c3dc8e38069061a07c08fc0d2a35b9e6f",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZED-0xa7921e4c3dc8e38069061a07c08fc0d2a35b9e6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zed-0xa7921e4c3dc8e38069061a07c08fc0d2a35b9e6f.png",ticker:"ZED"},{address:"0x787031112b8a4ee13618cdf173324ad7ddf6e783",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZKS-0x787031112b8a4ee13618cdf173324ad7ddf6e783",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zks-0x787031112b8a4ee13618cdf173324ad7ddf6e783.png",ticker:"ZKS"},{address:"0x1111111111166b7FE7bd91427724B487980aFc69",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZORA-0x1111111111166b7FE7bd91427724B487980aFc69",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zora-0x1111111111166b7fe7bd91427724b487980afc69.png",ticker:"ZORA"},{address:"0x6985884C4392D348587B19cb9eAAf157F13271cd",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZRO-0x6985884C4392D348587B19cb9eAAf157F13271cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",ticker:"ZRO"},{address:"0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZRX-0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zrx-0x3bb4445d30ac020a84c1b5a8a2c6248ebc9779d0.png",ticker:"ZRX"},{address:"0x62406e7c5d2b6a981473840baba44416f763e267",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZUCKERBERG-0x62406e7c5d2b6a981473840baba44416f763e267",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zuckerberg-0x62406e7c5d2b6a981473840baba44416f763e267.png",ticker:"ZUCKERBERG"},{address:"0x189653502e697dca5d6f1bf9d6fbc4febba731c2",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZUCKERBERG40-0x189653502e697dca5d6f1bf9d6fbc4febba731c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zuckerberg40-0x189653502e697dca5d6f1bf9d6fbc4febba731c2.png",ticker:"ZUCKERBERG40"},{address:"0x82c8f48ac694841360de84d649a0d48d239b61f8",chain:"BASE",chainId:"8453",decimals:18,identifier:"BASE.ZYN-0x82c8f48ac694841360de84d649a0d48d239b61f8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/base.zyn-0x82c8f48ac694841360de84d649a0d48d239b61f8.png",ticker:"ZYN"},{address:"0x1ce270557c1f68cfb577b856766310bf8b47fd9c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.$MONG-0x1ce270557c1f68cfb577b856766310bf8b47fd9c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.$mong-0x1ce270557c1f68cfb577b856766310bf8b47fd9c.png",ticker:"$MONG"},{address:"0xd8c0b13b551718b808fc97ead59499d5ef862775",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.$MUSIC-0xd8c0b13b551718b808fc97ead59499d5ef862775",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.$music-0xd8c0b13b551718b808fc97ead59499d5ef862775.png",ticker:"$MUSIC"},{address:"0x881ba05de1e78f549cc63a8f6cabb1d4ad32250d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.00-0x881ba05de1e78f549cc63a8f6cabb1d4ad32250d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.00-0x881ba05de1e78f549cc63a8f6cabb1d4ad32250d.png",ticker:"00"},{address:"0x508e00d5cef397b02d260d035e5ee80775e4c821",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.1CAT-0x508e00d5cef397b02d260d035e5ee80775e4c821",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.1cat-0x508e00d5cef397b02d260d035e5ee80775e4c821.png",ticker:"1CAT"},{address:"0x111111111117dC0aa78b770fA6A738034120C302",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.1INCH-0x111111111117dC0aa78b770fA6A738034120C302",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.1inch-0x111111111117dc0aa78b770fa6a738034120c302.png",ticker:"1INCH"},{address:"0xb0415d55f2c87b7f99285848bd341c367feac1ea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.1R0R-0xb0415d55f2c87b7f99285848bd341c367feac1ea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.1r0r-0xb0415d55f2c87b7f99285848bd341c367feac1ea.png",ticker:"1R0R"},{address:"0x45b3cf56896c4547426a4145ad1d0ae971120214",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.404Blocks-0x45b3cf56896c4547426a4145ad1d0ae971120214",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.404blocks-0x45b3cf56896c4547426a4145ad1d0ae971120214.png",ticker:"404Blocks"},{address:"0x52263e871674fb1c71f4a4b3575c0cc43d027dd7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.404Cats-0x52263e871674fb1c71f4a4b3575c0cc43d027dd7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.404cats-0x52263e871674fb1c71f4a4b3575c0cc43d027dd7.png",ticker:"404Cats"},{address:"0x3E5A19c91266aD8cE2477B91585d1856B84062dF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.A8-0x3E5A19c91266aD8cE2477B91585d1856B84062dF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.a8-0x3e5a19c91266ad8ce2477b91585d1856b84062df.png",ticker:"A8"},{address:"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AAVE-0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aave-0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9.png",ticker:"AAVE"},{address:"0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ABT-0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.abt-0xb98d4c97425d9908e66e53a6fdf673acca0be986.png",ticker:"ABT"},{address:"0xEd04915c23f00A313a544955524EB7DBD823143d",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.ACH-0xEd04915c23f00A313a544955524EB7DBD823143d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ach-0xed04915c23f00a313a544955524eb7dbd823143d.png",ticker:"ACH"},{address:"0x44108f0223A3C3028F5Fe7AEC7f9bb2E66beF82F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ACX-0x44108f0223A3C3028F5Fe7AEC7f9bb2E66beF82F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.acx-0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f.png",ticker:"ACX"},{address:"0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ADX-0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.adx-0xade00c28244d5ce17d72e40330b1c318cd12b7c3.png",ticker:"ADX"},{address:"0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AERGO-0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aergo-0x91af0fbb28aba7e31403cb457106ce79397fd4e6.png",ticker:"AERGO"},{address:"0xB528edBef013aff855ac3c50b381f253aF13b997",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AEVO-0xB528edBef013aff855ac3c50b381f253aF13b997",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aevo-0xb528edbef013aff855ac3c50b381f253af13b997.png",ticker:"AEVO"},{address:"0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.agEUR-0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ageur-0x1a7e4e63778b4f12a199c062f3efdd288afcbce8.png",ticker:"agEUR"},{address:"0x5b7533812759b45c2b44c19e320ba2cd2681b542",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.AGIX-0x5b7533812759b45c2b44c19e320ba2cd2681b542",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.agix-0x5b7533812759b45c2b44c19e320ba2cd2681b542.png",ticker:"AGIX"},{address:"0x32353A6C91143bfd6C7d363B546e62a9A2489A20",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AGLD-0x32353A6C91143bfd6C7d363B546e62a9A2489A20",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.agld-0x32353a6c91143bfd6c7d363b546e62a9a2489a20.png",ticker:"AGLD"},{address:"0x738865301a9b7dd80dc3666dd48cf034ec42bdda",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.AGRS-0x738865301a9b7dd80dc3666dd48cf034ec42bdda",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.agrs-0x738865301a9b7dd80dc3666dd48cf034ec42bdda.png",ticker:"AGRS"},{address:"0x626E8036dEB333b408Be468F951bdB42433cBF18",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AIOZ-0x626E8036dEB333b408Be468F951bdB42433cBF18",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aioz-0x626e8036deb333b408be468f951bdb42433cbf18.png",ticker:"AIOZ"},{address:"0x3301ee63fb29f863f2333bd4466acb46cd8323e6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AKITA-0x3301ee63fb29f863f2333bd4466acb46cd8323e6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.akita-0x3301ee63fb29f863f2333bd4466acb46cd8323e6.png",ticker:"AKITA"},{address:"0x6b4d5e9ec2acea23d4110f4803da99e25443c5df",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.aKLIMA-0x6b4d5e9ec2acea23d4110f4803da99e25443c5df",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aklima-0x6b4d5e9ec2acea23d4110f4803da99e25443c5df.png",ticker:"aKLIMA"},{address:"0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALCX-0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alcx-0xdbdb4d16eda451d0503b854cf79d55697f90c8df.png",ticker:"ALCX"},{address:"0x27702a26126e0B3702af63Ee09aC4d1A084EF628",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALEPH-0x27702a26126e0B3702af63Ee09aC4d1A084EF628",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aleph-0x27702a26126e0b3702af63ee09ac4d1a084ef628.png",ticker:"ALEPH"},{address:"0x6B0b3a982b4634aC68dD83a4DBF02311cE324181",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALI-0x6B0b3a982b4634aC68dD83a4DBF02311cE324181",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ali-0x6b0b3a982b4634ac68dd83a4dbf02311ce324181.png",ticker:"ALI"},{address:"0xAC51066d7bEC65Dc4589368da368b212745d63E8",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.ALICE-0xAC51066d7bEC65Dc4589368da368b212745d63E8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alice-0xac51066d7bec65dc4589368da368b212745d63e8.png",ticker:"ALICE"},{address:"0x1e5193ccc53f25638aa22a940af899b692e10b09",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALLUO-0x1e5193ccc53f25638aa22a940af899b692e10b09",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alluo-0x1e5193ccc53f25638aa22a940af899b692e10b09.png",ticker:"ALLUO"},{address:"0x590f820444fa3638e022776752c5eef34e2f89a6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALPH-0x590f820444fa3638e022776752c5eef34e2f89a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alph-0x590f820444fa3638e022776752c5eef34e2f89a6.png",ticker:"ALPH"},{address:"0xa1faa113cbE53436Df28FF0aEe54275c13B40975",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALPHA-0xa1faa113cbE53436Df28FF0aEe54275c13B40975",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alpha-0xa1faa113cbe53436df28ff0aee54275c13b40975.png",ticker:"ALPHA"},{address:"0x038ed1383763d704d4271fe856ac96b4557e9d06",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALPHABET-0x038ed1383763d704d4271fe856ac96b4557e9d06",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alphabet-0x038ed1383763d704d4271fe856ac96b4557e9d06.png",ticker:"ALPHABET"},{address:"0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALT-0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alt-0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb.png",ticker:"ALT"},{address:"0x8e729198d1c59b82bd6bba579310c40d740a11c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ALVA-0x8e729198d1c59b82bd6bba579310c40d740a11c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.alva-0x8e729198d1c59b82bd6bba579310c40d740a11c2.png",ticker:"ALVA"},{address:"0x1a2eb478fa07125c9935a77b3c03a82470801e30",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AMO-0x1a2eb478fa07125c9935a77b3c03a82470801e30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.amo-0x1a2eb478fa07125c9935a77b3c03a82470801e30.png",ticker:"AMO"},{address:"0xfF20817765cB7f73d4bde2e66e067E58D11095C2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AMP-0xfF20817765cB7f73d4bde2e66e067E58D11095C2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.amp-0xff20817765cb7f73d4bde2e66e067e58d11095c2.png",ticker:"AMP"},{address:"0x68bbed6a47194eff1cf514b50ea91895597fc91e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANDY-0x68bbed6a47194eff1cf514b50ea91895597fc91e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.andy-0x68bbed6a47194eff1cf514b50ea91895597fc91e.png",ticker:"ANDY"},{address:"0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANKR-0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ankr-0x8290333cef9e6d528dd5618fb97a76f268f3edd4.png",ticker:"ANKR"},{address:"0x1f0efa15e9cb7ea9596257da63fecc36ba469b30",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANON-0x1f0efa15e9cb7ea9596257da63fecc36ba469b30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.anon-0x1f0efa15e9cb7ea9596257da63fecc36ba469b30.png",ticker:"ANON"},{address:"0xa117000000f279D81A1D3cc75430fAA017FA5A2e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANT-0xa117000000f279D81A1D3cc75430fAA017FA5A2e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ant-0xa117000000f279d81a1d3cc75430faa017fa5a2e.png",ticker:"ANT"},{address:"0xf99d58e463a2e07e5692127302c20a191861b4d6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANY-0xf99d58e463a2e07e5692127302c20a191861b4d6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.any-0xf99d58e463a2e07e5692127302c20a191861b4d6.png",ticker:"ANY"},{address:"0xfeac2eae96899709a43e252b6b92971d32f9c0f9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ANYONE-0xfeac2eae96899709a43e252b6b92971d32f9c0f9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.anyone-0xfeac2eae96899709a43e252b6b92971d32f9c0f9.png",ticker:"ANYONE"},{address:"0x4d224452801ACEd8B2F0aebE155379bb5D594381",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.APE-0x4d224452801ACEd8B2F0aebE155379bb5D594381",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ape-0x4d224452801aced8b2f0aebe155379bb5d594381.png",ticker:"APE"},{address:"0xfa898efdb91e35bd311c45b9b955f742b6719aa2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.APED-0xfa898efdb91e35bd311c45b9b955f742b6719aa2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.aped-0xfa898efdb91e35bd311c45b9b955f742b6719aa2.png",ticker:"APED"},{address:"0x0b38210ea11411557c13457D4dA7dC6ea731B88a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.API3-0x0b38210ea11411557c13457D4dA7dC6ea731B88a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.api3-0x0b38210ea11411557c13457d4da7dc6ea731b88a.png",ticker:"API3"},{address:"0x594DaaD7D77592a2b97b725A7AD59D7E188b5bFa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.APU-0x594DaaD7D77592a2b97b725A7AD59D7E188b5bFa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.apu-0x594daad7d77592a2b97b725a7ad59d7e188b5bfa.png",ticker:"APU"},{address:"0x2be056e595110b30ddd5eaf674bdac54615307d9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.APUFF-0x2be056e595110b30ddd5eaf674bdac54615307d9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.apuff-0x2be056e595110b30ddd5eaf674bdac54615307d9.png",ticker:"APUFF"},{address:"0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ARB-0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.arb-0xb50721bcf8d664c30412cfbc6cf7a15145234ad1.png",ticker:"ARB"},{address:"0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ARKM-0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.arkm-0x6e2a43be0b1d33b726f0ca3b8de60b3482b8b050.png",ticker:"ARKM"},{address:"0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ARPA-0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.arpa-0xba50933c268f567bdc86e1ac131be072c6b0b71a.png",ticker:"ARPA"},{address:"0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ASH-0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ash-0x64d91f12ece7362f91a6f8e7940cd55f05060b92.png",ticker:"ASH"},{address:"0x347a96a5bd06d2e15199b032f46fb724d6c73047",chain:"ETH",chainId:"1",decimals:12,identifier:"ETH.ASIC-0x347a96a5bd06d2e15199b032f46fb724d6c73047",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.asic-0x347a96a5bd06d2e15199b032f46fb724d6c73047.png",ticker:"ASIC"},{address:"0x2565ae0385659badCada1031DB704442E1b69982",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ASM-0x2565ae0385659badCada1031DB704442E1b69982",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.asm-0x2565ae0385659badcada1031db704442e1b69982.png",ticker:"ASM"},{address:"0x27054b13b1B798B345b591a4d22e6562d47eA75a",chain:"ETH",chainId:"1",decimals:4,identifier:"ETH.AST-0x27054b13b1B798B345b591a4d22e6562d47eA75a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ast-0x27054b13b1b798b345b591a4d22e6562d47ea75a.png",ticker:"AST"},{address:"0x0000000000ca73a6df4c58b84c5b4b847fe8ff39",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ASTX-0x0000000000ca73a6df4c58b84c5b4b847fe8ff39",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.astx-0x0000000000ca73a6df4c58b84c5b4b847fe8ff39.png",ticker:"ASTX"},{address:"0xA2120b9e674d3fC3875f415A7DF52e382F141225",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ATA-0xA2120b9e674d3fC3875f415A7DF52e382F141225",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ata-0xa2120b9e674d3fc3875f415a7df52e382f141225.png",ticker:"ATA"},{address:"0xa4ffdf3208f46898ce063e25c1c43056fa754739",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ATH-0xa4ffdf3208f46898ce063e25c1c43056fa754739",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ath-0xa4ffdf3208f46898ce063e25c1c43056fa754739.png",ticker:"ATH"},{address:"0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ATH-0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ath-0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b.png",ticker:"ATH"},{address:"0x4d0528598f916fd1d8dc80e5f54a8feedcfd4b18",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ATOS-0x4d0528598f916fd1d8dc80e5f54a8feedcfd4b18",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.atos-0x4d0528598f916fd1d8dc80e5f54a8feedcfd4b18.png",ticker:"ATOS"},{address:"0xdacd69347de42babfaecd09dc88958378780fb62",chain:"ETH",chainId:"1",decimals:0,identifier:"ETH.ATRI-0xdacd69347de42babfaecd09dc88958378780fb62",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.atri-0xdacd69347de42babfaecd09dc88958378780fb62.png",ticker:"ATRI"},{address:"0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AUCTION-0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.auction-0xa9b1eb5908cfc3cdf91f9b8b3a74108598009096.png",ticker:"AUCTION"},{address:"0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AUDIO-0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.audio-0x18aaa7115705e8be94bffebde57af9bfc265b998.png",ticker:"AUDIO"},{address:"0x00000000efe302beaa2b3e6e1b18d08d69a9012a",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.AUSD-0x00000000efe302beaa2b3e6e1b18d08d69a9012a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ausd-0x00000000efe302beaa2b3e6e1b18d08d69a9012a.png",ticker:"AUSD"},{address:"0xb7135877cd5d40aa3b086ac6f21c51bbafbbb41f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AUSD-0xb7135877cd5d40aa3b086ac6f21c51bbafbbb41f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ausd-0xb7135877cd5d40aa3b086ac6f21c51bbafbbb41f.png",ticker:"AUSD"},{address:"0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AVA-0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ava-0xa6c0c097741d55ecd9a3a7def3a8253fd022ceb9.png",ticker:"AVA"},{address:"0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AVI-0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.avi-0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe.png",ticker:"AVI"},{address:"0x0d88ed6e74bbfd96b831231638b66c05571e824f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AVT-0x0d88ed6e74bbfd96b831231638b66c05571e824f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.avt-0x0d88ed6e74bbfd96b831231638b66c05571e824f.png",ticker:"AVT"},{address:"0x845576c64f9754CF09d87e45B720E82F3EeF522C",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AVT-0x845576c64f9754CF09d87e45B720E82F3EeF522C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.avt-0x845576c64f9754cf09d87e45b720e82f3eef522c.png",ticker:"AVT"},{address:"0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AXGT-0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.axgt-0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d.png",ticker:"AXGT"},{address:"0x467719aD09025FcC6cF6F8311755809d45a5E5f3",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.AXL-0x467719aD09025FcC6cF6F8311755809d45a5E5f3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.axl-0x467719ad09025fcc6cf6f8311755809d45a5e5f3.png",ticker:"AXL"},{address:"0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AXS-0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.axs-0xbb0e17ef65f82ab018d8edd776e8dd940327b28b.png",ticker:"AXS"},{address:"0x9e6be44cc1236eef7e1f197418592d363bedcd5a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.AZUR-0x9e6be44cc1236eef7e1f197418592d363bedcd5a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.azur-0x9e6be44cc1236eef7e1f197418592d363bedcd5a.png",ticker:"AZUR"},{address:"0xac57de9c1a09fec648e93eb98875b212db0d460b",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.BabyDoge-0xac57de9c1a09fec648e93eb98875b212db0d460b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.babydoge-0xac57de9c1a09fec648e93eb98875b212db0d460b.png",ticker:"BabyDoge"},{address:"0x3472A5A71965499acd81997a54BBA8D852C6E53d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BADGER-0x3472A5A71965499acd81997a54BBA8D852C6E53d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.badger-0x3472a5a71965499acd81997a54bba8d852c6e53d.png",ticker:"BADGER"},{address:"0xba100000625a3754423978a60c9317c58a424e3D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BAL-0xba100000625a3754423978a60c9317c58a424e3D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bal-0xba100000625a3754423978a60c9317c58a424e3d.png",ticker:"BAL"},{address:"0x2f0d6619803a4e12737e473293a301de2fd1aafb",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.BAM-0x2f0d6619803a4e12737e473293a301de2fd1aafb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bam-0x2f0d6619803a4e12737e473293a301de2fd1aafb.png",ticker:"BAM"},{address:"0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BAND-0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.band-0xba11d00c5f74255f56a5e366f4f77f5a186d7f55.png",ticker:"BAND"},{address:"0x44971abf0251958492fee97da3e5c5ada88b9185",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.basedAI-0x44971abf0251958492fee97da3e5c5ada88b9185",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.basedai-0x44971abf0251958492fee97da3e5c5ada88b9185.png",ticker:"basedAI"},{address:"0x0D8775F648430679A709E98d2b0Cb6250d2887EF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BAT-0x0D8775F648430679A709E98d2b0Cb6250d2887EF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bat-0x0d8775f648430679a709e98d2b0cb6250d2887ef.png",ticker:"BAT"},{address:"0x9be89d2a4cd102d8fecc6bf9da793be995c22541",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.BBTC-0x9be89d2a4cd102d8fecc6bf9da793be995c22541",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bbtc-0x9be89d2a4cd102d8fecc6bf9da793be995c22541.png",ticker:"BBTC"},{address:"0x7f89f674b7d264944027e78e5f58eb2bbbb7cfa3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BCRED-0x7f89f674b7d264944027e78e5f58eb2bbbb7cfa3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bcred-0x7f89f674b7d264944027e78e5f58eb2bbbb7cfa3.png",ticker:"BCRED"},{address:"0xbef26bd568e421d6708cca55ad6e35f8bfa0c406",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BCUT-0xbef26bd568e421d6708cca55ad6e35f8bfa0c406",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bcut-0xbef26bd568e421d6708cca55ad6e35f8bfa0c406.png",ticker:"BCUT"},{address:"0x5016878159e84dadb05bb04135f3eac339ae201f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BDID-0x5016878159e84dadb05bb04135f3eac339ae201f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bdid-0x5016878159e84dadb05bb04135f3eac339ae201f.png",ticker:"BDID"},{address:"0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BEAM-0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png",ticker:"BEAM"},{address:"0xd152e68e055021fac32818c68601e437eb4105a6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BEAN-0xd152e68e055021fac32818c68601e437eb4105a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bean-0xd152e68e055021fac32818c68601e437eb4105a6.png",ticker:"BEAN"},{address:"0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BED-0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bed-0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6.png",ticker:"BED"},{address:"0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BEFI-0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.befi-0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51.png",ticker:"BEFI"},{address:"0x9bf1d7d63dd7a4ce167cf4866388226eeefa702e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BEN-0x9bf1d7d63dd7a4ce167cf4866388226eeefa702e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ben-0x9bf1d7d63dd7a4ce167cf4866388226eeefa702e.png",ticker:"BEN"},{address:"0x97ad75064b20fb2b2447fed4fa953bf7f007a706",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.beraSTONE-0x97ad75064b20fb2b2447fed4fa953bf7f007a706",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.berastone-0x97ad75064b20fb2b2447fed4fa953bf7f007a706.png",ticker:"beraSTONE"},{address:"0xcb76314c2540199f4b844d4ebbc7998c604880ca",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BERRY-0xcb76314c2540199f4b844d4ebbc7998c604880ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.berry-0xcb76314c2540199f4b844d4ebbc7998c604880ca.png",ticker:"BERRY"},{address:"0xbe1a001fe942f96eea22ba08783140b9dcc09d28",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BETA-0xbe1a001fe942f96eea22ba08783140b9dcc09d28",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.beta-0xbe1a001fe942f96eea22ba08783140b9dcc09d28.png",ticker:"BETA"},{address:"0x6731c740494b1c77d9b1598eb6f8fc317ede0c15",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BGB-0x6731c740494b1c77d9b1598eb6f8fc317ede0c15",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bgb-0x6731c740494b1c77d9b1598eb6f8fc317ede0c15.png",ticker:"BGB"},{address:"0xba7970f10d9f0531941dced1dda7ef3016b24e5b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BGLD-0xba7970f10d9f0531941dced1dda7ef3016b24e5b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bgld-0xba7970f10d9f0531941dced1dda7ef3016b24e5b.png",ticker:"BGLD"},{address:"0xF17e65822b568B3903685a7c9F496CF7656Cc6C2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BICO-0xF17e65822b568B3903685a7c9F496CF7656Cc6C2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bico-0xf17e65822b568b3903685a7c9f496cf7656cc6c2.png",ticker:"BICO"},{address:"0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BIGTIME-0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bigtime-0x64bc2ca1be492be7185faa2c8835d9b824c8a194.png",ticker:"BIGTIME"},{address:"0xcb1592591996765Ec0eFc1f92599A19767ee5ffA",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BIO-0xcb1592591996765Ec0eFc1f92599A19767ee5ffA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bio-0xcb1592591996765ec0efc1f92599a19767ee5ffa.png",ticker:"BIO"},{address:"0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BIT-0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bit-0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5.png",ticker:"BIT"},{address:"0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.BITCOIN-0x72e4f9F808C49A2a61dE9C5896298920Dc4EEEa9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bitcoin-0x72e4f9f808c49a2a61de9c5896298920dc4eeea9.png",ticker:"BITCOIN"},{address:"0x9619b0eadd70d643cb2bbe6d5752b15c16fbf2d2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BITCOIN2-0x9619b0eadd70d643cb2bbe6d5752b15c16fbf2d2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bitcoin2-0x9619b0eadd70d643cb2bbe6d5752b15c16fbf2d2.png",ticker:"BITCOIN2"},{address:"0x0a638f07acc6969abf392bb009f216d22adea36d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BKN-0x0a638f07acc6969abf392bb009f216d22adea36d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bkn-0x0a638f07acc6969abf392bb009f216d22adea36d.png",ticker:"BKN"},{address:"0xdc190ea63142c7522dd56077f9b48b5073e3bd49",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BLND-0xdc190ea63142c7522dd56077f9b48b5073e3bd49",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.blnd-0xdc190ea63142c7522dd56077f9b48b5073e3bd49.png",ticker:"BLND"},{address:"0x5283D291DBCF85356A21bA090E6db59121208b44",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BLUR-0x5283D291DBCF85356A21bA090E6db59121208b44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.blur-0x5283d291dbcf85356a21ba090e6db59121208b44.png",ticker:"BLUR"},{address:"0x5732046A883704404F284Ce41FfADd5b007FD668",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BLZ-0x5732046A883704404F284Ce41FfADd5b007FD668",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.blz-0x5732046a883704404f284ce41ffadd5b007fd668.png",ticker:"BLZ"},{address:"0xbbbb2d4d765c1e455e4896a64ba3883e914abbbb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BMP-0xbbbb2d4d765c1e455e4896a64ba3883e914abbbb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bmp-0xbbbb2d4d765c1e455e4896a64ba3883e914abbbb.png",ticker:"BMP"},{address:"0xb8c77482e45f1f44de1745f52c74426c631bdd52",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BNB-0xb8c77482e45f1f44de1745f52c74426c631bdd52",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bnb-0xb8c77482e45f1f44de1745f52c74426c631bdd52.png",ticker:"BNB"},{address:"0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BNT-0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bnt-0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c.png",ticker:"BNT"},{address:"0x7d8146cf21e8d7cbe46054e01588207b51198729",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BOB-0x7d8146cf21e8d7cbe46054e01588207b51198729",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bob-0x7d8146cf21e8d7cbe46054e01588207b51198729.png",ticker:"BOB"},{address:"0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BOBA-0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.boba-0x42bbfa2e77757c645eeaad1655e0911a7553efbc.png",ticker:"BOBA"},{address:"0x0391D2021f89DC339F60Fff84546EA23E337750f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BOND-0x0391D2021f89DC339F60Fff84546EA23E337750f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bond-0x0391d2021f89dc339f60fff84546ea23e337750f.png",ticker:"BOND"},{address:"0x9813037ee2218799597d83d4a5b6f3b6778218d9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BONE-0x9813037ee2218799597d83d4a5b6f3b6778218d9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bone-0x9813037ee2218799597d83d4a5b6f3b6778218d9.png",ticker:"BONE"},{address:"0x1151cb3d861920e07a38e03eead12c32178567f6",chain:"ETH",chainId:"1",decimals:5,identifier:"ETH.Bonk-0x1151cb3d861920e07a38e03eead12c32178567f6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bonk-0x1151cb3d861920e07a38e03eead12c32178567f6.png",ticker:"Bonk"},{address:"0x289ff00235d2b98b0145ff5d4435d3e92f9540a6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BOOE-0x289ff00235d2b98b0145ff5d4435d3e92f9540a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.booe-0x289ff00235d2b98b0145ff5d4435d3e92f9540a6.png",ticker:"BOOE"},{address:"0xda31d0d1bc934fc34f7189e38a413ca0a5e8b44f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BSSB-0xda31d0d1bc934fc34f7189e38a413ca0a5e8b44f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bssb-0xda31d0d1bc934fc34f7189e38a413ca0a5e8b44f.png",ticker:"BSSB"},{address:"0xc0bc84e95864bdfdcd1ccfb8a3aa522e79ca1410",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.btc-0xc0bc84e95864bdfdcd1ccfb8a3aa522e79ca1410",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btc-0xc0bc84e95864bdfdcd1ccfb8a3aa522e79ca1410.png",ticker:"btc"},{address:"0x0b498ff89709d3838a063f1dfa463091f9801c2b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTC2x-FLI-0x0b498ff89709d3838a063f1dfa463091f9801c2b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btc2x-fli-0x0b498ff89709d3838a063f1dfa463091f9801c2b.png",ticker:"BTC2x-FLI"},{address:"0x36f9975d8184a65be42290d5a8764dc97f3d9396",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTCM-0x36f9975d8184a65be42290d5a8764dc97f3d9396",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btcm-0x36f9975d8184a65be42290d5a8764dc97f3d9396.png",ticker:"BTCM"},{address:"0xc0d4ceb216b3ba9c3701b291766fdcba977cec3a",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.BTRFLY-0xc0d4ceb216b3ba9c3701b291766fdcba977cec3a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btrfly-0xc0d4ceb216b3ba9c3701b291766fdcba977cec3a.png",ticker:"BTRFLY"},{address:"0xc55126051b22ebb829d00368f4b12bde432de5da",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTRFLY-0xc55126051b22ebb829d00368f4b12bde432de5da",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btrfly-0xc55126051b22ebb829d00368f4b12bde432de5da.png",ticker:"BTRFLY"},{address:"0x799ebfABE77a6E34311eeEe9825190B9ECe32824",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTRST-0x799ebfABE77a6E34311eeEe9825190B9ECe32824",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btrst-0x799ebfabe77a6e34311eeee9825190b9ece32824.png",ticker:"BTRST"},{address:"0xc669928185dbce49d2230cc9b0979be6dc797957",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTT-0xc669928185dbce49d2230cc9b0979be6dc797957",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btt-0xc669928185dbce49d2230cc9b0979be6dc797957.png",ticker:"BTT"},{address:"0xb683d83a532e2cb7dfa5275eed3698436371cc9f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BTU-0xb683d83a532e2cb7dfa5275eed3698436371cc9f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.btu-0xb683d83a532e2cb7dfa5275eed3698436371cc9f.png",ticker:"BTU"},{address:"0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BUBBLE-0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bubble-0xe9689028ede16c2fdfe3d11855d28f8e3fc452a3.png",ticker:"BUBBLE"},{address:"0x4Fabb145d64652a948d72533023f6E7A623C7C53",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BUSD-0x4Fabb145d64652a948d72533023f6E7A623C7C53",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.busd-0x4fabb145d64652a948d72533023f6e7a623c7c53.png",ticker:"BUSD"},{address:"0x069d89974f4edabde69450f9cf5cf7d8cbd2568d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BVM-0x069d89974f4edabde69450f9cf5cf7d8cbd2568d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bvm-0x069d89974f4edabde69450f9cf5cf7d8cbd2568d.png",ticker:"BVM"},{address:"0x7d647b1a0dcd5525e9c6b3d14be58f27674f8c95",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BYTES-0x7d647b1a0dcd5525e9c6b3d14be58f27674f8c95",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bytes-0x7d647b1a0dcd5525e9c6b3d14be58f27674f8c95.png",ticker:"BYTES"},{address:"0xa19f5264f7d7be11c451c093d8f92592820bea86",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.BYTES-0xa19f5264f7d7be11c451c093d8f92592820bea86",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.bytes-0xa19f5264f7d7be11c451c093d8f92592820bea86.png",ticker:"BYTES"},{address:"0xAE12C5930881c53715B369ceC7606B70d8EB229f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.C98-0xAE12C5930881c53715B369ceC7606B70d8EB229f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.c98-0xae12c5930881c53715b369cec7606b70d8eb229f.png",ticker:"C98"},{address:"0x8e0e57dcb1ce8d9091df38ec1bfc3b224529754a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CAH-0x8e0e57dcb1ce8d9091df38ec1bfc3b224529754a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cah-0x8e0e57dcb1ce8d9091df38ec1bfc3b224529754a.png",ticker:"CAH"},{address:"0x19247618d79e3fc4d4866169789e4b8eedef52e6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CAI-0x19247618d79e3fc4d4866169789e4b8eedef52e6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cai-0x19247618d79e3fc4d4866169789e4b8eedef52e6.png",ticker:"CAI"},{address:"0x20561172f791f915323241e885b4f7d5187c36e1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CAL-0x20561172f791f915323241e885b4f7d5187c36e1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cal-0x20561172f791f915323241e885b4f7d5187c36e1.png",ticker:"CAL"},{address:"0xa00453052a36d43a99ac1ca145dfe4a952ca33b8",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.CATE-0xa00453052a36d43a99ac1ca145dfe4a952ca33b8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cate-0xa00453052a36d43a99ac1ca145dfe4a952ca33b8.png",ticker:"CATE"},{address:"0xf3b9569f82b18aef890de263b84189bd33ebe452",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CAW-0xf3b9569f82b18aef890de263b84189bd33ebe452",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.caw-0xf3b9569f82b18aef890de263b84189bd33ebe452.png",ticker:"CAW"},{address:"0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.cbBTC-0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",ticker:"cbBTC"},{address:"0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.cbETH-0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cbeth-0xbe9895146f7af43049ca1c1ae358b0541ea49704.png",ticker:"cbETH"},{address:"0xb9d27bc093ed0a3b7c18366266704cfe5e7af77b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CBY-0xb9d27bc093ed0a3b7c18366266704cfe5e7af77b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cby-0xb9d27bc093ed0a3b7c18366266704cfe5e7af77b.png",ticker:"CBY"},{address:"0xdb792b1d8869a7cfc34916d6c845ff05a7c9b789",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.ccBCH-0xdb792b1d8869a7cfc34916d6c845ff05a7c9b789",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ccbch-0xdb792b1d8869a7cfc34916d6c845ff05a7c9b789.png",ticker:"ccBCH"},{address:"0x5d3a536e4d6dbd6114cc1ead35777bab948e3643",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.cDAI-0x5d3a536e4d6dbd6114cc1ead35777bab948e3643",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cdai-0x5d3a536e4d6dbd6114cc1ead35777bab948e3643.png",ticker:"cDAI"},{address:"0xfe18ae03741a5b84e39c295ac9c856ed7991c38e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CDCETH-0xfe18ae03741a5b84e39c295ac9c856ed7991c38e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cdceth-0xfe18ae03741a5b84e39c295ac9c856ed7991c38e.png",ticker:"CDCETH"},{address:"0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CDT-0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cdt-0xcdb37a4fbc2da5b78aa4e41a432792f9533e85cc.png",ticker:"CDT"},{address:"0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",chain:"ETH",chainId:"1",decimals:4,identifier:"ETH.CEL-0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cel-0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d.png",ticker:"CEL"},{address:"0x3294395e62F4eB6aF3f1Fcf89f5602D90Fb3Ef69",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CELO-0x3294395e62F4eB6aF3f1Fcf89f5602D90Fb3Ef69",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.celo-0x3294395e62f4eb6af3f1fcf89f5602d90fb3ef69.png",ticker:"CELO"},{address:"0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CELR-0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.celr-0x4f9254c83eb525f9fcf346490bbb3ed28a81c667.png",ticker:"CELR"},{address:"0xcfef8857e9c80e3440a823971420f7fa5f62f020",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CFTI-0xcfef8857e9c80e3440a823971420f7fa5f62f020",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cfti-0xcfef8857e9c80e3440a823971420f7fa5f62f020.png",ticker:"CFTI"},{address:"0x25931894a86d47441213199621f1f2994e1c39aa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CGPT-0x25931894a86d47441213199621f1f2994e1c39aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cgpt-0x25931894a86d47441213199621f1f2994e1c39aa.png",ticker:"CGPT"},{address:"0x9ce84f6a69986a83d92c324df10bc8e64771030f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CHEX-0x9ce84f6a69986a83d92c324df10bc8e64771030f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.chex-0x9ce84f6a69986a83d92c324df10bc8e64771030f.png",ticker:"CHEX"},{address:"0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.CHR-0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.chr-0x8a2279d4a90b6fe1c4b30fa660cc9f926797baa2.png",ticker:"CHR"},{address:"0x3506424F91fD33084466F402d5D97f05F8e3b4AF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CHZ-0x3506424F91fD33084466F402d5D97f05F8e3b4AF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.chz-0x3506424f91fd33084466f402d5d97f05f8e3b4af.png",ticker:"CHZ"},{address:"0x9f90b457dea25ef802e38d470dda7343691d8fe1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CIOTX-0x9f90b457dea25ef802e38d470dda7343691d8fe1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ciotx-0x9f90b457dea25ef802e38d470dda7343691d8fe1.png",ticker:"CIOTX"},{address:"0x37fe0f067fa808ffbdd12891c0858532cfe7361d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CIV-0x37fe0f067fa808ffbdd12891c0858532cfe7361d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.civ-0x37fe0f067fa808ffbdd12891c0858532cfe7361d.png",ticker:"CIV"},{address:"0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CLEAR-0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.clear-0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8.png",ticker:"CLEAR"},{address:"0x80C62FE4487E1351b47Ba49809EBD60ED085bf52",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CLV-0x80C62FE4487E1351b47Ba49809EBD60ED085bf52",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.clv-0x80c62fe4487e1351b47ba49809ebd60ed085bf52.png",ticker:"CLV"},{address:"0xe6829d9a7ee3040e1276fa75293bde931859e8fa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.cmETH-0xe6829d9a7ee3040e1276fa75293bde931859e8fa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cmeth-0xe6829d9a7ee3040e1276fa75293bde931859e8fa.png",ticker:"cmETH"},{address:"0x9ae380f0272e2162340a5bb646c354271c0f5cfc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CNC-0x9ae380f0272e2162340a5bb646c354271c0f5cfc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cnc-0x9ae380f0272e2162340a5bb646c354271c0f5cfc.png",ticker:"CNC"},{address:"0xeabb8996ea1662cad2f7fb715127852cd3262ae9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CNFI-0xeabb8996ea1662cad2f7fb715127852cd3262ae9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cnfi-0xeabb8996ea1662cad2f7fb715127852cd3262ae9.png",ticker:"CNFI"},{address:"0x000000007a58f5f58e697e51ab0357bc9e260a04",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CNV-0x000000007a58f5f58e697e51ab0357bc9e260a04",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cnv-0x000000007a58f5f58e697e51ab0357bc9e260a04.png",ticker:"CNV"},{address:"0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CNW-0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cnw-0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1.png",ticker:"CNW"},{address:"0xc00e94Cb662C3520282E6f5717214004A7f26888",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.COMP-0xc00e94Cb662C3520282E6f5717214004A7f26888",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.comp-0xc00e94cb662c3520282e6f5717214004a7f26888.png",ticker:"COMP"},{address:"0x36520f6336490088c2455279c59cefac66984b36",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.COPIUM-0x36520f6336490088c2455279c59cefac66984b36",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.copium-0x36520f6336490088c2455279c59cefac66984b36.png",ticker:"COPIUM"},{address:"0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CORN-0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.corn-0x44f49ff0da2498bcb1d3dc7c0f999578f67fd8c6.png",ticker:"CORN"},{address:"0xDDB3422497E61e13543BeA06989C0789117555c5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.COTI-0xDDB3422497E61e13543BeA06989C0789117555c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.coti-0xddb3422497e61e13543bea06989c0789117555c5.png",ticker:"COTI"},{address:"0x3D658390460295FB963f54dC0899cfb1c30776Df",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.COVAL-0x3D658390460295FB963f54dC0899cfb1c30776Df",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.coval-0x3d658390460295fb963f54dc0899cfb1c30776df.png",ticker:"COVAL"},{address:"0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.COW-0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cow-0xdef1ca1fb7fbcdc777520aa7f396b4e015f497ab.png",ticker:"COW"},{address:"0x66761Fa41377003622aEE3c7675Fc7b5c1C2FaC5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CPOOL-0x66761Fa41377003622aEE3c7675Fc7b5c1C2FaC5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cpool-0x66761fa41377003622aee3c7675fc7b5c1c2fac5.png",ticker:"CPOOL"},{address:"0xD417144312DbF50465b1C641d016962017Ef6240",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CQT-0xD417144312DbF50465b1C641d016962017Ef6240",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cqt-0xd417144312dbf50465b1c641d016962017ef6240.png",ticker:"CQT"},{address:"0x2ba592f78db6436527729929aaf6c908497cb200",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CREAM-0x2ba592f78db6436527729929aaf6c908497cb200",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cream-0x2ba592f78db6436527729929aaf6c908497cb200.png",ticker:"CREAM"},{address:"0x49d72e3973900a195a155a46441f0c08179fdb64",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CRETH2-0x49d72e3973900a195a155a46441f0c08179fdb64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.creth2-0x49d72e3973900a195a155a46441f0c08179fdb64.png",ticker:"CRETH2"},{address:"0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.CRO-0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cro-0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b.png",ticker:"CRO"},{address:"0x08389495D7456E1951ddF7c3a1314A4bfb646d8B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CRPT-0x08389495D7456E1951ddF7c3a1314A4bfb646d8B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.crpt-0x08389495d7456e1951ddf7c3a1314a4bfb646d8b.png",ticker:"CRPT"},{address:"0xD533a949740bb3306d119CC777fa900bA034cd52",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CRV-0xD533a949740bb3306d119CC777fa900bA034cd52",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.crv-0xd533a949740bb3306d119cc777fa900ba034cd52.png",ticker:"CRV"},{address:"0x3b3f95938958a4029fa8b01873e2721b02950883",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CSWAP-0x3b3f95938958a4029fa8b01873e2721b02950883",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cswap-0x3b3f95938958a4029fa8b01873e2721b02950883.png",ticker:"CSWAP"},{address:"0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CTSI-0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ctsi-0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d.png",ticker:"CTSI"},{address:"0x321C2fE4446C7c963dc41Dd58879AF648838f98D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CTX-0x321C2fE4446C7c963dc41Dd58879AF648838f98D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ctx-0x321c2fe4446c7c963dc41dd58879af648838f98d.png",ticker:"CTX"},{address:"0xDf801468a808a32656D2eD2D2d80B72A129739f4",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.CUBE-0xDf801468a808a32656D2eD2D2d80B72A129739f4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cube-0xdf801468a808a32656d2ed2d2d80b72a129739f4.png",ticker:"CUBE"},{address:"0x0000000000c5dc95539589fbd24be07c6c14eca4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CULT-0x0000000000c5dc95539589fbd24be07c6c14eca4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cult-0x0000000000c5dc95539589fbd24be07c6c14eca4.png",ticker:"CULT"},{address:"0x41e5560054824eA6B0732E656E3Ad64E20e94E45",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.CVC-0x41e5560054824eA6B0732E656E3Ad64E20e94E45",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cvc-0x41e5560054824ea6b0732e656e3ad64e20e94e45.png",ticker:"CVC"},{address:"0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CVX-0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cvx-0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b.png",ticker:"CVX"},{address:"0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.cvxCRV-0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cvxcrv-0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7.png",ticker:"cvxCRV"},{address:"0x7ABc8A5768E6bE61A6c693a6e4EAcb5B60602C4D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CXT-0x7ABc8A5768E6bE61A6c693a6e4EAcb5B60602C4D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cxt-0x7abc8a5768e6be61a6c693a6e4eacb5b60602c4d.png",ticker:"CXT"},{address:"0xa0084063ea01d5f09e56ef3ff6232a9e18b0bacd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.CYDX-0xa0084063ea01d5f09e56ef3ff6232a9e18b0bacd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.cydx-0xa0084063ea01d5f09e56ef3ff6232a9e18b0bacd.png",ticker:"CYDX"},{address:"0x814a870726edb7dfc4798300ae1ce3e5da0ac467",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.daCat-0x814a870726edb7dfc4798300ae1ce3e5da0ac467",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dacat-0x814a870726edb7dfc4798300ae1ce3e5da0ac467.png",ticker:"daCat"},{address:"0x6B175474E89094C44Da98b954EedeAC495271d0F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DAI-0x6B175474E89094C44Da98b954EedeAC495271d0F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dai-0x6b175474e89094c44da98b954eedeac495271d0f.png",ticker:"DAI"},{address:"0x081131434f93063751813C619Ecca9C4dC7862a3",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.DAR-0x081131434f93063751813C619Ecca9C4dC7862a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dar-0x081131434f93063751813c619ecca9c4dc7862a3.png",ticker:"DAR"},{address:"0xad86b91a1d1db15a4cd34d0634bbd4ecacb5b61a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Daram-0xad86b91a1d1db15a4cd34d0634bbd4ecacb5b61a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.daram-0xad86b91a1d1db15a4cd34d0634bbd4ecacb5b61a.png",ticker:"Daram"},{address:"0x2282c726f54c93193e6b8e5bf1b82303dc11d36e",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.DAY-0x2282c726f54c93193e6b8e5bf1b82303dc11d36e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.day-0x2282c726f54c93193e6b8e5bf1b82303dc11d36e.png",ticker:"DAY"},{address:"0x2de509bf0014ddf697b220be628213034d320ece",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DBI-0x2de509bf0014ddf697b220be628213034d320ece",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dbi-0x2de509bf0014ddf697b220be628213034d320ece.png",ticker:"DBI"},{address:"0x7b4328c127b85369d9f82ca0503b000d09cf9180",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DC-0x7b4328c127b85369d9f82ca0503b000d09cf9180",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dc-0x7b4328c127b85369d9f82ca0503b000d09cf9180.png",ticker:"DC"},{address:"0x3A880652F47bFaa771908C07Dd8673A787dAEd3A",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DDX-0x3A880652F47bFaa771908C07Dd8673A787dAEd3A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ddx-0x3a880652f47bfaa771908c07dd8673a787daed3a.png",ticker:"DDX"},{address:"0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DEAI-0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.deai-0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea.png",ticker:"DEAI"},{address:"0xd555498a524612c67f286df0e0a9a64a73a7cdc7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DEFROGS-0xd555498a524612c67f286df0e0a9a64a73a7cdc7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.defrogs-0xd555498a524612c67f286df0e0a9a64a73a7cdc7.png",ticker:"DEFROGS"},{address:"0x3597bfD533a99c9aa083587B074434E61Eb0A258",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.DENT-0x3597bfD533a99c9aa083587B074434E61Eb0A258",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dent-0x3597bfd533a99c9aa083587b074434e61eb0a258.png",ticker:"DENT"},{address:"0x8248270620aa532e4d64316017be5e873e37cc09",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DEVVE-0x8248270620aa532e4d64316017be5e873e37cc09",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.devve-0x8248270620aa532e4d64316017be5e873e37cc09.png",ticker:"DEVVE"},{address:"0xfB7B4564402E5500dB5bB6d63Ae671302777C75a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DEXT-0xfB7B4564402E5500dB5bB6d63Ae671302777C75a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dext-0xfb7b4564402e5500db5bb6d63ae671302777c75a.png",ticker:"DEXT"},{address:"0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DEXTF-0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dextf-0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0.png",ticker:"DEXTF"},{address:"0x06b5c84c6fb16b9c043ccbb5399ac267f38e9e19",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DFV-0x06b5c84c6fb16b9c043ccbb5399ac267f38e9e19",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dfv-0x06b5c84c6fb16b9c043ccbb5399ac267f38e9e19.png",ticker:"DFV"},{address:"0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DIA-0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dia-0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419.png",ticker:"DIA"},{address:"0x6df0e641fc9847c0c6fde39be6253045440c14d3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DINERO-0x6df0e641fc9847c0c6fde39be6253045440c14d3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dinero-0x6df0e641fc9847c0c6fde39be6253045440c14d3.png",ticker:"DINERO"},{address:"0x49642110b712c1fd7261bc074105e9e44676c68f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DINO-0x49642110b712c1fd7261bc074105e9e44676c68f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dino-0x49642110b712c1fd7261bc074105e9e44676c68f.png",ticker:"DINO"},{address:"0xfb782396c9b20e564a64896181c7ac8d8979d5f4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DIVER-0xfb782396c9b20e564a64896181c7ac8d8979d5f4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.diver-0xfb782396c9b20e564a64896181c7ac8d8979d5f4.png",ticker:"DIVER"},{address:"0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DMT-0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dmt-0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c.png",ticker:"DMT"},{address:"0xec1766aac9de1d8e3f70f69f698a163a717d910c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DNB-0xec1766aac9de1d8e3f70f69f698a163a717d910c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dnb-0xec1766aac9de1d8e3f70f69f698a163a717d910c.png",ticker:"DNB"},{address:"0x0AbdAce70D3790235af448C88547603b945604ea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DNT-0x0AbdAce70D3790235af448C88547603b945604ea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dnt-0x0abdace70d3790235af448c88547603b945604ea.png",ticker:"DNT"},{address:"0xbaac2b4491727d78d2b78815144570b9f2fe8899",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DOG-0xbaac2b4491727d78d2b78815144570b9f2fe8899",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dog-0xbaac2b4491727d78d2b78815144570b9f2fe8899.png",ticker:"DOG"},{address:"0x1121acc14c63f3c872bfca497d10926a6098aac5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DOGE-0x1121acc14c63f3c872bfca497d10926a6098aac5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.doge-0x1121acc14c63f3c872bfca497d10926a6098aac5.png",ticker:"DOGE"},{address:"0xa2e2a4ecd9f909262cc8628e8db90f8f5802be81",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DogeX-0xa2e2a4ecd9f909262cc8628e8db90f8f5802be81",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dogex-0xa2e2a4ecd9f909262cc8628e8db90f8f5802be81.png",ticker:"DogeX"},{address:"0x240cd7b53d364a208ed41f8ced4965d11f571b7a",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.DOGGO-0x240cd7b53d364a208ed41f8ced4965d11f571b7a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.doggo-0x240cd7b53d364a208ed41f8ced4965d11f571b7a.png",ticker:"DOGGO"},{address:"0x0f81001ef0a83ecce5ccebf63eb302c70a39a654",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DOLO-0x0f81001ef0a83ecce5ccebf63eb302c70a39a654",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dolo-0x0f81001ef0a83ecce5ccebf63eb302c70a39a654.png",ticker:"DOLO"},{address:"0x66db09b90104a046f8525af9773b5567363f1485",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DONALD-0x66db09b90104a046f8525af9773b5567363f1485",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.donald-0x66db09b90104a046f8525af9773b5567363f1485.png",ticker:"DONALD"},{address:"0x06a4385d11b64be7248db210eca0a04a558608a5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DOVA-0x06a4385d11b64be7248db210eca0a04a558608a5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dova-0x06a4385d11b64be7248db210eca0a04a558608a5.png",ticker:"DOVA"},{address:"0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DPI-0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dpi-0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b.png",ticker:"DPI"},{address:"0x96a5399d07896f757bd4c6ef56461f58db951862",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DRAGONX-0x96a5399d07896f757bd4c6ef56461f58db951862",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dragonx-0x96a5399d07896f757bd4c6ef56461f58db951862.png",ticker:"DRAGONX"},{address:"0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DREP-0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.drep-0x3ab6ed69ef663bd986ee59205ccad8a20f98b4c2.png",ticker:"DREP"},{address:"0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DRGN-0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.drgn-0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e.png",ticker:"DRGN"},{address:"0xB1D1eae60EEA9525032a6DCb4c1CE336a1dE71BE",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DRV-0xB1D1eae60EEA9525032a6DCb4c1CE336a1dE71BE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.drv-0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be.png",ticker:"DRV"},{address:"0xf94e7d0710709388bce3161c32b4eea56d3f91cc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DSync-0xf94e7d0710709388bce3161c32b4eea56d3f91cc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dsync-0xf94e7d0710709388bce3161c32b4eea56d3f91cc.png",ticker:"DSync"},{address:"0x940a2db1b7008b6c776d4faaca729d6d4a4aa551",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DUSK-0x940a2db1b7008b6c776d4faaca729d6d4a4aa551",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dusk-0x940a2db1b7008b6c776d4faaca729d6d4a4aa551.png",ticker:"DUSK"},{address:"0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DXN-0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dxn-0x80f0c1c49891dcfdd40b6e0f960f84e6042bcb6f.png",ticker:"DXN"},{address:"0x92D6C1e31e14520e676a687F0a93788B716BEff5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DYDX-0x92D6C1e31e14520e676a687F0a93788B716BEff5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dydx-0x92d6c1e31e14520e676a687f0a93788b716beff5.png",ticker:"DYDX"},{address:"0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DYP-0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dyp-0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17.png",ticker:"DYP"},{address:"0x3419875b4d3bca7f3fdda2db7a476a79fd31b4fe",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.DZHV-0x3419875b4d3bca7f3fdda2db7a476a79fd31b4fe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.dzhv-0x3419875b4d3bca7f3fdda2db7a476a79fd31b4fe.png",ticker:"DZHV"},{address:"0xc0cfbe1602dd586349f60e4681bf4badca584ec9",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.E-0xc0cfbe1602dd586349f60e4681bf4badca584ec9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.e-0xc0cfbe1602dd586349f60e4681bf4badca584ec9.png",ticker:"E"},{address:"0xa84f95eb3dabdc1bbd613709ef5f2fd42ce5be8d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EAI-0xa84f95eb3dabdc1bbd613709ef5f2fd42ce5be8d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eai-0xa84f95eb3dabdc1bbd613709ef5f2fd42ce5be8d.png",ticker:"EAI"},{address:"0x160de4468586b6b2f8a92feb0c260fc6cfc743b1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ease.org-0x160de4468586b6b2f8a92feb0c260fc6cfc743b1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ease.org-0x160de4468586b6b2f8a92feb0c260fc6cfc743b1.png",ticker:"ease.org"},{address:"0x32ab7f30ba2152106fee3d855ae318f2b4c4e65f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EBEAR-0x32ab7f30ba2152106fee3d855ae318f2b4c4e65f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ebear-0x32ab7f30ba2152106fee3d855ae318f2b4c4e65f.png",ticker:"EBEAR"},{address:"0x657e8c867d8b37dcc18fa4caead9c45eb088c642",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.eBTC-0x657e8c867d8b37dcc18fa4caead9c45eb088c642",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ebtc-0x657e8c867d8b37dcc18fa4caead9c45eb088c642.png",ticker:"eBTC"},{address:"0x661c70333aa1850ccdbae82776bb436a0fcfeefb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EBTC-0x661c70333aa1850ccdbae82776bb436a0fcfeefb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ebtc-0x661c70333aa1850ccdbae82776bb436a0fcfeefb.png",ticker:"EBTC"},{address:"0x4ec1b60b96193a64acae44778e51f7bff2007831",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EDGE-0x4ec1b60b96193a64acae44778e51f7bff2007831",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.edge-0x4ec1b60b96193a64acae44778e51f7bff2007831.png",ticker:"EDGE"},{address:"0x857ffc55b1aa61a7ff847c82072790cae73cd883",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EEFI-0x857ffc55b1aa61a7ff847c82072790cae73cd883",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eefi-0x857ffc55b1aa61a7ff847c82072790cae73cd883.png",ticker:"EEFI"},{address:"0x656c00e1bcd96f256f224ad9112ff426ef053733",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EFI-0x656c00e1bcd96f256f224ad9112ff426ef053733",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.efi-0x656c00e1bcd96f256f224ad9112ff426ef053733.png",ticker:"EFI"},{address:"0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EIGEN-0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eigen-0xec53bf9167f50cdeb3ae105f56099aaab9061f83.png",ticker:"EIGEN"},{address:"0x96610186f3ab8d73ebee1cf950c750f3b1fb79c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EJS-0x96610186f3ab8d73ebee1cf950c750f3b1fb79c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ejs-0x96610186f3ab8d73ebee1cf950c750f3b1fb79c2.png",ticker:"EJS"},{address:"0xe6fd75ff38Adca4B97FBCD938c86b98772431867",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ELA-0xe6fd75ff38Adca4B97FBCD938c86b98772431867",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ela-0xe6fd75ff38adca4b97fbcd938c86b98772431867.png",ticker:"ELA"},{address:"0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ELON-0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.elon-0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3.png",ticker:"ELON"},{address:"0x89a8c847f41c0dfa6c8b88638bacca8a0b777da7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ELX-0x89a8c847f41c0dfa6c8b88638bacca8a0b777da7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.elx-0x89a8c847f41c0dfa6c8b88638bacca8a0b777da7.png",ticker:"ELX"},{address:"0x382edfe4c6168858c81893fe00fcb7b68914d929",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.EMERALD-0x382edfe4c6168858c81893fe00fcb7b68914d929",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.emerald-0x382edfe4c6168858c81893fe00fcb7b68914d929.png",ticker:"EMERALD"},{address:"0x39d5313c3750140e5042887413ba8aa6145a9bd2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EMP-0x39d5313c3750140e5042887413ba8aa6145a9bd2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.emp-0x39d5313c3750140e5042887413ba8aa6145a9bd2.png",ticker:"EMP"},{address:"0x57e114B691Db790C35207b2e685D4A43181e6061",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ENA-0x57e114B691Db790C35207b2e685D4A43181e6061",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ena-0x57e114b691db790c35207b2e685d4a43181e6061.png",ticker:"ENA"},{address:"0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ENJ-0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.enj-0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c.png",ticker:"ENJ"},{address:"0x710287d1d39dcf62094a83ebb3e736e79400068a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ENQAI-0x710287d1d39dcf62094a83ebb3e736e79400068a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.enqai-0x710287d1d39dcf62094a83ebb3e736e79400068a.png",ticker:"ENQAI"},{address:"0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ENS-0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ens-0xc18360217d8f7ab5e7c516566761ea12ce7f9d72.png",ticker:"ENS"},{address:"0xc5260f22a810646f767fcd61164d40f48f4491b9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Erald-0xc5260f22a810646f767fcd61164d40f48f4491b9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.erald-0xc5260f22a810646f767fcd61164d40f48f4491b9.png",ticker:"Erald"},{address:"0xBBc2AE13b23d715c30720F079fcd9B4a74093505",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ERN-0xBBc2AE13b23d715c30720F079fcd9B4a74093505",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ern-0xbbc2ae13b23d715c30720f079fcd9b4a74093505.png",ticker:"ERN"},{address:"0xe72b141df173b999ae7c1adcbf60cc9833ce56a8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ETH+-0xe72b141df173b999ae7c1adcbf60cc9833ce56a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eth+-0xe72b141df173b999ae7c1adcbf60cc9833ce56a8.png",ticker:"ETH+"},{address:"0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ETH2x-FLI-0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eth2x-fli-0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd.png",ticker:"ETH2x-FLI"},{address:"0x3ce6165edbc53b40e06e4171b2325d1cf5ba37dc",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.ETHER-0x3ce6165edbc53b40e06e4171b2325d1cf5ba37dc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ether-0x3ce6165edbc53b40e06e4171b2325d1cf5ba37dc.png",ticker:"ETHER"},{address:"0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ETHFI-0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ethfi-0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb.png",ticker:"ETHFI"},{address:"0xf80fc1ce16cbcbd18421e9cd055ca1bb58a9e097",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ETHM-0xf80fc1ce16cbcbd18421e9cd055ca1bb58a9e097",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ethm-0xf80fc1ce16cbcbd18421e9cd055ca1bb58a9e097.png",ticker:"ETHM"},{address:"0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EUL-0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eul-0xd9fcd98c322942075a5c3860693e9f4f03aae07b.png",ticker:"EUL"},{address:"0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EURC-0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eurc-0x1abaea1f7c830bd89acc67ec4af516284b1bc33c.png",ticker:"EURC"},{address:"0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EUROC-0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.euroc-0x1abaea1f7c830bd89acc67ec4af516284b1bc33c.png",ticker:"EUROC"},{address:"0x888883b5F5D21fb10Dfeb70e8f9722B9FB0E5E51",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EUROP-0x888883b5F5D21fb10Dfeb70e8f9722B9FB0E5E51",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.europ-0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51.png",ticker:"EUROP"},{address:"0x8dF723295214Ea6f21026eeEb4382d475f146F9f",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EURQ-0x8dF723295214Ea6f21026eeEb4382d475f146F9f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eurq-0x8df723295214ea6f21026eeeb4382d475f146f9f.png",ticker:"EURQ"},{address:"0x50753CfAf86c094925Bf976f218D043f8791e408",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EURR-0x50753CfAf86c094925Bf976f218D043f8791e408",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eurr-0x50753cfaf86c094925bf976f218d043f8791e408.png",ticker:"EURR"},{address:"0xdb25f211ab05b1c97d595516f45794528a807ad8",chain:"ETH",chainId:"1",decimals:2,identifier:"ETH.EURS-0xdb25f211ab05b1c97d595516f45794528a807ad8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eurs-0xdb25f211ab05b1c97d595516f45794528a807ad8.png",ticker:"EURS"},{address:"0xc581b735a1688071a1746c968e0798d642ede491",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.EURT-0xc581b735a1688071a1746c968e0798d642ede491",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.eurt-0xc581b735a1688071a1746c968e0798d642ede491.png",ticker:"EURT"},{address:"0x178c820f862b14f316509ec36b13123da19a6054",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.EWTB-0x178c820f862b14f316509ec36b13123da19a6054",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ewtb-0x178c820f862b14f316509ec36b13123da19a6054.png",ticker:"EWTB"},{address:"0x6468e79a80c0eab0f9a2b574c8d5bc374af59414",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.eXRD-0x6468e79a80c0eab0f9a2b574c8d5bc374af59414",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.exrd-0x6468e79a80c0eab0f9a2b574c8d5bc374af59414.png",ticker:"eXRD"},{address:"0xea5edef1c6ed1be1bcba4617a1c5a994e9018a43",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ez-cvxsteCRV-0xea5edef1c6ed1be1bcba4617a1c5a994e9018a43",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ez-cvxstecrv-0xea5edef1c6ed1be1bcba4617a1c5a994e9018a43.png",ticker:"ez-cvxsteCRV"},{address:"0xea5edef10f8255cd03541e8ff163a2836e0d7bd3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ez-SLP-WBTC-WETH-0xea5edef10f8255cd03541e8ff163a2836e0d7bd3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ez-slp-wbtc-weth-0xea5edef10f8255cd03541e8ff163a2836e0d7bd3.png",ticker:"ez-SLP-WBTC-WETH"},{address:"0xea5edef1fcf717327440646e7302ca058dde844f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ez-yvCurve-IronBank-0xea5edef1fcf717327440646e7302ca058dde844f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ez-yvcurve-ironbank-0xea5edef1fcf717327440646e7302ca058dde844f.png",ticker:"ez-yvCurve-IronBank"},{address:"0xbf5495efe5db9ce00f80364c8b423567e58d2110",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ezETH-0xbf5495efe5db9ce00f80364c8b423567e58d2110",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ezeth-0xbf5495efe5db9ce00f80364c8b423567e58d2110.png",ticker:"ezETH"},{address:"0xa0246c9032bC3A600820415aE600c6388619A14D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FARM-0xa0246c9032bC3A600820415aE600c6388619A14D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.farm-0xa0246c9032bc3a600820415ae600c6388619a14d.png",ticker:"FARM"},{address:"0xc96de26018a54d51c097160568752c4e3bd6c364",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.FBTC-0xc96de26018a54d51c097160568752c4e3bd6c364",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fbtc-0xc96de26018a54d51c097160568752c4e3bd6c364.png",ticker:"FBTC"},{address:"0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FDUSD-0xc5f0f7b66764f6ec8c8dff7ba683102295e16409",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fdusd-0xc5f0f7b66764f6ec8c8dff7ba683102295e16409.png",ticker:"FDUSD"},{address:"0x956f47f50a910163d8bf957cf5846d573e7f87ca",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FEI-0x956f47f50a910163d8bf957cf5846d573e7f87ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fei-0x956f47f50a910163d8bf957cf5846d573e7f87ca.png",ticker:"FEI"},{address:"0x2ecba91da63c29ea80fbe7b52632ca2d1f8e5be0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ferc-0x2ecba91da63c29ea80fbe7b52632ca2d1f8e5be0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ferc-0x2ecba91da63c29ea80fbe7b52632ca2d1f8e5be0.png",ticker:"ferc"},{address:"0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FET-0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fet-0xaea46a60368a7bd060eec7df8cba43b7ef41ad85.png",ticker:"FET"},{address:"0x1294f4183763743c7c9519bec51773fb3acd78fd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FI-0x1294f4183763743c7c9519bec51773fb3acd78fd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fi-0x1294f4183763743c7c9519bec51773fb3acd78fd.png",ticker:"FI"},{address:"0x8802269d1283cdb2a5a329649e5cb4cdcee91ab6",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.FIGHT-0x8802269d1283cdb2a5a329649e5cb4cdcee91ab6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fight-0x8802269d1283cdb2a5a329649e5cb4cdcee91ab6.png",ticker:"FIGHT"},{address:"0xc7a2572fa8fdb0f7e81d6d3c4e3ccf78fb0dc374",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FINALE-0xc7a2572fa8fdb0f7e81d6d3c4e3ccf78fb0dc374",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.finale-0xc7a2572fa8fdb0f7e81d6d3c4e3ccf78fb0dc374.png",ticker:"FINALE"},{address:"0x75c97384ca209f915381755c582ec0e2ce88c1ba",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FINE-0x75c97384ca209f915381755c582ec0e2ce88c1ba",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fine-0x75c97384ca209f915381755c582ec0e2ce88c1ba.png",ticker:"FINE"},{address:"0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FIS-0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fis-0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d.png",ticker:"FIS"},{address:"0xf1a7000000950c7ad8aff13118bb7ab561a448ee",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLAY-0xf1a7000000950c7ad8aff13118bb7ab561a448ee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flay-0xf1a7000000950c7ad8aff13118bb7ab561a448ee.png",ticker:"FLAY"},{address:"0x102c776ddb30c754ded4fdcc77a19230a60d4e4f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLC-0x102c776ddb30c754ded4fdcc77a19230a60d4e4f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flc-0x102c776ddb30c754ded4fdcc77a19230a60d4e4f.png",ticker:"FLC"},{address:"0xfcf8eda095e37a41e002e266daad7efc1579bc0a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLEX-0xfcf8eda095e37a41e002e266daad7efc1579bc0a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flex-0xfcf8eda095e37a41e002e266daad7efc1579bc0a.png",ticker:"FLEX"},{address:"0x826180541412d574cf1336d22c0c0a287822678a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLIP-0x826180541412d574cf1336d22c0c0a287822678a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",ticker:"FLIP"},{address:"0xb05097849bca421a3f51b249ba6cca4af4b97cb9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLOAT-0xb05097849bca421a3f51b249ba6cca4af4b97cb9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.float-0xb05097849bca421a3f51b249ba6cca4af4b97cb9.png",ticker:"FLOAT"},{address:"0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.FLOKI-0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.floki-0xcf0c122c6b73ff809c693db761e7baebe62b6a2e.png",ticker:"FLOKI"},{address:"0xf59257e961883636290411c11ec5ae622d19455e",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.FLOOR-0xf59257e961883636290411c11ec5ae622d19455e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.floor-0xf59257e961883636290411c11ec5ae622d19455e.png",ticker:"FLOOR"},{address:"0x236501327e701692a281934230af0b6be8df3353",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLT-0x236501327e701692a281934230af0b6be8df3353",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flt-0x236501327e701692a281934230af0b6be8df3353.png",ticker:"FLT"},{address:"0x720CD16b011b987Da3518fbf38c3071d4F0D1495",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FLUX-0x720CD16b011b987Da3518fbf38c3071d4F0D1495",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.flux-0x720cd16b011b987da3518fbf38c3071d4f0d1495.png",ticker:"FLUX"},{address:"0xb5fe099475d3030dde498c3bb6f3854f762a48ad",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FNK-0xb5fe099475d3030dde498c3bb6f3854f762a48ad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fnk-0xb5fe099475d3030dde498c3bb6f3854f762a48ad.png",ticker:"FNK"},{address:"0xd084944d3c05cd115c09d072b9f44ba3e0e45921",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FOLD-0xd084944d3c05cd115c09d072b9f44ba3e0e45921",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fold-0xd084944d3c05cd115c09d072b9f44ba3e0e45921.png",ticker:"FOLD"},{address:"0xd0d56273290d339aaf1417d9bfa1bb8cfe8a0933",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FOOM-0xd0d56273290d339aaf1417d9bfa1bb8cfe8a0933",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.foom-0xd0d56273290d339aaf1417d9bfa1bb8cfe8a0933.png",ticker:"FOOM"},{address:"0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FORT-0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fort-0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29.png",ticker:"FORT"},{address:"0x77FbA179C79De5B7653F68b5039Af940AdA60ce0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FORTH-0x77FbA179C79De5B7653F68b5039Af940AdA60ce0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.forth-0x77fba179c79de5b7653f68b5039af940ada60ce0.png",ticker:"FORTH"},{address:"0x244b797d622d4dee8b188b03546acaabd0cf91a0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FOUR-0x244b797d622d4dee8b188b03546acaabd0cf91a0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.four-0x244b797d622d4dee8b188b03546acaabd0cf91a0.png",ticker:"FOUR"},{address:"0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FOX-0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fox-0xc770eefad204b5180df6a14ee197d99d808ee52d.png",ticker:"FOX"},{address:"0xeeee2a2e650697d2a8e8bc990c2f3d04203be06f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FP-0xeeee2a2e650697d2a8e8bc990c2f3d04203be06f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fp-0xeeee2a2e650697d2a8e8bc990c2f3d04203be06f.png",ticker:"FP"},{address:"0x00000000a15fe6875e700d7c1ebbca2367219955",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.fpBAYC-0x00000000a15fe6875e700d7c1ebbca2367219955",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fpbayc-0x00000000a15fe6875e700d7c1ebbca2367219955.png",ticker:"fpBAYC"},{address:"0x00000000bdc126a7d8d0a6d3844843959fffa423",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.fpDGOD-0x00000000bdc126a7d8d0a6d3844843959fffa423",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fpdgod-0x00000000bdc126a7d8d0a6d3844843959fffa423.png",ticker:"fpDGOD"},{address:"0x5ca135cb8527d76e932f34b5145575f9d8cbe08e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FPI-0x5ca135cb8527d76e932f34b5145575f9d8cbe08e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fpi-0x5ca135cb8527d76e932f34b5145575f9d8cbe08e.png",ticker:"FPI"},{address:"0xc2544a32872a91f4a553b404c6950e89de901fdb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FPIS-0xc2544a32872a91f4a553b404c6950e89de901fdb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fpis-0xc2544a32872a91f4a553b404c6950e89de901fdb.png",ticker:"FPIS"},{address:"0x0000000042156d92b07fe81612746072f18a1fb8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.fpPUNKS-0x0000000042156d92b07fe81612746072f18a1fb8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fppunks-0x0000000042156d92b07fe81612746072f18a1fb8.png",ticker:"fpPUNKS"},{address:"0x853d955aCEf822Db058eb8505911ED77F175b99e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FRAX-0x853d955aCEf822Db058eb8505911ED77F175b99e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.frax-0x853d955acef822db058eb8505911ed77f175b99e.png",ticker:"FRAX"},{address:"0x4cd0c43b0d53bc318cc5342b77eb6f124e47f526",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FREE-0x4cd0c43b0d53bc318cc5342b77eb6f124e47f526",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.free-0x4cd0c43b0d53bc318cc5342b77eb6f124e47f526.png",ticker:"FREE"},{address:"0xcf6f65b8925b73d0289bf9c7f088dd57a8040629",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FREN-0xcf6f65b8925b73d0289bf9c7f088dd57a8040629",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fren-0xcf6f65b8925b73d0289bf9c7f088dd57a8040629.png",ticker:"FREN"},{address:"0xcab254f1a32343f11ab41fbde90ecb410cde348a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FROGE-0xcab254f1a32343f11ab41fbde90ecb410cde348a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.froge-0xcab254f1a32343f11ab41fbde90ecb410cde348a.png",ticker:"FROGE"},{address:"0x3e9c3dc19efe4271d1a65facfca55906045f7b08",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Frogs-0x3e9c3dc19efe4271d1a65facfca55906045f7b08",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.frogs-0x3e9c3dc19efe4271d1a65facfca55906045f7b08.png",ticker:"Frogs"},{address:"0x5e8422345238f34275888049021821e8e08caa1f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.frxETH-0x5e8422345238f34275888049021821e8e08caa1f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.frxeth-0x5e8422345238f34275888049021821e8e08caa1f.png",ticker:"frxETH"},{address:"0x4E15361FD6b4BB609Fa63C81A2be19d873717870",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FTM-0x4E15361FD6b4BB609Fa63C81A2be19d873717870",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png",ticker:"FTM"},{address:"0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FTX Token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ftx token-0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9.png",ticker:"FTX Token"},{address:"0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.FUEL-0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fuel-0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c.png",ticker:"FUEL"},{address:"0x2890df158d76e584877a1d17a85fea3aeeb85aa6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FUMO-0x2890df158d76e584877a1d17a85fea3aeeb85aa6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fumo-0x2890df158d76e584877a1d17a85fea3aeeb85aa6.png",ticker:"FUMO"},{address:"0x419d0d8bdd9af5e606ae2232ed285aff190e711b",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.FUN-0x419d0d8bdd9af5e606ae2232ed285aff190e711b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fun-0x419d0d8bdd9af5e606ae2232ed285aff190e711b.png",ticker:"FUN"},{address:"0xe9b076b476d8865cdf79d1cf7df420ee397a7f75",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.FUND-0xe9b076b476d8865cdf79d1cf7df420ee397a7f75",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fund-0xe9b076b476d8865cdf79d1cf7df420ee397a7f75.png",ticker:"FUND"},{address:"0x822d9647ff6d028915dc9040e4ae54565eaf788c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FWEN-0x822d9647ff6d028915dc9040e4ae54565eaf788c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fwen-0x822d9647ff6d028915dc9040e4ae54565eaf788c.png",ticker:"FWEN"},{address:"0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FX-0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fx-0x8c15ef5b4b21951d50e53e4fbda8298ffad25057.png",ticker:"FX"},{address:"0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.FXS-0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.fxs-0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0.png",ticker:"FXS"},{address:"0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.G-0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.g-0x9c7beba8f6ef6643abd725e45a4e8387ef260649.png",ticker:"G"},{address:"0xa3ee21c306a700e682abcdfe9baa6a08f3820419",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.G-CRE-0xa3ee21c306a700e682abcdfe9baa6a08f3820419",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.g-cre-0xa3ee21c306a700e682abcdfe9baa6a08f3820419.png",ticker:"G-CRE"},{address:"0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GAL-0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gal-0x5faa989af96af85384b8a938c2ede4a7378d9875.png",ticker:"GAL"},{address:"0x15d4c048f83bd7e37d49ea4c83a07267ec4203da",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.GALA-0x15d4c048f83bd7e37d49ea4c83a07267ec4203da",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gala-0x15d4c048f83bd7e37d49ea4c83a07267ec4203da.png",ticker:"GALA"},{address:"0xd1d2Eb1B1e90B638588728b4130137D262C87cae",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.GALA-0xd1d2Eb1B1e90B638588728b4130137D262C87cae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gala-0xd1d2eb1b1e90b638588728b4130137d262c87cae.png",ticker:"GALA"},{address:"0x6bea7cfef803d1e3d5f7c0103f7ded065644e197",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GAMMA-0x6bea7cfef803d1e3d5f7c0103f7ded065644e197",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gamma-0x6bea7cfef803d1e3d5f7c0103f7ded065644e197.png",ticker:"GAMMA"},{address:"0x6bba316c48b49bd1eac44573c5c871ff02958469",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GAS-0x6bba316c48b49bd1eac44573c5c871ff02958469",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gas-0x6bba316c48b49bd1eac44573c5c871ff02958469.png",ticker:"GAS"},{address:"0xca7af58da871736994ce360f51ec6cd28351a3df",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GATSBY-0xca7af58da871736994ce360f51ec6cd28351a3df",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gatsby-0xca7af58da871736994ce360f51ec6cd28351a3df.png",ticker:"GATSBY"},{address:"0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GEL-0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gel-0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05.png",ticker:"GEL"},{address:"0xa797a0b99b887eba09552334d4d58d7246220c30",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Geno -0xa797a0b99b887eba09552334d4d58d7246220c30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.geno -0xa797a0b99b887eba09552334d4d58d7246220c30.png",ticker:"Geno "},{address:"0x8a854288a5976036a725879164ca3e91d30c6a1b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GET-0x8a854288a5976036a725879164ca3e91d30c6a1b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.get-0x8a854288a5976036a725879164ca3e91d30c6a1b.png",ticker:"GET"},{address:"0xaaef88cea01475125522e117bfe45cf32044e238",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GF-0xaaef88cea01475125522e117bfe45cf32044e238",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gf-0xaaef88cea01475125522e117bfe45cf32044e238.png",ticker:"GF"},{address:"0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GFI-0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gfi-0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b.png",ticker:"GFI"},{address:"0x2d9d7c64f6c00e16c28595ec4ebe4065ef3a250b",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.GFY-0x2d9d7c64f6c00e16c28595ec4ebe4065ef3a250b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gfy-0x2d9d7c64f6c00e16c28595ec4ebe4065ef3a250b.png",ticker:"GFY"},{address:"0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GHO-0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gho-0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f.png",ticker:"GHO"},{address:"0x3F382DbD960E3a9bbCeaE22651E88158d2791550",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GHST-0x3F382DbD960E3a9bbCeaE22651E88158d2791550",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ghst-0x3f382dbd960e3a9bbceae22651e88158d2791550.png",ticker:"GHST"},{address:"0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GLM-0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.glm-0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429.png",ticker:"GLM"},{address:"0x70c5f366db60a2a0c59c4c24754803ee47ed7284",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GLO-0x70c5f366db60a2a0c59c4c24754803ee47ed7284",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.glo-0x70c5f366db60a2a0c59c4c24754803ee47ed7284.png",ticker:"GLO"},{address:"0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GLQ-0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.glq-0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24.png",ticker:"GLQ"},{address:"0xc56c7a0eaa804f854b536a5f3d5f49d2ec4b12b8",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.GME-0xc56c7a0eaa804f854b536a5f3d5f49d2ec4b12b8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gme-0xc56c7a0eaa804f854b536a5f3d5f49d2ec4b12b8.png",ticker:"GME"},{address:"0x6810e776880C02933D47DB1b9fc05908e5386b96",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GNO-0x6810e776880C02933D47DB1b9fc05908e5386b96",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gno-0x6810e776880c02933d47db1b9fc05908e5386b96.png",ticker:"GNO"},{address:"0x614577036f0a024dbc1c88ba616b394dd65d105a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GNUS-0x614577036f0a024dbc1c88ba616b394dd65d105a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gnus-0x614577036f0a024dbc1c88ba616b394dd65d105a.png",ticker:"GNUS"},{address:"0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GODS-0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gods-0xccc8cb5229b0ac8069c51fd58367fd1e622afd97.png",ticker:"GODS"},{address:"0x464db6547454ac8f9cb608a41f03661378ac6eda",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GODWILLING-0x464db6547454ac8f9cb608a41f03661378ac6eda",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.godwilling-0x464db6547454ac8f9cb608a41f03661378ac6eda.png",ticker:"GODWILLING"},{address:"0x0ab87046fbb341d058f17cbc4c1133f25a20a52f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.gOHM-0x0ab87046fbb341d058f17cbc4c1133f25a20a52f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gohm-0x0ab87046fbb341d058f17cbc4c1133f25a20a52f.png",ticker:"gOHM"},{address:"0xa78bcbb74b822e74a847897d2d1d2d5ee2c76bd8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GOLD-0xa78bcbb74b822e74a847897d2d1d2d5ee2c76bd8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gold-0xa78bcbb74b822e74a847897d2d1d2d5ee2c76bd8.png",ticker:"GOLD"},{address:"0x38ec27c6f05a169e7ed03132bca7d0cfee93c2c5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GP-0x38ec27c6f05a169e7ed03132bca7d0cfee93c2c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gp-0x38ec27c6f05a169e7ed03132bca7d0cfee93c2c5.png",ticker:"GP"},{address:"0x99b2e411589fd3bb4e2eb4bb65729db013887372",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GPT-0x99b2e411589fd3bb4e2eb4bb65729db013887372",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gpt-0x99b2e411589fd3bb4e2eb4bb65729db013887372.png",ticker:"GPT"},{address:"0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GPU-0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gpu-0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870.png",ticker:"GPU"},{address:"0x1e94596ecdf91870657d7e8ce0a88e9a786265c0",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.GROK-0x1e94596ecdf91870657d7e8ce0a88e9a786265c0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.grok-0x1e94596ecdf91870657d7e8ce0a88e9a786265c0.png",ticker:"GROK"},{address:"0x8390a1da07e376ef7add4be859ba74fb83aa02d5",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.GROK-0x8390a1da07e376ef7add4be859ba74fb83aa02d5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.grok-0x8390a1da07e376ef7add4be859ba74fb83aa02d5.png",ticker:"GROK"},{address:"0x761a3557184cbc07b7493da0661c41177b2f97fa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GROW-0x761a3557184cbc07b7493da0661c41177b2f97fa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.grow-0x761a3557184cbc07b7493da0661c41177b2f97fa.png",ticker:"GROW"},{address:"0xc944E90C64B2c07662A292be6244BDf05Cda44a7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GRT-0xc944E90C64B2c07662A292be6244BDf05Cda44a7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.grt-0xc944e90c64b2c07662a292be6244bdf05cda44a7.png",ticker:"GRT"},{address:"0x580e933d90091b9ce380740e3a4a39c67eb85b4c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GSWIFT-0x580e933d90091b9ce380740e3a4a39c67eb85b4c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gswift-0x580e933d90091b9ce380740e3a4a39c67eb85b4c.png",ticker:"GSWIFT"},{address:"0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GTC-0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gtc-0xde30da39c46104798bb5aa3fe8b9e0e1f348163f.png",ticker:"GTC"},{address:"0x525574c899a7c877a11865339e57376092168258",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.GURU-0x525574c899a7c877a11865339e57376092168258",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.guru-0x525574c899a7c877a11865339e57376092168258.png",ticker:"GURU"},{address:"0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",chain:"ETH",chainId:"1",decimals:2,identifier:"ETH.GUSD-0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gusd-0x056fd409e1d7a124bd7017459dfea2f387b6d5cd.png",ticker:"GUSD"},{address:"0xC08512927D12348F6620a698105e1BAac6EcD911",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.GYEN-0xC08512927D12348F6620a698105e1BAac6EcD911",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.gyen-0xc08512927d12348f6620a698105e1baac6ecd911.png",ticker:"GYEN"},{address:"0x8526be2379e853d5cf02f9823bb9690e1a6ff9e2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HABIBI-0x8526be2379e853d5cf02f9823bb9690e1a6ff9e2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.habibi-0x8526be2379e853d5cf02f9823bb9690e1a6ff9e2.png",ticker:"HABIBI"},{address:"0x9ce115f0341ae5dabc8b477b74e83db2018a6f42",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HAIR-0x9ce115f0341ae5dabc8b477b74e83db2018a6f42",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hair-0x9ce115f0341ae5dabc8b477b74e83db2018a6f42.png",ticker:"HAIR"},{address:"0xade6fdaba1643e4d1eef68da7170f234470938c6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HARAMBE-0xade6fdaba1643e4d1eef68da7170f234470938c6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.harambe-0xade6fdaba1643e4d1eef68da7170f234470938c6.png",ticker:"HARAMBE"},{address:"0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HAY-0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hay-0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e.png",ticker:"HAY"},{address:"0x3819f64f282bf135d62168c1e513280daf905e06",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.HDRN-0x3819f64f282bf135d62168c1e513280daf905e06",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hdrn-0x3819f64f282bf135d62168c1e513280daf905e06.png",ticker:"HDRN"},{address:"0x2b591e99afe9f32eaa6214f7b7629768c40eeb39",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.HEX-0x2b591e99afe9f32eaa6214f7b7629768c40eeb39",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hex-0x2b591e99afe9f32eaa6214f7b7629768c40eeb39.png",ticker:"HEX"},{address:"0xb3999F658C0391d94A37f7FF328F3feC942BcADC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HFT-0xb3999F658C0391d94A37f7FF328F3feC942BcADC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hft-0xb3999f658c0391d94a37f7ff328f3fec942bcadc.png",ticker:"HFT"},{address:"0x4b9278b94a1112cad404048903b8d343a810b07e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HIFI-0x4b9278b94a1112cad404048903b8d343a810b07e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hifi-0x4b9278b94a1112cad404048903b8d343a810b07e.png",ticker:"HIFI"},{address:"0x71Ab77b7dbB4fa7e017BC15090b2163221420282",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HIGH-0x71Ab77b7dbB4fa7e017BC15090b2163221420282",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.high-0x71ab77b7dbb4fa7e017bc15090b2163221420282.png",ticker:"HIGH"},{address:"0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HILO -0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hilo -0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e.png",ticker:"HILO "},{address:"0x7b744eea1deca2f1b7b31f15ba036fa1759452d7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HIPP-0x7b744eea1deca2f1b7b31f15ba036fa1759452d7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hipp-0x7b744eea1deca2f1b7b31f15ba036fa1759452d7.png",ticker:"HIPP"},{address:"0x0071f94350573cd411e40bb409e7ddd927224054",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.HKDM-0x0071f94350573cd411e40bb409e7ddd927224054",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hkdm-0x0071f94350573cd411e40bb409e7ddd927224054.png",ticker:"HKDM"},{address:"0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HOP-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hop-0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc.png",ticker:"HOP"},{address:"0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HOPR-0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hopr-0xf5581dfefd8fb0e4aec526be659cfab1f8c781da.png",ticker:"HOPR"},{address:"0x6c6ee5e31d828de241282b9606c8e98ea48526e2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HOT-0x6c6ee5e31d828de241282b9606c8e98ea48526e2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hot-0x6c6ee5e31d828de241282b9606c8e98ea48526e2.png",ticker:"HOT"},{address:"0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HUNT-0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hunt-0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5.png",ticker:"HUNT"},{address:"0xe2cfd7a01ec63875cd9da6c7c1b7025166c2fa2f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.HYPER-0xe2cfd7a01ec63875cd9da6c7c1b7025166c2fa2f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.hyper-0xe2cfd7a01ec63875cd9da6c7c1b7025166c2fa2f.png",ticker:"HYPER"},{address:"0xf16e81dce15b08f326220742020379b855b87df9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ICE-0xf16e81dce15b08f326220742020379b855b87df9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ice-0xf16e81dce15b08f326220742020379b855b87df9.png",ticker:"ICE"},{address:"0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ICHI-0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ichi-0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6.png",ticker:"ICHI"},{address:"0x903bef1736cddf2a537176cf3c64579c3867a881",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.ICHI-0x903bef1736cddf2a537176cf3c64579c3867a881",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ichi-0x903bef1736cddf2a537176cf3c64579c3867a881.png",ticker:"ICHI"},{address:"0xfc4913214444af5c715cc9f7b52655e788a569ed",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.ICSA-0xfc4913214444af5c715cc9f7b52655e788a569ed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.icsa-0xfc4913214444af5c715cc9f7b52655e788a569ed.png",ticker:"ICSA"},{address:"0x2dff88a56767223a5529ea5960da7a3f5f766406",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ID-0x2dff88a56767223a5529ea5960da7a3f5f766406",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.id-0x2dff88a56767223a5529ea5960da7a3f5f766406.png",ticker:"ID"},{address:"0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.IDEX-0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.idex-0xb705268213d593b8fd88d3fdeff93aff5cbdcfae.png",ticker:"IDEX"},{address:"0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ILV-0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ilv-0x767fe9edc9e0df98e07454847909b5e959d7ca0e.png",ticker:"ILV"},{address:"0x04c17b9d3b29a78f7bd062a57cf44fc633e71f85",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.IMPT-0x04c17b9d3b29a78f7bd062a57cf44fc633e71f85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.impt-0x04c17b9d3b29a78f7bd062a57cf44fc633e71f85.png",ticker:"IMPT"},{address:"0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.IMX-0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.imx-0xf57e7e7c23978c3caec3c3548e3d615c346e79ff.png",ticker:"IMX"},{address:"0x0954906da0Bf32d5479e25f46056d22f08464cab",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INDEX-0x0954906da0Bf32d5479e25f46056d22f08464cab",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.index-0x0954906da0bf32d5479e25f46056d22f08464cab.png",ticker:"INDEX"},{address:"0x71e1b632f1ddc20f79df1472f7a464779588a6d1",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.indexBTC-0x71e1b632f1ddc20f79df1472f7a464779588a6d1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.indexbtc-0x71e1b632f1ddc20f79df1472f7a464779588a6d1.png",ticker:"indexBTC"},{address:"0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INJ-0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.inj-0xe28b3b32b6c345a34ff64674606124dd5aceca30.png",ticker:"INJ"},{address:"0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INS-0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ins-0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841.png",ticker:"INS"},{address:"0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INSP-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.insp-0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457.png",ticker:"INSP"},{address:"0x6f40d4a6237c257fff2db00fa0510deeecd303eb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INST-0x6f40d4a6237c257fff2db00fa0510deeecd303eb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.inst-0x6f40d4a6237c257fff2db00fa0510deeecd303eb.png",ticker:"INST"},{address:"0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.INV-0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.inv-0x41d5d79431a913c4ae7d69a668ecdfe5ff9dfb68.png",ticker:"INV"},{address:"0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.IOTX-0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.iotx-0x6fb3e0a217407efff7ca062d46c26e5d60a14d69.png",ticker:"IOTX"},{address:"0x157a6df6b74f4e5e45af4e4615fde7b49225a662",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ISLAND-0x157a6df6b74f4e5e45af4e4615fde7b49225a662",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.island-0x157a6df6b74f4e5e45af4e4615fde7b49225a662.png",ticker:"ISLAND"},{address:"0x23894DC9da6c94ECb439911cAF7d337746575A72",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JAM-0x23894DC9da6c94ECb439911cAF7d337746575A72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.jam-0x23894dc9da6c94ecb439911caf7d337746575a72.png",ticker:"JAM"},{address:"0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JASMY-0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.jasmy-0x7420b4b9a0110cdc71fb720908340c03f9bc03ec.png",ticker:"JASMY"},{address:"0x76e222b07c53d28b89b0bac18602810fc22b49a8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JOE-0x76e222b07c53d28b89b0bac18602810fc22b49a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.joe-0x76e222b07c53d28b89b0bac18602810fc22b49a8.png",ticker:"JOE"},{address:"0xe80c0cd204d654cebe8dd64a4857cab6be8345a3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JPEG-0xe80c0cd204d654cebe8dd64a4857cab6be8345a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.jpeg-0xe80c0cd204d654cebe8dd64a4857cab6be8345a3.png",ticker:"JPEG"},{address:"0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JUP-0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.jup-0x4b1e80cac91e2216eeb63e29b957eb91ae9c2be8.png",ticker:"JUP"},{address:"0x000000096cb3d4007fc2b79b935c4540c5c2d745",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.jUSD-0x000000096cb3d4007fc2b79b935c4540c5c2d745",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.jusd-0x000000096cb3d4007fc2b79b935c4540c5c2d745.png",ticker:"jUSD"},{address:"0x59d1e836f7b7210a978b25a855085cc46fd090b5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.JUSTICE-0x59d1e836f7b7210a978b25a855085cc46fd090b5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.justice-0x59d1e836f7b7210a978b25a855085cc46fd090b5.png",ticker:"JUSTICE"},{address:"0x80008bcd713c38af90a9930288d446bc3bd2e684",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KARATE-0x80008bcd713c38af90a9930288d446bc3bd2e684",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.karate-0x80008bcd713c38af90a9930288d446bc3bd2e684.png",ticker:"KARATE"},{address:"0xacd2c239012d17beb128b0944d49015104113650",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KARRAT-0xacd2c239012d17beb128b0944d49015104113650",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.karrat-0xacd2c239012d17beb128b0944d49015104113650.png",ticker:"KARRAT"},{address:"0x112b08621e27e10773ec95d250604a041f36c582",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.KAS-0x112b08621e27e10773ec95d250604a041f36c582",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kas-0x112b08621e27e10773ec95d250604a041f36c582.png",ticker:"KAS"},{address:"0x2e85ae1c47602f7927bcabc2ff99c40aa222ae15",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KATA-0x2e85ae1c47602f7927bcabc2ff99c40aa222ae15",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kata-0x2e85ae1c47602f7927bcabc2ff99c40aa222ae15.png",ticker:"KATA"},{address:"0xf34960d9d60be18cc1d5afc1a6f012a723a28811",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.KCS-0xf34960d9d60be18cc1d5afc1a6f012a723a28811",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kcs-0xf34960d9d60be18cc1d5afc1a6f012a723a28811.png",ticker:"KCS"},{address:"0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KEEP-0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.keep-0x85eee30c52b0b379b046fb0f85f4f3dc3009afec.png",ticker:"KEEP"},{address:"0x26e550ac11b26f78a04489d5f20f24e3559f7dd9",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.KEKIUS-0x26e550ac11b26f78a04489d5f20f24e3559f7dd9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kekius-0x26e550ac11b26f78a04489d5f20f24e3559f7dd9.png",ticker:"KEKIUS"},{address:"0x3f80B1c54Ae920Be41a77f8B902259D48cf24cCf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KERNEL-0x3f80B1c54Ae920Be41a77f8B902259D48cf24cCf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kernel-0x3f80b1c54ae920be41a77f8b902259d48cf24ccf.png",ticker:"KERNEL"},{address:"0x4CC19356f2D37338b9802aa8E8fc58B0373296E7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KEY-0x4CC19356f2D37338b9802aa8E8fc58B0373296E7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.key-0x4cc19356f2d37338b9802aa8e8fc58b0373296e7.png",ticker:"KEY"},{address:"0x470c8950c0c3aa4b09654bc73b004615119a44b5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KIZUNA-0x470c8950c0c3aa4b09654bc73b004615119a44b5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kizuna-0x470c8950c0c3aa4b09654bc73b004615119a44b5.png",ticker:"KIZUNA"},{address:"0xdd974D5C2e2928deA5F71b9825b8b646686BD200",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KNC-0xdd974D5C2e2928deA5F71b9825b8b646686BD200",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.knc-0xdd974d5c2e2928dea5f71b9825b8b646686bd200.png",ticker:"KNC"},{address:"0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KNC-0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.knc-0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202.png",ticker:"KNC"},{address:"0x66d28cb58487a7609877550e1a34691810a6b9fc",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.KOIN-0x66d28cb58487a7609877550e1a34691810a6b9fc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.koin-0x66d28cb58487a7609877550e1a34691810a6b9fc.png",ticker:"KOIN"},{address:"0x7b0df1cd724ec34ec9bc4bd19749b01afb490761",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.KOIN-0x7b0df1cd724ec34ec9bc4bd19749b01afb490761",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.koin-0x7b0df1cd724ec34ec9bc4bd19749b01afb490761.png",ticker:"KOIN"},{address:"0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KP3R-0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kp3r-0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44.png",ticker:"KP3R"},{address:"0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.kpSYM-1-0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kpsym-1-0x1f48f174c3cffa3323b79e3d43ffa45f789b09f1.png",ticker:"kpSYM-1"},{address:"0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.kpZRC-3-0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kpzrc-3-0x74c75e4a3afe365a2a3b2ab4f14ed59c1e98ea9d.png",ticker:"kpZRC-3"},{address:"0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KRL-0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.krl-0x464ebe77c293e473b48cfe96ddcf88fcf7bfdac0.png",ticker:"KRL"},{address:"0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KROM-0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.krom-0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789.png",ticker:"KROM"},{address:"0x96543ef8d2C75C26387c1a319ae69c0BEE6f3fe7",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.KUJI-0x96543ef8d2C75C26387c1a319ae69c0BEE6f3fe7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kuji-0x96543ef8d2c75c26387c1a319ae69c0bee6f3fe7.png",ticker:"KUJI"},{address:"0x48c276e8d03813224bb1e55f953adb6d02fd3e02",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.KUMA-0x48c276e8d03813224bb1e55f953adb6d02fd3e02",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.kuma-0x48c276e8d03813224bb1e55f953adb6d02fd3e02.png",ticker:"KUMA"},{address:"0xf8c76dbea329ec4fa987afc514f805b21b249d79",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.L-0xf8c76dbea329ec4fa987afc514f805b21b249d79",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.l-0xf8c76dbea329ec4fa987afc514f805b21b249d79.png",ticker:"L"},{address:"0x88909D489678dD17aA6D9609F89B0419Bf78FD9a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.L3-0x88909D489678dD17aA6D9609F89B0419Bf78FD9a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.l3-0x88909d489678dd17aa6d9609f89b0419bf78fd9a.png",ticker:"L3"},{address:"0x12970e6868f88f6557b76120662c1b3e50a646bf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LADYS-0x12970e6868f88f6557b76120662c1b3e50a646bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ladys-0x12970e6868f88f6557b76120662c1b3e50a646bf.png",ticker:"LADYS"},{address:"0x168e209d7b2f58f1f24b8ae7b7d35e662bbf11cc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LAI-0x168e209d7b2f58f1f24b8ae7b7d35e662bbf11cc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lai-0x168e209d7b2f58f1f24b8ae7b7d35e662bbf11cc.png",ticker:"LAI"},{address:"0xf9ca9523e5b5a42c3018c62b084db8543478c400",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LAKE-0xf9ca9523e5b5a42c3018c62b084db8543478c400",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lake-0xf9ca9523e5b5a42c3018c62b084db8543478c400.png",ticker:"LAKE"},{address:"0xf1182229b71e79e504b1d2bf076c15a277311e05",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LBR-0xf1182229b71e79e504b1d2bf076c15a277311e05",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lbr-0xf1182229b71e79e504b1d2bf076c15a277311e05.png",ticker:"LBR"},{address:"0x8236a87084f8b84306f72007f36f2618a5634494",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.LBTC-0x8236a87084f8b84306f72007f36f2618a5634494",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lbtc-0x8236a87084f8b84306f72007f36f2618a5634494.png",ticker:"LBTC"},{address:"0x037A54AaB062628C9Bbae1FDB1583c195585fe41",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LCX-0x037A54AaB062628C9Bbae1FDB1583c195585fe41",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lcx-0x037a54aab062628c9bbae1fdb1583c195585fe41.png",ticker:"LCX"},{address:"0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LDO-0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ldo-0x5a98fcbea516cf06857215779fd812ca3bef1b32.png",ticker:"LDO"},{address:"0x27c70cd1946795b66be9d954418546998b546634",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LEASH-0x27c70cd1946795b66be9d954418546998b546634",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.leash-0x27c70cd1946795b66be9d954418546998b546634.png",ticker:"LEASH"},{address:"0xa444ec96ee01bb219a44b285de47bf33c3447ad5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LEOX-0xa444ec96ee01bb219a44b285de47bf33c3447ad5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.leox-0xa444ec96ee01bb219a44b285de47bf33c3447ad5.png",ticker:"LEOX"},{address:"0x514910771AF9Ca656af840dff83E8264EcF986CA",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LINK-0x514910771AF9Ca656af840dff83E8264EcF986CA",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.link-0x514910771af9ca656af840dff83e8264ecf986ca.png",ticker:"LINK"},{address:"0xc673ef7791724f0dcca38adb47fbb3aef3db6c80",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.liquidBeraBTC-0xc673ef7791724f0dcca38adb47fbb3aef3db6c80",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.liquidberabtc-0xc673ef7791724f0dcca38adb47fbb3aef3db6c80.png",ticker:"liquidBeraBTC"},{address:"0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LIT-0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lit-0xb59490ab09a0f526cc7305822ac65f2ab12f9723.png",ticker:"LIT"},{address:"0xc5b3d3231001a776123194cf1290068e8b0c783b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LIT-0xc5b3d3231001a776123194cf1290068e8b0c783b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lit-0xc5b3d3231001a776123194cf1290068e8b0c783b.png",ticker:"LIT"},{address:"0xd0345d30fd918d7682398acbcdf139c808998709",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LIX-0xd0345d30fd918d7682398acbcdf139c808998709",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lix-0xd0345d30fd918d7682398acbcdf139c808998709.png",ticker:"LIX"},{address:"0x054c9d4c6f4ea4e14391addd1812106c97d05690",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LLD-0x054c9d4c6f4ea4e14391addd1812106c97d05690",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lld-0x054c9d4c6f4ea4e14391addd1812106c97d05690.png",ticker:"LLD"},{address:"0x4b1d0b9f081468d780ca1d5d79132b64301085d1",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.LMR-0x4b1d0b9f081468d780ca1d5d79132b64301085d1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lmr-0x4b1d0b9f081468d780ca1d5d79132b64301085d1.png",ticker:"LMR"},{address:"0x922d8563631b03c2c4cf817f4d18f6883aba0109",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LOCK-0x922d8563631b03c2c4cf817f4d18f6883aba0109",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lock-0x922d8563631b03c2c4cf817f4d18f6883aba0109.png",ticker:"LOCK"},{address:"0x61E90A50137E1F645c9eF4a0d3A4f01477738406",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LOKA-0x61E90A50137E1F645c9eF4a0d3A4f01477738406",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.loka-0x61e90a50137e1f645c9ef4a0d3a4f01477738406.png",ticker:"LOKA"},{address:"0xf4d2888d29d722226fafa5d9b24f9164c092421e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LOOKS-0xf4d2888d29d722226fafa5d9b24f9164c092421e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.looks-0xf4d2888d29d722226fafa5d9b24f9164c092421e.png",ticker:"LOOKS"},{address:"0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LOOM-0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.loom-0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0.png",ticker:"LOOM"},{address:"0xeb57bf569ad976974c1f861a5923a59f40222451",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LOOMI-0xeb57bf569ad976974c1f861a5923a59f40222451",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.loomi-0xeb57bf569ad976974c1f861a5923a59f40222451.png",ticker:"LOOMI"},{address:"0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LORDS-0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lords-0x686f2404e77ab0d9070a46cdfb0b7fecdd2318b0.png",ticker:"LORDS"},{address:"0x58b6A8A3302369DAEc383334672404Ee733aB239",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LPT-0x58b6A8A3302369DAEc383334672404Ee733aB239",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lpt-0x58b6a8a3302369daec383334672404ee733ab239.png",ticker:"LPT"},{address:"0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LQTY-0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lqty-0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d.png",ticker:"LQTY"},{address:"0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LRC-0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lrc-0xbbbbca6a901c926f240b89eacb641d8aec7aeafd.png",ticker:"LRC"},{address:"0xd0a6053f087E87a25dC60701ba6E663b1a548E85",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LRDS-0xd0a6053f087E87a25dC60701ba6E663b1a548E85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lrds-0xd0a6053f087e87a25dc60701ba6e663b1a548e85.png",ticker:"LRDS"},{address:"0x8f08b70456eb22f6109f57b8fafe862ed28e6040",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LRT2-0x8f08b70456eb22f6109f57b8fafe862ed28e6040",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lrt2-0x8f08b70456eb22f6109f57b8fafe862ed28e6040.png",ticker:"LRT2"},{address:"0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LSETH-0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lseth-0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549.png",ticker:"LSETH"},{address:"0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LSK-0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lsk-0x6033f7f88332b8db6ad452b7c6d5bb643990ae3f.png",ticker:"LSK"},{address:"0xbd31ea8212119f94a611fa969881cba3ea06fa3d",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.LUNA-0xbd31ea8212119f94a611fa969881cba3ea06fa3d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.luna-0xbd31ea8212119f94a611fa969881cba3ea06fa3d.png",ticker:"LUNA"},{address:"0xd2877702675e6ceb975b4a1dff9fb7baf4c91ea9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LUNA-0xd2877702675e6ceb975b4a1dff9fb7baf4c91ea9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.luna-0xd2877702675e6ceb975b4a1dff9fb7baf4c91ea9.png",ticker:"LUNA"},{address:"0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LUSD-0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lusd-0x5f98805a4e8be255a32880fdec7f6728c6568ba0.png",ticker:"LUSD"},{address:"0x01ba67aac7f75f647d94220cc98fb30fcc5105bf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LYRA-0x01ba67aac7f75f647d94220cc98fb30fcc5105bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lyra-0x01ba67aac7f75f647d94220cc98fb30fcc5105bf.png",ticker:"LYRA"},{address:"0xa8b919680258d369114910511cc87595aec0be6d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.LYXe-0xa8b919680258d369114910511cc87595aec0be6d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.lyxe-0xa8b919680258d369114910511cc87595aec0be6d.png",ticker:"LYXe"},{address:"0xd29da236dd4aac627346e1bba06a619e8c22d7c5",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.MAGA-0xd29da236dd4aac627346e1bba06a619e8c22d7c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.maga-0xd29da236dd4aac627346e1bba06a619e8c22d7c5.png",ticker:"MAGA"},{address:"0x24d73bca2bd9c3a61e99dfc7cb86d3c379ebded7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAI-0x24d73bca2bd9c3a61e99dfc7cb86d3c379ebded7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mai-0x24d73bca2bd9c3a61e99dfc7cb86d3c379ebded7.png",ticker:"MAI"},{address:"0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MANA-0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mana-0x0f5d2fb29fb7d3cfee444a200298f468908cc942.png",ticker:"MANA"},{address:"0x556c3cbdca77a7f21afe15b17e644e0e98e64df4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAO-0x556c3cbdca77a7f21afe15b17e644e0e98e64df4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mao-0x556c3cbdca77a7f21afe15b17e644e0e98e64df4.png",ticker:"MAO"},{address:"0x9e976f211daea0d652912ab99b0dc21a7fd728e4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAP-0x9e976f211daea0d652912ab99b0dc21a7fd728e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.map-0x9e976f211daea0d652912ab99b0dc21a7fd728e4.png",ticker:"MAP"},{address:"0x66d79b8f60ec93bfce0b56f5ac14a2714e509a99",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAPO-0x66d79b8f60ec93bfce0b56f5ac14a2714e509a99",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mapo-0x66d79b8f60ec93bfce0b56f5ac14a2714e509a99.png",ticker:"MAPO"},{address:"0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MASK-0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mask-0x69af81e73a73b40adf4f3d4223cd9b1ece623074.png",ticker:"MASK"},{address:"0x08d967bb0134F2d07f7cfb6E246680c53927DD30",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MATH-0x08d967bb0134F2d07f7cfb6E246680c53927DD30",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.math-0x08d967bb0134f2d07f7cfb6e246680c53927dd30.png",ticker:"MATH"},{address:"0xe89751b31cd4e2eb7006ce168857f72c8e37bceb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MATH-0xe89751b31cd4e2eb7006ce168857f72c8e37bceb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.math-0xe89751b31cd4e2eb7006ce168857f72c8e37bceb.png",ticker:"MATH"},{address:"0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MATIC-0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.matic-0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0.png",ticker:"MATIC"},{address:"0x24fcfc492c1393274b6bcd568ac9e225bec93584",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAVIA-0x24fcfc492c1393274b6bcd568ac9e225bec93584",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mavia-0x24fcfc492c1393274b6bcd568ac9e225bec93584.png",ticker:"MAVIA"},{address:"0x4a029f7bcf33acb03547d8fa7be840347973e24e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MAZZE-0x4a029f7bcf33acb03547d8fa7be840347973e24e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mazze-0x4a029f7bcf33acb03547d8fa7be840347973e24e.png",ticker:"MAZZE"},{address:"0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MC-0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mc-0x949d48eca67b17269629c7194f4b727d4ef9e5d6.png",ticker:"MC"},{address:"0xed328e9c1179a30ddc1e7595e036aed8760c22af",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MCADE-0xed328e9c1179a30ddc1e7595e036aed8760c22af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mcade-0xed328e9c1179a30ddc1e7595e036aed8760c22af.png",ticker:"MCADE"},{address:"0xfC98e825A2264D890F9a1e68ed50E1526abCcacD",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MCO2-0xfC98e825A2264D890F9a1e68ed50E1526abCcacD",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mco2-0xfc98e825a2264d890f9a1e68ed50e1526abccacd.png",ticker:"MCO2"},{address:"0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MDT-0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mdt-0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26.png",ticker:"MDT"},{address:"0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MEME-0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.meme-0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74.png",ticker:"MEME"},{address:"0x1ffe8a8177d3c261600a8bd8080d424d64b7fbc2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MET-0x1ffe8a8177d3c261600a8bd8080d424d64b7fbc2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.met-0x1ffe8a8177d3c261600a8bd8080d424d64b7fbc2.png",ticker:"MET"},{address:"0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MET-0x2ebd53d035150f328bd754d6dc66b99b0edb89aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.met-0x2ebd53d035150f328bd754d6dc66b99b0edb89aa.png",ticker:"MET"},{address:"0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.mETH-0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.meth-0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa.png",ticker:"mETH"},{address:"0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.METIS-0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.metis-0x9e32b13ce7f2e80a01932b42553652e053d6ed8e.png",ticker:"METIS"},{address:"0x1eb9d0b78ce6717dfbbf89d4e9447927fed5b664",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.midwit-0x1eb9d0b78ce6717dfbbf89d4e9447927fed5b664",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.midwit-0x1eb9d0b78ce6717dfbbf89d4e9447927fed5b664.png",ticker:"midwit"},{address:"0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MIM-0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mim-0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3.png",ticker:"MIM"},{address:"0xe77ec1bf3a5c95bfe3be7bdbacfe3ac1c7e454cd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MINER-0xe77ec1bf3a5c95bfe3be7bdbacfe3ac1c7e454cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.miner-0xe77ec1bf3a5c95bfe3be7bdbacfe3ac1c7e454cd.png",ticker:"MINER"},{address:"0x09a3EcAFa817268f77BE1283176B946C4ff2E608",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MIR-0x09a3EcAFa817268f77BE1283176B946C4ff2E608",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mir-0x09a3ecafa817268f77be1283176b946c4ff2e608.png",ticker:"MIR"},{address:"0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MKR-0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mkr-0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.png",ticker:"MKR"},{address:"0x059956483753947536204e89bfad909e1a434cc6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ML-0x059956483753947536204e89bfad909e1a434cc6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ml-0x059956483753947536204e89bfad909e1a434cc6.png",ticker:"ML"},{address:"0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MLN-0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mln-0xec67005c4e498ec7f55e092bd1d35cbc47c91892.png",ticker:"MLN"},{address:"0xe22020f47b7378dfedcedd2c81d4137c22fe1152",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MLP-0xe22020f47b7378dfedcedd2c81d4137c22fe1152",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mlp-0xe22020f47b7378dfedcedd2c81d4137c22fe1152.png",ticker:"MLP"},{address:"0x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MM-0x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mm-0x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611.png",ticker:"MM"},{address:"0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MMX-0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mmx-0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707.png",ticker:"MMX"},{address:"0x6c061d18d2b5bbfbe8a8d1eeb9ee27efd544cc5d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MNRCH-0x6c061d18d2b5bbfbe8a8d1eeb9ee27efd544cc5d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mnrch-0x6c061d18d2b5bbfbe8a8d1eeb9ee27efd544cc5d.png",ticker:"MNRCH"},{address:"0x3c3a81e81dc49a522a592e7622a7e711c06bf354",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MNT-0x3c3a81e81dc49a522a592e7622a7e711c06bf354",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mnt-0x3c3a81e81dc49a522a592e7622a7e711c06bf354.png",ticker:"MNT"},{address:"0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MNW-0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mnw-0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4.png",ticker:"MNW"},{address:"0x40a7df3df8b56147b781353d379cb960120211d7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MOBY-0x40a7df3df8b56147b781353d379cb960120211d7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.moby-0x40a7df3df8b56147b781353d379cb960120211d7.png",ticker:"MOBY"},{address:"0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MOG-0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mog-0xaaee1a9723aadb7afa2810263653a34ba2c21c7a.png",ticker:"MOG"},{address:"0xc555d625828c4527d477e595ff1dd5801b4a600e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MON-0xc555d625828c4527d477e595ff1dd5801b4a600e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mon-0xc555d625828c4527d477e595ff1dd5801b4a600e.png",ticker:"MON"},{address:"0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MONA-0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mona-0x275f5ad03be0fa221b4c6649b8aee09a42d9412a.png",ticker:"MONA"},{address:"0x8c282c35b5e1088bb208991c151182a782637699",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MONAI-0x8c282c35b5e1088bb208991c151182a782637699",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.monai-0x8c282c35b5e1088bb208991c151182a782637699.png",ticker:"MONAI"},{address:"0x28561b8a2360f463011c16b6cc0b0cbef8dbbcad",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.MOODENG-0x28561b8a2360f463011c16b6cc0b0cbef8dbbcad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.moodeng-0x28561b8a2360f463011c16b6cc0b0cbef8dbbcad.png",ticker:"MOODENG"},{address:"0x20d4db1946859e2adb0e5acc2eac58047ad41395",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MOONEY-0x20d4db1946859e2adb0e5acc2eac58047ad41395",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mooney-0x20d4db1946859e2adb0e5acc2eac58047ad41395.png",ticker:"MOONEY"},{address:"0x58D97B57BB95320F9a05dC918Aef65434969c2B2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MORPHO-0x58D97B57BB95320F9a05dC918Aef65434969c2B2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.morpho-0x58d97b57bb95320f9a05dc918aef65434969c2b2.png",ticker:"MORPHO"},{address:"0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.MOVE-0x3073f7aAA4DB83f95e9FFf17424F71D4751a3073",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.move-0x3073f7aaa4db83f95e9fff17424f71d4751a3073.png",ticker:"MOVE"},{address:"0x33349B282065b0284d756F0577FB39c158F935e6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MPL-0x33349B282065b0284d756F0577FB39c158F935e6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mpl-0x33349b282065b0284d756f0577fb39c158f935e6.png",ticker:"MPL"},{address:"0x96c645d3d3706f793ef52c19bbace441900ed47d",chain:"ETH",chainId:"1",decimals:0,identifier:"ETH.MPS-0x96c645d3d3706f793ef52c19bbace441900ed47d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mps-0x96c645d3d3706f793ef52c19bbace441900ed47d.png",ticker:"MPS"},{address:"0x3d5d3dcd01469ef8c6bc9c45665835814635c725",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MRF-0x3d5d3dcd01469ef8c6bc9c45665835814635c725",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mrf-0x3d5d3dcd01469ef8c6bc9c45665835814635c725.png",ticker:"MRF"},{address:"0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.MSTR-0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mstr-0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39.png",ticker:"MSTR"},{address:"0xF433089366899D83a9f26A773D59ec7eCF30355e",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.MTL-0xF433089366899D83a9f26A773D59ec7eCF30355e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mtl-0xf433089366899d83a9f26a773d59ec7ecf30355e.png",ticker:"MTL"},{address:"0x960692640ac4986ffce41620b7e3aa03cf1a0e8f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MTT-0x960692640ac4986ffce41620b7e3aa03cf1a0e8f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mtt-0x960692640ac4986ffce41620b7e3aa03cf1a0e8f.png",ticker:"MTT"},{address:"0x38e382f74dfb84608f3c1f10187f6bef5951de93",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MUBI-0x38e382f74dfb84608f3c1f10187f6bef5951de93",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mubi-0x38e382f74dfb84608f3c1f10187f6bef5951de93.png",ticker:"MUBI"},{address:"0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MULTI-0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.multi-0x65ef703f5594d2573eb71aaf55bc0cb548492df4.png",ticker:"MULTI"},{address:"0x2f573070e6090b3264fe707e2c9f201716f123c7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MUMU-0x2f573070e6090b3264fe707e2c9f201716f123c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mumu-0x2f573070e6090b3264fe707e2c9f201716f123c7.png",ticker:"MUMU"},{address:"0xe2f2a5C287993345a840Db3B0845fbC70f5935a5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MUSD-0xe2f2a5C287993345a840Db3B0845fbC70f5935a5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.musd-0xe2f2a5c287993345a840db3b0845fbc70f5935a5.png",ticker:"MUSD"},{address:"0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MUSE-0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.muse-0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81.png",ticker:"MUSE"},{address:"0xAE788F80F2756A86aa2F410C651F2aF83639B95b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MV-0xAE788F80F2756A86aa2F410C651F2aF83639B95b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mv-0xae788f80f2756a86aa2f410c651f2af83639b95b.png",ticker:"MV"},{address:"0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MXC-0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.mxc-0x5ca381bbfb58f0092df149bd3d243b08b9a8386e.png",ticker:"MXC"},{address:"0xa0ef786bf476fe0810408caba05e536ac800ff86",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MYRIA-0xa0ef786bf476fe0810408caba05e536ac800ff86",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.myria-0xa0ef786bf476fe0810408caba05e536ac800ff86.png",ticker:"MYRIA"},{address:"0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.MYST-0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.myst-0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361.png",ticker:"MYST"},{address:"0xdb5c3c46e28b53a39c255aa39a411dd64e5fed9c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NCR-0xdb5c3c46e28b53a39c255aa39a411dd64e5fed9c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ncr-0xdb5c3c46e28b53a39c255aa39a411dd64e5fed9c.png",ticker:"NCR"},{address:"0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NCT-0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nct-0x9e46a38f5daabe8683e10793b06749eef7d733d1.png",ticker:"NCT"},{address:"0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4",chain:"ETH",chainId:"1",decimals:24,identifier:"ETH.NEAR-0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.near-0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4.png",ticker:"NEAR"},{address:"0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.Neiro-0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.neiro-0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee.png",ticker:"Neiro"},{address:"0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.NEIRO-0xee2a03aa6dacf51c18679c516ad5283d8e7c2637",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.neiro-0xee2a03aa6dacf51c18679c516ad5283d8e7c2637.png",ticker:"NEIRO"},{address:"0xab814ce69e15f6b9660a3b184c0b0c97b9394a6b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NEURON-0xab814ce69e15f6b9660a3b184c0b0c97b9394a6b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.neuron-0xab814ce69e15f6b9660a3b184c0b0c97b9394a6b.png",ticker:"NEURON"},{address:"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NEXO-0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nexo-0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206.png",ticker:"NEXO"},{address:"0xfe67a4450907459c3e1fff623aa927dd4e28c67a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NEXT-0xfe67a4450907459c3e1fff623aa927dd4e28c67a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.next-0xfe67a4450907459c3e1fff623aa927dd4e28c67a.png",ticker:"NEXT"},{address:"0xdfdb7f72c1f195c5951a234e8db9806eb0635346",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NFD-0xdfdb7f72c1f195c5951a234e8db9806eb0635346",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nfd-0xdfdb7f72c1f195c5951a234e8db9806eb0635346.png",ticker:"NFD"},{address:"0x4268a135840e5273e9dcb3dc78303767d3964f43",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NFT-0x4268a135840e5273e9dcb3dc78303767d3964f43",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nft-0x4268a135840e5273e9dcb3dc78303767d3964f43.png",ticker:"NFT"},{address:"0xb259fcf928e58e39d381704d3cae9b8e969814a0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NHUB-0xb259fcf928e58e39d381704d3cae9b8e969814a0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nhub-0xb259fcf928e58e39d381704d3cae9b8e969814a0.png",ticker:"NHUB"},{address:"0x7c8155909cd385f120a56ef90728dd50f9ccbe52",chain:"ETH",chainId:"1",decimals:15,identifier:"ETH.NII-0x7c8155909cd385f120a56ef90728dd50f9ccbe52",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nii-0x7c8155909cd385f120a56ef90728dd50f9ccbe52.png",ticker:"NII"},{address:"0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NKN-0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nkn-0x5cf04716ba20127f1e2297addcf4b5035000c9eb.png",ticker:"NKN"},{address:"0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NMR-0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nmr-0x1776e1f26f98b1a5df9cd347953a26dd3cb46671.png",ticker:"NMR"},{address:"0x03aa6298f1370642642415edc0db8b957783e8d6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NMT-0x03aa6298f1370642642415edc0db8b957783e8d6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nmt-0x03aa6298f1370642642415edc0db8b957783e8d6.png",ticker:"NMT"},{address:"0xe99620545740a30dbf8b4601d2f7ddc99cc1dc42",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NO-0xe99620545740a30dbf8b4601d2f7ddc99cc1dc42",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.no-0xe99620545740a30dbf8b4601d2f7ddc99cc1dc42.png",ticker:"NO"},{address:"0x64546432fa6c13d98b2713c8f1754733ad25e25a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NOMAD-0x64546432fa6c13d98b2713c8f1754733ad25e25a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nomad-0x64546432fa6c13d98b2713c8f1754733ad25e25a.png",ticker:"NOMAD"},{address:"0xe9a95d175a5f4c9369f3b74222402eb1b837693b",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.NOW-0xe9a95d175a5f4c9369f3b74222402eb1b837693b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.now-0xe9a95d175a5f4c9369f3b74222402eb1b837693b.png",ticker:"NOW"},{address:"0xf0d33beda4d734c72684b5f9abbebf715d0a7935",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.NTX-0xf0d33beda4d734c72684b5f9abbebf715d0a7935",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ntx-0xf0d33beda4d734c72684b5f9abbebf715d0a7935.png",ticker:"NTX"},{address:"0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NU-0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nu-0x4fe83213d56308330ec302a8bd641f1d0113a4cc.png",ticker:"NU"},{address:"0x9d71ce49ab8a0e6d2a1e7bfb89374c9392fd6804",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Nvir-0x9d71ce49ab8a0e6d2a1e7bfb89374c9392fd6804",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nvir-0x9d71ce49ab8a0e6d2a1e7bfb89374c9392fd6804.png",ticker:"Nvir"},{address:"0x644192291cc835a93d6330b24ea5f5fedd0eef9e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NXRA-0x644192291cc835a93d6330b24ea5f5fedd0eef9e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nxra-0x644192291cc835a93d6330b24ea5f5fedd0eef9e.png",ticker:"NXRA"},{address:"0x38f9bf9dce51833ec7f03c9dc218197999999999",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.NYA-0x38f9bf9dce51833ec7f03c9dc218197999999999",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.nya-0x38f9bf9dce51833ec7f03c9dc218197999999999.png",ticker:"NYA"},{address:"0x2f109021afe75b949429fe30523ee7c0d5b27207",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OCC-0x2f109021afe75b949429fe30523ee7c0d5b27207",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.occ-0x2f109021afe75b949429fe30523ee7c0d5b27207.png",ticker:"OCC"},{address:"0x967da4048cD07aB37855c090aAF366e4ce1b9F48",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OCEAN-0x967da4048cD07aB37855c090aAF366e4ce1b9F48",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png",ticker:"OCEAN"},{address:"0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OETH-0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.oeth-0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3.png",ticker:"OETH"},{address:"0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OGN-0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ogn-0x8207c1ffc5b6804f6024322ccf34f29c3541ae26.png",ticker:"OGN"},{address:"0x383518188c0c6d7730d91b2c03a03c837814a899",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.OHM-0x383518188c0c6d7730d91b2c03a03c837814a899",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ohm-0x383518188c0c6d7730d91b2c03a03c837814a899.png",ticker:"OHM"},{address:"0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.OHM-0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ohm-0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5.png",ticker:"OHM"},{address:"0x0001a500a6b18995b03f44bb040a5ffc28e45cb0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OLAS-0x0001a500a6b18995b03f44bb040a5ffc28e45cb0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.olas-0x0001a500a6b18995b03f44bb040a5ffc28e45cb0.png",ticker:"OLAS"},{address:"0xe5018913f2fdf33971864804ddb5fca25c539032",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OLM-0xe5018913f2fdf33971864804ddb5fca25c539032",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.olm-0xe5018913f2fdf33971864804ddb5fca25c539032.png",ticker:"OLM"},{address:"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OMG-0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.omg-0xd26114cd6ee289accf82350c8d8487fedb8a0c07.png",ticker:"OMG"},{address:"0xed35af169af46a02ee13b9d79eb57d6d68c1749e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OMI-0xed35af169af46a02ee13b9d79eb57d6d68c1749e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.omi-0xed35af169af46a02ee13b9d79eb57d6d68c1749e.png",ticker:"OMI"},{address:"0x36E66fbBce51e4cD5bd3C62B637Eb411b18949D4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OMNI-0x36E66fbBce51e4cD5bd3C62B637Eb411b18949D4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.omni-0x36e66fbbce51e4cd5bd3c62b637eb411b18949d4.png",ticker:"OMNI"},{address:"0x9e20461bc2c4c980f62f1b279d71734207a6a356",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OMNI-0x9e20461bc2c4c980f62f1b279d71734207a6a356",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.omni-0x9e20461bc2c4c980f62f1b279d71734207a6a356.png",ticker:"OMNI"},{address:"0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ONDO-0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ondo-0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3.png",ticker:"ONDO"},{address:"0x4db2c02831c9ac305ff9311eb661f80f1df61e07",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.oneICHI-0x4db2c02831c9ac305ff9311eb661f80f1df61e07",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.oneichi-0x4db2c02831c9ac305ff9311eb661f80f1df61e07.png",ticker:"oneICHI"},{address:"0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OPN-0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.opn-0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509.png",ticker:"OPN"},{address:"0x6a7eff1e2c355ad6eb91bebb5ded49257f3fed98",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OPSEC-0x6a7eff1e2c355ad6eb91bebb5ded49257f3fed98",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.opsec-0x6a7eff1e2c355ad6eb91bebb5ded49257f3fed98.png",ticker:"OPSEC"},{address:"0x8be8c50e7d7acff6084899e71a6db085ff7134c8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OPSEC-0x8be8c50e7d7acff6084899e71a6db085ff7134c8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.opsec-0x8be8c50e7d7acff6084899e71a6db085ff7134c8.png",ticker:"OPSEC"},{address:"0x33333333fede34409fb7f67c6585047e1f653333",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ORA-0x33333333fede34409fb7f67c6585047e1f653333",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ora-0x33333333fede34409fb7f67c6585047e1f653333.png",ticker:"ORA"},{address:"0x6F59e0461Ae5E2799F1fB3847f05a63B16d0DbF8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ORCA-0x6F59e0461Ae5E2799F1fB3847f05a63B16d0DbF8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.orca-0x6f59e0461ae5e2799f1fb3847f05a63b16d0dbf8.png",ticker:"ORCA"},{address:"0xabd4c63d2616a5201454168269031355f4764337",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ORDER-0xabd4c63d2616a5201454168269031355f4764337",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.order-0xabd4c63d2616a5201454168269031355f4764337.png",ticker:"ORDER"},{address:"0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.ORN-0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.orn-0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a.png",ticker:"ORN"},{address:"0x6100dd79fcaa88420750dcee3f735d168abcb771",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OS-0x6100dd79fcaa88420750dcee3f735d168abcb771",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.os-0x6100dd79fcaa88420750dcee3f735d168abcb771.png",ticker:"OS"},{address:"0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.oSQTH-0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.osqth-0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b.png",ticker:"oSQTH"},{address:"0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OVR-0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ovr-0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697.png",ticker:"OVR"},{address:"0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OX-0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ox-0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f.png",ticker:"OX"},{address:"0xba0dda8762c24da9487f5fa026a9b64b695a07ea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OX-0xba0dda8762c24da9487f5fa026a9b64b695a07ea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ox-0xba0dda8762c24da9487f5fa026a9b64b695a07ea.png",ticker:"OX"},{address:"0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.OXT-0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.oxt-0x4575f41308ec1483f3d399aa9a2826d74da13deb.png",ticker:"OXT"},{address:"0x9e9fbde7c7a83c43913bddc8779158f1368f0413",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PANDORA-0x9e9fbde7c7a83c43913bddc8779158f1368f0413",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pandora-0x9e9fbde7c7a83c43913bddc8779158f1368f0413.png",ticker:"PANDORA"},{address:"0x7ae1d57b58fa6411f32948314badd83583ee0e8c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PAPER-0x7ae1d57b58fa6411f32948314badd83583ee0e8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.paper-0x7ae1d57b58fa6411f32948314badd83583ee0e8c.png",ticker:"PAPER"},{address:"0x51ba4550ddb005f6ab1a579f7a78769895540b21",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PASA-0x51ba4550ddb005f6ab1a579f7a78769895540b21",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pasa-0x51ba4550ddb005f6ab1a579f7a78769895540b21.png",ticker:"PASA"},{address:"0x2a2550e0a75acec6d811ae3930732f7f3ad67588",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PATH-0x2a2550e0a75acec6d811ae3930732f7f3ad67588",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.path-0x2a2550e0a75acec6d811ae3930732f7f3ad67588.png",ticker:"PATH"},{address:"0xdc63269ea166b70d4780b3a11f5c825c2b761b01",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PAW-0xdc63269ea166b70d4780b3a11f5c825c2b761b01",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.paw-0xdc63269ea166b70d4780b3a11f5c825c2b761b01.png",ticker:"PAW"},{address:"0x8e870d67f660d95d5be530380d0ec0bd388289e1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PAX-0x8e870d67f660d95d5be530380d0ec0bd388289e1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pax-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",ticker:"PAX"},{address:"0xc1D204d77861dEf49b6E769347a883B15EC397Ff",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PAX-0xc1D204d77861dEf49b6E769347a883B15EC397Ff",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pax-0xc1d204d77861def49b6e769347a883b15ec397ff.png",ticker:"PAX"},{address:"0x45804880De22913dAFE09f4980848ECE6EcbAf78",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PAXG-0x45804880De22913dAFE09f4980848ECE6EcbAf78",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.paxg-0x45804880de22913dafe09f4980848ece6ecbaf78.png",ticker:"PAXG"},{address:"0x0D3CbED3f69EE050668ADF3D9Ea57241cBa33A2B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PDA-0x0D3CbED3f69EE050668ADF3D9Ea57241cBa33A2B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pda-0x0d3cbed3f69ee050668adf3d9ea57241cba33a2b.png",ticker:"PDA"},{address:"0x375abb85c329753b1ba849a601438ae77eec9893",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PDT-0x375abb85c329753b1ba849a601438ae77eec9893",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pdt-0x375abb85c329753b1ba849a601438ae77eec9893.png",ticker:"PDT"},{address:"0x02f92800f57bcd74066f5709f1daa1a4302df875",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEAS-0x02f92800f57bcd74066f5709f1daa1a4302df875",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.peas-0x02f92800f57bcd74066f5709f1daa1a4302df875.png",ticker:"PEAS"},{address:"0xdc98c5543f3004debfaad8966ec403093d0aa4a8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEBBLE-0xdc98c5543f3004debfaad8966ec403093d0aa4a8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pebble-0xdc98c5543f3004debfaad8966ec403093d0aa4a8.png",ticker:"PEBBLE"},{address:"0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEIPEI-0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.peipei-0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790.png",ticker:"PEIPEI"},{address:"0x808507121B80c02388fAd14726482e061B8da827",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PENDLE-0x808507121B80c02388fAd14726482e061B8da827",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pendle-0x808507121b80c02388fad14726482e061b8da827.png",ticker:"PENDLE"},{address:"0x7a58c0be72be218b41c608b7fe7c5bb630736c71",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEOPLE-0x7a58c0be72be218b41c608b7fe7c5bb630736c71",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.people-0x7a58c0be72be218b41c608b7fe7c5bb630736c71.png",ticker:"PEOPLE"},{address:"0x13ff38fecc654e1d449566c19d8e46d68acf2afe",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPE-0x13ff38fecc654e1d449566c19d8e46d68acf2afe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepe-0x13ff38fecc654e1d449566c19d8e46d68acf2afe.png",ticker:"PEPE"},{address:"0x6982508145454Ce325dDbE47a25d4ec3d2311933",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepe-0x6982508145454ce325ddbe47a25d4ec3d2311933.png",ticker:"PEPE"},{address:"0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPE-0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepe-0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6.png",ticker:"PEPE"},{address:"0xfb66321d7c674995dfcc2cb67a30bc978dc862ad",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPE2.0-0xfb66321d7c674995dfcc2cb67a30bc978dc862ad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepe2.0-0xfb66321d7c674995dfcc2cb67a30bc978dc862ad.png",ticker:"PEPE2.0"},{address:"0xa9e8acf069c58aec8825542845fd754e41a9489a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.pepecoin-0xa9e8acf069c58aec8825542845fd754e41a9489a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepecoin-0xa9e8acf069c58aec8825542845fd754e41a9489a.png",ticker:"pepecoin"},{address:"0x6bf765c43030387a983f429c1438e9d2025b7e12",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPES-0x6bf765c43030387a983f429c1438e9d2025b7e12",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepes-0x6bf765c43030387a983f429c1438e9d2025b7e12.png",ticker:"PEPES"},{address:"0x8a915282bab9985ea4c13ad35b53403644ebeace",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPEW-0x8a915282bab9985ea4c13ad35b53403644ebeace",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepew-0x8a915282bab9985ea4c13ad35b53403644ebeace.png",ticker:"PEPEW"},{address:"0xadd39272e83895e7d3f244f696b7a25635f34234",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEPU-0xadd39272e83895e7d3f244f696b7a25635f34234",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pepu-0xadd39272e83895e7d3f244f696b7a25635f34234.png",ticker:"PEPU"},{address:"0xbC396689893D065F41bc2C6EcbeE5e0085233447",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PERP-0xbC396689893D065F41bc2C6EcbeE5e0085233447",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.perp-0xbc396689893d065f41bc2c6ecbee5e0085233447.png",ticker:"PERP"},{address:"0x382ea807a61a418479318efd96f1efbc5c1f2c21",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PEW-0x382ea807a61a418479318efd96f1efbc5c1f2c21",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pew-0x382ea807a61a418479318efd96f1efbc5c1f2c21.png",ticker:"PEW"},{address:"0x37c997b35c619c21323f3518b9357914e8b99525",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PILOT-0x37c997b35c619c21323f3518b9357914e8b99525",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pilot-0x37c997b35c619c21323f3518b9357914e8b99525.png",ticker:"PILOT"},{address:"0x7613C48E0cd50E42dD9Bf0f6c235063145f6f8DC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PIRATE-0x7613C48E0cd50E42dD9Bf0f6c235063145f6f8DC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pirate-0x7613c48e0cd50e42dd9bf0f6c235063145f6f8dc.png",ticker:"PIRATE"},{address:"0x427a03fb96d9a94a6727fbcfbba143444090dd64",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PIXL-0x427a03fb96d9a94a6727fbcfbba143444090dd64",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pixl-0x427a03fb96d9a94a6727fbcfbba143444090dd64.png",ticker:"PIXL"},{address:"0x34f0915a5f15a66eba86f6a58be1a471fb7836a7",chain:"ETH",chainId:"1",decimals:12,identifier:"ETH.PLSD-0x34f0915a5f15a66eba86f6a58be1a471fb7836a7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.plsd-0x34f0915a5f15a66eba86f6a58be1a471fb7836a7.png",ticker:"PLSD"},{address:"0x553afe6468949e0685959022217336717df5fbe8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PLT-0x553afe6468949e0685959022217336717df5fbe8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.plt-0x553afe6468949e0685959022217336717df5fbe8.png",ticker:"PLT"},{address:"0xD8912C10681D8B21Fd3742244f44658dBA12264E",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PLU-0xD8912C10681D8B21Fd3742244f44658dBA12264E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.plu-0xd8912c10681d8b21fd3742244f44658dba12264e.png",ticker:"PLU"},{address:"0x4c1746a800d224393fe2470c70a35717ed4ea5f1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PLUME-0x4c1746a800d224393fe2470c70a35717ed4ea5f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.plume-0x4c1746a800d224393fe2470c70a35717ed4ea5f1.png",ticker:"PLUME"},{address:"0x423f4e6138e475d85cf7ea071ac92097ed631eea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PNDC-0x423f4e6138e475d85cf7ea071ac92097ed631eea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pndc-0x423f4e6138e475d85cf7ea071ac92097ed631eea.png",ticker:"PNDC"},{address:"0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",ticker:"POL"},{address:"0xd478161c952357f05f0292b56012cd8457f1cfbf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POLK-0xd478161c952357f05f0292b56012cd8457f1cfbf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.polk-0xd478161c952357f05f0292b56012cd8457f1cfbf.png",ticker:"POLK"},{address:"0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POLS-0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pols-0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa.png",ticker:"POLS"},{address:"0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POLY-0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.poly-0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec.png",ticker:"POLY"},{address:"0x57B946008913B82E4dF85f501cbAeD910e58D26C",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POND-0x57B946008913B82E4dF85f501cbAeD910e58D26C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pond-0x57b946008913b82e4df85f501cbaed910e58d26c.png",ticker:"POND"},{address:"0x7f75aa2274273f4d41267a0e2cd6c9b96c5b7510",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POP-0x7f75aa2274273f4d41267a0e2cd6c9b96c5b7510",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pop-0x7f75aa2274273f4d41267a0e2cd6c9b96c5b7510.png",ticker:"POP"},{address:"0xb9f599ce614feb2e1bbe58f180f370d05b39344e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PORK-0xb9f599ce614feb2e1bbe58f180f370d05b39344e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pork-0xb9f599ce614feb2e1bbe58f180f370d05b39344e.png",ticker:"PORK"},{address:"0x1Bbe973BeF3a977Fc51CbED703E8ffDEfE001Fed",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PORTAL-0x1Bbe973BeF3a977Fc51CbED703E8ffDEfE001Fed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.portal-0x1bbe973bef3a977fc51cbed703e8ffdefe001fed.png",ticker:"PORTAL"},{address:"0x43ab765ee05075d78ad8aa79dcb1978ca3079258",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.POW-0x43ab765ee05075d78ad8aa79dcb1978ca3079258",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pow-0x43ab765ee05075d78ad8aa79dcb1978ca3079258.png",ticker:"POW"},{address:"0x595832F8FC6BF59c85C527fEC3740A1b7a361269",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.POWR-0x595832F8FC6BF59c85C527fEC3740A1b7a361269",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.powr-0x595832f8fc6bf59c85c527fec3740a1b7a361269.png",ticker:"POWR"},{address:"0xb23d80f5FefcDDaa212212F028021B41DEd428CF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PRIME-0xb23d80f5FefcDDaa212212F028021B41DEd428CF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.prime-0xb23d80f5fefcddaa212212f028021b41ded428cf.png",ticker:"PRIME"},{address:"0x226bb599a12C826476e3A771454697EA52E9E220",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.PRO-0x226bb599a12C826476e3A771454697EA52E9E220",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pro-0x226bb599a12c826476e3a771454697ea52e9e220.png",ticker:"PRO"},{address:"0x28d38df637db75533bd3f71426f3410a82041544",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PROMPT-0x28d38df637db75533bd3f71426f3410a82041544",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.prompt-0x28d38df637db75533bd3f71426f3410a82041544.png",ticker:"PROMPT"},{address:"0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PROS-0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pros-0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a.png",ticker:"PROS"},{address:"0x362bc847A3a9637d3af6624EeC853618a43ed7D2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PRQ-0x362bc847A3a9637d3af6624EeC853618a43ed7D2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.prq-0x362bc847a3a9637d3af6624eec853618a43ed7d2.png",ticker:"PRQ"},{address:"0xb9098d3669a78e9afe8b94a97290407400d9da31",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PRTC-0xb9098d3669a78e9afe8b94a97290407400d9da31",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.prtc-0xb9098d3669a78e9afe8b94a97290407400d9da31.png",ticker:"PRTC"},{address:"0xbacacd83b68c92ae07ef382d0c0277d1bd1c7c4d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PSALE-0xbacacd83b68c92ae07ef382d0c0277d1bd1c7c4d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.psale-0xbacacd83b68c92ae07ef382d0c0277d1bd1c7c4d.png",ticker:"PSALE"},{address:"0xcafe001067cdef266afb7eb5a286dcfd277f3de5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PSP-0xcafe001067cdef266afb7eb5a286dcfd277f3de5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.psp-0xcafe001067cdef266afb7eb5a286dcfd277f3de5.png",ticker:"PSP"},{address:"0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PSTAKE-0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pstake-0xfb5c6815ca3ac72ce9f5006869ae67f18bf77006.png",ticker:"PSTAKE"},{address:"0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PSWAP-0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pswap-0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb.png",ticker:"PSWAP"},{address:"0x3007083eaa95497cd6b2b809fb97b6a30bdf53d3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PSYOP-0x3007083eaa95497cd6b2b809fb97b6a30bdf53d3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.psyop-0x3007083eaa95497cd6b2b809fb97b6a30bdf53d3.png",ticker:"PSYOP"},{address:"0xd9a442856c234a39a81a089c06451ebaa4306a72",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.pufETH-0xd9a442856c234a39a81a089c06451ebaa4306a72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pufeth-0xd9a442856c234a39a81a089c06451ebaa4306a72.png",ticker:"pufETH"},{address:"0x4d1C297d39C5c1277964D0E3f8Aa901493664530",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PUFFER-0x4d1C297d39C5c1277964D0E3f8Aa901493664530",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.puffer-0x4d1c297d39c5c1277964d0e3f8aa901493664530.png",ticker:"PUFFER"},{address:"0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PUNDIX-0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pundix-0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38.png",ticker:"PUNDIX"},{address:"0x269616d549d7e8eaa82dfb17028d0b212d11232a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PUNK-0x269616d549d7e8eaa82dfb17028d0b212d11232a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.punk-0x269616d549d7e8eaa82dfb17028d0b212d11232a.png",ticker:"PUNK"},{address:"0xdf90124b8a10d52a5df27d3f61f94f44ade09f12",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PURPLE-0xdf90124b8a10d52a5df27d3f61f94f44ade09f12",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.purple-0xdf90124b8a10d52a5df27d3f61f94f44ade09f12.png",ticker:"PURPLE"},{address:"0x04c154b66cb340f3ae24111cc767e0184ed00cc6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.pxETH-0x04c154b66cb340f3ae24111cc767e0184ed00cc6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pxeth-0x04c154b66cb340f3ae24111cc767e0184ed00cc6.png",ticker:"pxETH"},{address:"0x430ef9263e76dae63c84292c3409d61c598e9682",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PYR-0x430ef9263e76dae63c84292c3409d61c598e9682",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pyr-0x430ef9263e76dae63c84292c3409d61c598e9682.png",ticker:"PYR"},{address:"0x9534ad65fb398e27ac8f4251dae1780b989d136e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.PYR-0x9534ad65fb398e27ac8f4251dae1780b989d136e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pyr-0x9534ad65fb398e27ac8f4251dae1780b989d136e.png",ticker:"PYR"},{address:"0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.PYUSD-0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.pyusd-0x6c3ea9036406852006290770bedfcaba0e23a0e8.png",ticker:"PYUSD"},{address:"0xaaa9214f675316182eaa21c85f0ca99160cc3aaa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.QANX-0xaaa9214f675316182eaa21c85f0ca99160cc3aaa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.qanx-0xaaa9214f675316182eaa21c85f0ca99160cc3aaa.png",ticker:"QANX"},{address:"0x3e6a1b21bd267677fa49be6425aebe2fc0f89bde",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.QBIO-0x3e6a1b21bd267677fa49be6425aebe2fc0f89bde",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.qbio-0x3e6a1b21bd267677fa49be6425aebe2fc0f89bde.png",ticker:"QBIO"},{address:"0x4a220E6096B25EADb88358cb44068A3248254675",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.QNT-0x4a220E6096B25EADb88358cb44068A3248254675",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.qnt-0x4a220e6096b25eadb88358cb44068a3248254675.png",ticker:"QNT"},{address:"0x4123a133ae3c521FD134D7b13A2dEC35b56c2463",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.QRDO-0x4123a133ae3c521FD134D7b13A2dEC35b56c2463",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.qrdo-0x4123a133ae3c521fd134d7b13a2dec35b56c2463.png",ticker:"QRDO"},{address:"0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.QSP-0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.qsp-0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d.png",ticker:"QSP"},{address:"0x1fc122fe8b6fa6b8598799baf687539b5d3b2783",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.QUEST-0x1fc122fe8b6fa6b8598799baf687539b5d3b2783",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.quest-0x1fc122fe8b6fa6b8598799baf687539b5d3b2783.png",ticker:"QUEST"},{address:"0x6c28AeF8977c9B773996d0e8376d2EE379446F2f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.QUICK-0x6c28AeF8977c9B773996d0e8376d2EE379446F2f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.quick-0x6c28aef8977c9b773996d0e8376d2ee379446f2f.png",ticker:"QUICK"},{address:"0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RAD-0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rad-0x31c8eacbffdd875c74b94b077895bd78cf1e64a3.png",ticker:"RAD"},{address:"0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RAI-0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rai-0x03ab458634910aad20ef5f1c8ee96f1d6ac54919.png",ticker:"RAI"},{address:"0xe76c6c83af64e4c60245d8c7de953df673a7a33d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RAIL-0xe76c6c83af64e4c60245d8c7de953df673a7a33d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rail-0xe76c6c83af64e4c60245d8c7de953df673a7a33d.png",ticker:"RAIL"},{address:"0xe3944ab788a60ca266f1eec3c26925b95f6370ad",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RAIN-0xe3944ab788a60ca266f1eec3c26925b95f6370ad",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rain-0xe3944ab788a60ca266f1eec3c26925b95f6370ad.png",ticker:"RAIN"},{address:"0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RAINI-0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.raini-0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed.png",ticker:"RAINI"},{address:"0xba5BDe662c17e2aDFF1075610382B9B691296350",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RARE-0xba5BDe662c17e2aDFF1075610382B9B691296350",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rare-0xba5bde662c17e2adff1075610382b9b691296350.png",ticker:"RARE"},{address:"0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RARI-0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rari-0xfca59cd816ab1ead66534d82bc21e7515ce441cf.png",ticker:"RARI"},{address:"0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RBC-0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rbc-0xa4eed63db85311e22df4473f87ccfc3dadcfa3e3.png",ticker:"RBC"},{address:"0x32f044da25218598d4238a4fc6826ac4ebb97e9e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RBE-0x32f044da25218598d4238a4fc6826ac4ebb97e9e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rbe-0x32f044da25218598d4238a4fc6826ac4ebb97e9e.png",ticker:"RBE"},{address:"0x6123B0049F904d730dB3C36a31167D9d4121fA6B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RBN-0x6123B0049F904d730dB3C36a31167D9d4121fA6B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rbn-0x6123b0049f904d730db3c36a31167d9d4121fa6b.png",ticker:"RBN"},{address:"0x3ba925fdeae6b46d0bb4d424d829982cb2f7309e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RBX-0x3ba925fdeae6b46d0bb4d424d829982cb2f7309e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rbx-0x3ba925fdeae6b46d0bb4d424d829982cb2f7309e.png",ticker:"RBX"},{address:"0x57b96d4af698605563a4653d882635da59bf11af",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RCH-0x57b96d4af698605563a4653d882635da59bf11af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rch-0x57b96d4af698605563a4653d882635da59bf11af.png",ticker:"RCH"},{address:"0xc43C6bfeDA065fE2c4c11765Bf838789bd0BB5dE",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RED-0xc43C6bfeDA065fE2c4c11765Bf838789bd0BB5dE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.red-0xc43c6bfeda065fe2c4c11765bf838789bd0bb5de.png",ticker:"RED"},{address:"0x967351153d738fd35d2b2f82109194a548e5cb8c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REEE-0x967351153d738fd35d2b2f82109194a548e5cb8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.reee-0x967351153d738fd35d2b2f82109194a548e5cb8c.png",ticker:"REEE"},{address:"0xfe3e6a25e6b192a42a44ecddcd13796471735acf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REEF-0xfe3e6a25e6b192a42a44ecddcd13796471735acf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.reef-0xfe3e6a25e6b192a42a44ecddcd13796471735acf.png",ticker:"REEF"},{address:"0xdd3b11ef34cd511a2da159034a05fcb94d806686",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REKT-0xdd3b11ef34cd511a2da159034a05fcb94d806686",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rekt-0xdd3b11ef34cd511a2da159034a05fcb94d806686.png",ticker:"REKT"},{address:"0x408e41876cCCDC0F92210600ef50372656052a38",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REN-0x408e41876cCCDC0F92210600ef50372656052a38",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ren-0x408e41876cccdc0f92210600ef50372656052a38.png",ticker:"REN"},{address:"0x1985365e9f78359a9B6AD760e32412f4a445E862",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REP-0x1985365e9f78359a9B6AD760e32412f4a445E862",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rep-0x1985365e9f78359a9b6ad760e32412f4a445e862.png",ticker:"REP"},{address:"0x221657776846890989a759BA2973e427DfF5C9bB",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REPv2-0x221657776846890989a759BA2973e427DfF5C9bB",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.repv2-0x221657776846890989a759ba2973e427dff5c9bb.png",ticker:"REPv2"},{address:"0x8f8221aFbB33998d8584A2B05749bA73c37a938a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REQ-0x8f8221aFbB33998d8584A2B05749bA73c37a938a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.req-0x8f8221afbb33998d8584a2b05749ba73c37a938a.png",ticker:"REQ"},{address:"0xae78736cd615f374d3085123a210448e74fc6393",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.rETH-0xae78736cd615f374d3085123a210448e74fc6393",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.reth-0xae78736cd615f374d3085123a210448e74fc6393.png",ticker:"rETH"},{address:"0x20bc832ca081b91433ff6c17f85701b6e92486c5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.rETH2-0x20bc832ca081b91433ff6c17f85701b6e92486c5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.reth2-0x20bc832ca081b91433ff6c17f85701b6e92486c5.png",ticker:"rETH2"},{address:"0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REVV-0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.revv-0x557b933a7c2c45672b610f8954a3deb39a51a8ca.png",ticker:"REVV"},{address:"0x3B50805453023a91a8bf641e279401a0b23FA6F9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.REZ-0x3B50805453023a91a8bf641e279401a0b23FA6F9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rez-0x3b50805453023a91a8bf641e279401a0b23fa6f9.png",ticker:"REZ"},{address:"0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RFD-0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rfd-0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1.png",ticker:"RFD"},{address:"0xD291E7a03283640FDc51b121aC401383A46cC623",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RGT-0xD291E7a03283640FDc51b121aC401383A46cC623",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rgt-0xd291e7a03283640fdc51b121ac401383a46cc623.png",ticker:"RGT"},{address:"0xf83ed9be1241e84e2fe8b6c9109e492103e5eb17",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RING-0xf83ed9be1241e84e2fe8b6c9109e492103e5eb17",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ring-0xf83ed9be1241e84e2fe8b6c9109e492103e5eb17.png",ticker:"RING"},{address:"0x94a8b4ee5cd64c79d0ee816f467ea73009f51aa0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RIO-0x94a8b4ee5cd64c79d0ee816f467ea73009f51aa0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rio-0x94a8b4ee5cd64c79d0ee816f467ea73009f51aa0.png",ticker:"RIO"},{address:"0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RIO-0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rio-0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097.png",ticker:"RIO"},{address:"0x60e254e35dd712394b3aba7a1d19114732e143dd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RIVUS-0x60e254e35dd712394b3aba7a1d19114732e143dd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rivus-0x60e254e35dd712394b3aba7a1d19114732e143dd.png",ticker:"RIVUS"},{address:"0xdbf0fac1499a931ed6e5f6122dbbcd3b80f66c7e",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.RKFL-0xdbf0fac1499a931ed6e5f6122dbbcd3b80f66c7e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rkfl-0xdbf0fac1499a931ed6e5f6122dbbcd3b80f66c7e.png",ticker:"RKFL"},{address:"0x046eee2cc3188071c02bfc1745a6b17c656e3f3d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RLB-0x046eee2cc3188071c02bfc1745a6b17c656e3f3d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rlb-0x046eee2cc3188071c02bfc1745a6b17c656e3f3d.png",ticker:"RLB"},{address:"0x607F4C5BB672230e8672085532f7e901544a7375",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.RLC-0x607F4C5BB672230e8672085532f7e901544a7375",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rlc-0x607f4c5bb672230e8672085532f7e901544a7375.png",ticker:"RLC"},{address:"0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RLUSD-0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rlusd-0x8292bb45bf1ee4d140127049757c2e0ff06317ed.png",ticker:"RLUSD"},{address:"0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RLY-0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rly-0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b.png",ticker:"RLY"},{address:"0x4fd67c2d9e8c4fdd9c66954bafe124ca50fc1819",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RMNER-0x4fd67c2d9e8c4fdd9c66954bafe124ca50fc1819",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rmner-0x4fd67c2d9e8c4fdd9c66954bafe124ca50fc1819.png",ticker:"RMNER"},{address:"0x1c7e83f8c581a967940dbfa7984744646ae46b29",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RND-0x1c7e83f8c581a967940dbfa7984744646ae46b29",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rnd-0x1c7e83f8c581a967940dbfa7984744646ae46b29.png",ticker:"RND"},{address:"0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RNDR-0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rndr-0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.png",ticker:"RNDR"},{address:"0x3b94440c8c4f69d5c9f47bab9c5a93064df460f5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RNG-0x3b94440c8c4f69d5c9f47bab9c5a93064df460f5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rng-0x3b94440c8c4f69d5c9f47bab9c5a93064df460f5.png",ticker:"RNG"},{address:"0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ROOK-0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rook-0xfa5047c9c78b8877af97bdcb85db743fd7313d4a.png",ticker:"ROOK"},{address:"0xc6c9448a86882d73164a984fa52285ab51c823bc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RPILL-0xc6c9448a86882d73164a984fa52285ab51c823bc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rpill-0xc6c9448a86882d73164a984fa52285ab51c823bc.png",ticker:"RPILL"},{address:"0xb4efd85c19999d84251304bda99e90b92300bd93",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RPL-0xb4efd85c19999d84251304bda99e90b92300bd93",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rpl-0xb4efd85c19999d84251304bda99e90b92300bd93.png",ticker:"RPL"},{address:"0xd33526068d116ce69f19a9ee46f0bd304f21a51f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RPL-0xd33526068d116ce69f19a9ee46f0bd304f21a51f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rpl-0xd33526068d116ce69f19a9ee46f0bd304f21a51f.png",ticker:"RPL"},{address:"0xd101dcc414f310268c37eeb4cd376ccfa507f571",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RSC-0xd101dcc414f310268c37eeb4cd376ccfa507f571",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rsc-0xd101dcc414f310268c37eeb4cd376ccfa507f571.png",ticker:"RSC"},{address:"0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.rsETH-0xa1290d69c65a6fe4df752f95823fae25cb99e5a7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rseth-0xa1290d69c65a6fe4df752f95823fae25cb99e5a7.png",ticker:"rsETH"},{address:"0x320623b8E4fF03373931769A31Fc52A4E78B5d70",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RSR-0x320623b8E4fF03373931769A31Fc52A4E78B5d70",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rsr-0x320623b8e4ff03373931769a31fc52a4e78b5d70.png",ticker:"RSR"},{address:"0x8762db106b2c2a0bccb3a80d1ed41273552616e8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RSR-0x8762db106b2c2a0bccb3a80d1ed41273552616e8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rsr-0x8762db106b2c2a0bccb3a80d1ed41273552616e8.png",ticker:"RSR"},{address:"0xc98d64da73a6616c42117b582e832812e7b8d57f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RSS3-0xc98d64da73a6616c42117b582e832812e7b8d57f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rss3-0xc98d64da73a6616c42117b582e832812e7b8d57f.png",ticker:"RSS3"},{address:"0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RSTK-0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rstk-0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71.png",ticker:"RSTK"},{address:"0xbe33f57f41a20b2f00dec91dcc1169597f36221f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RUG-0xbe33f57f41a20b2f00dec91dcc1169597f36221f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rug-0xbe33f57f41a20b2f00dec91dcc1169597f36221f.png",ticker:"RUG"},{address:"0x3155ba85d5f96b2d030a4966af206230e46849cb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RUNE-0x3155ba85d5f96b2d030a4966af206230e46849cb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rune-0x3155ba85d5f96b2d030a4966af206230e46849cb.png",ticker:"RUNE"},{address:"0x1036c90a7dea8a392901147870f74a40af812bb4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RUSD-0x1036c90a7dea8a392901147870f74a40af812bb4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rusd-0x1036c90a7dea8a392901147870f74a40af812bb4.png",ticker:"RUSD"},{address:"0x17ef75aa22dd5f6c2763b8304ab24f40ee54d48a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RVP-0x17ef75aa22dd5f6c2763b8304ab24f40ee54d48a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rvp-0x17ef75aa22dd5f6c2763b8304ab24f40ee54d48a.png",ticker:"RVP"},{address:"0x5daa087714cb169f605c673a00aef62a9a7236a6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.RWD-0x5daa087714cb169f605c673a00aef62a9a7236a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.rwd-0x5daa087714cb169f605c673a00aef62a9a7236a6.png",ticker:"RWD"},{address:"0x5aFE3855358E112B5647B952709E6165e1c1eEEe",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAFE-0x5aFE3855358E112B5647B952709E6165e1c1eEEe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.safe-0x5afe3855358e112b5647b952709e6165e1c1eeee.png",ticker:"SAFE"},{address:"0x927402ab67c0cda3c187e9dfe34554ac581441f2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAITABIT-0x927402ab67c0cda3c187e9dfe34554ac581441f2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.saitabit-0x927402ab67c0cda3c187e9dfe34554ac581441f2.png",ticker:"SAITABIT"},{address:"0xfa14fa6958401314851a17d6c5360ca29f74b57b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAITO-0xfa14fa6958401314851a17d6c5360ca29f74b57b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.saito-0xfa14fa6958401314851a17d6c5360ca29f74b57b.png",ticker:"SAITO"},{address:"0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAN-0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.san-0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098.png",ticker:"SAN"},{address:"0x3845badAde8e6dFF049820680d1F14bD3903a5d0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAND-0x3845badAde8e6dFF049820680d1F14bD3903a5d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sand-0x3845badade8e6dff049820680d1f14bd3903a5d0.png",ticker:"SAND"},{address:"0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SAVM-0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.savm-0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12.png",ticker:"SAVM"},{address:"0x30D20208d987713f46DFD34EF128Bb16C404D10f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SD-0x30D20208d987713f46DFD34EF128Bb16C404D10f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sd-0x30d20208d987713f46dfd34ef128bb16c404d10f.png",ticker:"SD"},{address:"0xc7555f6410e983c867748879b2f6d2b0b0e100fd",chain:"ETH",chainId:"1",decimals:5,identifier:"ETH.SDAX-0xc7555f6410e983c867748879b2f6d2b0b0e100fd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sdax-0xc7555f6410e983c867748879b2f6d2b0b0e100fd.png",ticker:"SDAX"},{address:"0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SDEX-0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sdex-0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef.png",ticker:"SDEX"},{address:"0xa95c5ebb86e0de73b4fb8c47a45b792cfea28c23",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SDL-0xa95c5ebb86e0de73b4fb8c47a45b792cfea28c23",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sdl-0xa95c5ebb86e0de73b4fb8c47a45b792cfea28c23.png",ticker:"SDL"},{address:"0x5eed99d066a8caf10f3e4327c1b3d8b673485eed",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SEED-0x5eed99d066a8caf10f3e4327c1b3d8b673485eed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.seed-0x5eed99d066a8caf10f3e4327c1b3d8b673485eed.png",ticker:"SEED"},{address:"0xbdf43ecadc5cef51b7d1772f722e40596bc1788b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SEI-0xbdf43ecadc5cef51b7d1772f722e40596bc1788b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sei-0xbdf43ecadc5cef51b7d1772f722e40596bc1788b.png",ticker:"SEI"},{address:"0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sENA-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sena-0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9.png",ticker:"sENA"},{address:"0xfe2e637202056d30016725477c5da089ab0a043a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sETH2-0xfe2e637202056d30016725477c5da089ab0a043a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.seth2-0xfe2e637202056d30016725477c5da089ab0a043a.png",ticker:"sETH2"},{address:"0x7636d8722fdf7cd34232a915e48e96aa3eb386bf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SFI-0x7636d8722fdf7cd34232a915e48e96aa3eb386bf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sfi-0x7636d8722fdf7cd34232a915e48e96aa3eb386bf.png",ticker:"SFI"},{address:"0xebb82c932759b515b2efc1cfbb6bf2f6dbace404",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHARES-0xebb82c932759b515b2efc1cfbb6bf2f6dbace404",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shares-0xebb82c932759b515b2efc1cfbb6bf2f6dbace404.png",ticker:"SHARES"},{address:"0x5de869e3e62b0fb2c15573246ba3bb3fd97a2275",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHEB-0x5de869e3e62b0fb2c15573246ba3bb3fd97a2275",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sheb-0x5de869e3e62b0fb2c15573246ba3bb3fd97a2275.png",ticker:"SHEB"},{address:"0x8881562783028f5c1bcb985d2283d5e170d88888",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHFL-0x8881562783028f5c1bcb985d2283d5e170d88888",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shfl-0x8881562783028f5c1bcb985d2283d5e170d88888.png",ticker:"SHFL"},{address:"0x243cacb4d5ff6814ad668c3e225246efa886ad5a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHI-0x243cacb4d5ff6814ad668c3e225246efa886ad5a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shi-0x243cacb4d5ff6814ad668c3e225246efa886ad5a.png",ticker:"SHI"},{address:"0x43d7e65b8ff49698d9550a7f315c87e67344fb59",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHIA-0x43d7e65b8ff49698d9550a7f315c87e67344fb59",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shia-0x43d7e65b8ff49698d9550a7f315c87e67344fb59.png",ticker:"SHIA"},{address:"0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shib-0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce.png",ticker:"SHIB"},{address:"0xa0335820dc549dbfae5b8d691331cadfca7026e0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHIBA2-0xa0335820dc549dbfae5b8d691331cadfca7026e0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shiba2-0xa0335820dc549dbfae5b8d691331cadfca7026e0.png",ticker:"SHIBA2"},{address:"0x4e4a47cac6a28a62dcc20990ed2cda9bc659469f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHIT-0x4e4a47cac6a28a62dcc20990ed2cda9bc659469f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shit-0x4e4a47cac6a28a62dcc20990ed2cda9bc659469f.png",ticker:"SHIT"},{address:"0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHPING-0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shping-0x7c84e62859d0715eb77d1b1c4154ecd6abb21bec.png",ticker:"SHPING"},{address:"0x3b991130eae3cca364406d718da22fa1c3e7c256",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SHRUB-0x3b991130eae3cca364406d718da22fa1c3e7c256",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shrub-0x3b991130eae3cca364406d718da22fa1c3e7c256.png",ticker:"SHRUB"},{address:"0xee7527841a932d2912224e20a405e1a1ff747084",chain:"ETH",chainId:"1",decimals:7,identifier:"ETH.SHX-0xee7527841a932d2912224e20a405e1a1ff747084",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.shx-0xee7527841a932d2912224e20a405e1a1ff747084.png",ticker:"SHX"},{address:"0x29127fe04ffa4c32acac0ffe17280abd74eac313",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sifu-0x29127fe04ffa4c32acac0ffe17280abd74eac313",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sifu-0x29127fe04ffa4c32acac0ffe17280abd74eac313.png",ticker:"sifu"},{address:"0x8dd09822e83313adca54c75696ae80c5429697ff",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Sifu-0x8dd09822e83313adca54c75696ae80c5429697ff",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sifu-0x8dd09822e83313adca54c75696ae80c5429697ff.png",ticker:"Sifu"},{address:"0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Silo-0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.silo-0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8.png",ticker:"Silo"},{address:"0x398aea1c9ceb7de800284bb399a15e0efe5a9ec2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sILV-0x398aea1c9ceb7de800284bb399a15e0efe5a9ec2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.silv-0x398aea1c9ceb7de800284bb399a15e0efe5a9ec2.png",ticker:"sILV"},{address:"0x7e77dcb127f99ece88230a64db8d595f31f1b068",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sILV2-0x7e77dcb127f99ece88230a64db8d595f31f1b068",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.silv2-0x7e77dcb127f99ece88230a64db8d595f31f1b068.png",ticker:"sILV2"},{address:"0x9f52c8ecbee10e00d9faaac5ee9ba0ff6550f511",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SIPHER-0x9f52c8ecbee10e00d9faaac5ee9ba0ff6550f511",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sipher-0x9f52c8ecbee10e00d9faaac5ee9ba0ff6550f511.png",ticker:"SIPHER"},{address:"0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SKL-0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.skl-0x00c83aecc790e8a4453e5dd3b0b4b3680501a7a7.png",ticker:"SKL"},{address:"0x56072C95FAA701256059aa122697B133aDEd9279",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SKY-0x56072C95FAA701256059aa122697B133aDEd9279",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sky-0x56072c95faa701256059aa122697b133aded9279.png",ticker:"SKY"},{address:"0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",chain:"ETH",chainId:"1",decimals:0,identifier:"ETH.SLP-0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.slp-0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25.png",ticker:"SLP"},{address:"0xb17548c7b510427baac4e267bea62e800b247173",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SMT-0xb17548c7b510427baac4e267bea62e800b247173",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.smt-0xb17548c7b510427baac4e267bea62e800b247173.png",ticker:"SMT"},{address:"0x772358ef6ed3e18bde1263f7d229601c5fa81875",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SNPAD-0x772358ef6ed3e18bde1263f7d229601c5fa81875",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.snpad-0x772358ef6ed3e18bde1263f7d229601c5fa81875.png",ticker:"SNPAD"},{address:"0x82a605d6d9114f4ad6d5ee461027477eeed31e34",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SNSY-0x82a605d6d9114f4ad6d5ee461027477eeed31e34",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.snsy-0x82a605d6d9114f4ad6d5ee461027477eeed31e34.png",ticker:"SNSY"},{address:"0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SNT-0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.snt-0x744d70fdbe2ba4cf95131626614a1763df805b9e.png",ticker:"SNT"},{address:"0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SNX-0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png",ticker:"SNX"},{address:"0x23B608675a2B2fB1890d3ABBd85c5775c51691d5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SOCKS-0x23B608675a2B2fB1890d3ABBd85c5775c51691d5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.socks-0x23b608675a2b2fb1890d3abbd85c5775c51691d5.png",ticker:"SOCKS"},{address:"0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.sOHM-0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sohm-0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f.png",ticker:"sOHM"},{address:"0xD31a59c85aE9D8edEFeC411D448f90841571b89c",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.SOL-0xD31a59c85aE9D8edEFeC411D448f90841571b89c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sol-0xd31a59c85ae9d8edefec411d448f90841571b89c.png",ticker:"SOL"},{address:"0x7a56e1c57c7475ccf742a1832b028f0456652f97",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SolvBTC-0x7a56e1c57c7475ccf742a1832b028f0456652f97",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.solvbtc-0x7a56e1c57c7475ccf742a1832b028f0456652f97.png",ticker:"SolvBTC"},{address:"0xd9d920aa40f578ab794426f5c90f6c731d159def",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SolvBTC.BBN-0xd9d920aa40f578ab794426f5c90f6c731d159def",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.solvbtc.bbn-0xd9d920aa40f578ab794426f5c90f6c731d159def.png",ticker:"SolvBTC.BBN"},{address:"0xb8a87405d9a4f2f866319b77004e88dff66c0d92",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SORA-0xb8a87405d9a4f2f866319b77004e88dff66c0d92",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sora-0xb8a87405d9a4f2f866319b77004e88dff66c0d92.png",ticker:"SORA"},{address:"0x3b484b82567a09e2588a13d54d032153f0c0aee0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SOS-0x3b484b82567a09e2588a13d54d032153f0c0aee0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sos-0x3b484b82567a09e2588a13d54d032153f0c0aee0.png",ticker:"SOS"},{address:"0x2c5bc2ba3614fd27fcc7022ea71d9172e2632c16",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SOV-0x2c5bc2ba3614fd27fcc7022ea71d9172e2632c16",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sov-0x2c5bc2ba3614fd27fcc7022ea71d9172e2632c16.png",ticker:"SOV"},{address:"0xadf7c35560035944e805d98ff17d58cde2449389",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SPEC-0xadf7c35560035944e805d98ff17d58cde2449389",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.spec-0xadf7c35560035944e805d98ff17d58cde2449389.png",ticker:"SPEC"},{address:"0x090185f2135308BaD17527004364eBcC2D37e5F6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SPELL-0x090185f2135308BaD17527004364eBcC2D37e5F6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.spell-0x090185f2135308bad17527004364ebcc2d37e5f6.png",ticker:"SPELL"},{address:"0x25722cd432d02895d9be45f5deb60fc479c8781e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SPONGE-0x25722cd432d02895d9be45f5deb60fc479c8781e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sponge-0x25722cd432d02895d9be45f5deb60fc479c8781e.png",ticker:"SPONGE"},{address:"0xc1f33e0cf7e40a67375007104b929e49a581bafe",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.SPOT-0xc1f33e0cf7e40a67375007104b929e49a581bafe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.spot-0xc1f33e0cf7e40a67375007104b929e49a581bafe.png",ticker:"SPOT"},{address:"0x00813e3421e1367353bfe7615c7f7f133c89df74",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SPS-0x00813e3421e1367353bfe7615c7f7f133c89df74",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sps-0x00813e3421e1367353bfe7615c7f7f133c89df74.png",ticker:"SPS"},{address:"0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.SPX-0xE0f63A424a4439cBE457D80E4f4b51aD25b2c56C",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.spx-0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c.png",ticker:"SPX"},{address:"0x09395a2a58db45db0da254c7eaa5ac469d8bdc85",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SQT-0x09395a2a58db45db0da254c7eaa5ac469d8bdc85",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sqt-0x09395a2a58db45db0da254c7eaa5ac469d8bdc85.png",ticker:"SQT"},{address:"0x9d65ff81a3c488d585bbfb0bfe3c7707c7917f54",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SSV-0x9d65ff81a3c488d585bbfb0bfe3c7707c7917f54",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ssv-0x9d65ff81a3c488d585bbfb0bfe3c7707c7917f54.png",ticker:"SSV"},{address:"0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.stBTC-0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stbtc-0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3.png",ticker:"stBTC"},{address:"0xae7ab96520de3a18e5e111b5eaab095312d7fe84",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.stETH-0xae7ab96520de3a18e5e111b5eaab095312d7fe84",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.steth-0xae7ab96520de3a18e5e111b5eaab095312d7fe84.png",ticker:"stETH"},{address:"0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STG-0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stg-0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6.png",ticker:"STG"},{address:"0x4da27a545c0c5b758a6ba100e3a049001de870f5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.stkAAVE-0x4da27a545c0c5b758a6ba100e3a049001de870f5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stkaave-0x4da27a545c0c5b758a6ba100e3a049001de870f5.png",ticker:"stkAAVE"},{address:"0x7122985656e38bdc0302db86685bb972b145bd3c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STONE-0x7122985656e38bdc0302db86685bb972b145bd3c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stone-0x7122985656e38bdc0302db86685bb972b145bd3c.png",ticker:"STONE"},{address:"0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.STORJ-0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.storj-0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac.png",ticker:"STORJ"},{address:"0x08c32b0726c5684024ea6e141c50ade9690bbdcc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STOS-0x08c32b0726c5684024ea6e141c50ade9690bbdcc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stos-0x08c32b0726c5684024ea6e141c50ade9690bbdcc.png",ticker:"STOS"},{address:"0xaeb3607ec434454ceb308f5cd540875efb54309a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STRDY-0xaeb3607ec434454ceb308f5cd540875efb54309a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.strdy-0xaeb3607ec434454ceb308f5cd540875efb54309a.png",ticker:"STRDY"},{address:"0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STRK-0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.strk-0xca14007eff0db1f8135f4c25b34de49ab0d42766.png",ticker:"STRK"},{address:"0x990f341946a3fdb507ae7e52d17851b87168017c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STRONG-0x990f341946a3fdb507ae7e52d17851b87168017c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.strong-0x990f341946a3fdb507ae7e52d17851b87168017c.png",ticker:"STRONG"},{address:"0xb60acd2057067dc9ed8c083f5aa227a244044fd6",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.stTAO-0xb60acd2057067dc9ed8c083f5aa227a244044fd6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sttao-0xb60acd2057067dc9ed8c083f5aa227a244044fd6.png",ticker:"stTAO"},{address:"0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.STX-0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.stx-0x006bea43baa3f7a6f765f14f10a1a1b08334ef45.png",ticker:"STX"},{address:"0x3446dd70b2d52a6bf4a5a192d9b0a161295ab7f9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SUDO-0x3446dd70b2d52a6bf4a5a192d9b0a161295ab7f9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sudo-0x3446dd70b2d52a6bf4a5a192d9b0a161295ab7f9.png",ticker:"SUDO"},{address:"0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SUKU-0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.suku-0x0763fdccf1ae541a5961815c0872a8c5bc6de4d7.png",ticker:"SUKU"},{address:"0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SUPER-0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.super-0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55.png",ticker:"SUPER"},{address:"0xcb86c6a22cb56b6cf40cafedb06ba0df188a416e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SURE-0xcb86c6a22cb56b6cf40cafedb06ba0df188a416e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sure-0xcb86c6a22cb56b6cf40cafedb06ba0df188a416e.png",ticker:"SURE"},{address:"0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sUSD-0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.susd-0x57ab1ec28d129707052df4df418d58a2d46d5f51.png",ticker:"sUSD"},{address:"0x9d39a5de30e57443bff2a8307a4256c8797a3497",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sUSDe-0x9d39a5de30e57443bff2a8307a4256c8797a3497",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.susde-0x9d39a5de30e57443bff2a8307a4256c8797a3497.png",ticker:"sUSDe"},{address:"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sUSDS-0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.susds-0xa3931d71877c0e7a3148cb7eb4463524fec27fbd.png",ticker:"sUSDS"},{address:"0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SUSHI-0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sushi-0x6b3595068778dd592e39a122f4f5a5cf09c90fe2.png",ticker:"SUSHI"},{address:"0xe24a3dc889621612422a64e6388927901608b91d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.sUSN-0xe24a3dc889621612422a64e6388927901608b91d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.susn-0xe24a3dc889621612422a64e6388927901608b91d.png",ticker:"sUSN"},{address:"0xcc4304a31d09258b0029ea7fe63d032f52e44efe",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SWAP-0xcc4304a31d09258b0029ea7fe63d032f52e44efe",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.swap-0xcc4304a31d09258b0029ea7fe63d032f52e44efe.png",ticker:"SWAP"},{address:"0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SWEAT-0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sweat-0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35.png",ticker:"SWEAT"},{address:"0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SWELL-0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.swell-0x0a6e7ba5042b38349e437ec6db6214aec7b35676.png",ticker:"SWELL"},{address:"0xf951e335afb289353dc249e82926178eac7ded78",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.swETH-0xf951e335afb289353dc249e82926178eac7ded78",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sweth-0xf951e335afb289353dc249e82926178eac7ded78.png",ticker:"swETH"},{address:"0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.SWFTC-0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.swftc-0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e.png",ticker:"SWFTC"},{address:"0x48c3399719b582dd63eb5aadf12a40b4c3f52fa2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SWISE-0x48c3399719b582dd63eb5aadf12a40b4c3f52fa2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.swise-0x48c3399719b582dd63eb5aadf12a40b4c3f52fa2.png",ticker:"SWISE"},{address:"0xbe9f61555f50dd6167f2772e9cf7519790d96624",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SX-0xbe9f61555f50dd6167f2772e9cf7519790d96624",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sx-0xbe9f61555f50dd6167f2772e9cf7519790d96624.png",ticker:"SX"},{address:"0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SXP-0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sxp-0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9.png",ticker:"SXP"},{address:"0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SYLO-0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.sylo-0xf293d23bf2cdc05411ca0eddd588eb1977e8dcd4.png",ticker:"SYLO"},{address:"0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SYN-0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.syn-0x0f2d719407fdbeff09d87557abb7232601fd9f29.png",ticker:"SYN"},{address:"0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.SYRUP-0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.syrup-0x643c4e15d7d62ad0abec4a9bd4b001aa3ef52d66.png",ticker:"SYRUP"},{address:"0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.syrupUSDC-0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.syrupusdc-0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b.png",ticker:"syrupUSDC"},{address:"0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.T-0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.t-0xcdf7028ceab81fa0c6971208e83fa7872994bee5.png",ticker:"T"},{address:"0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TAIKO-0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.taiko-0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800.png",ticker:"TAIKO"},{address:"0x12b6893ce26ea6341919fe289212ef77e51688c8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TAMA-0x12b6893ce26ea6341919fe289212ef77e51688c8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tama-0x12b6893ce26ea6341919fe289212ef77e51688c8.png",ticker:"TAMA"},{address:"0x2f42b7d686ca3effc69778b6ed8493a7787b4d6e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TARA-0x2f42b7d686ca3effc69778b6ed8493a7787b4d6e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tara-0x2f42b7d686ca3effc69778b6ed8493a7787b4d6e.png",ticker:"TARA"},{address:"0x95ccffae3eb8767d4a941ec43280961dde89f4de",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TBANK-0x95ccffae3eb8767d4a941ec43280961dde89f4de",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tbank-0x95ccffae3eb8767d4a941ec43280961dde89f4de.png",ticker:"TBANK"},{address:"0x18084fbA666a33d37592fA2633fD49a74DD93a88",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tbtc-0x18084fba666a33d37592fa2633fd49a74dd93a88.png",ticker:"tBTC"},{address:"0x467bccd9d29f223bce8043b84e8c8b282827790f",chain:"ETH",chainId:"1",decimals:2,identifier:"ETH.TEL-0x467bccd9d29f223bce8043b84e8c8b282827790f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tel-0x467bccd9d29f223bce8043b84e8c8b282827790f.png",ticker:"TEL"},{address:"0xa36fdbbae3c9d55a1d67ee5821d53b50b63a1ab9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TEMP-0xa36fdbbae3c9d55a1d67ee5821d53b50b63a1ab9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.temp-0xa36fdbbae3c9d55a1d67ee5821d53b50b63a1ab9.png",ticker:"TEMP"},{address:"0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TEMPLE-0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.temple-0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7.png",ticker:"TEMPLE"},{address:"0xC3d21f79C3120A4fFda7A535f8005a7c297799bF",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TERM-0xC3d21f79C3120A4fFda7A535f8005a7c297799bF",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.term-0xc3d21f79c3120a4ffda7a535f8005a7c297799bf.png",ticker:"TERM"},{address:"0x0cba60ca5ef4d42f92a5070a8fedd13be93e2861",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.THE-0x0cba60ca5ef4d42f92a5070a8fedd13be93e2861",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.the-0x0cba60ca5ef4d42f92a5070a8fedd13be93e2861.png",ticker:"THE"},{address:"0x485d17A6f1B8780392d53D64751824253011A260",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.TIME-0x485d17A6f1B8780392d53D64751824253011A260",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.time-0x485d17a6f1b8780392d53d64751824253011a260.png",ticker:"TIME"},{address:"0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TINC-0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tinc-0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a.png",ticker:"TINC"},{address:"0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TITANX-0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.titanx-0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1.png",ticker:"TITANX"},{address:"0x24e89bdf2f65326b94e36978a7edeac63623dafa",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TKING-0x24e89bdf2f65326b94e36978a7edeac63623dafa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tking-0x24e89bdf2f65326b94e36978a7edeac63623dafa.png",ticker:"TKING"},{address:"0x7cdbfc86a0bfa20f133748b0cf5cea5b787b182c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TKST-0x7cdbfc86a0bfa20f133748b0cf5cea5b787b182c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tkst-0x7cdbfc86a0bfa20f133748b0cf5cea5b787b182c.png",ticker:"TKST"},{address:"0x667102bd3413bfeaa3dffb48fa8288819e480a88",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.TKX-0x667102bd3413bfeaa3dffb48fa8288819e480a88",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tkx-0x667102bd3413bfeaa3dffb48fa8288819e480a88.png",ticker:"TKX"},{address:"0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",chain:"ETH",chainId:"1",decimals:4,identifier:"ETH.TLM-0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tlm-0x888888848b652b3e3a0f34c96e00eec0f3a23f72.png",ticker:"TLM"},{address:"0x193f4a4a6ea24102f49b931deeeb931f6e32405d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TLOS-0x193f4a4a6ea24102f49b931deeeb931f6e32405d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tlos-0x193f4a4a6ea24102f49b931deeeb931f6e32405d.png",ticker:"TLOS"},{address:"0x7825e833d495f3d1c28872415a4aee339d26ac88",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TLOS-0x7825e833d495f3d1c28872415a4aee339d26ac88",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tlos-0x7825e833d495f3d1c28872415a4aee339d26ac88.png",ticker:"TLOS"},{address:"0x2e9d63788249371f1DFC918a52f8d799F4a38C94",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TOKE-0x2e9d63788249371f1DFC918a52f8d799F4a38C94",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.toke-0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png",ticker:"TOKE"},{address:"0x4507cEf57C46789eF8d1a19EA45f4216bae2B528",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.TOKEN-0x4507cEf57C46789eF8d1a19EA45f4216bae2B528",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.token-0x4507cef57c46789ef8d1a19ea45f4216bae2b528.png",ticker:"TOKEN"},{address:"0x582d872a1b094fc48f5de31d3b73f2d9be47def1",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.TONCOIN-0x582d872a1b094fc48f5de31d3b73f2d9be47def1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.toncoin-0x582d872a1b094fc48f5de31d3b73f2d9be47def1.png",ticker:"TONCOIN"},{address:"0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TONE-0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tone-0x2ab6bb8408ca3199b8fa6c92d5b455f820af03c4.png",ticker:"TONE"},{address:"0xcfa0885131f602d11d4da248d2c65a62063567a9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TORG-0xcfa0885131f602d11d4da248d2c65a62063567a9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.torg-0xcfa0885131f602d11d4da248d2c65a62063567a9.png",ticker:"TORG"},{address:"0x77777feddddffc19ff86db637967013e6c6a116c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TORN-0x77777feddddffc19ff86db637967013e6c6a116c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.torn-0x77777feddddffc19ff86db637967013e6c6a116c.png",ticker:"TORN"},{address:"0x409c4d8cd5d2924b9bc5509230d16a61289c8153",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TOS-0x409c4d8cd5d2924b9bc5509230d16a61289c8153",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tos-0x409c4d8cd5d2924b9bc5509230d16a61289c8153.png",ticker:"TOS"},{address:"0x3dd98c8a089dbcff7e8fc8d4f532bd493501ab7f",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.TOWN-0x3dd98c8a089dbcff7e8fc8d4f532bd493501ab7f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.town-0x3dd98c8a089dbcff7e8fc8d4f532bd493501ab7f.png",ticker:"TOWN"},{address:"0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRAC-0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trac-0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f.png",ticker:"TRAC"},{address:"0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRADE-0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trade-0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1.png",ticker:"TRADE"},{address:"0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRB-0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trb-0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0.png",ticker:"TRB"},{address:"0xba25b2281214300e4e649fead9a6d6acd25f1c0a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TREE-0xba25b2281214300e4e649fead9a6d6acd25f1c0a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tree-0xba25b2281214300e4e649fead9a6d6acd25f1c0a.png",ticker:"TREE"},{address:"0x93eeb426782bd88fcd4b48d7b0368cf061044928",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRG-0x93eeb426782bd88fcd4b48d7b0368cf061044928",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trg-0x93eeb426782bd88fcd4b48d7b0368cf061044928.png",ticker:"TRG"},{address:"0x3a856d4effa670c54585a5d523e96513e148e95d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRIAS-0x3a856d4effa670c54585a5d523e96513e148e95d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trias-0x3a856d4effa670c54585a5d523e96513e148e95d.png",ticker:"TRIAS"},{address:"0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRIBE-0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tribe-0xc7283b66eb1eb5fb86327f08e1b5816b0720212b.png",ticker:"TRIBE"},{address:"0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TROLL-0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.troll-0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a.png",ticker:"TROLL"},{address:"0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.TRU-0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tru-0x4c19596f5aaff459fa38b0f7ed92f11ae6543784.png",ticker:"TRU"},{address:"0xdae0fafd65385e7775cf75b1398735155ef6acd2",chain:"ETH",chainId:"1",decimals:10,identifier:"ETH.TRU-0xdae0fafd65385e7775cf75b1398735155ef6acd2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tru-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png",ticker:"TRU"},{address:"0xf65b5c5104c4fafd4b709d9d60a185eae063276c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRU-0xf65b5c5104c4fafd4b709d9d60a185eae063276c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tru-0xf65b5c5104c4fafd4b709d9d60a185eae063276c.png",ticker:"TRU"},{address:"0x243c9be13faba09f945ccc565547293337da0ad7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRUF-0x243c9be13faba09f945ccc565547293337da0ad7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.truf-0x243c9be13faba09f945ccc565547293337da0ad7.png",ticker:"TRUF"},{address:"0x38c2a4a7330b22788374b8ff70bba513c8d848ca",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TRUF-0x38c2a4a7330b22788374b8ff70bba513c8d848ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.truf-0x38c2a4a7330b22788374b8ff70bba513c8d848ca.png",ticker:"TRUF"},{address:"0x50327c6c5a14dcade707abad2e27eb517df87ab5",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.TRX-0x50327c6c5a14dcade707abad2e27eb517df87ab5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.trx-0x50327c6c5a14dcade707abad2e27eb517df87ab5.png",ticker:"TRX"},{address:"0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.TSUKA-0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tsuka-0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed.png",ticker:"TSUKA"},{address:"0xe4887cf30ff3edb843369f2161fcb7e064ff28f0",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.tTAO-0xe4887cf30ff3edb843369f2161fcb7e064ff28f0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ttao-0xe4887cf30ff3edb843369f2161fcb7e064ff28f0.png",ticker:"tTAO"},{address:"0xA35923162C49cF95e6BF26623385eb431ad920D3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TURBO-0xA35923162C49cF95e6BF26623385eb431ad920D3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.turbo-0xa35923162c49cf95e6bf26623385eb431ad920d3.png",ticker:"TURBO"},{address:"0x0800394f6e23dd539929c8b77a3d45c96f76aefc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TURT-0x0800394f6e23dd539929c8b77a3d45c96f76aefc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.turt-0x0800394f6e23dd539929c8b77a3d45c96f76aefc.png",ticker:"TURT"},{address:"0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.TVK-0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.tvk-0xd084b83c305dafd76ae3e1b4e1f1fe2ecccb3988.png",ticker:"TVK"},{address:"0x558e7139800f8bc119f68d23a6126fffd43a66a6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.U2U-0x558e7139800f8bc119f68d23a6126fffd43a66a6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.u2u-0x558e7139800f8bc119f68d23a6126fffd43a66a6.png",ticker:"U2U"},{address:"0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.UBT-0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ubt-0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e.png",ticker:"UBT"},{address:"0x00000000e88649dd6aab90088ca25d772d4607d0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UDW-0x00000000e88649dd6aab90088ca25d772d4607d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.udw-0x00000000e88649dd6aab90088ca25d772d4607d0.png",ticker:"UDW"},{address:"0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UFO-0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ufo-0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b.png",ticker:"UFO"},{address:"0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UMA-0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.uma-0x04fa0d235c4abf4bcf4787af4cf447de572ef828.png",ticker:"UMA"},{address:"0xadb2437e6f65682b85f814fbc12fec0508a7b1d0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UNCX-0xadb2437e6f65682b85f814fbc12fec0508a7b1d0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.uncx-0xadb2437e6f65682b85f814fbc12fec0508a7b1d0.png",ticker:"UNCX"},{address:"0x441761326490cACF7aF299725B6292597EE822c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UNFI-0x441761326490cACF7aF299725B6292597EE822c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.unfi-0x441761326490cacf7af299725b6292597ee822c2.png",ticker:"UNFI"},{address:"0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UNI-0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png",ticker:"UNI"},{address:"0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.uniBTC-0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.unibtc-0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568.png",ticker:"uniBTC"},{address:"0x95b3497bbcccc46a8f45f5cf54b0878b39f8d96c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UNIDX-0x95b3497bbcccc46a8f45f5cf54b0878b39f8d96c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.unidx-0x95b3497bbcccc46a8f45f5cf54b0878b39f8d96c.png",ticker:"UNIDX"},{address:"0xa80f2c8f61c56546001f5fc2eb8d6e4e72c45d4c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UNQT-0xa80f2c8f61c56546001f5fc2eb8d6e4e72c45d4c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.unqt-0xa80f2c8f61c56546001f5fc2eb8d6e4e72c45d4c.png",ticker:"UNQT"},{address:"0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",chain:"ETH",chainId:"1",decimals:4,identifier:"ETH.UOS-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.uos-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c.png",ticker:"UOS"},{address:"0x70D2b7C19352bB76e4409858FF5746e500f2B67c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UPI-0x70D2b7C19352bB76e4409858FF5746e500f2B67c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.upi-0x70d2b7c19352bb76e4409858ff5746e500f2b67c.png",ticker:"UPI"},{address:"0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USD0-0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0-0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5.png",ticker:"USD0"},{address:"0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USD0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usd0++-0x35d8949372d46b7a3d5a56006ae77b215fc69bc0.png",ticker:"USD0++"},{address:"0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USD1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usd1-0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d.png",ticker:"USD1"},{address:"0x0000206329b97db379d5e1bf586bbdb969c63274",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDA-0x0000206329b97db379d5e1bf586bbdb969c63274",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usda-0x0000206329b97db379d5e1bf586bbdb969c63274.png",ticker:"USDA"},{address:"0x8a60e489004ca22d775c5f2c657598278d17d9c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDa-0x8a60e489004ca22d775c5f2c657598278d17d9c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usda-0x8a60e489004ca22d775c5f2c657598278d17d9c2.png",ticker:"USDa"},{address:"0x9abc68b33961268a3ea4116214d7039226de01e1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDC-0x9abc68b33961268a3ea4116214d7039226de01e1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0x9abc68b33961268a3ea4116214d7039226de01e1.png",ticker:"USDC"},{address:"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",ticker:"USDC"},{address:"0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDD-0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdd-0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6.png",ticker:"USDD"},{address:"0x4c9edd5852cd905f086c759e8383e09bff1e68b3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDe-0x4c9edd5852cd905f086c759e8383e09bff1e68b3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usde-0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png",ticker:"USDe"},{address:"0xfa2b947eec368f42195f24f36d2af29f7c24cec2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDf-0xfa2b947eec368f42195f24f36d2af29f7c24cec2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdf-0xfa2b947eec368f42195f24f36d2af29f7c24cec2.png",ticker:"USDf"},{address:"0xe343167631d89B6Ffc58B88d6b7fB0228795491D",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDG-0xe343167631d89B6Ffc58B88d6b7fB0228795491D",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdg-0xe343167631d89b6ffc58b88d6b7fb0228795491d.png",ticker:"USDG"},{address:"0xd79021d7e9358f2e5eec291774a2e22ea904a87b",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDH-0xd79021d7e9358f2e5eec291774a2e22ea904a87b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdh-0xd79021d7e9358f2e5eec291774a2e22ea904a87b.png",ticker:"USDH"},{address:"0xbbaec992fc2d637151daf40451f160bf85f3c8c1",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDM-0xbbaec992fc2d637151daf40451f160bf85f3c8c1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdm-0xbbaec992fc2d637151daf40451f160bf85f3c8c1.png",ticker:"USDM"},{address:"0x8E870D67F660D95d5be530380D0eC0bd388289E1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDP-0x8E870D67F660D95d5be530380D0eC0bd388289E1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdp-0x8e870d67f660d95d5be530380d0ec0bd388289e1.png",ticker:"USDP"},{address:"0xc83e27f270cce0A3A3A29521173a83F402c1768b",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDQ-0xc83e27f270cce0A3A3A29521173a83F402c1768b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdq-0xc83e27f270cce0a3a3a29521173a83f402c1768b.png",ticker:"USDQ"},{address:"0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDR-0x7B43E3875440B44613DC3bC08E7763e6Da63C8f8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdr-0x7b43e3875440b44613dc3bc08e7763e6da63c8f8.png",ticker:"USDR"},{address:"0xdC035D45d973E3EC169d2276DDab16f1e407384F",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDS-0xdC035D45d973E3EC169d2276DDab16f1e407384F",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usds-0xdc035d45d973e3ec169d2276ddab16f1e407384f.png",ticker:"USDS"},{address:"0xdAC17F958D2ee523a2206206994597C13D831ec7",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",ticker:"USDT"},{address:"0xddf73eacb2218377fc38679ad14dfce51b651dd1",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USDx-0xddf73eacb2218377fc38679ad14dfce51b651dd1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usdx-0xddf73eacb2218377fc38679ad14dfce51b651dd1.png",ticker:"USDx"},{address:"0xda67b4284609d2d48e5d10cfac411572727dc1ed",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USN-0xda67b4284609d2d48e5d10cfac411572727dc1ed",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usn-0xda67b4284609d2d48e5d10cfac411572727dc1ed.png",ticker:"USN"},{address:"0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USR-0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usr-0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110.png",ticker:"USR"},{address:"0xa47c8bf37f92abed4a126bda807a7b7498661acd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UST-0xa47c8bf37f92abed4a126bda807a7b7498661acd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ust-0xa47c8bf37f92abed4a126bda807a7b7498661acd.png",ticker:"UST"},{address:"0xa693b19d2931d498c5b318df961919bb4aee87a5",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.UST-0xa693b19d2931d498c5b318df961919bb4aee87a5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ust-0xa693b19d2931d498c5b318df961919bb4aee87a5.png",ticker:"UST"},{address:"0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USUAL-0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usual-0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e.png",ticker:"USUAL"},{address:"0x06b964d96f5dcf7eae9d7c559b09edce244d4b8e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.USUALX-0x06b964d96f5dcf7eae9d7c559b09edce244d4b8e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.usualx-0x06b964d96f5dcf7eae9d7c559b09edce244d4b8e.png",ticker:"USUALX"},{address:"0x55c08ca52497e2f1534b59e2917bf524d4765257",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.UwU-0x55c08ca52497e2f1534b59e2917bf524d4765257",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.uwu-0x55c08ca52497e2f1534b59e2917bf524d4765257.png",ticker:"UwU"},{address:"0x2602278ee1882889b946eb11dc0e810075650983",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VADER-0x2602278ee1882889b946eb11dc0e810075650983",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vader-0x2602278ee1882889b946eb11dc0e810075650983.png",ticker:"VADER"},{address:"0x7ff7fa94b8b66ef313f7970d4eebd2cb3103a2c0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VANA-0x7ff7fa94b8b66ef313f7970d4eebd2cb3103a2c0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vana-0x7ff7fa94b8b66ef313f7970d4eebd2cb3103a2c0.png",ticker:"VANA"},{address:"0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VANRY-0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vanry-0x8de5b80a0c1b02fe4976851d030b36122dbb8624.png",ticker:"VANRY"},{address:"0xbad6c59d72d44512616f25b3d160c79db5a69ddf",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VATAN-0xbad6c59d72d44512616f25b3d160c79db5a69ddf",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vatan-0xbad6c59d72d44512616f25b3d160c79db5a69ddf.png",ticker:"VATAN"},{address:"0x340d2bde5eb28c1eed91b2f790723e3b160613b7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VEE-0x340d2bde5eb28c1eed91b2f790723e3b160613b7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vee-0x340d2bde5eb28c1eed91b2f790723e3b160613b7.png",ticker:"VEE"},{address:"0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.VGX-0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vgx-0x3c4b6e6e1ea3d4863700d7f76b36b7f3d3f13e3d.png",ticker:"VGX"},{address:"0x44ff8620b8ca30902395a7bd3f2407e1a091bf73",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VIRTUAL-0x44ff8620b8ca30902395a7bd3f2407e1a091bf73",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.virtual-0x44ff8620b8ca30902395a7bd3f2407e1a091bf73.png",ticker:"VIRTUAL"},{address:"0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VITA-0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vita-0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321.png",ticker:"VITA"},{address:"0x6034e0d6999741f07cb6fb1162cbaa46a1d33d36",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VITA-FAST-0x6034e0d6999741f07cb6fb1162cbaa46a1d33d36",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vita-fast-0x6034e0d6999741f07cb6fb1162cbaa46a1d33d36.png",ticker:"VITA-FAST"},{address:"0x7b66e84be78772a3afaf5ba8c1993a1b5d05f9c2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VITARNA-0x7b66e84be78772a3afaf5ba8c1993a1b5d05f9c2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vitarna-0x7b66e84be78772a3afaf5ba8c1993a1b5d05f9c2.png",ticker:"VITARNA"},{address:"0xb48eb8368c9c6e9b0734de1ef4ceb9f484b80b9c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VMPX-0xb48eb8368c9c6e9b0734de1ef4ceb9f484b80b9c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vmpx-0xb48eb8368c9c6e9b0734de1ef4ceb9f484b80b9c.png",ticker:"VMPX"},{address:"0x66b5228cfd34d9f4d9f03188d67816286c7c0b74",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VOLT-0x66b5228cfd34d9f4d9f03188d67816286c7c0b74",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.volt-0x66b5228cfd34d9f4d9f03188d67816286c7c0b74.png",ticker:"VOLT"},{address:"0x41b559d2854080646a0560b72c4be939e19dbf81",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VOMBATUS-0x41b559d2854080646a0560b72c4be939e19dbf81",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vombatus-0x41b559d2854080646a0560b72c4be939e19dbf81.png",ticker:"VOMBATUS"},{address:"0xf411903cbc70a74d22900a5de66a2dda66507255",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VRA-0xf411903cbc70a74d22900a5de66a2dda66507255",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vra-0xf411903cbc70a74d22900a5de66a2dda66507255.png",ticker:"VRA"},{address:"0x92d5942f468447f1f21c2092580f15544923b434",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VSTR-0x92d5942f468447f1f21c2092580f15544923b434",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vstr-0x92d5942f468447f1f21c2092580f15544923b434.png",ticker:"VSTR"},{address:"0x7d26ad6f6ba9d6ba1de0218ae5e20cd3a273a55a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VT-0x7d26ad6f6ba9d6ba1de0218ae5e20cd3a273a55a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vt-0x7d26ad6f6ba9d6ba1de0218ae5e20cd3a273a55a.png",ticker:"VT"},{address:"0x7d29a64504629172a429e64183d6673b9dacbfce",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.VXV-0x7d29a64504629172a429e64183d6673b9dacbfce",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.vxv-0x7d29a64504629172a429e64183d6673b9dacbfce.png",ticker:"VXV"},{address:"0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.W-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.w-0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91.png",ticker:"W"},{address:"0x0d57436f2d39c0664c6f0f2e349229483f87ea38",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.wA7A5-0x0d57436f2d39c0664c6f0f2e349229483f87ea38",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wa7a5-0x0d57436f2d39c0664c6f0f2e349229483f87ea38.png",ticker:"wA7A5"},{address:"0x30ae41d5f9988d359c733232c6c693c0e645c77e",chain:"ETH",chainId:"1",decimals:0,identifier:"ETH.WAAC-0x30ae41d5f9988d359c733232c6c693c0e645c77e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.waac-0x30ae41d5f9988d359c733232c6c693c0e645c77e.png",ticker:"WAAC"},{address:"0x88800092ff476844f74dc2fc427974bbee2794ae",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WALLET-0x88800092ff476844f74dc2fc427974bbee2794ae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wallet-0x88800092ff476844f74dc2fc427974bbee2794ae.png",ticker:"WALLET"},{address:"0xEDB171C18cE90B633DB442f2A6F72874093b49Ef",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WAMPL-0xEDB171C18cE90B633DB442f2A6F72874093b49Ef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wampl-0xedb171c18ce90b633db442f2a6f72874093b49ef.png",ticker:"WAMPL"},{address:"0xf983da3ca66964C02628189Ea8Ca99fa9E24f66c",chain:"ETH",chainId:"1",decimals:12,identifier:"ETH.WANLOG-0xf983da3ca66964C02628189Ea8Ca99fa9E24f66c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wanlog-0xf983da3ca66964c02628189ea8ca99fa9e24f66c.png",ticker:"WANLOG"},{address:"0x85f138bfee4ef8e540890cfb48f620571d67eda3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WAVAX-0x85f138bfee4ef8e540890cfb48f620571d67eda3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wavax-0x85f138bfee4ef8e540890cfb48f620571d67eda3.png",ticker:"WAVAX"},{address:"0x2a79324c19ef2b89ea98b23bc669b7e7c9f8a517",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.WAXP-0x2a79324c19ef2b89ea98b23bc669b7e7c9f8a517",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.waxp-0x2a79324c19ef2b89ea98b23bc669b7e7c9f8a517.png",ticker:"WAXP"},{address:"0x8ccd897ca6160ed76755383b201c1948394328c7",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.wBAI-0x8ccd897ca6160ed76755383b201c1948394328c7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wbai-0x8ccd897ca6160ed76755383b201c1948394328c7.png",ticker:"wBAI"},{address:"0x6602e9319f2c5ec0ba31ffcdc4301d7ef03b709e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wBRGE-0x6602e9319f2c5ec0ba31ffcdc4301d7ef03b709e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wbrge-0x6602e9319f2c5ec0ba31ffcdc4301d7ef03b709e.png",ticker:"wBRGE"},{address:"0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wbtc-0x2260fac5e5542a773aa44fbcfedf7c193bc2c599.png",ticker:"WBTC"},{address:"0x18e5f92103d1b34623738ee79214b1659f2ee109",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wCELL-0x18e5f92103d1b34623738ee79214b1659f2ee109",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wcell-0x18e5f92103d1b34623738ee79214b1659f2ee109.png",ticker:"wCELL"},{address:"0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WCFG-0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wcfg-0xc221b7e65ffc80de234bbb6667abdd46593d34f0.png",ticker:"WCFG"},{address:"0xc78b628b060258300218740b1a7a5b3c82b3bd9f",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wCOMAI-0xc78b628b060258300218740b1a7a5b3c82b3bd9f",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wcomai-0xc78b628b060258300218740b1a7a5b3c82b3bd9f.png",ticker:"wCOMAI"},{address:"0x35a532d376ffd9a705d0bb319532837337a398e7",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WDOGE-0x35a532d376ffd9a705d0bb319532837337a398e7",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wdoge-0x35a532d376ffd9a705d0bb319532837337a398e7.png",ticker:"WDOGE"},{address:"0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.weETH-0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.weeth-0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee.png",ticker:"weETH"},{address:"0x1e762e1fac176bbb341656035daf5601b1c69be5",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WEL-0x1e762e1fac176bbb341656035daf5601b1c69be5",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wel-0x1e762e1fac176bbb341656035daf5601b1c69be5.png",ticker:"WEL"},{address:"0x2c69095d81305f1e3c6ed372336d407231624cea",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WEMIX-0x2c69095d81305f1e3c6ed372336d407231624cea",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wemix-0x2c69095d81305f1e3c6ed372336d407231624cea.png",ticker:"WEMIX"},{address:"0xccb365d2e11ae4d6d74715c680f56cf58bf4bf10",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WEPE-0xccb365d2e11ae4d6d74715c680f56cf58bf4bf10",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wepe-0xccb365d2e11ae4d6d74715c680f56cf58bf4bf10.png",ticker:"WEPE"},{address:"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WETH-0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.weth-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2.png",ticker:"WETH"},{address:"0x5f0e628b693018f639d10e4a4f59bd4d8b2b6b44",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WHITE-0x5f0e628b693018f639d10e4a4f59bd4d8b2b6b44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.white-0x5f0e628b693018f639d10e4a4f59bd4d8b2b6b44.png",ticker:"WHITE"},{address:"0xf8206a19fca5999425358de4e4cdefc7f5c5d4ca",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.WIGL-0xf8206a19fca5999425358de4e4cdefc7f5c5d4ca",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wigl-0xf8206a19fca5999425358de4e4cdefc7f5c5d4ca.png",ticker:"WIGL"},{address:"0x163f8c2467924be0ae7b5347228cabf260318753",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WLD-0x163f8c2467924be0ae7b5347228cabf260318753",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wld-0x163f8c2467924be0ae7b5347228cabf260318753.png",ticker:"WLD"},{address:"0x437cc33344a0b27a429f795ff6b469c72698b291",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.wM-0x437cc33344a0b27a429f795ff6b469c72698b291",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wm-0x437cc33344a0b27a429f795ff6b469c72698b291.png",ticker:"wM"},{address:"0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79",chain:"ETH",chainId:"1",decimals:2,identifier:"ETH.WMC-0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wmc-0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79.png",ticker:"WMC"},{address:"0x669c01caf0edcad7c2b8dc771474ad937a7ca4af",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WMINIMA-0x669c01caf0edcad7c2b8dc771474ad937a7ca4af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wminima-0x669c01caf0edcad7c2b8dc771474ad937a7ca4af.png",ticker:"WMINIMA"},{address:"0x0d438f3b5175bebc262bf23753c1e53d03432bde",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wNXM-0x0d438f3b5175bebc262bf23753c1e53d03432bde",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wnxm-0x0d438f3b5175bebc262bf23753c1e53d03432bde.png",ticker:"wNXM"},{address:"0x5026f006b85729a8b14553fae6af249ad16c9aab",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOJAK-0x5026f006b85729a8b14553fae6af249ad16c9aab",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wojak-0x5026f006b85729a8b14553fae6af249ad16c9aab.png",ticker:"WOJAK"},{address:"0x06f7e3cecd6e66ab2fcc527e8a2e908c96e1a31c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOMBAT-0x06f7e3cecd6e66ab2fcc527e8a2e908c96e1a31c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wombat-0x06f7e3cecd6e66ab2fcc527e8a2e908c96e1a31c.png",ticker:"WOMBAT"},{address:"0x4691937a7508860F876c9c0a2a617E7d9E945D4B",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOO-0x4691937a7508860F876c9c0a2a617E7d9E945D4B",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.woo-0x4691937a7508860f876c9c0a2a617e7d9e945d4b.png",ticker:"WOO"},{address:"0x6bc08509b36a98e829dffad49fde5e412645d0a3",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOOF-0x6bc08509b36a98e829dffad49fde5e412645d0a3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.woof-0x6bc08509b36a98e829dffad49fde5e412645d0a3.png",ticker:"WOOF"},{address:"0xa89060952228c8d2a0019a0b949e90e2fe0a70ef",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.WOOF-0xa89060952228c8d2a0019a0b949e90e2fe0a70ef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.woof-0xa89060952228c8d2a0019a0b949e90e2fe0a70ef.png",ticker:"WOOF"},{address:"0xb557eb65e22db863ae67e3104f7adc7be0cd0503",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOOF-0xb557eb65e22db863ae67e3104f7adc7be0cd0503",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.woof-0xb557eb65e22db863ae67e3104f7adc7be0cd0503.png",ticker:"WOOF"},{address:"0xd0660cd418a64a1d44e9214ad8e459324d8157f1",chain:"ETH",chainId:"1",decimals:12,identifier:"ETH.WOOFY-0xd0660cd418a64a1d44e9214ad8e459324d8157f1",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.woofy-0xd0660cd418a64a1d44e9214ad8e459324d8157f1.png",ticker:"WOOFY"},{address:"0x8355dbe8b0e275abad27eb843f3eaf3fc855e525",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WOOL-0x8355dbe8b0e275abad27eb843f3eaf3fc855e525",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wool-0x8355dbe8b0e275abad27eb843f3eaf3fc855e525.png",ticker:"WOOL"},{address:"0xb2fd1e0478dbf61772996bcce8a2f1151eeeda37",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WPEPE-0xb2fd1e0478dbf61772996bcce8a2f1151eeeda37",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wpepe-0xb2fd1e0478dbf61772996bcce8a2f1151eeeda37.png",ticker:"WPEPE"},{address:"0x97ac4a2439a47c07ad535bb1188c989dae755341",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WPLS-0x97ac4a2439a47c07ad535bb1188c989dae755341",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wpls-0x97ac4a2439a47c07ad535bb1188c989dae755341.png",ticker:"WPLS"},{address:"0xa882606494d86804b5514e07e6bd2d6a6ee6d68a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WPLS-0xa882606494d86804b5514e07e6bd2d6a6ee6d68a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wpls-0xa882606494d86804b5514e07e6bd2d6a6ee6d68a.png",ticker:"WPLS"},{address:"0x8143182a775c54578c8b7b3ef77982498866945d",chain:"ETH",chainId:"1",decimals:8,identifier:"ETH.wQUIL-0x8143182a775c54578c8b7b3ef77982498866945d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wquil-0x8143182a775c54578c8b7b3ef77982498866945d.png",ticker:"wQUIL"},{address:"0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WRLD-0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wrld-0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9.png",ticker:"WRLD"},{address:"0xb62e45c3df611dce236a6ddc7a493d79f9dfadef",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.WSM-0xb62e45c3df611dce236a6ddc7a493d79f9dfadef",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wsm-0xb62e45c3df611dce236a6ddc7a493d79f9dfadef.png",ticker:"WSM"},{address:"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",ticker:"wstETH"},{address:"0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.wTAO-0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wtao-0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44.png",ticker:"wTAO"},{address:"0xc4a11aaf6ea915ed7ac194161d2fc9384f15bff2",chain:"ETH",chainId:"1",decimals:27,identifier:"ETH.WTON-0xc4a11aaf6ea915ed7ac194161d2fc9384f15bff2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wton-0xc4a11aaf6ea915ed7ac194161d2fc9384f15bff2.png",ticker:"WTON"},{address:"0x74950fc112473caba58193c6bf6412a6f1e4d7d2",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.wVTRS-0x74950fc112473caba58193c6bf6412a6f1e4d7d2",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.wvtrs-0x74950fc112473caba58193c6bf6412a6f1e4d7d2.png",ticker:"wVTRS"},{address:"0xa62894d5196bc44e4c3978400ad07e7b30352372",chain:"ETH",chainId:"1",decimals:9,identifier:"ETH.X-0xa62894d5196bc44e4c3978400ad07e7b30352372",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.x-0xa62894d5196bc44e4c3978400ad07e7b30352372.png",ticker:"X"},{address:"0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.X2Y2-0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.x2y2-0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9.png",ticker:"X2Y2"},{address:"0x35e78b3982e87ecfd5b3f3265b601c046cdbe232",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XAI-0x35e78b3982e87ecfd5b3f3265b601c046cdbe232",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xai-0x35e78b3982e87ecfd5b3f3265b601c046cdbe232.png",ticker:"XAI"},{address:"0x68749665ff8d2d112fa859aa293f07a622782f38",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.XAUt-0x68749665ff8d2d112fa859aa293f07a622782f38",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xaut-0x68749665ff8d2d112fa859aa293f07a622782f38.png",ticker:"XAUt"},{address:"0x6fc27f5cc0aafec8e2b8bc4e6393ac89e45232d3",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.xBASKET-0x6fc27f5cc0aafec8e2b8bc4e6393ac89e45232d3",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xbasket-0x6fc27f5cc0aafec8e2b8bc4e6393ac89e45232d3.png",ticker:"xBASKET"},{address:"0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XCN-0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xcn-0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18.png",ticker:"XCN"},{address:"0x3005003bda885dee7c74182e5fe336e9e3df87bb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XD-0x3005003bda885dee7c74182e5fe336e9e3df87bb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xd-0x3005003bda885dee7c74182e5fe336e9e3df87bb.png",ticker:"XD"},{address:"0x72b886d09c117654ab7da13a14d603001de0b777",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XDEFI-0x72b886d09c117654ab7da13a14d603001de0b777",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xdefi-0x72b886d09c117654ab7da13a14d603001de0b777.png",ticker:"XDEFI"},{address:"0x06450dee7fd2fb8e39061434babcfc05599a6fb8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XEN-0x06450dee7fd2fb8e39061434babcfc05599a6fb8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xen-0x06450dee7fd2fb8e39061434babcfc05599a6fb8.png",ticker:"XEN"},{address:"0x1e29aeb6c45840354fae1c143ff9b92543c37e8c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XFA-0x1e29aeb6c45840354fae1c143ff9b92543c37e8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xfa-0x1e29aeb6c45840354fae1c143ff9b92543c37e8c.png",ticker:"XFA"},{address:"0x76bc677d444f1e9d57daf5187ee2b7dc852745ae",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XFT-0x76bc677d444f1e9d57daf5187ee2b7dc852745ae",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xft-0x76bc677d444f1e9d57daf5187ee2b7dc852745ae.png",ticker:"XFT"},{address:"0xabe580e7ee158da464b51ee1a83ac0289622e6be",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XFT-0xabe580e7ee158da464b51ee1a83ac0289622e6be",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xft-0xabe580e7ee158da464b51ee1a83ac0289622e6be.png",ticker:"XFT"},{address:"0x295b42684f90c77da7ea46336001010f2791ec8c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XI-0x295b42684f90c77da7ea46336001010f2791ec8c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xi-0x295b42684f90c77da7ea46336001010f2791ec8c.png",ticker:"XI"},{address:"0x3aada3e213abf8529606924d8d1c55cbdc70bf74",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XMON-0x3aada3e213abf8529606924d8d1c55cbdc70bf74",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xmon-0x3aada3e213abf8529606924d8d1c55cbdc70bf74.png",ticker:"XMON"},{address:"0x3e5d9d8a63cc8a88748f229999cf59487e90721e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XMT-0x3e5d9d8a63cc8a88748f229999cf59487e90721e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xmt-0x3e5d9d8a63cc8a88748f229999cf59487e90721e.png",ticker:"XMT"},{address:"0xd7efb00d12c2c13131fd319336fdf952525da2af",chain:"ETH",chainId:"1",decimals:4,identifier:"ETH.XPR-0xd7efb00d12c2c13131fd319336fdf952525da2af",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xpr-0xd7efb00d12c2c13131fd319336fdf952525da2af.png",ticker:"XPR"},{address:"0x5cc5e64ab764a0f1e97f23984e20fd4528356a6a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XRGB-0x5cc5e64ab764a0f1e97f23984e20fd4528356a6a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xrgb-0x5cc5e64ab764a0f1e97f23984e20fd4528356a6a.png",ticker:"XRGB"},{address:"0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.XSGD-0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xsgd-0x70e8de73ce538da2beed35d14187f6959a8eca96.png",ticker:"XSGD"},{address:"0x8fe815417913a93ea99049fc0718ee1647a2a07c",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XSWAP-0x8fe815417913a93ea99049fc0718ee1647a2a07c",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xswap-0x8fe815417913a93ea99049fc0718ee1647a2a07c.png",ticker:"XSWAP"},{address:"0x6368e1e18c4c419ddfc608a0bed1ccb87b9250fc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XTP-0x6368e1e18c4c419ddfc608a0bed1ccb87b9250fc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xtp-0x6368e1e18c4c419ddfc608a0bed1ccb87b9250fc.png",ticker:"XTP"},{address:"0xc08e7e23c235073c6807c2efe7021304cb7c2815",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.XUSD-0xc08e7e23c235073c6807c2efe7021304cb7c2815",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xusd-0xc08e7e23c235073c6807c2efe7021304cb7c2815.png",ticker:"XUSD"},{address:"0x55296f69f40Ea6d20E478533C15A6B08B654E758",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.XYO-0x55296f69f40Ea6d20E478533C15A6B08B654E758",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.xyo-0x55296f69f40ea6d20e478533c15a6b08b654e758.png",ticker:"XYO"},{address:"0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.YFI-0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png",ticker:"YFI"},{address:"0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.YFII-0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.yfii-0xa1d0e215a23d7030842fc67ce582a6afa3ccab83.png",ticker:"YFII"},{address:"0x25f8087EAD173b73D6e8B84329989A8eEA16CF73",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.YGG-0x25f8087EAD173b73D6e8B84329989A8eEA16CF73",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.ygg-0x25f8087ead173b73d6e8b84329989a8eea16cf73.png",ticker:"YGG"},{address:"0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.yvBOOST-0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.yvboost-0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a.png",ticker:"yvBOOST"},{address:"0xb755506531786c8ac63b756bab1ac387bacb0c04",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZARP-0xb755506531786c8ac63b756bab1ac387bacb0c04",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zarp-0xb755506531786c8ac63b756bab1ac387bacb0c04.png",ticker:"ZARP"},{address:"0xb58e61c3098d85632df34eecfb899a1ed80921cb",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZCHF-0xb58e61c3098d85632df34eecfb899a1ed80921cb",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zchf-0xb58e61c3098d85632df34eecfb899a1ed80921cb.png",ticker:"ZCHF"},{address:"0x3bbbb6a231d0a1a12c6b79ba5bc2ed6358db5160",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZEN-0x3bbbb6a231d0a1a12c6b79ba5bc2ed6358db5160",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zen-0x3bbbb6a231d0a1a12c6b79ba5bc2ed6358db5160.png",ticker:"ZEN"},{address:"0xb0ed33f79d89541dfdcb04a8f04bc2c6be025ecc",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZERO-0xb0ed33f79d89541dfdcb04a8f04bc2c6be025ecc",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zero-0xb0ed33f79d89541dfdcb04a8f04bc2c6be025ecc.png",ticker:"ZERO"},{address:"0xf091867EC603A6628eD83D274E835539D82e9cc8",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.Zeta-0xf091867EC603A6628eD83D274E835539D82e9cc8",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zeta-0xf091867ec603a6628ed83d274e835539d82e9cc8.png",ticker:"Zeta"},{address:"0x2d8ea194902bc55431420bd26be92b0782dce91d",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZND-0x2d8ea194902bc55431420bd26be92b0782dce91d",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.znd-0x2d8ea194902bc55431420bd26be92b0782dce91d.png",ticker:"ZND"},{address:"0xc256f81d35a54c3599b424171d719e9ae87b2e9b",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZOOA-0xc256f81d35a54c3599b424171d719e9ae87b2e9b",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zooa-0xc256f81d35a54c3599b424171d719e9ae87b2e9b.png",ticker:"ZOOA"},{address:"0xfd418e42783382e86ae91e445406600ba144d162",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZRC-0xfd418e42783382e86ae91e445406600ba144d162",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zrc-0xfd418e42783382e86ae91e445406600ba144d162.png",ticker:"ZRC"},{address:"0x6985884C4392D348587B19cb9eAAf157F13271cd",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZRO-0x6985884C4392D348587B19cb9eAAf157F13271cd",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zro-0x6985884c4392d348587b19cb9eaaf157f13271cd.png",ticker:"ZRO"},{address:"0xE41d2489571d322189246DaFA5ebDe1F4699F498",chain:"ETH",chainId:"1",decimals:18,identifier:"ETH.ZRX-0xE41d2489571d322189246DaFA5ebDe1F4699F498",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zrx-0xe41d2489571d322189246dafa5ebde1f4699f498.png",ticker:"ZRX"},{address:"0xc56c2b7e71b54d38aab6d52e94a04cbfa8f604fa",chain:"ETH",chainId:"1",decimals:6,identifier:"ETH.ZUSD-0xc56c2b7e71b54d38aab6d52e94a04cbfa8f604fa",logoURI:"https://storage.googleapis.com/token-list-swapkit/images/eth.zusd-0xc56c2b7e71b54d38aab6d52e94a04cbfa8f604fa.png",ticker:"ZUSD"}]};export{e as list};
2
+ export{e as b};
3
+
4
+ //# debugId=62C9200B649EBEAD64756E2164756E21