Skip to content

Commit

Permalink
chore(mu): testnet bridge processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeuchi committed Sep 4, 2024
1 parent fe6f8a9 commit b9fc930
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion servers/mu/src/domain/clients/cu.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const AO_TESTNET_PROCESS = [
'_ThTRfZDNAV1Y-yX2h_9PNe5oGHh4q0eRhv6Y1tRVR0',
'gqJPxrG2CPuaYDsnZNXCimJdAJw9QEEBtC8OEaUWR7E',
'7QJydVitORyOuKW3vm50CDITiJql5wUAwhnM4XvNpYU',
'xU9zFkq3X2ZQ6olwNVvr1vUWIjc3kXTWr7xKQD6dh10'
'xU9zFkq3X2ZQ6olwNVvr1vUWIjc3kXTWr7xKQD6dh10',
'A87q3Fgx0zrTaC5u-ca_swqNF42rUqMfbrjNa_xY_oI', // cbbridge
'vkRkiLKPOC4D3XnzRcS5yq7Kqb1Uv5iKsyYA_1aeLj8', // cbbridge test
'89_4zUaRp7RAIz4wZ7n5VgW548i6L2n__-McQzqLn4c' // cbbridge prod
]

const AO_TESTNET_CU_URL = 'https://cu.ao-testnet.xyz'
Expand Down

0 comments on commit b9fc930

Please sign in to comment.