Skip to content

Commit

Permalink
Add Autonomys Taurus EVM testnet endpoints (#11135)
Browse files Browse the repository at this point in the history
* Add Autonomys Taurus EVM testnet endpoints

* reorder taurus testnets
  • Loading branch information
jfrank-summit authored Dec 11, 2024
1 parent 3aa8058 commit 867d103
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesJazPNG
}
},
{
info: 'autonomys-taurus-evm',
providers: {
Labs: 'wss://auto-evm.taurus.autonomys.xyz/ws'
},
text: 'Autonomys Taurus EVM',
ui: {
color: '#5870B3',
logo: nodesAutonomysPNG
}
},
{
info: 'autonomys-taurus-testnet',
providers: {
Expand Down

0 comments on commit 867d103

Please sign in to comment.