@1delta/bridge-configs 0.1.0

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 (210) hide show
  1. package/LICENSE +674 -0
  2. package/dist/configs/across/config.d.ts +4 -0
  3. package/dist/configs/across/config.d.ts.map +1 -0
  4. package/dist/configs/across/config.js +317 -0
  5. package/dist/configs/axelar/abis/AxelarGasService.d.ts +103 -0
  6. package/dist/configs/axelar/abis/AxelarGasService.d.ts.map +1 -0
  7. package/dist/configs/axelar/abis/AxelarGasService.js +1073 -0
  8. package/dist/configs/axelar/abis/AxelarGateway.d.ts +51 -0
  9. package/dist/configs/axelar/abis/AxelarGateway.d.ts.map +1 -0
  10. package/dist/configs/axelar/abis/AxelarGateway.js +753 -0
  11. package/dist/configs/axelar/abis/SquidMulticall.d.ts +47 -0
  12. package/dist/configs/axelar/abis/SquidMulticall.d.ts.map +1 -0
  13. package/dist/configs/axelar/abis/SquidMulticall.js +104 -0
  14. package/dist/configs/axelar/abis/SquidRouter.d.ts +82 -0
  15. package/dist/configs/axelar/abis/SquidRouter.d.ts.map +1 -0
  16. package/dist/configs/axelar/abis/SquidRouter.js +837 -0
  17. package/dist/configs/axelar/calldata/buildTx.d.ts +3 -0
  18. package/dist/configs/axelar/calldata/buildTx.d.ts.map +1 -0
  19. package/dist/configs/axelar/calldata/buildTx.js +29 -0
  20. package/dist/configs/axelar/calldata/index.d.ts +3 -0
  21. package/dist/configs/axelar/calldata/index.d.ts.map +1 -0
  22. package/dist/configs/axelar/calldata/index.js +2 -0
  23. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts +16 -0
  24. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.d.ts.map +1 -0
  25. package/dist/configs/axelar/calldata/squid/createSquidMulticallPayload.js +76 -0
  26. package/dist/configs/axelar/calldata/squid/types.d.ts +15 -0
  27. package/dist/configs/axelar/calldata/squid/types.d.ts.map +1 -0
  28. package/dist/configs/axelar/calldata/squid/types.js +7 -0
  29. package/dist/configs/axelar/calldata/types.d.ts +18 -0
  30. package/dist/configs/axelar/calldata/types.d.ts.map +1 -0
  31. package/dist/configs/axelar/calldata/types.js +1 -0
  32. package/dist/configs/axelar/config.d.ts +4 -0
  33. package/dist/configs/axelar/config.d.ts.map +1 -0
  34. package/dist/configs/axelar/config.js +99 -0
  35. package/dist/configs/axelar/data/axelarConfig/index.d.ts +3 -0
  36. package/dist/configs/axelar/data/axelarConfig/index.d.ts.map +1 -0
  37. package/dist/configs/axelar/data/axelarConfig/index.js +33 -0
  38. package/dist/configs/axelar/data/axelarConfig/types.d.ts +181 -0
  39. package/dist/configs/axelar/data/axelarConfig/types.d.ts.map +1 -0
  40. package/dist/configs/axelar/data/axelarConfig/types.js +1 -0
  41. package/dist/configs/axelar/data/squidChains/index.d.ts +6 -0
  42. package/dist/configs/axelar/data/squidChains/index.d.ts.map +1 -0
  43. package/dist/configs/axelar/data/squidChains/index.js +61 -0
  44. package/dist/configs/axelar/data/squidChains/types.d.ts +23 -0
  45. package/dist/configs/axelar/data/squidChains/types.d.ts.map +1 -0
  46. package/dist/configs/axelar/data/squidChains/types.js +1 -0
  47. package/dist/configs/axelar/errors.d.ts +15 -0
  48. package/dist/configs/axelar/errors.d.ts.map +1 -0
  49. package/dist/configs/axelar/errors.js +8 -0
  50. package/dist/configs/axelar/gasEstimation/index.d.ts +7 -0
  51. package/dist/configs/axelar/gasEstimation/index.d.ts.map +1 -0
  52. package/dist/configs/axelar/gasEstimation/index.js +38 -0
  53. package/dist/configs/axelar/gasEstimation/types.d.ts +23 -0
  54. package/dist/configs/axelar/gasEstimation/types.d.ts.map +1 -0
  55. package/dist/configs/axelar/gasEstimation/types.js +1 -0
  56. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts +3 -0
  57. package/dist/configs/axelar/route/fetchAxelarRoute.d.ts.map +1 -0
  58. package/dist/configs/axelar/route/fetchAxelarRoute.js +50 -0
  59. package/dist/configs/axelar/route/index.d.ts +3 -0
  60. package/dist/configs/axelar/route/index.d.ts.map +1 -0
  61. package/dist/configs/axelar/route/index.js +2 -0
  62. package/dist/configs/axelar/route/tokenIdentifier.d.ts +5 -0
  63. package/dist/configs/axelar/route/tokenIdentifier.d.ts.map +1 -0
  64. package/dist/configs/axelar/route/tokenIdentifier.js +32 -0
  65. package/dist/configs/axelar/route/types.d.ts +5 -0
  66. package/dist/configs/axelar/route/types.d.ts.map +1 -0
  67. package/dist/configs/axelar/route/types.js +1 -0
  68. package/dist/configs/butter/config.d.ts +9 -0
  69. package/dist/configs/butter/config.d.ts.map +1 -0
  70. package/dist/configs/butter/config.js +207 -0
  71. package/dist/configs/cowswap/config.d.ts +4 -0
  72. package/dist/configs/cowswap/config.d.ts.map +1 -0
  73. package/dist/configs/cowswap/config.js +106 -0
  74. package/dist/configs/cowswap/errors.d.ts +19 -0
  75. package/dist/configs/cowswap/errors.d.ts.map +1 -0
  76. package/dist/configs/cowswap/errors.js +12 -0
  77. package/dist/configs/cowswap/swap/quote.d.ts +5 -0
  78. package/dist/configs/cowswap/swap/quote.d.ts.map +1 -0
  79. package/dist/configs/cowswap/swap/quote.js +28 -0
  80. package/dist/configs/cowswap/swap/route.d.ts +5 -0
  81. package/dist/configs/cowswap/swap/route.d.ts.map +1 -0
  82. package/dist/configs/cowswap/swap/route.js +61 -0
  83. package/dist/configs/cowswap/track/index.d.ts +6 -0
  84. package/dist/configs/cowswap/track/index.d.ts.map +1 -0
  85. package/dist/configs/cowswap/track/index.js +27 -0
  86. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts +4 -0
  87. package/dist/configs/cowswap/utils/getCowSwapSlippage.d.ts.map +1 -0
  88. package/dist/configs/cowswap/utils/getCowSwapSlippage.js +16 -0
  89. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts +3 -0
  90. package/dist/configs/cowswap/utils/toSupportedChainId.d.ts.map +1 -0
  91. package/dist/configs/cowswap/utils/toSupportedChainId.js +11 -0
  92. package/dist/configs/crosscurve/config.d.ts +4 -0
  93. package/dist/configs/crosscurve/config.d.ts.map +1 -0
  94. package/dist/configs/crosscurve/config.js +185 -0
  95. package/dist/configs/gas-zip/chains/fetch.d.ts +10 -0
  96. package/dist/configs/gas-zip/chains/fetch.d.ts.map +1 -0
  97. package/dist/configs/gas-zip/chains/fetch.js +29 -0
  98. package/dist/configs/gas-zip/chains/types.d.ts +25 -0
  99. package/dist/configs/gas-zip/chains/types.d.ts.map +1 -0
  100. package/dist/configs/gas-zip/chains/types.js +1 -0
  101. package/dist/configs/gas-zip/config.d.ts +4 -0
  102. package/dist/configs/gas-zip/config.d.ts.map +1 -0
  103. package/dist/configs/gas-zip/config.js +121 -0
  104. package/dist/configs/index.d.ts +2 -0
  105. package/dist/configs/index.d.ts.map +1 -0
  106. package/dist/configs/index.js +41 -0
  107. package/dist/configs/layerswap/LayerswapNetworks.json +3656 -0
  108. package/dist/configs/layerswap/config.d.ts +4 -0
  109. package/dist/configs/layerswap/config.d.ts.map +1 -0
  110. package/dist/configs/layerswap/config.js +285 -0
  111. package/dist/configs/lifi/config.d.ts +4 -0
  112. package/dist/configs/lifi/config.d.ts.map +1 -0
  113. package/dist/configs/lifi/config.js +104 -0
  114. package/dist/configs/mayan/calldata/index.d.ts +14 -0
  115. package/dist/configs/mayan/calldata/index.d.ts.map +1 -0
  116. package/dist/configs/mayan/calldata/index.js +41 -0
  117. package/dist/configs/mayan/config.d.ts +4 -0
  118. package/dist/configs/mayan/config.d.ts.map +1 -0
  119. package/dist/configs/mayan/config.js +222 -0
  120. package/dist/configs/odos/config.d.ts +8 -0
  121. package/dist/configs/odos/config.d.ts.map +1 -0
  122. package/dist/configs/odos/config.js +127 -0
  123. package/dist/configs/orbiter/abis/ERC20.d.ts +172 -0
  124. package/dist/configs/orbiter/abis/ERC20.d.ts.map +1 -0
  125. package/dist/configs/orbiter/abis/ERC20.js +224 -0
  126. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts +85 -0
  127. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.d.ts.map +1 -0
  128. package/dist/configs/orbiter/abis/OrbiterRouterEVMV3.js +83 -0
  129. package/dist/configs/orbiter/calldata/index.d.ts +32 -0
  130. package/dist/configs/orbiter/calldata/index.d.ts.map +1 -0
  131. package/dist/configs/orbiter/calldata/index.js +59 -0
  132. package/dist/configs/orbiter/config.d.ts +4 -0
  133. package/dist/configs/orbiter/config.d.ts.map +1 -0
  134. package/dist/configs/orbiter/config.js +178 -0
  135. package/dist/configs/router/config.d.ts +4 -0
  136. package/dist/configs/router/config.d.ts.map +1 -0
  137. package/dist/configs/router/config.js +125 -0
  138. package/dist/configs/squid-v1/config.d.ts +4 -0
  139. package/dist/configs/squid-v1/config.d.ts.map +1 -0
  140. package/dist/configs/squid-v1/config.js +133 -0
  141. package/dist/configs/squid-v2/config.d.ts +4 -0
  142. package/dist/configs/squid-v2/config.d.ts.map +1 -0
  143. package/dist/configs/squid-v2/config.js +146 -0
  144. package/dist/configs/squid-v2/constants.d.ts +2 -0
  145. package/dist/configs/squid-v2/constants.d.ts.map +1 -0
  146. package/dist/configs/squid-v2/constants.js +1 -0
  147. package/dist/configs/stargate/abis/StargatePool.d.ts +41 -0
  148. package/dist/configs/stargate/abis/StargatePool.d.ts.map +1 -0
  149. package/dist/configs/stargate/abis/StargatePool.js +318 -0
  150. package/dist/configs/stargate/abis/TokenMessaging.d.ts +16 -0
  151. package/dist/configs/stargate/abis/TokenMessaging.d.ts.map +1 -0
  152. package/dist/configs/stargate/abis/TokenMessaging.js +21 -0
  153. package/dist/configs/stargate/calldata/constants.d.ts +249 -0
  154. package/dist/configs/stargate/calldata/constants.d.ts.map +1 -0
  155. package/dist/configs/stargate/calldata/constants.js +273 -0
  156. package/dist/configs/stargate/calldata/index.d.ts +6 -0
  157. package/dist/configs/stargate/calldata/index.d.ts.map +1 -0
  158. package/dist/configs/stargate/calldata/index.js +127 -0
  159. package/dist/configs/stargate/calldata/types.d.ts +51 -0
  160. package/dist/configs/stargate/calldata/types.d.ts.map +1 -0
  161. package/dist/configs/stargate/calldata/types.js +10 -0
  162. package/dist/configs/stargate/common/config.d.ts +88 -0
  163. package/dist/configs/stargate/common/config.d.ts.map +1 -0
  164. package/dist/configs/stargate/common/config.js +93 -0
  165. package/dist/configs/stargate/common/constants.d.ts +5 -0
  166. package/dist/configs/stargate/common/constants.d.ts.map +1 -0
  167. package/dist/configs/stargate/common/constants.js +7 -0
  168. package/dist/configs/stargate/common/index.d.ts +3 -0
  169. package/dist/configs/stargate/common/index.d.ts.map +1 -0
  170. package/dist/configs/stargate/common/index.js +2 -0
  171. package/dist/configs/stargate/configs/bus/config.d.ts +4 -0
  172. package/dist/configs/stargate/configs/bus/config.d.ts.map +1 -0
  173. package/dist/configs/stargate/configs/bus/config.js +41 -0
  174. package/dist/configs/stargate/configs/taxi/config.d.ts +4 -0
  175. package/dist/configs/stargate/configs/taxi/config.d.ts.map +1 -0
  176. package/dist/configs/stargate/configs/taxi/config.js +58 -0
  177. package/dist/configs/stargate/types/index.d.ts +12 -0
  178. package/dist/configs/stargate/types/index.d.ts.map +1 -0
  179. package/dist/configs/stargate/types/index.js +15 -0
  180. package/dist/configs/symbiosis/config.d.ts +4 -0
  181. package/dist/configs/symbiosis/config.d.ts.map +1 -0
  182. package/dist/configs/symbiosis/config.js +119 -0
  183. package/dist/configs/utils/index.d.ts +2 -0
  184. package/dist/configs/utils/index.d.ts.map +1 -0
  185. package/dist/configs/utils/index.js +3 -0
  186. package/dist/configs/xy/config.d.ts +4 -0
  187. package/dist/configs/xy/config.d.ts.map +1 -0
  188. package/dist/configs/xy/config.js +176 -0
  189. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts +49 -0
  190. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.d.ts.map +1 -0
  191. package/dist/configs/zenlink/calldata/aggregationRouterV2ABI.js +63 -0
  192. package/dist/configs/zenlink/calldata/index.d.ts +18 -0
  193. package/dist/configs/zenlink/calldata/index.d.ts.map +1 -0
  194. package/dist/configs/zenlink/calldata/index.js +35 -0
  195. package/dist/configs/zenlink/config.d.ts +4 -0
  196. package/dist/configs/zenlink/config.d.ts.map +1 -0
  197. package/dist/configs/zenlink/config.js +109 -0
  198. package/dist/configs/zenlink/errors.d.ts +15 -0
  199. package/dist/configs/zenlink/errors.d.ts.map +1 -0
  200. package/dist/configs/zenlink/errors.js +8 -0
  201. package/dist/index.d.ts +8 -0
  202. package/dist/index.d.ts.map +1 -0
  203. package/dist/index.js +7 -0
  204. package/dist/types/index.d.ts +31 -0
  205. package/dist/types/index.d.ts.map +1 -0
  206. package/dist/types/index.js +52 -0
  207. package/dist/walletClient.d.ts +4433 -0
  208. package/dist/walletClient.d.ts.map +1 -0
  209. package/dist/walletClient.js +7 -0
  210. package/package.json +27 -0
