1
1
import { Tabs } from " nextra/components" ;
2
2
import AddressTable from " ../../components/AddressTable" ;
3
+ import AddressSvmTable from " ../../components/AddressSvmTable" ;
3
4
4
5
Express Relay is currently deployed on the following networks:
5
6
@@ -151,16 +152,16 @@ Express Relay is currently deployed on the following networks:
151
152
152
153
** Network Details:**
153
154
154
- <AddressTable
155
+ <AddressSvmTable
155
156
explorer = { " https://solscan.io/account/$ADDRESS" }
156
157
entries = { [
157
158
{
158
159
name: " Express Relay Program" ,
159
- value: " PytERJFhAKuNNuaiXkApLfWzwNwSNDACpigT3LwQfou" ,
160
+ value: " PK- PytERJFhAKuNNuaiXkApLfWzwNwSNDACpigT3LwQfou" ,
160
161
},
161
162
{
162
163
name: " Limo Limit Order Program" ,
163
- value: " LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF" ,
164
+ value: " PK- LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF" ,
164
165
},
165
166
{
166
167
name: " Chain Id" ,
@@ -172,22 +173,22 @@ Express Relay is currently deployed on the following networks:
172
173
},
173
174
{
174
175
name: " Limo Global Order Config" ,
175
- value: " TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" ,
176
+ value: " PK- TeStcUQMmECYEtdeXo9cXpktQWaGe4bhJ7zxAUMzB2X" ,
176
177
},
177
178
{
178
179
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 " ,
180
181
}
181
182
]}
182
183
/>
183
184
184
185
This list contains the addresses of the commonly used assets present in opportunities on ` development-solana ` :
185
186
186
- <AddressTable
187
+ <AddressSvmTable
187
188
explorer = { " https://solscan.io/account/$ADDRESS" }
188
189
entries = { [
189
- { name: " WSOL" , value: " So11111111111111111111111111111111111111112" },
190
- { name: " USDC" , value: " EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" },
190
+ { name: " WSOL" , value: " PK- So11111111111111111111111111111111111111112" },
191
+ { name: " USDC" , value: " PK- EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" },
191
192
]}
192
193
/>
193
194
0 commit comments