Skip to content

Commit 7b2321c

Browse files
PaulSffPaulSff
andauthored
Add Lzmz RPC provider for 3dpass chain (#12043)
* Add Lzmz RPC provider for 3dpass chain * Fix lint: sort provider keys alphabetically --------- Co-authored-by: PaulSff <[email protected]>
1 parent 7a19c3b commit 7b2321c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/apps-config/src/endpoints/production.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
3737
{
3838
info: '3dpass',
3939
providers: {
40-
'3dpass': 'wss://rpc.3dpass.org'
40+
'3dpass': 'wss://rpc.3dpass.org',
41+
Lzmz: 'wss://rpc.p3d.top'
4142
},
4243
text: '3DPass',
4344
ui: {

0 commit comments

Comments
 (0)