@@ -0,0 +1,3656 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "tokens": [
5
+ {
6
+ "symbol": "frxETH",
7
+ "display_asset": "",
8
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/frxeth.png",
9
+ "contract": null,
10
+ "decimals": 18,
11
+ "price_in_usd": 3435.86,
12
+ "precision": 8,
13
+ "listing_date": "2024-09-24T13:45:59.754489+00:00",
14
+ "source_rank": 62,
15
+ "destination_rank": 33
16
+ }
17
+ ],
18
+ "name": "FRAXTAL_MAINNET",
19
+ "display_name": "Fraxtal",
20
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/fraxtal_mainnet.png",
21
+ "chain_id": "252",
22
+ "node_url": "https://rpc.frax.com",
23
+ "type": "evm",
24
+ "transaction_explorer_template": "https://fraxscan.com/tx/{0}",
25
+ "account_explorer_template": "https://fraxscan.com/address/{0}",
26
+ "token": {
27
+ "symbol": "frxETH",
28
+ "display_asset": "",
29
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/frxeth.png",
30
+ "contract": null,
31
+ "decimals": 18,
32
+ "price_in_usd": 3435.86,
33
+ "precision": 8,
34
+ "listing_date": "2024-09-24T13:45:59.754489+00:00",
35
+ "source_rank": 62,
36
+ "destination_rank": 33
37
+ },
38
+ "metadata": {
39
+ "listing_date": "2024-09-24T13:38:00.653128+00:00",
40
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
41
+ }
42
+ },
43
+ {
44
+ "tokens": [
45
+ {
46
+ "symbol": "ETH",
47
+ "display_asset": "ETH",
48
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
49
+ "contract": null,
50
+ "decimals": 18,
51
+ "price_in_usd": 3446.67,
52
+ "precision": 8,
53
+ "listing_date": "2022-08-11T12:33:49.777882+00:00",
54
+ "source_rank": 64,
55
+ "destination_rank": 22
56
+ }
57
+ ],
58
+ "name": "ARBITRUMNOVA_MAINNET",
59
+ "display_name": "Arbitrum Nova",
60
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/arbitrumnova_mainnet.png",
61
+ "chain_id": "42170",
62
+ "node_url": "https://arbitrum-nova.public.blastapi.io",
63
+ "type": "evm",
64
+ "transaction_explorer_template": "https://nova.arbiscan.io/tx/{0}",
65
+ "account_explorer_template": "https://nova.arbiscan.io/address/{0}",
66
+ "token": {
67
+ "symbol": "ETH",
68
+ "display_asset": "ETH",
69
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
70
+ "contract": null,
71
+ "decimals": 18,
72
+ "price_in_usd": 3446.67,
73
+ "precision": 8,
74
+ "listing_date": "2022-08-11T12:33:49.777882+00:00",
75
+ "source_rank": 64,
76
+ "destination_rank": 22
77
+ },
78
+ "metadata": {
79
+ "listing_date": "2022-08-10T20:00:00+00:00",
80
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
81
+ }
82
+ },
83
+ {
84
+ "tokens": [
85
+ {
86
+ "symbol": "WETH",
87
+ "display_asset": "WETH",
88
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
89
+ "contract": "0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1",
90
+ "decimals": 18,
91
+ "price_in_usd": 3446.55,
92
+ "precision": 8,
93
+ "listing_date": "2024-08-28T13:36:34.710594+00:00",
94
+ "source_rank": 85,
95
+ "destination_rank": 1000
96
+ },
97
+ {
98
+ "symbol": "USDC.e",
99
+ "display_asset": "USDC.e",
100
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
101
+ "contract": "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
102
+ "decimals": 6,
103
+ "price_in_usd": 1,
104
+ "precision": 6,
105
+ "listing_date": "2024-09-04T13:57:22.511306+00:00",
106
+ "source_rank": 75,
107
+ "destination_rank": 93
108
+ },
109
+ {
110
+ "symbol": "USDC(old)",
111
+ "display_asset": "USD//C",
112
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc(old).png",
113
+ "contract": "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
114
+ "decimals": 6,
115
+ "price_in_usd": 1,
116
+ "precision": 6,
117
+ "listing_date": "2024-09-04T13:58:45.810794+00:00",
118
+ "source_rank": 1000,
119
+ "destination_rank": 1000
120
+ },
121
+ {
122
+ "symbol": "xDAI",
123
+ "display_asset": "xDAI",
124
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/xdai.png",
125
+ "contract": null,
126
+ "decimals": 18,
127
+ "price_in_usd": 0.997681,
128
+ "precision": 8,
129
+ "listing_date": "2024-06-26T15:24:56.007004+00:00",
130
+ "source_rank": 48,
131
+ "destination_rank": 96
132
+ }
133
+ ],
134
+ "name": "GNOSIS_MAINNET",
135
+ "display_name": "Gnosis",
136
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/gnosis_mainnet.png",
137
+ "chain_id": "100",
138
+ "node_url": "https://rpc.gnosischain.com/",
139
+ "type": "evm",
140
+ "transaction_explorer_template": "https://gnosisscan.io/tx/{0}",
141
+ "account_explorer_template": "https://gnosisscan.io/address/{0}",
142
+ "token": {
143
+ "symbol": "xDAI",
144
+ "display_asset": "xDAI",
145
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/xdai.png",
146
+ "contract": null,
147
+ "decimals": 18,
148
+ "price_in_usd": 0.997681,
149
+ "precision": 8,
150
+ "listing_date": "2024-06-26T15:24:56.007004+00:00",
151
+ "source_rank": 48,
152
+ "destination_rank": 96
153
+ },
154
+ "metadata": {
155
+ "listing_date": "2024-06-26T15:21:04.787983+00:00"
156
+ }
157
+ },
158
+ {
159
+ "tokens": [
160
+ {
161
+ "symbol": "ETH",
162
+ "display_asset": "ETH",
163
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
164
+ "contract": null,
165
+ "decimals": 18,
166
+ "price_in_usd": 3446.67,
167
+ "precision": 8,
168
+ "listing_date": "2021-09-21T00:25:30.790797+00:00",
169
+ "source_rank": 1,
170
+ "destination_rank": 3
171
+ },
172
+ {
173
+ "symbol": "USDC.e",
174
+ "display_asset": "USDC.e",
175
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
176
+ "contract": "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
177
+ "decimals": 6,
178
+ "price_in_usd": 1,
179
+ "precision": 6,
180
+ "listing_date": "2022-04-20T13:54:28.688504+00:00",
181
+ "source_rank": 68,
182
+ "destination_rank": 77
183
+ },
184
+ {
185
+ "symbol": "USDC",
186
+ "display_asset": "USDC",
187
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
188
+ "contract": "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
189
+ "decimals": 6,
190
+ "price_in_usd": 1,
191
+ "precision": 6,
192
+ "listing_date": "2024-01-25T13:38:04.822198+00:00",
193
+ "source_rank": 7,
194
+ "destination_rank": 15
195
+ },
196
+ {
197
+ "symbol": "USDT",
198
+ "display_asset": "USDT",
199
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
200
+ "contract": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
201
+ "decimals": 6,
202
+ "price_in_usd": 0.999398,
203
+ "precision": 6,
204
+ "listing_date": "2023-01-12T13:57:47.571206+00:00",
205
+ "source_rank": 66,
206
+ "destination_rank": 27
207
+ }
208
+ ],
209
+ "name": "ARBITRUM_MAINNET",
210
+ "display_name": "Arbitrum One",
211
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/arbitrum_mainnet.png",
212
+ "chain_id": "42161",
213
+ "node_url": "https://arbitrum-one.public.blastapi.io",
214
+ "type": "evm",
215
+ "transaction_explorer_template": "https://arbiscan.io/tx/{0}",
216
+ "account_explorer_template": "https://arbiscan.io/address/{0}",
217
+ "token": {
218
+ "symbol": "ETH",
219
+ "display_asset": "ETH",
220
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
221
+ "contract": null,
222
+ "decimals": 18,
223
+ "price_in_usd": 3446.67,
224
+ "precision": 8,
225
+ "listing_date": "2021-09-21T00:25:30.790797+00:00",
226
+ "source_rank": 1,
227
+ "destination_rank": 3
228
+ },
229
+ "metadata": {
230
+ "listing_date": "2021-09-20T20:00:00+00:00",
231
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
232
+ }
233
+ },
234
+ {
235
+ "tokens": [
236
+ {
237
+ "symbol": "IMX",
238
+ "display_asset": "IMX",
239
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/imx.png",
240
+ "contract": "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
241
+ "decimals": 18,
242
+ "price_in_usd": 1.4,
243
+ "precision": 8,
244
+ "listing_date": "2023-02-01T13:53:37.541761+00:00",
245
+ "source_rank": 63,
246
+ "destination_rank": 51
247
+ },
248
+ {
249
+ "symbol": "USDC",
250
+ "display_asset": "USDC",
251
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
252
+ "contract": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
253
+ "decimals": 6,
254
+ "price_in_usd": 1,
255
+ "precision": 6,
256
+ "listing_date": "2023-02-01T13:53:59.943835+00:00",
257
+ "source_rank": 35,
258
+ "destination_rank": 43
259
+ },
260
+ {
261
+ "symbol": "GOG",
262
+ "display_asset": "GOG",
263
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/gog.png",
264
+ "contract": "0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62",
265
+ "decimals": 18,
266
+ "price_in_usd": 0.03818313,
267
+ "precision": 8,
268
+ "listing_date": "2024-05-29T13:03:16.618+00:00",
269
+ "source_rank": 1000,
270
+ "destination_rank": 1000
271
+ },
272
+ {
273
+ "symbol": "CTA",
274
+ "display_asset": "CTA",
275
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/cta.png",
276
+ "contract": "0x90685e300a4c4532efcefe91202dfe1dfd572f47",
277
+ "decimals": 18,
278
+ "price_in_usd": 0.01937041,
279
+ "precision": 8,
280
+ "listing_date": "2024-05-15T10:59:43.650037+00:00",
281
+ "source_rank": 90,
282
+ "destination_rank": 58
283
+ },
284
+ {
285
+ "symbol": "ETH",
286
+ "display_asset": "ETH",
287
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
288
+ "contract": null,
289
+ "decimals": 18,
290
+ "price_in_usd": 3446.67,
291
+ "precision": 8,
292
+ "listing_date": "2022-04-05T15:29:29.812+00:00",
293
+ "source_rank": 25,
294
+ "destination_rank": 20
295
+ }
296
+ ],
297
+ "name": "IMMUTABLEX_MAINNET",
298
+ "display_name": "ImmutableX",
299
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/immutablex_mainnet.png",
300
+ "chain_id": "mainnet",
301
+ "node_url": "https://api.x.immutable.com",
302
+ "type": "starkex",
303
+ "transaction_explorer_template": "https://immutascan.io/tx/{0}",
304
+ "account_explorer_template": "https://immutascan.io/address/{0}",
305
+ "token": null,
306
+ "metadata": {
307
+ "listing_date": "2022-04-04T20:00:00+00:00"
308
+ }
309
+ },
310
+ {
311
+ "tokens": [
312
+ {
313
+ "symbol": "ETH",
314
+ "display_asset": "ETH",
315
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
316
+ "contract": "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
317
+ "decimals": 18,
318
+ "price_in_usd": 3446.67,
319
+ "precision": 8,
320
+ "listing_date": "2022-11-10T14:00:39.596247+00:00",
321
+ "source_rank": 21,
322
+ "destination_rank": 24
323
+ },
324
+ {
325
+ "symbol": "SNX",
326
+ "display_asset": "SNX",
327
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/snx.png",
328
+ "contract": "0x9ac983826058b8a9c7aa1c9171441191232e8404",
329
+ "decimals": 18,
330
+ "price_in_usd": 2.08,
331
+ "precision": 8,
332
+ "listing_date": "2023-01-12T13:57:47.252398+00:00",
333
+ "source_rank": 1000,
334
+ "destination_rank": 1000
335
+ },
336
+ {
337
+ "symbol": "USDT",
338
+ "display_asset": "USDT",
339
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
340
+ "contract": "0x55d398326f99059ff775485246999027b3197955",
341
+ "decimals": 18,
342
+ "price_in_usd": 0.999398,
343
+ "precision": 6,
344
+ "listing_date": "2022-11-10T13:54:23.000305+00:00",
345
+ "source_rank": 45,
346
+ "destination_rank": 40
347
+ },
348
+ {
349
+ "symbol": "BNB",
350
+ "display_asset": "BNB",
351
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bnb.png",
352
+ "contract": null,
353
+ "decimals": 18,
354
+ "price_in_usd": 701.46,
355
+ "precision": 8,
356
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
357
+ "source_rank": 1000,
358
+ "destination_rank": 1000
359
+ },
360
+ {
361
+ "symbol": "USDC",
362
+ "display_asset": "USDC",
363
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
364
+ "contract": "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
365
+ "decimals": 18,
366
+ "price_in_usd": 1,
367
+ "precision": 6,
368
+ "listing_date": "2023-01-12T13:57:47.252398+00:00",
369
+ "source_rank": 40,
370
+ "destination_rank": 25
371
+ },
372
+ {
373
+ "symbol": "LRC",
374
+ "display_asset": "LRC",
375
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/lrc.png",
376
+ "contract": "0x66e4d38b20173f509a1ff5d82866949e4fe898da",
377
+ "decimals": 18,
378
+ "price_in_usd": 0.209237,
379
+ "precision": 8,
380
+ "listing_date": "2023-02-17T10:19:08.288519+00:00",
381
+ "source_rank": 1000,
382
+ "destination_rank": 1000
383
+ }
384
+ ],
385
+ "name": "BSC_MAINNET",
386
+ "display_name": "BSC",
387
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/bsc_mainnet.png",
388
+ "chain_id": "56",
389
+ "node_url": "https://bsc-mainnet.public.blastapi.io",
390
+ "type": "evm",
391
+ "transaction_explorer_template": "https://bscscan.com/tx/{0}",
392
+ "account_explorer_template": "https://bscscan.com/address/{0}",
393
+ "token": {
394
+ "symbol": "BNB",
395
+ "display_asset": "BNB",
396
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bnb.png",
397
+ "contract": null,
398
+ "decimals": 18,
399
+ "price_in_usd": 701.46,
400
+ "precision": 8,
401
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
402
+ "source_rank": 1000,
403
+ "destination_rank": 1000
404
+ },
405
+ "metadata": {
406
+ "listing_date": "2022-11-09T20:00:00+00:00",
407
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
408
+ }
409
+ },
410
+ {
411
+ "tokens": [
412
+ {
413
+ "symbol": "USDC",
414
+ "display_asset": "USDC",
415
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
416
+ "contract": "2",
417
+ "decimals": 6,
418
+ "price_in_usd": 1,
419
+ "precision": 6,
420
+ "listing_date": "2022-02-08T13:10:39.891258+00:00",
421
+ "source_rank": 19,
422
+ "destination_rank": 1000
423
+ },
424
+ {
425
+ "symbol": "USDT",
426
+ "display_asset": "USDT",
427
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
428
+ "contract": "4",
429
+ "decimals": 6,
430
+ "price_in_usd": 0.999398,
431
+ "precision": 6,
432
+ "listing_date": "2024-08-28T12:10:37.362515+00:00",
433
+ "source_rank": 98,
434
+ "destination_rank": 1000
435
+ },
436
+ {
437
+ "symbol": "DAI",
438
+ "display_asset": "DAI",
439
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/dai.png",
440
+ "contract": "1",
441
+ "decimals": 18,
442
+ "price_in_usd": 0.999737,
443
+ "precision": 8,
444
+ "listing_date": "2024-08-30T15:19:10.574585+00:00",
445
+ "source_rank": 94,
446
+ "destination_rank": 1000
447
+ },
448
+ {
449
+ "symbol": "ETH",
450
+ "display_asset": "ETH",
451
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
452
+ "contract": "0",
453
+ "decimals": 18,
454
+ "price_in_usd": 3446.67,
455
+ "precision": 8,
456
+ "listing_date": "2021-12-21T16:59:11.139097+00:00",
457
+ "source_rank": 5,
458
+ "destination_rank": 55
459
+ }
460
+ ],
461
+ "name": "ZKSYNC_MAINNET",
462
+ "display_name": "zkSync Lite",
463
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zksync_mainnet.png",
464
+ "chain_id": "mainnet",
465
+ "node_url": "https://api.zksync.io/",
466
+ "type": "zksynclite",
467
+ "transaction_explorer_template": "https://zkscan.io/explorer/transactions/{0}",
468
+ "account_explorer_template": "https://zkscan.io/explorer/accounts/{0}",
469
+ "token": null,
470
+ "metadata": {
471
+ "listing_date": "2021-12-20T20:00:00+00:00"
472
+ }
473
+ },
474
+ {
475
+ "tokens": [
476
+ {
477
+ "symbol": "ETH",
478
+ "display_asset": "ETH",
479
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
480
+ "contract": null,
481
+ "decimals": 18,
482
+ "price_in_usd": 3446.67,
483
+ "precision": 8,
484
+ "listing_date": "2022-05-29T17:30:19.14963+00:00",
485
+ "source_rank": 12,
486
+ "destination_rank": 1
487
+ },
488
+ {
489
+ "symbol": "USDC",
490
+ "display_asset": "USDC",
491
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
492
+ "contract": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
493
+ "decimals": 6,
494
+ "price_in_usd": 1,
495
+ "precision": 6,
496
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
497
+ "source_rank": 30,
498
+ "destination_rank": 36
499
+ },
500
+ {
501
+ "symbol": "LRC",
502
+ "display_asset": "LRC",
503
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/lrc.png",
504
+ "contract": "0xbbbbca6a901c926f240b89eacb641d8aec7aeafd",
505
+ "decimals": 18,
506
+ "price_in_usd": 0.209237,
507
+ "precision": 8,
508
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
509
+ "source_rank": 1000,
510
+ "destination_rank": 65
511
+ },
512
+ {
513
+ "symbol": "USDT",
514
+ "display_asset": "USDT",
515
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
516
+ "contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
517
+ "decimals": 6,
518
+ "price_in_usd": 0.999398,
519
+ "precision": 6,
520
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
521
+ "source_rank": 58,
522
+ "destination_rank": 60
523
+ },
524
+ {
525
+ "symbol": "STRK",
526
+ "display_asset": "STRK",
527
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/strk.png",
528
+ "contract": "0xca14007eff0db1f8135f4c25b34de49ab0d42766",
529
+ "decimals": 18,
530
+ "price_in_usd": 0.496478,
531
+ "precision": 8,
532
+ "listing_date": "2024-07-08T12:44:23.99752+00:00",
533
+ "source_rank": 1000,
534
+ "destination_rank": 1000
535
+ },
536
+ {
537
+ "symbol": "ASTR",
538
+ "display_asset": "ASTR",
539
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/astr.png",
540
+ "contract": "0x9bbaf650dcd8d3583195715fc46b1118c3cfddfd",
541
+ "decimals": 18,
542
+ "price_in_usd": 0.06256,
543
+ "precision": 8,
544
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
545
+ "source_rank": 1000,
546
+ "destination_rank": 1000
547
+ },
548
+ {
549
+ "symbol": "BKT",
550
+ "display_asset": "BKT",
551
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bkt.png",
552
+ "contract": "0x9d62526f5ce701950c30f2caca70edf70f9fbf0f",
553
+ "decimals": 18,
554
+ "price_in_usd": 0.00018693,
555
+ "precision": 8,
556
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
557
+ "source_rank": 1000,
558
+ "destination_rank": 1000
559
+ },
560
+ {
561
+ "symbol": "DAI",
562
+ "display_asset": "DAI",
563
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/dai.png",
564
+ "contract": "0x6b175474e89094c44da98b954eedeac495271d0f",
565
+ "decimals": 18,
566
+ "price_in_usd": 0.999737,
567
+ "precision": 8,
568
+ "listing_date": "2024-08-29T15:21:04.486634+00:00",
569
+ "source_rank": 104,
570
+ "destination_rank": 1000
571
+ },
572
+ {
573
+ "symbol": "GOG",
574
+ "display_asset": "GOG",
575
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/gog.png",
576
+ "contract": "0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62",
577
+ "decimals": 18,
578
+ "price_in_usd": 0.03818313,
579
+ "precision": 8,
580
+ "listing_date": "2024-05-29T13:03:16.618+00:00",
581
+ "source_rank": 93,
582
+ "destination_rank": 1000
583
+ },
584
+ {
585
+ "symbol": "IMX",
586
+ "display_asset": "IMX",
587
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/imx.png",
588
+ "contract": "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
589
+ "decimals": 18,
590
+ "price_in_usd": 1.4,
591
+ "precision": 8,
592
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
593
+ "source_rank": 56,
594
+ "destination_rank": 28
595
+ },
596
+ {
597
+ "symbol": "SNX",
598
+ "display_asset": "SNX",
599
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/snx.png",
600
+ "contract": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
601
+ "decimals": 18,
602
+ "price_in_usd": 2.08,
603
+ "precision": 8,
604
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
605
+ "source_rank": 1000,
606
+ "destination_rank": 1000
607
+ },
608
+ {
609
+ "symbol": "TON",
610
+ "display_asset": "TON",
611
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/ton.png",
612
+ "contract": "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
613
+ "decimals": 9,
614
+ "price_in_usd": 5.63,
615
+ "precision": 6,
616
+ "listing_date": "2024-05-16T13:03:16.618755+00:00",
617
+ "source_rank": 83,
618
+ "destination_rank": 1000
619
+ },
620
+ {
621
+ "symbol": "ZKS",
622
+ "display_asset": "ZKS",
623
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/zks.png",
624
+ "contract": "0xe4815ae53b124e7263f08dcdbbb757d41ed658c6",
625
+ "decimals": 18,
626
+ "price_in_usd": 0.008401,
627
+ "precision": 8,
628
+ "listing_date": "2023-01-12T13:57:46.771305+00:00",
629
+ "source_rank": 1000,
630
+ "destination_rank": 1000
631
+ },
632
+ {
633
+ "symbol": "CTA",
634
+ "display_asset": "CTA",
635
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/cta.png",
636
+ "contract": "0x90685e300a4c4532efcefe91202dfe1dfd572f47",
637
+ "decimals": 18,
638
+ "price_in_usd": 0.01937041,
639
+ "precision": 8,
640
+ "listing_date": "2024-05-15T10:59:11.237529+00:00",
641
+ "source_rank": 60,
642
+ "destination_rank": 75
643
+ },
644
+ {
645
+ "symbol": "UNIO",
646
+ "display_asset": "",
647
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/unio.png",
648
+ "contract": "0x01aac2b594f7bdbec740f0f1aa22910ebb4b74ab",
649
+ "decimals": 18,
650
+ "price_in_usd": 0.00111204,
651
+ "precision": 8,
652
+ "listing_date": "2024-11-13T13:11:29.222929+00:00",
653
+ "source_rank": 1000,
654
+ "destination_rank": 1000
655
+ }
656
+ ],
657
+ "name": "ETHEREUM_MAINNET",
658
+ "display_name": "Ethereum",
659
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/ethereum_mainnet.png",
660
+ "chain_id": "1",
661
+ "node_url": "https://eth-mainnet.public.blastapi.io",
662
+ "type": "evm",
663
+ "transaction_explorer_template": "https://etherscan.io/tx/{0}",
664
+ "account_explorer_template": "https://etherscan.io/address/{0}",
665
+ "token": {
666
+ "symbol": "ETH",
667
+ "display_asset": "ETH",
668
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
669
+ "contract": null,
670
+ "decimals": 18,
671
+ "price_in_usd": 3446.67,
672
+ "precision": 8,
673
+ "listing_date": "2022-05-29T17:30:19.14963+00:00",
674
+ "source_rank": 12,
675
+ "destination_rank": 1
676
+ },
677
+ "metadata": {
678
+ "listing_date": "2022-05-28T20:00:00+00:00",
679
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
680
+ }
681
+ },
682
+ {
683
+ "tokens": [
684
+ {
685
+ "symbol": "ETH",
686
+ "display_asset": "ETH",
687
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
688
+ "contract": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
689
+ "decimals": 18,
690
+ "price_in_usd": 3446.67,
691
+ "precision": 8,
692
+ "listing_date": "2022-05-30T13:07:01.946576+00:00",
693
+ "source_rank": 11,
694
+ "destination_rank": 38
695
+ },
696
+ {
697
+ "symbol": "USDC",
698
+ "display_asset": "USDC",
699
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
700
+ "contract": "0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8",
701
+ "decimals": 6,
702
+ "price_in_usd": 1,
703
+ "precision": 6,
704
+ "listing_date": "2023-03-13T13:26:21.210657+00:00",
705
+ "source_rank": 26,
706
+ "destination_rank": 49
707
+ },
708
+ {
709
+ "symbol": "USDT",
710
+ "display_asset": "USDT",
711
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
712
+ "contract": "0x068f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8",
713
+ "decimals": 6,
714
+ "price_in_usd": 0.999398,
715
+ "precision": 6,
716
+ "listing_date": "2023-03-13T13:26:21.210657+00:00",
717
+ "source_rank": 51,
718
+ "destination_rank": 78
719
+ },
720
+ {
721
+ "symbol": "STRK",
722
+ "display_asset": "STRK",
723
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/strk.png",
724
+ "contract": "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d",
725
+ "decimals": 18,
726
+ "price_in_usd": 0.496478,
727
+ "precision": 8,
728
+ "listing_date": "2024-07-10T14:51:41.783071+00:00",
729
+ "source_rank": 1000,
730
+ "destination_rank": 1000
731
+ },
732
+ {
733
+ "symbol": "DAIv0",
734
+ "display_asset": "DAI v0",
735
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/daiv0.png",
736
+ "contract": "0x00da114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3",
737
+ "decimals": 18,
738
+ "price_in_usd": 0.999737,
739
+ "precision": 8,
740
+ "listing_date": "2024-01-29T09:41:43.426487+00:00",
741
+ "source_rank": 106,
742
+ "destination_rank": 1000
743
+ },
744
+ {
745
+ "symbol": "DAI",
746
+ "display_asset": "DAI",
747
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/dai.png",
748
+ "contract": "0x05574eb6b8789a91466f902c380d978e472db68170ff82a5b650b95a58ddf4ad",
749
+ "decimals": 18,
750
+ "price_in_usd": 0.999737,
751
+ "precision": 8,
752
+ "listing_date": "2024-01-29T09:41:43.71452+00:00",
753
+ "source_rank": 1000,
754
+ "destination_rank": 95
755
+ }
756
+ ],
757
+ "name": "STARKNET_MAINNET",
758
+ "display_name": "Starknet",
759
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/starknet_mainnet.png",
760
+ "chain_id": "0x534e5f4d41494e",
761
+ "node_url": "https://starknet-mainnet.blastapi.io/0087e28f-aeff-41d3-8f42-0d46f40509c9/rpc/v0_7",
762
+ "type": "starknet",
763
+ "transaction_explorer_template": "https://starkscan.co/tx/{0}",
764
+ "account_explorer_template": "https://starkscan.co/contract/{0}",
765
+ "token": {
766
+ "symbol": "ETH",
767
+ "display_asset": "ETH",
768
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
769
+ "contract": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
770
+ "decimals": 18,
771
+ "price_in_usd": 3446.67,
772
+ "precision": 8,
773
+ "listing_date": "2022-05-30T13:07:01.946576+00:00",
774
+ "source_rank": 11,
775
+ "destination_rank": 38
776
+ },
777
+ "metadata": {
778
+ "listing_date": "2022-05-28T20:00:00+00:00",
779
+ "watchdog_contract": "0x022993789c33e54e0d296fc266a9c9a2e9dcabe2e48941f5fa1bd5692ac4a8c4"
780
+ }
781
+ },
782
+ {
783
+ "tokens": [
784
+ {
785
+ "symbol": "ETH",
786
+ "display_asset": "ETH",
787
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
788
+ "contract": null,
789
+ "decimals": 18,
790
+ "price_in_usd": 3446.67,
791
+ "precision": 8,
792
+ "listing_date": "2021-11-23T14:28:30.457469+00:00",
793
+ "source_rank": 2,
794
+ "destination_rank": 13
795
+ },
796
+ {
797
+ "symbol": "USDC.e",
798
+ "display_asset": "USDC.e",
799
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
800
+ "contract": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
801
+ "decimals": 6,
802
+ "price_in_usd": 1,
803
+ "precision": 6,
804
+ "listing_date": "2022-04-20T13:54:28.688504+00:00",
805
+ "source_rank": 1000,
806
+ "destination_rank": 1000
807
+ },
808
+ {
809
+ "symbol": "USDC",
810
+ "display_asset": "USDC",
811
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
812
+ "contract": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
813
+ "decimals": 6,
814
+ "price_in_usd": 1,
815
+ "precision": 6,
816
+ "listing_date": "2022-04-20T13:54:28.688504+00:00",
817
+ "source_rank": 34,
818
+ "destination_rank": 18
819
+ },
820
+ {
821
+ "symbol": "USDT",
822
+ "display_asset": "USDT",
823
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
824
+ "contract": "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
825
+ "decimals": 6,
826
+ "price_in_usd": 0.999398,
827
+ "precision": 6,
828
+ "listing_date": "2023-01-12T13:57:47.571206+00:00",
829
+ "source_rank": 71,
830
+ "destination_rank": 35
831
+ },
832
+ {
833
+ "symbol": "OP",
834
+ "display_asset": "OP",
835
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/op.png",
836
+ "contract": "0x4200000000000000000000000000000000000042",
837
+ "decimals": 18,
838
+ "price_in_usd": 1.87,
839
+ "precision": 8,
840
+ "listing_date": "2023-09-11T12:25:53.876516+00:00",
841
+ "source_rank": 1000,
842
+ "destination_rank": 1000
843
+ },
844
+ {
845
+ "symbol": "SNX",
846
+ "display_asset": "SNX",
847
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/snx.png",
848
+ "contract": "0x8700daec35af8ff88c16bdf0418774cb3d7599b4",
849
+ "decimals": 18,
850
+ "price_in_usd": 2.08,
851
+ "precision": 8,
852
+ "listing_date": "2022-08-19T17:35:43.578187+00:00",
853
+ "source_rank": 1000,
854
+ "destination_rank": 1000
855
+ }
856
+ ],
857
+ "name": "OPTIMISM_MAINNET",
858
+ "display_name": "Optimism",
859
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/optimism_mainnet.png",
860
+ "chain_id": "10",
861
+ "node_url": "https://optimism-mainnet.public.blastapi.io",
862
+ "type": "evm",
863
+ "transaction_explorer_template": "https://optimistic.etherscan.io/tx/{0}",
864
+ "account_explorer_template": "https://optimistic.etherscan.io/address/{0}",
865
+ "token": {
866
+ "symbol": "ETH",
867
+ "display_asset": "ETH",
868
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
869
+ "contract": null,
870
+ "decimals": 18,
871
+ "price_in_usd": 3446.67,
872
+ "precision": 8,
873
+ "listing_date": "2021-11-23T14:28:30.457469+00:00",
874
+ "source_rank": 2,
875
+ "destination_rank": 13
876
+ },
877
+ "metadata": {
878
+ "listing_date": "2021-10-05T20:00:00+00:00",
879
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
880
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
881
+ }
882
+ },
883
+ {
884
+ "tokens": [
885
+ {
886
+ "symbol": "ETH",
887
+ "display_asset": "ETH",
888
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
889
+ "contract": null,
890
+ "decimals": 18,
891
+ "price_in_usd": 3446.67,
892
+ "precision": 8,
893
+ "listing_date": "2023-10-18T16:23:43.399561+00:00",
894
+ "source_rank": 16,
895
+ "destination_rank": 1000
896
+ },
897
+ {
898
+ "symbol": "USDC",
899
+ "display_asset": "USDC",
900
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
901
+ "contract": "0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a4",
902
+ "decimals": 6,
903
+ "price_in_usd": 1,
904
+ "precision": 6,
905
+ "listing_date": "2023-10-24T16:22:16.795847+00:00",
906
+ "source_rank": 70,
907
+ "destination_rank": 48
908
+ }
909
+ ],
910
+ "name": "SCROLL_MAINNET",
911
+ "display_name": "Scroll",
912
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/scroll_mainnet.png",
913
+ "chain_id": "534352",
914
+ "node_url": "https://rpc.scroll.io",
915
+ "type": "evm",
916
+ "transaction_explorer_template": "https://scrollscan.com/tx/{0}",
917
+ "account_explorer_template": "https://scrollscan.com/address/{0}",
918
+ "token": {
919
+ "symbol": "ETH",
920
+ "display_asset": "ETH",
921
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
922
+ "contract": null,
923
+ "decimals": 18,
924
+ "price_in_usd": 3446.67,
925
+ "precision": 8,
926
+ "listing_date": "2023-10-18T16:23:43.399561+00:00",
927
+ "source_rank": 16,
928
+ "destination_rank": 1000
929
+ },
930
+ "metadata": {
931
+ "listing_date": "2023-10-17T20:00:00+00:00",
932
+ "evm_oracle_contract": "0x5300000000000000000000000000000000000002",
933
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
934
+ }
935
+ },
936
+ {
937
+ "tokens": [
938
+ {
939
+ "symbol": "WETH",
940
+ "display_asset": "",
941
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
942
+ "contract": "0xf6f832466cd6c21967e0d954109403f36bc8ceaa",
943
+ "decimals": 18,
944
+ "price_in_usd": 3446.55,
945
+ "precision": 8,
946
+ "listing_date": "2024-10-25T17:52:11.928+00:00",
947
+ "source_rank": 72,
948
+ "destination_rank": 50
949
+ },
950
+ {
951
+ "symbol": "G",
952
+ "display_asset": "",
953
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/g.png",
954
+ "contract": null,
955
+ "decimals": 18,
956
+ "price_in_usd": 0.03085455,
957
+ "precision": 8,
958
+ "listing_date": "2024-09-05T15:04:33.916378+00:00",
959
+ "source_rank": 1000,
960
+ "destination_rank": 1000
961
+ }
962
+ ],
963
+ "name": "GRAVITY_MAINNET",
964
+ "display_name": "Gravity",
965
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/gravity_mainnet.png",
966
+ "chain_id": "1625",
967
+ "node_url": "https://rpc.gravity.xyz\t",
968
+ "type": "evm",
969
+ "transaction_explorer_template": "https://explorer.gravity.xyz/tx/{0}",
970
+ "account_explorer_template": "https://explorer.gravity.xyz/address/{0}",
971
+ "token": {
972
+ "symbol": "G",
973
+ "display_asset": "",
974
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/g.png",
975
+ "contract": null,
976
+ "decimals": 18,
977
+ "price_in_usd": 0.03085455,
978
+ "precision": 8,
979
+ "listing_date": "2024-09-05T15:04:33.916378+00:00",
980
+ "source_rank": 1000,
981
+ "destination_rank": 1000
982
+ },
983
+ "metadata": {
984
+ "listing_date": "2024-10-25T17:50:12.085+00:00"
985
+ }
986
+ },
987
+ {
988
+ "tokens": [
989
+ {
990
+ "symbol": "USDC.e",
991
+ "display_asset": "USDC.e",
992
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
993
+ "contract": "0x37eaa0ef3549a5bb7d431be78a3d99bd360d19e5",
994
+ "decimals": 6,
995
+ "price_in_usd": 1,
996
+ "precision": 6,
997
+ "listing_date": "2024-05-21T12:02:38.85684+00:00",
998
+ "source_rank": 100,
999
+ "destination_rank": 94
1000
+ },
1001
+ {
1002
+ "symbol": "ETH",
1003
+ "display_asset": "ETH",
1004
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1005
+ "contract": null,
1006
+ "decimals": 18,
1007
+ "price_in_usd": 3446.67,
1008
+ "precision": 8,
1009
+ "listing_date": "2023-03-30T15:15:44.301517+00:00",
1010
+ "source_rank": 29,
1011
+ "destination_rank": 31
1012
+ },
1013
+ {
1014
+ "symbol": "USDC",
1015
+ "display_asset": "USDC",
1016
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1017
+ "contract": "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
1018
+ "decimals": 6,
1019
+ "price_in_usd": 1,
1020
+ "precision": 6,
1021
+ "listing_date": "2023-09-14T16:21:21.98661+00:00",
1022
+ "source_rank": 76,
1023
+ "destination_rank": 90
1024
+ }
1025
+ ],
1026
+ "name": "POLYGONZK_MAINNET",
1027
+ "display_name": "Polygon zkEVM",
1028
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/polygonzk_mainnet.png",
1029
+ "chain_id": "1101",
1030
+ "node_url": "https://polygon-zkevm-mainnet.public.blastapi.io",
1031
+ "type": "evm",
1032
+ "transaction_explorer_template": "https://zkevm.polygonscan.com/tx/{0}",
1033
+ "account_explorer_template": "https://zkevm.polygonscan.com/address/{0}",
1034
+ "token": {
1035
+ "symbol": "ETH",
1036
+ "display_asset": "ETH",
1037
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1038
+ "contract": null,
1039
+ "decimals": 18,
1040
+ "price_in_usd": 3446.67,
1041
+ "precision": 8,
1042
+ "listing_date": "2023-03-30T15:15:44.301517+00:00",
1043
+ "source_rank": 29,
1044
+ "destination_rank": 31
1045
+ },
1046
+ "metadata": {
1047
+ "listing_date": "2023-03-29T20:00:00+00:00",
1048
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
1049
+ }
1050
+ },
1051
+ {
1052
+ "tokens": [
1053
+ {
1054
+ "symbol": "ETH",
1055
+ "display_asset": "",
1056
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1057
+ "contract": null,
1058
+ "decimals": 18,
1059
+ "price_in_usd": 3446.67,
1060
+ "precision": 8,
1061
+ "listing_date": "2024-11-20T11:42:11.359075+00:00",
1062
+ "source_rank": 15,
1063
+ "destination_rank": 32
1064
+ }
1065
+ ],
1066
+ "name": "ZERO_MAINNET",
1067
+ "display_name": "Zero",
1068
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zero_mainnet.png",
1069
+ "chain_id": "543210",
1070
+ "node_url": "https://rpc.zerion.io/v1/zero",
1071
+ "type": "evm",
1072
+ "transaction_explorer_template": "https://explorer.zero.network/tx/{0}",
1073
+ "account_explorer_template": "https://explorer.zero.network/address/{0}",
1074
+ "token": {
1075
+ "symbol": "ETH",
1076
+ "display_asset": "",
1077
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1078
+ "contract": null,
1079
+ "decimals": 18,
1080
+ "price_in_usd": 3446.67,
1081
+ "precision": 8,
1082
+ "listing_date": "2024-11-20T11:42:11.359075+00:00",
1083
+ "source_rank": 15,
1084
+ "destination_rank": 32
1085
+ },
1086
+ "metadata": {
1087
+ "listing_date": "2024-11-20T11:17:43.368729+00:00"
1088
+ }
1089
+ },
1090
+ {
1091
+ "tokens": [
1092
+ {
1093
+ "symbol": "ETH",
1094
+ "display_asset": "ETH",
1095
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1096
+ "contract": null,
1097
+ "decimals": 18,
1098
+ "price_in_usd": 3446.67,
1099
+ "precision": 8,
1100
+ "listing_date": "2024-06-27T16:54:47.704298+00:00",
1101
+ "source_rank": 36,
1102
+ "destination_rank": 6
1103
+ }
1104
+ ],
1105
+ "name": "MINT_MAINNET",
1106
+ "display_name": "Mint",
1107
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/mint_mainnet.png",
1108
+ "chain_id": "185",
1109
+ "node_url": "https://rpc.mintchain.io",
1110
+ "type": "evm",
1111
+ "transaction_explorer_template": "https://explorer.mintchain.io/tx/{0}",
1112
+ "account_explorer_template": "https://explorer.mintchain.io/address/{0}",
1113
+ "token": {
1114
+ "symbol": "ETH",
1115
+ "display_asset": "ETH",
1116
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1117
+ "contract": null,
1118
+ "decimals": 18,
1119
+ "price_in_usd": 3446.67,
1120
+ "precision": 8,
1121
+ "listing_date": "2024-06-27T16:54:47.704298+00:00",
1122
+ "source_rank": 36,
1123
+ "destination_rank": 6
1124
+ },
1125
+ "metadata": {
1126
+ "listing_date": "2024-06-27T16:51:34.446019+00:00",
1127
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
1128
+ }
1129
+ },
1130
+ {
1131
+ "tokens": [
1132
+ {
1133
+ "symbol": "ETH",
1134
+ "display_asset": "ETH",
1135
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1136
+ "contract": null,
1137
+ "decimals": 18,
1138
+ "price_in_usd": 3446.67,
1139
+ "precision": 8,
1140
+ "listing_date": "2023-08-02T10:56:49.590891+00:00",
1141
+ "source_rank": 4,
1142
+ "destination_rank": 4
1143
+ },
1144
+ {
1145
+ "symbol": "USDbC",
1146
+ "display_asset": "USDbC",
1147
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdbc.png",
1148
+ "contract": "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca",
1149
+ "decimals": 6,
1150
+ "price_in_usd": 1.001,
1151
+ "precision": 6,
1152
+ "listing_date": "2023-09-14T16:21:22.07463+00:00",
1153
+ "source_rank": 1000,
1154
+ "destination_rank": 1000
1155
+ },
1156
+ {
1157
+ "symbol": "USDC",
1158
+ "display_asset": "USDC",
1159
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1160
+ "contract": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
1161
+ "decimals": 6,
1162
+ "price_in_usd": 1,
1163
+ "precision": 6,
1164
+ "listing_date": "2023-09-14T16:21:22.07463+00:00",
1165
+ "source_rank": 6,
1166
+ "destination_rank": 10
1167
+ },
1168
+ {
1169
+ "symbol": "UNIO",
1170
+ "display_asset": "",
1171
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/unio.png",
1172
+ "contract": "0x01aac2b594f7bdbec740f0f1aa22910ebb4b74ab",
1173
+ "decimals": 18,
1174
+ "price_in_usd": 0.00111204,
1175
+ "precision": 8,
1176
+ "listing_date": "2024-11-13T13:11:48.125897+00:00",
1177
+ "source_rank": 1000,
1178
+ "destination_rank": 1000
1179
+ }
1180
+ ],
1181
+ "name": "BASE_MAINNET",
1182
+ "display_name": "Base",
1183
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/base_mainnet.png",
1184
+ "chain_id": "8453",
1185
+ "node_url": "https://lb.nodies.app/v1/cd20f05d16d24649b06f0e834a4d91c4",
1186
+ "type": "evm",
1187
+ "transaction_explorer_template": "https://basescan.org/tx/{0}",
1188
+ "account_explorer_template": "https://basescan.org/address/{0}",
1189
+ "token": {
1190
+ "symbol": "ETH",
1191
+ "display_asset": "ETH",
1192
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1193
+ "contract": null,
1194
+ "decimals": 18,
1195
+ "price_in_usd": 3446.67,
1196
+ "precision": 8,
1197
+ "listing_date": "2023-08-02T10:56:49.590891+00:00",
1198
+ "source_rank": 4,
1199
+ "destination_rank": 4
1200
+ },
1201
+ "metadata": {
1202
+ "listing_date": "2023-08-01T20:00:00+00:00",
1203
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
1204
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
1205
+ }
1206
+ },
1207
+ {
1208
+ "tokens": [
1209
+ {
1210
+ "symbol": "MNT",
1211
+ "display_asset": "MNT",
1212
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/mnt.png",
1213
+ "contract": null,
1214
+ "decimals": 18,
1215
+ "price_in_usd": 1.35,
1216
+ "precision": 8,
1217
+ "listing_date": "2023-08-08T09:28:25.088508+00:00",
1218
+ "source_rank": 1000,
1219
+ "destination_rank": 1000
1220
+ },
1221
+ {
1222
+ "symbol": "USDC",
1223
+ "display_asset": "USDC",
1224
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1225
+ "contract": "0x09bc4e0d864854c6afb6eb9a9cdf58ac190d0df9",
1226
+ "decimals": 6,
1227
+ "price_in_usd": 1,
1228
+ "precision": 6,
1229
+ "listing_date": "2024-05-13T11:25:37.989033+00:00",
1230
+ "source_rank": 49,
1231
+ "destination_rank": 66
1232
+ },
1233
+ {
1234
+ "symbol": "USDT",
1235
+ "display_asset": "USDT",
1236
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
1237
+ "contract": "0x201eba5cc46d216ce6dc03f6a759e8e766e956ae",
1238
+ "decimals": 6,
1239
+ "price_in_usd": 0.999398,
1240
+ "precision": 6,
1241
+ "listing_date": "2024-05-13T10:54:06.702761+00:00",
1242
+ "source_rank": 55,
1243
+ "destination_rank": 44
1244
+ },
1245
+ {
1246
+ "symbol": "ETH",
1247
+ "display_asset": "ETH",
1248
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1249
+ "contract": "0xdeaddeaddeaddeaddeaddeaddeaddeaddead1111",
1250
+ "decimals": 18,
1251
+ "price_in_usd": 3446.67,
1252
+ "precision": 8,
1253
+ "listing_date": "2023-08-08T09:28:25.399322+00:00",
1254
+ "source_rank": 28,
1255
+ "destination_rank": 42
1256
+ }
1257
+ ],
1258
+ "name": "MANTLE_MAINNET",
1259
+ "display_name": "Mantle",
1260
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/mantle_mainnet.png",
1261
+ "chain_id": "5000",
1262
+ "node_url": "https://rpc.mantle.xyz",
1263
+ "type": "evm",
1264
+ "transaction_explorer_template": "https://explorer.mantle.xyz/tx/{0}",
1265
+ "account_explorer_template": "https://explorer.mantle.xyz/address/{0}",
1266
+ "token": {
1267
+ "symbol": "MNT",
1268
+ "display_asset": "MNT",
1269
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/mnt.png",
1270
+ "contract": null,
1271
+ "decimals": 18,
1272
+ "price_in_usd": 1.35,
1273
+ "precision": 8,
1274
+ "listing_date": "2023-08-08T09:28:25.088508+00:00",
1275
+ "source_rank": 1000,
1276
+ "destination_rank": 1000
1277
+ },
1278
+ "metadata": {
1279
+ "listing_date": "2023-08-07T20:00:00+00:00",
1280
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
1281
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
1282
+ }
1283
+ },
1284
+ {
1285
+ "tokens": [
1286
+ {
1287
+ "symbol": "WETH",
1288
+ "display_asset": "",
1289
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
1290
+ "contract": "0xbee82cfdaff4a6aa4e4793cb81eb1c2e79ac463c",
1291
+ "decimals": 18,
1292
+ "price_in_usd": 3446.55,
1293
+ "precision": 8,
1294
+ "listing_date": "2024-11-06T14:36:02.638101+00:00",
1295
+ "source_rank": 41,
1296
+ "destination_rank": 37
1297
+ },
1298
+ {
1299
+ "symbol": "XAI",
1300
+ "display_asset": "",
1301
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/xai.png",
1302
+ "contract": null,
1303
+ "decimals": 18,
1304
+ "price_in_usd": 0.248184,
1305
+ "precision": 8,
1306
+ "listing_date": "2024-11-06T14:35:36.272627+00:00",
1307
+ "source_rank": 1000,
1308
+ "destination_rank": 1000
1309
+ }
1310
+ ],
1311
+ "name": "XAI_MAINNET",
1312
+ "display_name": "Xai ",
1313
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/xai_mainnet.png",
1314
+ "chain_id": "660279",
1315
+ "node_url": "https://xai-chain.net/rpc",
1316
+ "type": "evm",
1317
+ "transaction_explorer_template": "https://xaiscan.io/tx/{0}",
1318
+ "account_explorer_template": "https://xaiscan.io/address/{0}",
1319
+ "token": {
1320
+ "symbol": "XAI",
1321
+ "display_asset": "",
1322
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/xai.png",
1323
+ "contract": null,
1324
+ "decimals": 18,
1325
+ "price_in_usd": 0.248184,
1326
+ "precision": 8,
1327
+ "listing_date": "2024-11-06T14:35:36.272627+00:00",
1328
+ "source_rank": 1000,
1329
+ "destination_rank": 1000
1330
+ },
1331
+ "metadata": {
1332
+ "listing_date": "2024-11-06T14:06:44.29441+00:00",
1333
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
1334
+ }
1335
+ },
1336
+ {
1337
+ "tokens": [
1338
+ {
1339
+ "symbol": "ETH",
1340
+ "display_asset": "",
1341
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1342
+ "contract": null,
1343
+ "decimals": 9,
1344
+ "price_in_usd": 3446.67,
1345
+ "precision": 8,
1346
+ "listing_date": "2024-11-25T17:40:58.25837+00:00",
1347
+ "source_rank": 10,
1348
+ "destination_rank": 2
1349
+ }
1350
+ ],
1351
+ "name": "ECLIPSE_MAINNET",
1352
+ "display_name": "Eclipse",
1353
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/eclipse_mainnet.png",
1354
+ "chain_id": null,
1355
+ "node_url": "https://eclipse.helius-rpc.com/",
1356
+ "type": "solana",
1357
+ "transaction_explorer_template": "https://explorer.dev.eclipsenetwork.xyz/tx/{0}",
1358
+ "account_explorer_template": "https://explorer.dev.eclipsenetwork.xyz/address/{0}",
1359
+ "token": {
1360
+ "symbol": "ETH",
1361
+ "display_asset": "",
1362
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1363
+ "contract": null,
1364
+ "decimals": 9,
1365
+ "price_in_usd": 3446.67,
1366
+ "precision": 8,
1367
+ "listing_date": "2024-11-25T17:40:58.25837+00:00",
1368
+ "source_rank": 10,
1369
+ "destination_rank": 2
1370
+ },
1371
+ "metadata": {
1372
+ "listing_date": "2024-11-25T17:26:07.115929+00:00"
1373
+ }
1374
+ },
1375
+ {
1376
+ "tokens": [
1377
+ {
1378
+ "symbol": "ETH",
1379
+ "display_asset": "",
1380
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1381
+ "contract": null,
1382
+ "decimals": 18,
1383
+ "price_in_usd": 3446.67,
1384
+ "precision": 8,
1385
+ "listing_date": "2024-10-22T15:29:25.17378+00:00",
1386
+ "source_rank": 53,
1387
+ "destination_rank": 54
1388
+ }
1389
+ ],
1390
+ "name": "RARI_MAINNET",
1391
+ "display_name": "Rari",
1392
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/rari_mainnet.png",
1393
+ "chain_id": "1380012617",
1394
+ "node_url": "https://mainnet.rpc.rarichain.org/http",
1395
+ "type": "evm",
1396
+ "transaction_explorer_template": "https://mainnet.explorer.rarichain.org/tx/{0}",
1397
+ "account_explorer_template": "https://mainnet.explorer.rarichain.org/address/{0}",
1398
+ "token": {
1399
+ "symbol": "ETH",
1400
+ "display_asset": "",
1401
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1402
+ "contract": null,
1403
+ "decimals": 18,
1404
+ "price_in_usd": 3446.67,
1405
+ "precision": 8,
1406
+ "listing_date": "2024-10-22T15:29:25.17378+00:00",
1407
+ "source_rank": 53,
1408
+ "destination_rank": 54
1409
+ },
1410
+ "metadata": {
1411
+ "listing_date": "2024-10-22T15:11:23.854368+00:00"
1412
+ }
1413
+ },
1414
+ {
1415
+ "tokens": [
1416
+ {
1417
+ "symbol": "ETH",
1418
+ "display_asset": "ETH",
1419
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1420
+ "contract": null,
1421
+ "decimals": 18,
1422
+ "price_in_usd": 3446.67,
1423
+ "precision": 8,
1424
+ "listing_date": "2024-05-14T16:33:52.385178+00:00",
1425
+ "source_rank": 52,
1426
+ "destination_rank": 69
1427
+ }
1428
+ ],
1429
+ "name": "KROMA_MAINNET",
1430
+ "display_name": "Kroma",
1431
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/kroma_mainnet.png",
1432
+ "chain_id": "255",
1433
+ "node_url": "https://api.kroma.network",
1434
+ "type": "evm",
1435
+ "transaction_explorer_template": "https://kromascan.com/tx/{0}",
1436
+ "account_explorer_template": "https://kromascan.com/address/{0}",
1437
+ "token": {
1438
+ "symbol": "ETH",
1439
+ "display_asset": "ETH",
1440
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1441
+ "contract": null,
1442
+ "decimals": 18,
1443
+ "price_in_usd": 3446.67,
1444
+ "precision": 8,
1445
+ "listing_date": "2024-05-14T16:33:52.385178+00:00",
1446
+ "source_rank": 52,
1447
+ "destination_rank": 69
1448
+ },
1449
+ "metadata": {
1450
+ "listing_date": "2024-05-14T16:28:35.529733+00:00",
1451
+ "evm_oracle_contract": "0x4200000000000000000000000000000000000005"
1452
+ }
1453
+ },
1454
+ {
1455
+ "tokens": [
1456
+ {
1457
+ "symbol": "ETH",
1458
+ "display_asset": "ETH",
1459
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1460
+ "contract": null,
1461
+ "decimals": 18,
1462
+ "price_in_usd": 3446.67,
1463
+ "precision": 8,
1464
+ "listing_date": "2023-08-17T11:40:05.145471+00:00",
1465
+ "source_rank": 33,
1466
+ "destination_rank": 57
1467
+ }
1468
+ ],
1469
+ "name": "ZORA_MAINNET",
1470
+ "display_name": "Zora",
1471
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zora_mainnet.png",
1472
+ "chain_id": "7777777",
1473
+ "node_url": "https://rpc.zora.energy",
1474
+ "type": "evm",
1475
+ "transaction_explorer_template": "https://explorer.zora.energy/tx/{0}",
1476
+ "account_explorer_template": "https://explorer.zora.energy/address/{0}",
1477
+ "token": {
1478
+ "symbol": "ETH",
1479
+ "display_asset": "ETH",
1480
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1481
+ "contract": null,
1482
+ "decimals": 18,
1483
+ "price_in_usd": 3446.67,
1484
+ "precision": 8,
1485
+ "listing_date": "2023-08-17T11:40:05.145471+00:00",
1486
+ "source_rank": 33,
1487
+ "destination_rank": 57
1488
+ },
1489
+ "metadata": {
1490
+ "listing_date": "2023-08-15T20:00:00+00:00",
1491
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
1492
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
1493
+ }
1494
+ },
1495
+ {
1496
+ "tokens": [
1497
+ {
1498
+ "symbol": "ETH",
1499
+ "display_asset": "ETH",
1500
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1501
+ "contract": null,
1502
+ "decimals": 18,
1503
+ "price_in_usd": 3446.67,
1504
+ "precision": 8,
1505
+ "listing_date": "2024-02-22T14:39:20.526325+00:00",
1506
+ "source_rank": 43,
1507
+ "destination_rank": 26
1508
+ }
1509
+ ],
1510
+ "name": "MODE_MAINNET",
1511
+ "display_name": "Mode",
1512
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/mode_mainnet.png",
1513
+ "chain_id": "34443",
1514
+ "node_url": "https://mode-mainnet.public.blastapi.io",
1515
+ "type": "evm",
1516
+ "transaction_explorer_template": "https://explorer.mode.network/tx/{0}",
1517
+ "account_explorer_template": "https://explorer.mode.network/address/{0}",
1518
+ "token": {
1519
+ "symbol": "ETH",
1520
+ "display_asset": "ETH",
1521
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1522
+ "contract": null,
1523
+ "decimals": 18,
1524
+ "price_in_usd": 3446.67,
1525
+ "precision": 8,
1526
+ "listing_date": "2024-02-22T14:39:20.526325+00:00",
1527
+ "source_rank": 43,
1528
+ "destination_rank": 26
1529
+ },
1530
+ "metadata": {
1531
+ "listing_date": "2024-02-22T14:29:54.438957+00:00",
1532
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
1533
+ }
1534
+ },
1535
+ {
1536
+ "tokens": [
1537
+ {
1538
+ "symbol": "ETH",
1539
+ "display_asset": "",
1540
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1541
+ "contract": null,
1542
+ "decimals": 18,
1543
+ "price_in_usd": 3446.67,
1544
+ "precision": 8,
1545
+ "listing_date": "2024-10-18T11:53:37.760902+00:00",
1546
+ "source_rank": 80,
1547
+ "destination_rank": 64
1548
+ }
1549
+ ],
1550
+ "name": "WORLDCHAIN_MAINNET",
1551
+ "display_name": "World Chain",
1552
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/worldchain_mainnet.png",
1553
+ "chain_id": "480",
1554
+ "node_url": "https://worldchain-mainnet.g.alchemy.com/public",
1555
+ "type": "evm",
1556
+ "transaction_explorer_template": "https://worldchain-mainnet.explorer.alchemy.com/tx/{0}",
1557
+ "account_explorer_template": "https://worldchain-mainnet.explorer.alchemy.com/address/{0}",
1558
+ "token": {
1559
+ "symbol": "ETH",
1560
+ "display_asset": "",
1561
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1562
+ "contract": null,
1563
+ "decimals": 18,
1564
+ "price_in_usd": 3446.67,
1565
+ "precision": 8,
1566
+ "listing_date": "2024-10-18T11:53:37.760902+00:00",
1567
+ "source_rank": 80,
1568
+ "destination_rank": 64
1569
+ },
1570
+ "metadata": {
1571
+ "listing_date": "2024-10-18T11:44:02.789216+00:00",
1572
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
1573
+ }
1574
+ },
1575
+ {
1576
+ "tokens": [
1577
+ {
1578
+ "symbol": "WETH",
1579
+ "display_asset": "WETH",
1580
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
1581
+ "contract": "0xc99a6a985ed2cac1ef41640596c5a5f9f4e19ef5",
1582
+ "decimals": 18,
1583
+ "price_in_usd": 3446.55,
1584
+ "precision": 8,
1585
+ "listing_date": "2024-03-19T16:53:37.517406+00:00",
1586
+ "source_rank": 42,
1587
+ "destination_rank": 41
1588
+ },
1589
+ {
1590
+ "symbol": "RON",
1591
+ "display_asset": "RON",
1592
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/ron.png",
1593
+ "contract": null,
1594
+ "decimals": 18,
1595
+ "price_in_usd": 1.97,
1596
+ "precision": 8,
1597
+ "listing_date": "2024-03-19T17:00:21.055092+00:00",
1598
+ "source_rank": 1000,
1599
+ "destination_rank": 1000
1600
+ },
1601
+ {
1602
+ "symbol": "USDC",
1603
+ "display_asset": "USDC",
1604
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1605
+ "contract": "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
1606
+ "decimals": 6,
1607
+ "price_in_usd": 1,
1608
+ "precision": 6,
1609
+ "listing_date": "2024-03-19T16:54:14.602264+00:00",
1610
+ "source_rank": 32,
1611
+ "destination_rank": 45
1612
+ }
1613
+ ],
1614
+ "name": "RONIN_MAINNET",
1615
+ "display_name": "Ronin",
1616
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/ronin_mainnet.png",
1617
+ "chain_id": "2020",
1618
+ "node_url": "https://lb.drpc.org/ogrpc?network=ronin&dkey=At4Aws-NrEjBqqXTVjVT6L6jmfWnJx0R76DYhkHL9tz4",
1619
+ "type": "evm",
1620
+ "transaction_explorer_template": "https://app.roninchain.com/tx/{0}",
1621
+ "account_explorer_template": "https://app.roninchain.com/address/{0}",
1622
+ "token": {
1623
+ "symbol": "RON",
1624
+ "display_asset": "RON",
1625
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/ron.png",
1626
+ "contract": null,
1627
+ "decimals": 18,
1628
+ "price_in_usd": 1.97,
1629
+ "precision": 8,
1630
+ "listing_date": "2024-03-19T17:00:21.055092+00:00",
1631
+ "source_rank": 1000,
1632
+ "destination_rank": 1000
1633
+ },
1634
+ "metadata": {
1635
+ "listing_date": "2024-03-19T16:38:21.615418+00:00",
1636
+ "evm_oracle_contract": "0x16a62a921e7fec5bf867ff5c805b662db757b778"
1637
+ }
1638
+ },
1639
+ {
1640
+ "tokens": [
1641
+ {
1642
+ "symbol": "WETH.e",
1643
+ "display_asset": "WETH.e",
1644
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.e.png",
1645
+ "contract": "0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab",
1646
+ "decimals": 18,
1647
+ "price_in_usd": 3446.55,
1648
+ "precision": 8,
1649
+ "listing_date": "2024-02-01T16:46:46.953315+00:00",
1650
+ "source_rank": 65,
1651
+ "destination_rank": 74
1652
+ },
1653
+ {
1654
+ "symbol": "AVAX",
1655
+ "display_asset": "AVAX",
1656
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/avax.png",
1657
+ "contract": null,
1658
+ "decimals": 18,
1659
+ "price_in_usd": 40.98,
1660
+ "precision": 8,
1661
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
1662
+ "source_rank": 1000,
1663
+ "destination_rank": 1000
1664
+ },
1665
+ {
1666
+ "symbol": "USDT",
1667
+ "display_asset": "USDT",
1668
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
1669
+ "contract": "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7",
1670
+ "decimals": 6,
1671
+ "price_in_usd": 0.999398,
1672
+ "precision": 6,
1673
+ "listing_date": "2024-05-13T10:53:07.223534+00:00",
1674
+ "source_rank": 81,
1675
+ "destination_rank": 68
1676
+ },
1677
+ {
1678
+ "symbol": "USDC",
1679
+ "display_asset": "USDC",
1680
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1681
+ "contract": "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e",
1682
+ "decimals": 6,
1683
+ "price_in_usd": 1,
1684
+ "precision": 6,
1685
+ "listing_date": "2023-05-29T13:20:12.663583+00:00",
1686
+ "source_rank": 54,
1687
+ "destination_rank": 52
1688
+ },
1689
+ {
1690
+ "symbol": "USDC.e",
1691
+ "display_asset": "USDC.e",
1692
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
1693
+ "contract": "0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664",
1694
+ "decimals": 6,
1695
+ "price_in_usd": 1,
1696
+ "precision": 6,
1697
+ "listing_date": "2024-02-27T14:15:05.937+00:00",
1698
+ "source_rank": 1000,
1699
+ "destination_rank": 1000
1700
+ }
1701
+ ],
1702
+ "name": "AVAX_MAINNET",
1703
+ "display_name": "Avalanche",
1704
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/avax_mainnet.png",
1705
+ "chain_id": "43114",
1706
+ "node_url": "https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc",
1707
+ "type": "evm",
1708
+ "transaction_explorer_template": "https://snowtrace.io/tx/{0}",
1709
+ "account_explorer_template": "https://snowtrace.io/address/{0}",
1710
+ "token": {
1711
+ "symbol": "AVAX",
1712
+ "display_asset": "AVAX",
1713
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/avax.png",
1714
+ "contract": null,
1715
+ "decimals": 18,
1716
+ "price_in_usd": 40.98,
1717
+ "precision": 8,
1718
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
1719
+ "source_rank": 1000,
1720
+ "destination_rank": 1000
1721
+ },
1722
+ "metadata": {
1723
+ "listing_date": "2023-05-28T20:00:00+00:00",
1724
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
1725
+ }
1726
+ },
1727
+ {
1728
+ "tokens": [
1729
+ {
1730
+ "symbol": "ETH",
1731
+ "display_asset": "",
1732
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1733
+ "contract": "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07",
1734
+ "decimals": 9,
1735
+ "price_in_usd": 3446.67,
1736
+ "precision": 8,
1737
+ "listing_date": "2024-11-01T14:02:55.594757+00:00",
1738
+ "source_rank": 16,
1739
+ "destination_rank": 12
1740
+ },
1741
+ {
1742
+ "symbol": "USDT",
1743
+ "display_asset": "",
1744
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
1745
+ "contract": "0xa0265fb5c32f6e8db3197af3c7eb05c48ae373605b8165b6f4a51c5b0ba4812e",
1746
+ "decimals": 6,
1747
+ "price_in_usd": 0.999398,
1748
+ "precision": 6,
1749
+ "listing_date": "2024-11-01T14:03:24.982711+00:00",
1750
+ "source_rank": 1000,
1751
+ "destination_rank": 64
1752
+ }
1753
+ ],
1754
+ "name": "FUEL_MAINNET",
1755
+ "display_name": "Fuel Ignition",
1756
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/fuel_mainnet.png",
1757
+ "chain_id": "9889",
1758
+ "node_url": "https://mainnet.fuel.network/v1/graphql",
1759
+ "type": "fuel",
1760
+ "transaction_explorer_template": "https://app.fuel.network/tx/{0}",
1761
+ "account_explorer_template": "https://app.fuel.network/account/{0}/assets",
1762
+ "token": {
1763
+ "symbol": "ETH",
1764
+ "display_asset": "",
1765
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1766
+ "contract": "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07",
1767
+ "decimals": 9,
1768
+ "price_in_usd": 3446.67,
1769
+ "precision": 8,
1770
+ "listing_date": "2024-11-01T14:02:55.594757+00:00",
1771
+ "source_rank": 16,
1772
+ "destination_rank": 12
1773
+ },
1774
+ "metadata": {
1775
+ "listing_date": "2024-11-01T13:49:38.092442+00:00",
1776
+ "watchdog_contract": "0xe1ff41fe73be752ce0f4d510d04d9c07a7cb87ed251770c5b968f82adba371fb"
1777
+ }
1778
+ },
1779
+ {
1780
+ "tokens": [
1781
+ {
1782
+ "symbol": "USDC",
1783
+ "display_asset": "",
1784
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1785
+ "contract": "0xe8675284ffbc3a7f0292427499c3152187309170",
1786
+ "decimals": 6,
1787
+ "price_in_usd": 1,
1788
+ "precision": 6,
1789
+ "listing_date": "2024-12-09T14:09:09.79169+00:00",
1790
+ "source_rank": 102,
1791
+ "destination_rank": 1000
1792
+ },
1793
+ {
1794
+ "symbol": "USDT",
1795
+ "display_asset": "",
1796
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
1797
+ "contract": "0x06e0b9784da61fec00e17adf4d83311f5c99aeed",
1798
+ "decimals": 6,
1799
+ "price_in_usd": 0.999398,
1800
+ "precision": 6,
1801
+ "listing_date": "2024-12-09T14:08:50.600392+00:00",
1802
+ "source_rank": 1000,
1803
+ "destination_rank": 1000
1804
+ },
1805
+ {
1806
+ "symbol": "ETH",
1807
+ "display_asset": "ETH",
1808
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1809
+ "contract": null,
1810
+ "decimals": 18,
1811
+ "price_in_usd": 3446.67,
1812
+ "precision": 8,
1813
+ "listing_date": "2024-06-18T16:18:22.812651+00:00",
1814
+ "source_rank": 108,
1815
+ "destination_rank": 85
1816
+ }
1817
+ ],
1818
+ "name": "NAHMII_MAINNET",
1819
+ "display_name": "Nahmii",
1820
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/nahmii_mainnet.png",
1821
+ "chain_id": "4061",
1822
+ "node_url": "https://rpc.n3.nahmii.io",
1823
+ "type": "evm",
1824
+ "transaction_explorer_template": "https://explorer.nahmii.io/tx/{0}",
1825
+ "account_explorer_template": "https://explorer.nahmii.io/address/{0}",
1826
+ "token": {
1827
+ "symbol": "ETH",
1828
+ "display_asset": "ETH",
1829
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1830
+ "contract": null,
1831
+ "decimals": 18,
1832
+ "price_in_usd": 3446.67,
1833
+ "precision": 8,
1834
+ "listing_date": "2024-06-18T16:18:22.812651+00:00",
1835
+ "source_rank": 108,
1836
+ "destination_rank": 85
1837
+ },
1838
+ "metadata": {
1839
+ "listing_date": "2024-02-22T14:29:54.365148+00:00"
1840
+ }
1841
+ },
1842
+ {
1843
+ "tokens": [
1844
+ {
1845
+ "symbol": "WETH",
1846
+ "display_asset": "WETH",
1847
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
1848
+ "contract": "7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs",
1849
+ "decimals": 6,
1850
+ "price_in_usd": 3446.55,
1851
+ "precision": 8,
1852
+ "listing_date": "2023-02-21T13:05:40.147669+00:00",
1853
+ "source_rank": 1000,
1854
+ "destination_rank": 1000
1855
+ },
1856
+ {
1857
+ "symbol": "USDC",
1858
+ "display_asset": "USDC",
1859
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1860
+ "contract": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
1861
+ "decimals": 6,
1862
+ "price_in_usd": 1,
1863
+ "precision": 6,
1864
+ "listing_date": "2023-02-21T13:05:40.147669+00:00",
1865
+ "source_rank": 18,
1866
+ "destination_rank": 11
1867
+ },
1868
+ {
1869
+ "symbol": "USDT",
1870
+ "display_asset": "USDT",
1871
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
1872
+ "contract": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
1873
+ "decimals": 6,
1874
+ "price_in_usd": 0.999398,
1875
+ "precision": 6,
1876
+ "listing_date": "2024-05-13T10:52:26.198951+00:00",
1877
+ "source_rank": 44,
1878
+ "destination_rank": 21
1879
+ },
1880
+ {
1881
+ "symbol": "SOL",
1882
+ "display_asset": "SOL",
1883
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sol.png",
1884
+ "contract": null,
1885
+ "decimals": 9,
1886
+ "price_in_usd": 211.15,
1887
+ "precision": 8,
1888
+ "listing_date": "2023-09-14T16:44:58.549571+00:00",
1889
+ "source_rank": 1000,
1890
+ "destination_rank": 1000
1891
+ }
1892
+ ],
1893
+ "name": "SOLANA_MAINNET",
1894
+ "display_name": "Solana",
1895
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/solana_mainnet.png",
1896
+ "chain_id": "",
1897
+ "node_url": "https://odella-kzfk20-fast-mainnet.helius-rpc.com/",
1898
+ "type": "solana",
1899
+ "transaction_explorer_template": "https://solscan.io/tx/{0}",
1900
+ "account_explorer_template": "https://solscan.io/account/{0}",
1901
+ "token": {
1902
+ "symbol": "SOL",
1903
+ "display_asset": "SOL",
1904
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sol.png",
1905
+ "contract": null,
1906
+ "decimals": 9,
1907
+ "price_in_usd": 211.15,
1908
+ "precision": 8,
1909
+ "listing_date": "2023-09-14T16:44:58.549571+00:00",
1910
+ "source_rank": 1000,
1911
+ "destination_rank": 1000
1912
+ },
1913
+ "metadata": {
1914
+ "listing_date": "2023-02-20T20:00:00+00:00"
1915
+ }
1916
+ },
1917
+ {
1918
+ "tokens": [
1919
+ {
1920
+ "symbol": "ETH",
1921
+ "display_asset": "ETH",
1922
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1923
+ "contract": null,
1924
+ "decimals": 18,
1925
+ "price_in_usd": 3446.67,
1926
+ "precision": 8,
1927
+ "listing_date": "2023-07-18T14:01:38.547693+00:00",
1928
+ "source_rank": 9,
1929
+ "destination_rank": 17
1930
+ },
1931
+ {
1932
+ "symbol": "USDC",
1933
+ "display_asset": "USDC",
1934
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1935
+ "contract": "0x176211869ca2b568f2a7d4ee941e073a821ee1ff",
1936
+ "decimals": 6,
1937
+ "price_in_usd": 1,
1938
+ "precision": 6,
1939
+ "listing_date": "2023-08-10T09:11:54.397192+00:00",
1940
+ "source_rank": 50,
1941
+ "destination_rank": 34
1942
+ }
1943
+ ],
1944
+ "name": "LINEA_MAINNET",
1945
+ "display_name": "Linea",
1946
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/linea_mainnet.png",
1947
+ "chain_id": "59144",
1948
+ "node_url": "https://rpc.linea.build",
1949
+ "type": "evm",
1950
+ "transaction_explorer_template": "https://lineascan.build/tx/{0}",
1951
+ "account_explorer_template": "https://lineascan.build/address/{0}",
1952
+ "token": {
1953
+ "symbol": "ETH",
1954
+ "display_asset": "ETH",
1955
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1956
+ "contract": null,
1957
+ "decimals": 18,
1958
+ "price_in_usd": 3446.67,
1959
+ "precision": 8,
1960
+ "listing_date": "2023-07-18T14:01:38.547693+00:00",
1961
+ "source_rank": 9,
1962
+ "destination_rank": 17
1963
+ },
1964
+ "metadata": {
1965
+ "listing_date": "2023-07-17T20:00:00+00:00",
1966
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
1967
+ }
1968
+ },
1969
+ {
1970
+ "tokens": [
1971
+ {
1972
+ "symbol": "ETH",
1973
+ "display_asset": "ETH",
1974
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
1975
+ "contract": null,
1976
+ "decimals": 18,
1977
+ "price_in_usd": 3446.67,
1978
+ "precision": 8,
1979
+ "listing_date": "2024-05-27T17:49:03.360707+00:00",
1980
+ "source_rank": 27,
1981
+ "destination_rank": 73
1982
+ },
1983
+ {
1984
+ "symbol": "USDC",
1985
+ "display_asset": "USDC",
1986
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
1987
+ "contract": "0x07d83526730c7438048d55a4fc0b850e2aab6f0b",
1988
+ "decimals": 6,
1989
+ "price_in_usd": 1,
1990
+ "precision": 6,
1991
+ "listing_date": "2024-08-28T12:05:19.0944+00:00",
1992
+ "source_rank": 92,
1993
+ "destination_rank": 70
1994
+ }
1995
+ ],
1996
+ "name": "TAIKO_ALETHIA",
1997
+ "display_name": "Taiko",
1998
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/TAIKO_ALETHIA.png",
1999
+ "chain_id": "167000",
2000
+ "node_url": "https://rpc.mainnet.taiko.xyz",
2001
+ "type": "evm",
2002
+ "transaction_explorer_template": "https://taikoscan.io/tx/{0}",
2003
+ "account_explorer_template": "https://taikoscan.io/address/{0}",
2004
+ "token": {
2005
+ "symbol": "ETH",
2006
+ "display_asset": "ETH",
2007
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2008
+ "contract": null,
2009
+ "decimals": 18,
2010
+ "price_in_usd": 3446.67,
2011
+ "precision": 8,
2012
+ "listing_date": "2024-05-27T17:49:03.360707+00:00",
2013
+ "source_rank": 27,
2014
+ "destination_rank": 73
2015
+ },
2016
+ "metadata": {
2017
+ "listing_date": "2024-05-27T17:43:04.09474+00:00"
2018
+ }
2019
+ },
2020
+ {
2021
+ "tokens": [
2022
+ {
2023
+ "symbol": "ETH",
2024
+ "display_asset": "",
2025
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2026
+ "contract": null,
2027
+ "decimals": 18,
2028
+ "price_in_usd": 3446.67,
2029
+ "precision": 8,
2030
+ "listing_date": "2024-10-29T14:57:51.229021+00:00",
2031
+ "source_rank": 3,
2032
+ "destination_rank": 14
2033
+ }
2034
+ ],
2035
+ "name": "MORPH_MAINNET",
2036
+ "display_name": "Morph",
2037
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/morph_mainnet.png",
2038
+ "chain_id": "2818",
2039
+ "node_url": "https://rpc.morphl2.io",
2040
+ "type": "evm",
2041
+ "transaction_explorer_template": "https://explorer.morphl2.io/tx/{0}",
2042
+ "account_explorer_template": "https://explorer.morphl2.io/address/{0}",
2043
+ "token": {
2044
+ "symbol": "ETH",
2045
+ "display_asset": "",
2046
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2047
+ "contract": null,
2048
+ "decimals": 18,
2049
+ "price_in_usd": 3446.67,
2050
+ "precision": 8,
2051
+ "listing_date": "2024-10-29T14:57:51.229021+00:00",
2052
+ "source_rank": 3,
2053
+ "destination_rank": 14
2054
+ },
2055
+ "metadata": {
2056
+ "listing_date": "2024-10-29T14:50:08.858338+00:00",
2057
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
2058
+ }
2059
+ },
2060
+ {
2061
+ "tokens": [
2062
+ {
2063
+ "symbol": "USDC",
2064
+ "display_asset": "USDC",
2065
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2066
+ "contract": null,
2067
+ "decimals": 6,
2068
+ "price_in_usd": 1,
2069
+ "precision": 6,
2070
+ "listing_date": "2023-09-26T12:36:16.471609+00:00",
2071
+ "source_rank": 1000,
2072
+ "destination_rank": 1000
2073
+ }
2074
+ ],
2075
+ "name": "BRINE_MAINNET",
2076
+ "display_name": "tanX",
2077
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/brine_mainnet.png",
2078
+ "chain_id": "mainnet",
2079
+ "node_url": null,
2080
+ "type": "starkex",
2081
+ "transaction_explorer_template": "https://trade.tanx.fi/wallet",
2082
+ "account_explorer_template": "https://trade.tanx.fi/wallet",
2083
+ "token": null,
2084
+ "metadata": {
2085
+ "listing_date": "2023-09-25T20:00:00+00:00"
2086
+ }
2087
+ },
2088
+ {
2089
+ "tokens": [
2090
+ {
2091
+ "symbol": "WETH",
2092
+ "display_asset": "WETH",
2093
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/weth.png",
2094
+ "contract": "0xa722c13135930332eb3d749b2f0906559d2c5b99",
2095
+ "decimals": 18,
2096
+ "price_in_usd": 3446.55,
2097
+ "precision": 8,
2098
+ "listing_date": "2024-08-28T15:09:58.090584+00:00",
2099
+ "source_rank": 105,
2100
+ "destination_rank": 1000
2101
+ },
2102
+ {
2103
+ "symbol": "USDC",
2104
+ "display_asset": "USDC",
2105
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2106
+ "contract": "0x28c3d1cd466ba22f6cae51b1a4692a831696391a",
2107
+ "decimals": 6,
2108
+ "price_in_usd": 1,
2109
+ "precision": 6,
2110
+ "listing_date": "2024-02-27T13:32:05.350291+00:00",
2111
+ "source_rank": 88,
2112
+ "destination_rank": 88
2113
+ },
2114
+ {
2115
+ "symbol": "FUSE",
2116
+ "display_asset": "FUSE",
2117
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/fuse.png",
2118
+ "contract": null,
2119
+ "decimals": 18,
2120
+ "price_in_usd": 0.02903271,
2121
+ "precision": 8,
2122
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
2123
+ "source_rank": 1000,
2124
+ "destination_rank": 1000
2125
+ }
2126
+ ],
2127
+ "name": "FUSE_MAINNET",
2128
+ "display_name": "Fuse",
2129
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/fuse_mainnet.png",
2130
+ "chain_id": "122",
2131
+ "node_url": "https://rpc.fuse.io",
2132
+ "type": "evm",
2133
+ "transaction_explorer_template": "https://explorer.fuse.io/tx/{0}",
2134
+ "account_explorer_template": "https://explorer.fuse.io/address/{0}",
2135
+ "token": {
2136
+ "symbol": "FUSE",
2137
+ "display_asset": "FUSE",
2138
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/fuse.png",
2139
+ "contract": null,
2140
+ "decimals": 18,
2141
+ "price_in_usd": 0.02903271,
2142
+ "precision": 8,
2143
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
2144
+ "source_rank": 1000,
2145
+ "destination_rank": 1000
2146
+ },
2147
+ "metadata": {
2148
+ "listing_date": "2023-03-13T20:00:00+00:00"
2149
+ }
2150
+ },
2151
+ {
2152
+ "tokens": [
2153
+ {
2154
+ "symbol": "SEI",
2155
+ "display_asset": "",
2156
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sei.png",
2157
+ "contract": null,
2158
+ "decimals": 18,
2159
+ "price_in_usd": 0.433001,
2160
+ "precision": 8,
2161
+ "listing_date": "2024-09-30T13:39:49.796473+00:00",
2162
+ "source_rank": 1000,
2163
+ "destination_rank": 1000
2164
+ },
2165
+ {
2166
+ "symbol": "USDC",
2167
+ "display_asset": "",
2168
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2169
+ "contract": "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
2170
+ "decimals": 6,
2171
+ "price_in_usd": 1,
2172
+ "precision": 6,
2173
+ "listing_date": "2024-09-30T12:36:01.067468+00:00",
2174
+ "source_rank": 88,
2175
+ "destination_rank": 87
2176
+ }
2177
+ ],
2178
+ "name": "SEI_MAINNET",
2179
+ "display_name": "Sei",
2180
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/sei_mainnet.png",
2181
+ "chain_id": "1329",
2182
+ "node_url": "https://evm-rpc.sei-apis.com",
2183
+ "type": "evm",
2184
+ "transaction_explorer_template": "https://seitrace.com/tx/{0}?chain=pacific-1",
2185
+ "account_explorer_template": "https://seitrace.com/address/{0}?chain=pacific-1",
2186
+ "token": {
2187
+ "symbol": "SEI",
2188
+ "display_asset": "",
2189
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sei.png",
2190
+ "contract": null,
2191
+ "decimals": 18,
2192
+ "price_in_usd": 0.433001,
2193
+ "precision": 8,
2194
+ "listing_date": "2024-09-30T13:39:49.796473+00:00",
2195
+ "source_rank": 1000,
2196
+ "destination_rank": 1000
2197
+ },
2198
+ "metadata": {
2199
+ "listing_date": "2024-09-26T13:15:29.912321+00:00",
2200
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
2201
+ }
2202
+ },
2203
+ {
2204
+ "tokens": [
2205
+ {
2206
+ "symbol": "IMX",
2207
+ "display_asset": "IMX",
2208
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/imx.png",
2209
+ "contract": "255",
2210
+ "decimals": 18,
2211
+ "price_in_usd": 1.4,
2212
+ "precision": 3,
2213
+ "listing_date": "2023-04-02T16:05:48.686358+00:00",
2214
+ "source_rank": 1000,
2215
+ "destination_rank": 1000
2216
+ },
2217
+ {
2218
+ "symbol": "LRC",
2219
+ "display_asset": "LRC",
2220
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/lrc.png",
2221
+ "contract": "1",
2222
+ "decimals": 18,
2223
+ "price_in_usd": 0.209237,
2224
+ "precision": 3,
2225
+ "listing_date": "2022-01-17T18:54:41.842691+00:00",
2226
+ "source_rank": 67,
2227
+ "destination_rank": 1000
2228
+ },
2229
+ {
2230
+ "symbol": "BKT",
2231
+ "display_asset": "BKT",
2232
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bkt.png",
2233
+ "contract": "240",
2234
+ "decimals": 18,
2235
+ "price_in_usd": 0.00018693,
2236
+ "precision": 7,
2237
+ "listing_date": "2022-05-25T14:21:27.516812+00:00",
2238
+ "source_rank": 1000,
2239
+ "destination_rank": 1000
2240
+ },
2241
+ {
2242
+ "symbol": "ETH",
2243
+ "display_asset": "ETH",
2244
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2245
+ "contract": "0",
2246
+ "decimals": 18,
2247
+ "price_in_usd": 3446.67,
2248
+ "precision": 7,
2249
+ "listing_date": "2022-01-07T13:59:52.164015+00:00",
2250
+ "source_rank": 59,
2251
+ "destination_rank": 86
2252
+ },
2253
+ {
2254
+ "symbol": "USDC",
2255
+ "display_asset": "USDC",
2256
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2257
+ "contract": "6",
2258
+ "decimals": 6,
2259
+ "price_in_usd": 1,
2260
+ "precision": 5,
2261
+ "listing_date": "2022-02-22T23:03:45.703977+00:00",
2262
+ "source_rank": 74,
2263
+ "destination_rank": 80
2264
+ }
2265
+ ],
2266
+ "name": "LOOPRING_MAINNET",
2267
+ "display_name": "Loopring",
2268
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/loopring_mainnet.png",
2269
+ "chain_id": "1",
2270
+ "node_url": "https://api3.loopring.io/api/v3",
2271
+ "type": "zksynclite",
2272
+ "transaction_explorer_template": "https://explorer.loopring.io/tx/{0}-transfer",
2273
+ "account_explorer_template": "https://explorer.loopring.io/account/{0}",
2274
+ "token": {
2275
+ "symbol": "ETH",
2276
+ "display_asset": "ETH",
2277
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2278
+ "contract": "0",
2279
+ "decimals": 18,
2280
+ "price_in_usd": 3446.67,
2281
+ "precision": 7,
2282
+ "listing_date": "2022-01-07T13:59:52.164015+00:00",
2283
+ "source_rank": 59,
2284
+ "destination_rank": 86
2285
+ },
2286
+ "metadata": {
2287
+ "listing_date": "2022-01-06T20:00:00+00:00"
2288
+ }
2289
+ },
2290
+ {
2291
+ "tokens": [
2292
+ {
2293
+ "symbol": "ETH",
2294
+ "display_asset": "ETH",
2295
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2296
+ "contract": null,
2297
+ "decimals": 18,
2298
+ "price_in_usd": 3446.67,
2299
+ "precision": 8,
2300
+ "listing_date": "2024-05-08T11:29:15.249048+00:00",
2301
+ "source_rank": 20,
2302
+ "destination_rank": 92
2303
+ }
2304
+ ],
2305
+ "name": "BOB_MAINNET",
2306
+ "display_name": "Bob",
2307
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/bob_mainnet.png",
2308
+ "chain_id": "60808",
2309
+ "node_url": "https://rpc.gobob.xyz/",
2310
+ "type": "evm",
2311
+ "transaction_explorer_template": "https://explorer.gobob.xyz/tx/{0}",
2312
+ "account_explorer_template": "https://explorer.gobob.xyz/address/{0}",
2313
+ "token": {
2314
+ "symbol": "ETH",
2315
+ "display_asset": "ETH",
2316
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2317
+ "contract": null,
2318
+ "decimals": 18,
2319
+ "price_in_usd": 3446.67,
2320
+ "precision": 8,
2321
+ "listing_date": "2024-05-08T11:29:15.249048+00:00",
2322
+ "source_rank": 20,
2323
+ "destination_rank": 92
2324
+ },
2325
+ "metadata": {
2326
+ "listing_date": "2024-05-08T11:20:29.878972+00:00",
2327
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
2328
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
2329
+ }
2330
+ },
2331
+ {
2332
+ "tokens": [
2333
+ {
2334
+ "symbol": "USDT",
2335
+ "display_asset": "USDT",
2336
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
2337
+ "contract": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
2338
+ "decimals": 6,
2339
+ "price_in_usd": 0.999398,
2340
+ "precision": 6,
2341
+ "listing_date": "2024-08-16T17:38:46.635863+00:00",
2342
+ "source_rank": 97,
2343
+ "destination_rank": 84
2344
+ },
2345
+ {
2346
+ "symbol": "TRX",
2347
+ "display_asset": "TRX",
2348
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/trx.png",
2349
+ "contract": null,
2350
+ "decimals": 6,
2351
+ "price_in_usd": 0.262229,
2352
+ "precision": 6,
2353
+ "listing_date": "2024-08-16T17:38:38.995464+00:00",
2354
+ "source_rank": 1000,
2355
+ "destination_rank": 1000
2356
+ }
2357
+ ],
2358
+ "name": "TRON_MAINNET",
2359
+ "display_name": "Tron",
2360
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/tron_mainnet.png",
2361
+ "chain_id": null,
2362
+ "node_url": null,
2363
+ "type": "tron",
2364
+ "transaction_explorer_template": "https://tronscan.org/#/transaction/{0}",
2365
+ "account_explorer_template": "https://tronscan.org/#/address/{0}",
2366
+ "token": {
2367
+ "symbol": "TRX",
2368
+ "display_asset": "TRX",
2369
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/trx.png",
2370
+ "contract": null,
2371
+ "decimals": 6,
2372
+ "price_in_usd": 0.262229,
2373
+ "precision": 6,
2374
+ "listing_date": "2024-08-16T17:38:38.995464+00:00",
2375
+ "source_rank": 1000,
2376
+ "destination_rank": 1000
2377
+ },
2378
+ "metadata": {
2379
+ "listing_date": "2024-08-16T14:26:16.492839+00:00"
2380
+ }
2381
+ },
2382
+ {
2383
+ "tokens": [
2384
+ {
2385
+ "symbol": "ETH",
2386
+ "display_asset": "ETH",
2387
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2388
+ "contract": null,
2389
+ "decimals": 18,
2390
+ "price_in_usd": 3446.67,
2391
+ "precision": 8,
2392
+ "listing_date": "2024-05-08T15:54:26.660981+00:00",
2393
+ "source_rank": 86,
2394
+ "destination_rank": 59
2395
+ }
2396
+ ],
2397
+ "name": "REDSTONE_MAINNET",
2398
+ "display_name": "Redstone",
2399
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/redstone_mainnet.png",
2400
+ "chain_id": "690",
2401
+ "node_url": "https://rpc.redstonechain.com",
2402
+ "type": "evm",
2403
+ "transaction_explorer_template": "https://explorer.redstone.xyz/tx/{0}",
2404
+ "account_explorer_template": "https://explorer.redstone.xyz/addess/{0}",
2405
+ "token": {
2406
+ "symbol": "ETH",
2407
+ "display_asset": "ETH",
2408
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2409
+ "contract": null,
2410
+ "decimals": 18,
2411
+ "price_in_usd": 3446.67,
2412
+ "precision": 8,
2413
+ "listing_date": "2024-05-08T15:54:26.660981+00:00",
2414
+ "source_rank": 86,
2415
+ "destination_rank": 59
2416
+ },
2417
+ "metadata": {
2418
+ "listing_date": "2024-05-08T15:48:25.309459+00:00",
2419
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
2420
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
2421
+ }
2422
+ },
2423
+ {
2424
+ "tokens": [
2425
+ {
2426
+ "symbol": "ETH",
2427
+ "display_asset": "",
2428
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2429
+ "contract": null,
2430
+ "decimals": 18,
2431
+ "price_in_usd": 3446.67,
2432
+ "precision": 8,
2433
+ "listing_date": "2024-10-22T13:08:36.566382+00:00",
2434
+ "source_rank": 82,
2435
+ "destination_rank": 88
2436
+ }
2437
+ ],
2438
+ "name": "SHAPE_MAINNET",
2439
+ "display_name": "Shape",
2440
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/shape_mainnet.png",
2441
+ "chain_id": "360",
2442
+ "node_url": "https://mainnet.shape.network",
2443
+ "type": "evm",
2444
+ "transaction_explorer_template": "https://shapescan.xyz/tx/{0}",
2445
+ "account_explorer_template": "https://shapescan.xyz/address/{0}",
2446
+ "token": {
2447
+ "symbol": "ETH",
2448
+ "display_asset": "",
2449
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2450
+ "contract": null,
2451
+ "decimals": 18,
2452
+ "price_in_usd": 3446.67,
2453
+ "precision": 8,
2454
+ "listing_date": "2024-10-22T13:08:36.566382+00:00",
2455
+ "source_rank": 82,
2456
+ "destination_rank": 88
2457
+ },
2458
+ "metadata": {
2459
+ "listing_date": "2024-10-22T13:02:38.987117+00:00",
2460
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
2461
+ }
2462
+ },
2463
+ {
2464
+ "tokens": [
2465
+ {
2466
+ "symbol": "ETH",
2467
+ "display_asset": "ETH",
2468
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2469
+ "contract": "0xe7798f023fc62146e8aa1b36da45fb70855a77ea",
2470
+ "decimals": 18,
2471
+ "price_in_usd": 3446.67,
2472
+ "precision": 8,
2473
+ "listing_date": "2023-09-22T09:10:20.368405+00:00",
2474
+ "source_rank": 73,
2475
+ "destination_rank": 62
2476
+ },
2477
+ {
2478
+ "symbol": "BNB",
2479
+ "display_asset": "BNB",
2480
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bnb.png",
2481
+ "contract": null,
2482
+ "decimals": 18,
2483
+ "price_in_usd": 701.46,
2484
+ "precision": 8,
2485
+ "listing_date": "2023-09-22T09:11:46.963172+00:00",
2486
+ "source_rank": 1000,
2487
+ "destination_rank": 1000
2488
+ }
2489
+ ],
2490
+ "name": "OPBNB_MAINNET",
2491
+ "display_name": "opBNB",
2492
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/opbnb_mainnet.png",
2493
+ "chain_id": "204",
2494
+ "node_url": "https://opbnb-mainnet-rpc.bnbchain.org",
2495
+ "type": "evm",
2496
+ "transaction_explorer_template": "https://opbnbscan.com/tx/{0}",
2497
+ "account_explorer_template": "https://opbnbscan.com/address/{0}",
2498
+ "token": {
2499
+ "symbol": "BNB",
2500
+ "display_asset": "BNB",
2501
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/bnb.png",
2502
+ "contract": null,
2503
+ "decimals": 18,
2504
+ "price_in_usd": 701.46,
2505
+ "precision": 8,
2506
+ "listing_date": "2023-09-22T09:11:46.963172+00:00",
2507
+ "source_rank": 1000,
2508
+ "destination_rank": 1000
2509
+ },
2510
+ "metadata": {
2511
+ "listing_date": "2023-09-21T20:00:00+00:00",
2512
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
2513
+ }
2514
+ },
2515
+ {
2516
+ "tokens": [
2517
+ {
2518
+ "symbol": "ETH",
2519
+ "display_asset": "ETH",
2520
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2521
+ "contract": "0x5a77f1443d16ee5761d310e38b62f77f726bc71c",
2522
+ "decimals": 18,
2523
+ "price_in_usd": 3446.67,
2524
+ "precision": 8,
2525
+ "listing_date": "2024-05-02T14:57:13.611421+00:00",
2526
+ "source_rank": 96,
2527
+ "destination_rank": 91
2528
+ },
2529
+ {
2530
+ "symbol": "USDT",
2531
+ "display_asset": "USDT",
2532
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
2533
+ "contract": "0x1e4a5963abfd975d8c9021ce480b42188849d41d",
2534
+ "decimals": 6,
2535
+ "price_in_usd": 0.999398,
2536
+ "precision": 6,
2537
+ "listing_date": "2024-05-13T10:53:38.297906+00:00",
2538
+ "source_rank": 99,
2539
+ "destination_rank": 1000
2540
+ },
2541
+ {
2542
+ "symbol": "OKB",
2543
+ "display_asset": "OKB",
2544
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/okb.png",
2545
+ "contract": null,
2546
+ "decimals": 18,
2547
+ "price_in_usd": 49.23,
2548
+ "precision": 8,
2549
+ "listing_date": "2024-05-02T14:58:15.741739+00:00",
2550
+ "source_rank": 1000,
2551
+ "destination_rank": 1000
2552
+ }
2553
+ ],
2554
+ "name": "XLAYER_MAINNET",
2555
+ "display_name": "X Layer",
2556
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/xlayer_mainnet.png",
2557
+ "chain_id": "196",
2558
+ "node_url": "https://endpoints.omniatech.io/v1/xlayer/mainnet/public",
2559
+ "type": "evm",
2560
+ "transaction_explorer_template": "https://www.okx.com/explorer/xlayer/tx/{0}",
2561
+ "account_explorer_template": "https://www.okx.com/explorer/xlayer/address/{0}",
2562
+ "token": {
2563
+ "symbol": "OKB",
2564
+ "display_asset": "OKB",
2565
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/okb.png",
2566
+ "contract": null,
2567
+ "decimals": 18,
2568
+ "price_in_usd": 49.23,
2569
+ "precision": 8,
2570
+ "listing_date": "2024-05-02T14:58:15.741739+00:00",
2571
+ "source_rank": 1000,
2572
+ "destination_rank": 1000
2573
+ },
2574
+ "metadata": {
2575
+ "listing_date": "2024-04-29T14:44:18.912281+00:00",
2576
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
2577
+ }
2578
+ },
2579
+ {
2580
+ "tokens": [
2581
+ {
2582
+ "symbol": "USDC.e",
2583
+ "display_asset": "USDC.e",
2584
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
2585
+ "contract": "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
2586
+ "decimals": 6,
2587
+ "price_in_usd": 1,
2588
+ "precision": 6,
2589
+ "listing_date": "2023-03-27T13:55:45.405623+00:00",
2590
+ "source_rank": 78,
2591
+ "destination_rank": 1000
2592
+ },
2593
+ {
2594
+ "symbol": "USDT",
2595
+ "display_asset": "USDT",
2596
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
2597
+ "contract": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
2598
+ "decimals": 6,
2599
+ "price_in_usd": 0.999398,
2600
+ "precision": 6,
2601
+ "listing_date": "2024-04-18T11:35:37.94453+00:00",
2602
+ "source_rank": 91,
2603
+ "destination_rank": 81
2604
+ },
2605
+ {
2606
+ "symbol": "DAI",
2607
+ "display_asset": "",
2608
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/dai.png",
2609
+ "contract": "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
2610
+ "decimals": 18,
2611
+ "price_in_usd": 0.999737,
2612
+ "precision": 8,
2613
+ "listing_date": "2024-09-06T13:15:50.114797+00:00",
2614
+ "source_rank": 103,
2615
+ "destination_rank": 39
2616
+ },
2617
+ {
2618
+ "symbol": "SNX",
2619
+ "display_asset": "SNX",
2620
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/snx.png",
2621
+ "contract": "0x50b728d8d964fd00c2d0aad81718b71311fef68a",
2622
+ "decimals": 18,
2623
+ "price_in_usd": 2.08,
2624
+ "precision": 8,
2625
+ "listing_date": "2024-02-02T10:48:05.635428+00:00",
2626
+ "source_rank": 1000,
2627
+ "destination_rank": 1000
2628
+ },
2629
+ {
2630
+ "symbol": "ETH",
2631
+ "display_asset": "ETH",
2632
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2633
+ "contract": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
2634
+ "decimals": 18,
2635
+ "price_in_usd": 3446.67,
2636
+ "precision": 8,
2637
+ "listing_date": "2023-03-27T13:55:45.566712+00:00",
2638
+ "source_rank": 61,
2639
+ "destination_rank": 16
2640
+ },
2641
+ {
2642
+ "symbol": "POL",
2643
+ "display_asset": "POL",
2644
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/pol.png",
2645
+ "contract": null,
2646
+ "decimals": 18,
2647
+ "price_in_usd": 0.495027,
2648
+ "precision": 8,
2649
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
2650
+ "source_rank": 1000,
2651
+ "destination_rank": 1000
2652
+ },
2653
+ {
2654
+ "symbol": "USDC",
2655
+ "display_asset": "USDC",
2656
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2657
+ "contract": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
2658
+ "decimals": 6,
2659
+ "price_in_usd": 1,
2660
+ "precision": 6,
2661
+ "listing_date": "2023-03-27T13:55:45.405623+00:00",
2662
+ "source_rank": 38,
2663
+ "destination_rank": 30
2664
+ }
2665
+ ],
2666
+ "name": "POLYGON_MAINNET",
2667
+ "display_name": "Polygon",
2668
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/polygon_mainnet.png",
2669
+ "chain_id": "137",
2670
+ "node_url": "https://polygon-mainnet.public.blastapi.io",
2671
+ "type": "evm",
2672
+ "transaction_explorer_template": "https://polygonscan.com/tx/{0}",
2673
+ "account_explorer_template": "https://polygonscan.com/address/{0}",
2674
+ "token": {
2675
+ "symbol": "POL",
2676
+ "display_asset": "POL",
2677
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/pol.png",
2678
+ "contract": null,
2679
+ "decimals": 18,
2680
+ "price_in_usd": 0.495027,
2681
+ "precision": 8,
2682
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
2683
+ "source_rank": 1000,
2684
+ "destination_rank": 1000
2685
+ },
2686
+ "metadata": {
2687
+ "listing_date": "2023-03-26T20:00:00+00:00",
2688
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
2689
+ }
2690
+ },
2691
+ {
2692
+ "tokens": [
2693
+ {
2694
+ "symbol": "USDT",
2695
+ "display_asset": "USDT",
2696
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
2697
+ "contract": "UQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_p0p",
2698
+ "decimals": 6,
2699
+ "price_in_usd": 0.999398,
2700
+ "precision": 6,
2701
+ "listing_date": "2024-04-18T11:21:42.477+00:00",
2702
+ "source_rank": 77,
2703
+ "destination_rank": 53
2704
+ },
2705
+ {
2706
+ "symbol": "TON",
2707
+ "display_asset": "TON",
2708
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/ton.png",
2709
+ "contract": null,
2710
+ "decimals": 9,
2711
+ "price_in_usd": 5.63,
2712
+ "precision": 8,
2713
+ "listing_date": "2023-10-31T15:18:11.206931+00:00",
2714
+ "source_rank": 1000,
2715
+ "destination_rank": 71
2716
+ }
2717
+ ],
2718
+ "name": "TON_MAINNET",
2719
+ "display_name": "TON",
2720
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/ton_mainnet.png",
2721
+ "chain_id": null,
2722
+ "node_url": null,
2723
+ "type": "ton",
2724
+ "transaction_explorer_template": "https://tonscan.org/tx/{0}",
2725
+ "account_explorer_template": "https://tonscan.org/address/{0}",
2726
+ "token": {
2727
+ "symbol": "TON",
2728
+ "display_asset": "TON",
2729
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/ton.png",
2730
+ "contract": null,
2731
+ "decimals": 9,
2732
+ "price_in_usd": 5.63,
2733
+ "precision": 8,
2734
+ "listing_date": "2023-10-31T15:18:11.206931+00:00",
2735
+ "source_rank": 1000,
2736
+ "destination_rank": 71
2737
+ },
2738
+ "metadata": {
2739
+ "listing_date": "2023-04-30T20:00:00+00:00"
2740
+ }
2741
+ },
2742
+ {
2743
+ "tokens": [
2744
+ {
2745
+ "symbol": "ETH",
2746
+ "display_asset": "ETH",
2747
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2748
+ "contract": null,
2749
+ "decimals": 18,
2750
+ "price_in_usd": 3446.67,
2751
+ "precision": 8,
2752
+ "listing_date": "2023-09-12T14:23:20.102169+00:00",
2753
+ "source_rank": 24,
2754
+ "destination_rank": 29
2755
+ },
2756
+ {
2757
+ "symbol": "USDC",
2758
+ "display_asset": "USDC",
2759
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2760
+ "contract": "0xb73603c5d87fa094b7314c74ace2e64d165016fb",
2761
+ "decimals": 6,
2762
+ "price_in_usd": 1,
2763
+ "precision": 6,
2764
+ "listing_date": "2023-10-12T15:02:50.345799+00:00",
2765
+ "source_rank": 69,
2766
+ "destination_rank": 79
2767
+ }
2768
+ ],
2769
+ "name": "MANTA_MAINNET",
2770
+ "display_name": "Manta Pacific",
2771
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/manta_mainnet.png",
2772
+ "chain_id": "169",
2773
+ "node_url": "https://pacific-rpc.manta.network/http",
2774
+ "type": "evm",
2775
+ "transaction_explorer_template": "https://manta-pacific.calderaexplorer.xyz/tx/{0}",
2776
+ "account_explorer_template": "https://manta-pacific.calderaexplorer.xyz/address/{0}",
2777
+ "token": {
2778
+ "symbol": "ETH",
2779
+ "display_asset": "ETH",
2780
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2781
+ "contract": null,
2782
+ "decimals": 18,
2783
+ "price_in_usd": 3446.67,
2784
+ "precision": 8,
2785
+ "listing_date": "2023-09-12T14:23:20.102169+00:00",
2786
+ "source_rank": 24,
2787
+ "destination_rank": 29
2788
+ },
2789
+ "metadata": {
2790
+ "listing_date": "2023-09-11T20:00:00+00:00",
2791
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
2792
+ }
2793
+ },
2794
+ {
2795
+ "tokens": [
2796
+ {
2797
+ "symbol": "ETH",
2798
+ "display_asset": "",
2799
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2800
+ "contract": null,
2801
+ "decimals": 18,
2802
+ "price_in_usd": 3446.67,
2803
+ "precision": 8,
2804
+ "listing_date": "2024-11-12T11:21:52.464677+00:00",
2805
+ "source_rank": 31,
2806
+ "destination_rank": 19
2807
+ }
2808
+ ],
2809
+ "name": "LISK_MAINNET",
2810
+ "display_name": "Lisk",
2811
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/lisk_mainnet.png",
2812
+ "chain_id": "1135",
2813
+ "node_url": "https://rpc.api.lisk.com",
2814
+ "type": "evm",
2815
+ "transaction_explorer_template": "https://blockscout.lisk.com/tx/{0}",
2816
+ "account_explorer_template": "https://blockscout.lisk.com/address/{0}",
2817
+ "token": {
2818
+ "symbol": "ETH",
2819
+ "display_asset": "",
2820
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2821
+ "contract": null,
2822
+ "decimals": 18,
2823
+ "price_in_usd": 3446.67,
2824
+ "precision": 8,
2825
+ "listing_date": "2024-11-12T11:21:52.464677+00:00",
2826
+ "source_rank": 31,
2827
+ "destination_rank": 19
2828
+ },
2829
+ "metadata": {
2830
+ "listing_date": "2024-11-12T09:32:46.382826+00:00",
2831
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
2832
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
2833
+ }
2834
+ },
2835
+ {
2836
+ "tokens": [
2837
+ {
2838
+ "symbol": "GOG",
2839
+ "display_asset": "GOG",
2840
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/gog.png",
2841
+ "contract": "0xb00ed913aaff8280c17bff33cce82fe6d79e85e8",
2842
+ "decimals": 18,
2843
+ "price_in_usd": 0.03818313,
2844
+ "precision": 8,
2845
+ "listing_date": "2024-05-29T13:03:16.618+00:00",
2846
+ "source_rank": 1000,
2847
+ "destination_rank": 82
2848
+ },
2849
+ {
2850
+ "symbol": "IMX",
2851
+ "display_asset": "IMX",
2852
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/imx.png",
2853
+ "contract": null,
2854
+ "decimals": 18,
2855
+ "price_in_usd": 1.4,
2856
+ "precision": 8,
2857
+ "listing_date": "2024-05-29T13:03:16.618+00:00",
2858
+ "source_rank": 47,
2859
+ "destination_rank": 61
2860
+ },
2861
+ {
2862
+ "symbol": "ETH",
2863
+ "display_asset": "ETH",
2864
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2865
+ "contract": "0x52a6c53869ce09a731cd772f245b97a4401d3348",
2866
+ "decimals": 18,
2867
+ "price_in_usd": 3446.67,
2868
+ "precision": 8,
2869
+ "listing_date": "2024-04-01T14:36:27.326107+00:00",
2870
+ "source_rank": 1000,
2871
+ "destination_rank": 47
2872
+ },
2873
+ {
2874
+ "symbol": "USDC",
2875
+ "display_asset": "USDC",
2876
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2877
+ "contract": "0x6de8acc0d406837030ce4dd28e7c08c5a96a30d2",
2878
+ "decimals": 6,
2879
+ "price_in_usd": 1,
2880
+ "precision": 6,
2881
+ "listing_date": "2024-04-18T12:09:22.823311+00:00",
2882
+ "source_rank": 37,
2883
+ "destination_rank": 23
2884
+ }
2885
+ ],
2886
+ "name": "IMMUTABLEZK_MAINNET",
2887
+ "display_name": "Immutable zkEVM ",
2888
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/immutablezk_mainnet.png",
2889
+ "chain_id": "13371",
2890
+ "node_url": "https://rpc.immutable.com",
2891
+ "type": "evm",
2892
+ "transaction_explorer_template": "https://explorer.immutable.com/tx/{0}",
2893
+ "account_explorer_template": "https://explorer.immutable.com/address/{0}",
2894
+ "token": {
2895
+ "symbol": "IMX",
2896
+ "display_asset": "IMX",
2897
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/imx.png",
2898
+ "contract": null,
2899
+ "decimals": 18,
2900
+ "price_in_usd": 1.4,
2901
+ "precision": 8,
2902
+ "listing_date": "2024-05-29T13:03:16.618+00:00",
2903
+ "source_rank": 47,
2904
+ "destination_rank": 61
2905
+ },
2906
+ "metadata": {
2907
+ "listing_date": "2024-03-28T15:00:32.144336+00:00",
2908
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
2909
+ }
2910
+ },
2911
+ {
2912
+ "tokens": [
2913
+ {
2914
+ "symbol": "SYS",
2915
+ "display_asset": "SYS",
2916
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sys.png",
2917
+ "contract": null,
2918
+ "decimals": 18,
2919
+ "price_in_usd": 0.11936,
2920
+ "precision": 8,
2921
+ "listing_date": "2023-08-23T17:56:52.168079+00:00",
2922
+ "source_rank": 1000,
2923
+ "destination_rank": 1000
2924
+ },
2925
+ {
2926
+ "symbol": "USDC",
2927
+ "display_asset": "USDC",
2928
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
2929
+ "contract": "0x368433cac2a0b8d76e64681a9835502a1f2a8a30",
2930
+ "decimals": 6,
2931
+ "price_in_usd": 1,
2932
+ "precision": 6,
2933
+ "listing_date": "2023-08-23T17:56:52.246842+00:00",
2934
+ "source_rank": 1000,
2935
+ "destination_rank": 1000
2936
+ },
2937
+ {
2938
+ "symbol": "ETH",
2939
+ "display_asset": "ETH",
2940
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2941
+ "contract": "0xaa1c53afd099e415208f47fcfa2c880f659e6904",
2942
+ "decimals": 18,
2943
+ "price_in_usd": 3446.67,
2944
+ "precision": 8,
2945
+ "listing_date": "2023-09-12T15:27:22.104299+00:00",
2946
+ "source_rank": 1000,
2947
+ "destination_rank": 1000
2948
+ }
2949
+ ],
2950
+ "name": "ROLLUX_MAINNET",
2951
+ "display_name": "Rollux",
2952
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/rollux_mainnet.png",
2953
+ "chain_id": "570",
2954
+ "node_url": "https://rpc.rollux.com\t",
2955
+ "type": "evm",
2956
+ "transaction_explorer_template": "https://explorer.rollux.com/tx/{0}",
2957
+ "account_explorer_template": "https://explorer.rollux.com/address/{}",
2958
+ "token": {
2959
+ "symbol": "SYS",
2960
+ "display_asset": "SYS",
2961
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/sys.png",
2962
+ "contract": null,
2963
+ "decimals": 18,
2964
+ "price_in_usd": 0.11936,
2965
+ "precision": 8,
2966
+ "listing_date": "2023-08-23T17:56:52.168079+00:00",
2967
+ "source_rank": 1000,
2968
+ "destination_rank": 1000
2969
+ },
2970
+ "metadata": {
2971
+ "listing_date": "2023-08-22T20:00:00+00:00",
2972
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
2973
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
2974
+ }
2975
+ },
2976
+ {
2977
+ "tokens": [
2978
+ {
2979
+ "symbol": "ETH",
2980
+ "display_asset": "ETH",
2981
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
2982
+ "contract": null,
2983
+ "decimals": 18,
2984
+ "price_in_usd": 3446.67,
2985
+ "precision": 8,
2986
+ "listing_date": "2023-03-27T13:55:45.690383+00:00",
2987
+ "source_rank": 8,
2988
+ "destination_rank": 9
2989
+ },
2990
+ {
2991
+ "symbol": "USDC.e",
2992
+ "display_asset": "USDC.e",
2993
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.e.png",
2994
+ "contract": "0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4",
2995
+ "decimals": 6,
2996
+ "price_in_usd": 1,
2997
+ "precision": 6,
2998
+ "listing_date": "2023-06-13T12:22:00.102899+00:00",
2999
+ "source_rank": 46,
3000
+ "destination_rank": 56
3001
+ },
3002
+ {
3003
+ "symbol": "USDT",
3004
+ "display_asset": "USDT",
3005
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
3006
+ "contract": "0x493257fd37edb34451f62edf8d2a0c418852ba4c",
3007
+ "decimals": 6,
3008
+ "price_in_usd": 0.999398,
3009
+ "precision": 6,
3010
+ "listing_date": "2023-06-13T12:22:00.102899+00:00",
3011
+ "source_rank": 57,
3012
+ "destination_rank": 67
3013
+ }
3014
+ ],
3015
+ "name": "ZKSYNCERA_MAINNET",
3016
+ "display_name": "zkSync Era",
3017
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zksyncera_mainnet.png",
3018
+ "chain_id": "324",
3019
+ "node_url": "https://mainnet.era.zksync.io",
3020
+ "type": "evm",
3021
+ "transaction_explorer_template": "https://explorer.zksync.io/tx/{0}",
3022
+ "account_explorer_template": "https://explorer.zksync.io/address/{0}",
3023
+ "token": {
3024
+ "symbol": "ETH",
3025
+ "display_asset": "ETH",
3026
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3027
+ "contract": null,
3028
+ "decimals": 18,
3029
+ "price_in_usd": 3446.67,
3030
+ "precision": 8,
3031
+ "listing_date": "2023-03-27T13:55:45.690383+00:00",
3032
+ "source_rank": 8,
3033
+ "destination_rank": 9
3034
+ },
3035
+ "metadata": {
3036
+ "listing_date": "2023-03-26T20:00:00+00:00",
3037
+ "evm_multicall_contract": "0xF9cda624FBC7e059355ce98a31693d299FACd963"
3038
+ }
3039
+ },
3040
+ {
3041
+ "tokens": [
3042
+ {
3043
+ "symbol": "USDC",
3044
+ "display_asset": "USDC",
3045
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
3046
+ "contract": "0x07348407ebad690fec0cc8597e87dc16ef7b269a655ff72587dafff83d462be2",
3047
+ "decimals": 6,
3048
+ "price_in_usd": 1,
3049
+ "precision": 6,
3050
+ "listing_date": "2024-07-09T09:08:16.519939+00:00",
3051
+ "source_rank": 14,
3052
+ "destination_rank": 5
3053
+ }
3054
+ ],
3055
+ "name": "PARADEX_MAINNET",
3056
+ "display_name": "Paradex",
3057
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/paradex_mainnet.png",
3058
+ "chain_id": "mainnet",
3059
+ "node_url": "https://pathfinder.api.prod.paradex.trade/rpc/v0_7",
3060
+ "type": "starknet",
3061
+ "transaction_explorer_template": "https://voyager.prod.paradex.trade/tx/{0}",
3062
+ "account_explorer_template": "https://voyager.prod.paradex.trade/contract/{0}",
3063
+ "token": null,
3064
+ "metadata": {
3065
+ "listing_date": "2024-07-09T08:59:28.000808+00:00",
3066
+ "watchdog_contract": "0x06d937aed05d3b6bda64b93a1a20f5d363c95870da5510599c2022038037edc8"
3067
+ }
3068
+ },
3069
+ {
3070
+ "tokens": [
3071
+ {
3072
+ "symbol": "ETH",
3073
+ "display_asset": "",
3074
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3075
+ "contract": "0x72af9F169B619D85A47Dfa8fefbCD39dE55c567D",
3076
+ "decimals": 18,
3077
+ "price_in_usd": 3446.67,
3078
+ "precision": 8,
3079
+ "listing_date": "2024-12-18T15:34:56.557496+00:00",
3080
+ "source_rank": 22,
3081
+ "destination_rank": 8
3082
+ },
3083
+ {
3084
+ "symbol": "SOPH",
3085
+ "display_asset": "",
3086
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/soph.png",
3087
+ "contract": null,
3088
+ "decimals": 18,
3089
+ "price_in_usd": 0,
3090
+ "precision": 8,
3091
+ "listing_date": "2024-12-18T15:06:33.850574+00:00",
3092
+ "source_rank": 1000,
3093
+ "destination_rank": 1000
3094
+ }
3095
+ ],
3096
+ "name": "SOPHON_MAINNET",
3097
+ "display_name": "Sophon",
3098
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/sophon_mainnet.png",
3099
+ "chain_id": "50104",
3100
+ "node_url": "https://rpc.sophon.xyz",
3101
+ "type": "evm",
3102
+ "transaction_explorer_template": "https://explorer.sophon.xyz/tx/{0}",
3103
+ "account_explorer_template": "https://explorer.sophon.xyz/address/{0}",
3104
+ "token": {
3105
+ "symbol": "SOPH",
3106
+ "display_asset": "",
3107
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/soph.png",
3108
+ "contract": null,
3109
+ "decimals": 18,
3110
+ "price_in_usd": 0,
3111
+ "precision": 8,
3112
+ "listing_date": "2024-12-18T15:06:33.850574+00:00",
3113
+ "source_rank": 1000,
3114
+ "destination_rank": 1000
3115
+ },
3116
+ "metadata": {
3117
+ "listing_date": "2024-12-18T12:50:38.867752+00:00",
3118
+ "zks_paymaster_contract": "0x98546B226dbbA8230cf620635a1e4ab01F6A99B2"
3119
+ }
3120
+ },
3121
+ {
3122
+ "tokens": [
3123
+ {
3124
+ "symbol": "ETH",
3125
+ "display_asset": "ETH",
3126
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3127
+ "contract": null,
3128
+ "decimals": 18,
3129
+ "price_in_usd": 3446.67,
3130
+ "precision": 8,
3131
+ "listing_date": "2024-03-01T16:14:12.28049+00:00",
3132
+ "source_rank": 23,
3133
+ "destination_rank": 1000
3134
+ }
3135
+ ],
3136
+ "name": "BLAST_MAINNET",
3137
+ "display_name": "Blast",
3138
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/blast_mainnet.png",
3139
+ "chain_id": "81457",
3140
+ "node_url": "https://blastl2-mainnet.public.blastapi.io",
3141
+ "type": "evm",
3142
+ "transaction_explorer_template": "https://blastscan.io/tx/{0}",
3143
+ "account_explorer_template": "https://blastscan.io/address/{0}",
3144
+ "token": {
3145
+ "symbol": "ETH",
3146
+ "display_asset": "ETH",
3147
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3148
+ "contract": null,
3149
+ "decimals": 18,
3150
+ "price_in_usd": 3446.67,
3151
+ "precision": 8,
3152
+ "listing_date": "2024-03-01T16:14:12.28049+00:00",
3153
+ "source_rank": 23,
3154
+ "destination_rank": 1000
3155
+ },
3156
+ "metadata": {
3157
+ "listing_date": "2024-03-01T15:44:02.686762+00:00",
3158
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F",
3159
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
3160
+ }
3161
+ },
3162
+ {
3163
+ "tokens": [
3164
+ {
3165
+ "symbol": "ETH",
3166
+ "display_asset": "ETH",
3167
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3168
+ "contract": null,
3169
+ "decimals": 18,
3170
+ "price_in_usd": 3446.67,
3171
+ "precision": 8,
3172
+ "listing_date": "2024-03-12T17:19:22.958634+00:00",
3173
+ "source_rank": 95,
3174
+ "destination_rank": 46
3175
+ }
3176
+ ],
3177
+ "name": "ASTARZK_MAINNET",
3178
+ "display_name": "Astar zkEVM",
3179
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/astarzk_mainnet.png",
3180
+ "chain_id": "3776",
3181
+ "node_url": "https://rpc.startale.com/astar-zkevm",
3182
+ "type": "evm",
3183
+ "transaction_explorer_template": "https://astar-zkevm.explorer.startale.com/tx/{0}",
3184
+ "account_explorer_template": "https://astar-zkevm.explorer.startale.com/address/{0}",
3185
+ "token": {
3186
+ "symbol": "ETH",
3187
+ "display_asset": "ETH",
3188
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3189
+ "contract": null,
3190
+ "decimals": 18,
3191
+ "price_in_usd": 3446.67,
3192
+ "precision": 8,
3193
+ "listing_date": "2024-03-12T17:19:22.958634+00:00",
3194
+ "source_rank": 95,
3195
+ "destination_rank": 46
3196
+ },
3197
+ "metadata": {
3198
+ "listing_date": "2024-03-12T12:54:18.042327+00:00",
3199
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
3200
+ }
3201
+ },
3202
+ {
3203
+ "tokens": [
3204
+ {
3205
+ "symbol": "axlUSDC",
3206
+ "display_asset": "axlUSDC",
3207
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/axlusdc.png",
3208
+ "contract": "0x15c3eb3b621d1bff62cba1c9536b7c1ae9149b57",
3209
+ "decimals": 6,
3210
+ "price_in_usd": 1,
3211
+ "precision": 6,
3212
+ "listing_date": "2023-08-07T12:14:18.887806+00:00",
3213
+ "source_rank": 1000,
3214
+ "destination_rank": 1000
3215
+ },
3216
+ {
3217
+ "symbol": "EVMOS",
3218
+ "display_asset": "EVMOS",
3219
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/evmos.png",
3220
+ "contract": null,
3221
+ "decimals": 18,
3222
+ "price_in_usd": 0.02275012,
3223
+ "precision": 8,
3224
+ "listing_date": "2023-08-07T12:14:18.965408+00:00",
3225
+ "source_rank": 1000,
3226
+ "destination_rank": 1000
3227
+ }
3228
+ ],
3229
+ "name": "EVMOS_MAINNET",
3230
+ "display_name": "Evmos",
3231
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/evmos_mainnet.png",
3232
+ "chain_id": "9001",
3233
+ "node_url": "https://evmos-mainnet.public.blastapi.io",
3234
+ "type": "evm",
3235
+ "transaction_explorer_template": "https://escan.live/tx/{0}",
3236
+ "account_explorer_template": "https://escan.live/address/{0}",
3237
+ "token": {
3238
+ "symbol": "EVMOS",
3239
+ "display_asset": "EVMOS",
3240
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/evmos.png",
3241
+ "contract": null,
3242
+ "decimals": 18,
3243
+ "price_in_usd": 0.02275012,
3244
+ "precision": 8,
3245
+ "listing_date": "2023-08-07T12:14:18.965408+00:00",
3246
+ "source_rank": 1000,
3247
+ "destination_rank": 1000
3248
+ },
3249
+ "metadata": {
3250
+ "listing_date": "2023-08-06T20:00:00+00:00",
3251
+ "evm_multicall_contract": "0xcA11bde05977b3631167028862bE2a173976CA11"
3252
+ }
3253
+ },
3254
+ {
3255
+ "tokens": [
3256
+ {
3257
+ "symbol": "ETH",
3258
+ "display_asset": "ETH",
3259
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3260
+ "contract": null,
3261
+ "decimals": 18,
3262
+ "price_in_usd": 3446.67,
3263
+ "precision": 8,
3264
+ "listing_date": "2024-04-01T13:26:09.160695+00:00",
3265
+ "source_rank": 101,
3266
+ "destination_rank": 83
3267
+ }
3268
+ ],
3269
+ "name": "LIGHTLINK_MAINNET",
3270
+ "display_name": "LightLink",
3271
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/lightlink_mainnet.png",
3272
+ "chain_id": "1890",
3273
+ "node_url": "https://replicator.phoenix.lightlink.io/rpc/v1",
3274
+ "type": "evm",
3275
+ "transaction_explorer_template": "https://phoenix.lightlink.io/tx/{0}",
3276
+ "account_explorer_template": "https://phoenix.lightlink.io/address/{0}",
3277
+ "token": {
3278
+ "symbol": "ETH",
3279
+ "display_asset": "ETH",
3280
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3281
+ "contract": null,
3282
+ "decimals": 18,
3283
+ "price_in_usd": 3446.67,
3284
+ "precision": 8,
3285
+ "listing_date": "2024-04-01T13:26:09.160695+00:00",
3286
+ "source_rank": 101,
3287
+ "destination_rank": 83
3288
+ },
3289
+ "metadata": {
3290
+ "listing_date": "2024-04-01T13:12:54.772789+00:00"
3291
+ }
3292
+ },
3293
+ {
3294
+ "tokens": [
3295
+ {
3296
+ "symbol": "ETH",
3297
+ "display_asset": "ETH",
3298
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3299
+ "contract": "0xd97b1de3619ed2c6beb3860147e30ca8a7dc9891",
3300
+ "decimals": 18,
3301
+ "price_in_usd": 3446.67,
3302
+ "precision": 8,
3303
+ "listing_date": "2024-05-19T18:32:20.010281+00:00",
3304
+ "source_rank": 84,
3305
+ "destination_rank": 72
3306
+ },
3307
+ {
3308
+ "symbol": "ZETA",
3309
+ "display_asset": "ZETA",
3310
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/zeta.png",
3311
+ "contract": null,
3312
+ "decimals": 18,
3313
+ "price_in_usd": 0.570468,
3314
+ "precision": 8,
3315
+ "listing_date": "2024-05-15T13:45:56.587404+00:00",
3316
+ "source_rank": 1000,
3317
+ "destination_rank": 1000
3318
+ }
3319
+ ],
3320
+ "name": "ZETACHAIN_MAINNET",
3321
+ "display_name": "Zetachain",
3322
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zetachain_mainnet.png",
3323
+ "chain_id": "7000",
3324
+ "node_url": "https://zetachain-evm.blockpi.network/v1/rpc/public\n",
3325
+ "type": "evm",
3326
+ "transaction_explorer_template": "https://zetachain.blockscout.com/tx/{0}",
3327
+ "account_explorer_template": "https://zetachain.blockscout.com/address/{0}",
3328
+ "token": {
3329
+ "symbol": "ZETA",
3330
+ "display_asset": "ZETA",
3331
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/zeta.png",
3332
+ "contract": null,
3333
+ "decimals": 18,
3334
+ "price_in_usd": 0.570468,
3335
+ "precision": 8,
3336
+ "listing_date": "2024-05-15T13:45:56.587404+00:00",
3337
+ "source_rank": 1000,
3338
+ "destination_rank": 1000
3339
+ },
3340
+ "metadata": {
3341
+ "listing_date": "2024-05-15T13:20:48.950547+00:00",
3342
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
3343
+ }
3344
+ },
3345
+ {
3346
+ "tokens": [
3347
+ {
3348
+ "symbol": "USDC",
3349
+ "display_asset": "USDC",
3350
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
3351
+ "contract": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
3352
+ "decimals": 6,
3353
+ "price_in_usd": 1,
3354
+ "precision": 6,
3355
+ "listing_date": "2023-02-01T13:53:59.943835+00:00",
3356
+ "source_rank": 1000,
3357
+ "destination_rank": 76
3358
+ },
3359
+ {
3360
+ "symbol": "OSMO",
3361
+ "display_asset": "OSMO",
3362
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/osmo.png",
3363
+ "contract": "uosmo",
3364
+ "decimals": 6,
3365
+ "price_in_usd": 0.454063,
3366
+ "precision": 8,
3367
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
3368
+ "source_rank": 1000,
3369
+ "destination_rank": 1000
3370
+ }
3371
+ ],
3372
+ "name": "OSMOSIS_MAINNET",
3373
+ "display_name": "Osmosis",
3374
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/osmosis_mainnet.png",
3375
+ "chain_id": "osmosis-1",
3376
+ "node_url": "https://osmosis-rpc.publicnode.com:443",
3377
+ "type": "cosmos",
3378
+ "transaction_explorer_template": "https://mintscan.io/osmosis/txs/{0}",
3379
+ "account_explorer_template": "https://www.mintscan.io/osmosis/account/{0}",
3380
+ "token": {
3381
+ "symbol": "OSMO",
3382
+ "display_asset": "OSMO",
3383
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/osmo.png",
3384
+ "contract": "uosmo",
3385
+ "decimals": 6,
3386
+ "price_in_usd": 0.454063,
3387
+ "precision": 8,
3388
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
3389
+ "source_rank": 1000,
3390
+ "destination_rank": 1000
3391
+ },
3392
+ "metadata": {
3393
+ "listing_date": "2023-01-15T20:00:00+00:00"
3394
+ }
3395
+ },
3396
+ {
3397
+ "tokens": [
3398
+ {
3399
+ "symbol": "ETH",
3400
+ "display_asset": "ETH",
3401
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3402
+ "contract": "0xef71ca2ee68f45b9ad6f72fbdb33d707b872315c",
3403
+ "decimals": 18,
3404
+ "price_in_usd": 3446.67,
3405
+ "precision": 8,
3406
+ "listing_date": "2023-03-30T14:55:10.62332+00:00",
3407
+ "source_rank": 1000,
3408
+ "destination_rank": 1000
3409
+ },
3410
+ {
3411
+ "symbol": "USDT",
3412
+ "display_asset": "USDT",
3413
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
3414
+ "contract": "0x382bb369d343125bfb2117af9c149795c6c65c50",
3415
+ "decimals": 18,
3416
+ "price_in_usd": 0.999398,
3417
+ "precision": 6,
3418
+ "listing_date": "2023-02-23T14:03:08.53372+00:00",
3419
+ "source_rank": 1000,
3420
+ "destination_rank": 1000
3421
+ },
3422
+ {
3423
+ "symbol": "USDC",
3424
+ "display_asset": "USDC",
3425
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
3426
+ "contract": "0xc946daf81b08146b1c7a8da2a851ddf2b3eaaf85",
3427
+ "decimals": 18,
3428
+ "price_in_usd": 1,
3429
+ "precision": 6,
3430
+ "listing_date": "2023-02-23T14:03:08.452976+00:00",
3431
+ "source_rank": 1000,
3432
+ "destination_rank": 1000
3433
+ },
3434
+ {
3435
+ "symbol": "OKT",
3436
+ "display_asset": "OKT",
3437
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/okt.png",
3438
+ "contract": null,
3439
+ "decimals": 18,
3440
+ "price_in_usd": 9.66,
3441
+ "precision": 8,
3442
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
3443
+ "source_rank": 1000,
3444
+ "destination_rank": 1000
3445
+ }
3446
+ ],
3447
+ "name": "OKC_MAINNET",
3448
+ "display_name": "OKT Chain (OKTC)",
3449
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/okc_mainnet.png",
3450
+ "chain_id": "66",
3451
+ "node_url": "https://oktc.drpc.org",
3452
+ "type": "evm",
3453
+ "transaction_explorer_template": "https://www.oklink.com/en/okc/tx/{0}",
3454
+ "account_explorer_template": "https://www.oklink.com/oktc/address/{0}",
3455
+ "token": {
3456
+ "symbol": "OKT",
3457
+ "display_asset": "OKT",
3458
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/okt.png",
3459
+ "contract": null,
3460
+ "decimals": 18,
3461
+ "price_in_usd": 9.66,
3462
+ "precision": 8,
3463
+ "listing_date": "2023-08-01T18:54:45.790489+00:00",
3464
+ "source_rank": 1000,
3465
+ "destination_rank": 1000
3466
+ },
3467
+ "metadata": {
3468
+ "listing_date": "2023-02-22T20:00:00+00:00"
3469
+ }
3470
+ },
3471
+ {
3472
+ "tokens": [
3473
+ {
3474
+ "symbol": "ETH",
3475
+ "display_asset": "",
3476
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3477
+ "contract": null,
3478
+ "decimals": 18,
3479
+ "price_in_usd": 3446.67,
3480
+ "precision": 8,
3481
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3482
+ "source_rank": 87,
3483
+ "destination_rank": 1000
3484
+ }
3485
+ ],
3486
+ "name": "ANCIENT8_MAINNET",
3487
+ "display_name": "Ancient8",
3488
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/ancient8_mainnet.png",
3489
+ "chain_id": "888888888",
3490
+ "node_url": "https://rpc.ancient8.gg",
3491
+ "type": "evm",
3492
+ "transaction_explorer_template": "https://scan.ancient8.gg/tx/{0}",
3493
+ "account_explorer_template": "https://scan.ancient8.gg/address/{0}",
3494
+ "token": {
3495
+ "symbol": "ETH",
3496
+ "display_asset": "",
3497
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3498
+ "contract": null,
3499
+ "decimals": 18,
3500
+ "price_in_usd": 3446.67,
3501
+ "precision": 8,
3502
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3503
+ "source_rank": 87,
3504
+ "destination_rank": 1000
3505
+ },
3506
+ "metadata": {
3507
+ "listing_date": "2024-11-18T11:00:09.621905+00:00",
3508
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
3509
+ }
3510
+ },
3511
+ {
3512
+ "tokens": [
3513
+ {
3514
+ "symbol": "CELO",
3515
+ "display_asset": "",
3516
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/celo.png",
3517
+ "contract": null,
3518
+ "decimals": 18,
3519
+ "price_in_usd": 0.680247,
3520
+ "precision": 8,
3521
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3522
+ "source_rank": 1000,
3523
+ "destination_rank": 1000
3524
+ },
3525
+ {
3526
+ "symbol": "USDC",
3527
+ "display_asset": "",
3528
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdc.png",
3529
+ "contract": "0xceba9300f2b948710d2653dd7b07f33a8b32118c",
3530
+ "decimals": 6,
3531
+ "price_in_usd": 1,
3532
+ "precision": 6,
3533
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3534
+ "source_rank": 79,
3535
+ "destination_rank": 1000
3536
+ },
3537
+ {
3538
+ "symbol": "USDT",
3539
+ "display_asset": "",
3540
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/usdt.png",
3541
+ "contract": "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e",
3542
+ "decimals": 6,
3543
+ "price_in_usd": 0.999398,
3544
+ "precision": 6,
3545
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3546
+ "source_rank": 107,
3547
+ "destination_rank": 1000
3548
+ }
3549
+ ],
3550
+ "name": "CELO_MAINNET",
3551
+ "display_name": "Celo",
3552
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/celo_mainnet.png",
3553
+ "chain_id": "42220",
3554
+ "node_url": "https://forno.celo.org",
3555
+ "type": "evm",
3556
+ "transaction_explorer_template": "https://celoscan.io/tx/{0}",
3557
+ "account_explorer_template": "https://celoscan.io/address/{0}",
3558
+ "token": {
3559
+ "symbol": "CELO",
3560
+ "display_asset": "",
3561
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/celo.png",
3562
+ "contract": null,
3563
+ "decimals": 18,
3564
+ "price_in_usd": 0.680247,
3565
+ "precision": 8,
3566
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3567
+ "source_rank": 1000,
3568
+ "destination_rank": 1000
3569
+ },
3570
+ "metadata": {
3571
+ "listing_date": "2024-11-18T17:08:09.323017+00:00",
3572
+ "evm_multicall_contract": "0xca11bde05977b3631167028862be2a173976ca11"
3573
+ }
3574
+ },
3575
+ {
3576
+ "tokens": [
3577
+ {
3578
+ "symbol": "ETH",
3579
+ "display_asset": "",
3580
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3581
+ "contract": null,
3582
+ "decimals": 18,
3583
+ "price_in_usd": 3446.67,
3584
+ "precision": 8,
3585
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3586
+ "source_rank": 39,
3587
+ "destination_rank": 1000
3588
+ }
3589
+ ],
3590
+ "name": "ZIRCUIT_MAINNET",
3591
+ "display_name": "Zircuit",
3592
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/zircuit_mainnet.png",
3593
+ "chain_id": "48900",
3594
+ "node_url": "https://zircuit1.p2pify.com/",
3595
+ "type": "evm",
3596
+ "transaction_explorer_template": "https://explorer.zircuit.com/tx/{0}",
3597
+ "account_explorer_template": "https://explorer.zircuit.com/address/{0}",
3598
+ "token": {
3599
+ "symbol": "ETH",
3600
+ "display_asset": "",
3601
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3602
+ "contract": null,
3603
+ "decimals": 18,
3604
+ "price_in_usd": 3446.67,
3605
+ "precision": 8,
3606
+ "listing_date": "2024-12-18T15:34:56.557+00:00",
3607
+ "source_rank": 39,
3608
+ "destination_rank": 1000
3609
+ },
3610
+ "metadata": {
3611
+ "listing_date": "2024-11-18T13:21:47.496573+00:00",
3612
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
3613
+ }
3614
+ },
3615
+ {
3616
+ "tokens": [
3617
+ {
3618
+ "symbol": "ETH",
3619
+ "display_asset": "",
3620
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3621
+ "contract": null,
3622
+ "decimals": 18,
3623
+ "price_in_usd": 3446.67,
3624
+ "precision": 8,
3625
+ "listing_date": "2024-12-19T11:06:28.913964+00:00",
3626
+ "source_rank": 13,
3627
+ "destination_rank": 7
3628
+ }
3629
+ ],
3630
+ "name": "INK_MAINNET",
3631
+ "display_name": "Ink",
3632
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/networks/ink_mainnet.png",
3633
+ "chain_id": "57073",
3634
+ "node_url": "https://rpc-qnd.inkonchain.com",
3635
+ "type": "evm",
3636
+ "transaction_explorer_template": "https://explorer.inkonchain.com/tx/{0}",
3637
+ "account_explorer_template": "https://explorer.inkonchain.com/address/{0}",
3638
+ "token": {
3639
+ "symbol": "ETH",
3640
+ "display_asset": "",
3641
+ "logo": "https://prodlslayerswapbridgesa.blob.core.windows.net/layerswap/currencies/eth.png",
3642
+ "contract": null,
3643
+ "decimals": 18,
3644
+ "price_in_usd": 3446.67,
3645
+ "precision": 8,
3646
+ "listing_date": "2024-12-19T11:06:28.913964+00:00",
3647
+ "source_rank": 13,
3648
+ "destination_rank": 7
3649
+ },
3650
+ "metadata": {
3651
+ "listing_date": "2024-12-19T10:36:06.060479+00:00",
3652
+ "evm_oracle_contract": "0x420000000000000000000000000000000000000F"
3653
+ }
3654
+ }
3655
+ ]
3656
+ }