11import { Tabs } from " nextra/components" ;
22import AddressTable from " ../../components/AddressTable" ;
3+ import AddressSvmTable from " ../../components/AddressSvmTable" ;
34
45Express Relay is currently deployed on the following networks:
56
@@ -151,16 +152,16 @@ Express Relay is currently deployed on the following networks:
151152
152153 ** Network Details:**
153154
154- <AddressTable
155+ <AddressSvmTable
155156 explorer = { " https://solscan.io/account/$ADDRESS" }
156157 entries = { [
157158 {
158159 name: " Express Relay Program" ,
159- value: " PytERJFhAKuNNuaiXkApLfWzwNwSNDACpigT3LwQfou" ,
160+ value: " PK- PytERJFhAKuNNuaiXkApLfWzwNwSNDACpigT3LwQfou" ,
160161 },
161162 {
162163 name: " Limo Limit Order Program" ,
163- value: " LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF" ,
164+ value: " PK- LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF" ,
164165 },
165166 {
166167 name: " Chain Id" ,
@@ -172,22 +173,22 @@ Express Relay is currently deployed on the following networks:
172173 },
173174 {
174175 name: " Limo Global Order Config" ,
175- value: " TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" ,
176+ value: " PK- TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" ,
176177 },
177178 {
178179 name: " Testing Frontend" ,
179- value: " https://wip-limit-orders .kamino-webapp.pages.dev/limit-order?VITE_LIMIT_ORDERS_REAL_WSOL " ,
180+ value: " https://limo .kamino-webapp.pages.dev/swap " ,
180181 }
181182 ]}
182183 />
183184
184185 This list contains the addresses of the commonly used assets present in opportunities on ` development-solana ` :
185186
186- <AddressTable
187+ <AddressSvmTable
187188 explorer = { " https://solscan.io/account/$ADDRESS" }
188189 entries = { [
189- { name: " WSOL" , value: " So11111111111111111111111111111111111111112" },
190- { name: " USDC" , value: " EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" },
190+ { name: " WSOL" , value: " PK- So11111111111111111111111111111111111111112" },
191+ { name: " USDC" , value: " PK- EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" },
191192 ]}
192193 />
193194
0 commit comments