-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename KILT Protocol to "BOTLabs" #10032
Rename KILT Protocol to "BOTLabs" #10032
Conversation
weichweich
commented
Nov 14, 2023
- The full node is provided by "BOTLabs GmbH" and not "KILT Protocol".
- Remove the WILT network. This will most likely never be used again.
The full node is provided by "B.T.E. BOTLabs Trusted Entity GmbH" and not "KILT Protocol".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small changes due to CI failures.
@@ -383,7 +383,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [ | |||
paraId: 2086, | |||
providers: { | |||
Dwellir: 'wss://kilt-rpc.dwellir.com', | |||
'KILT Protocol': 'wss://spiritnet.kilt.io/', | |||
BOTLabs: 'wss://spiritnet.kilt.io/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the CI failure, we should just move this entry up to be alphabetical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick review and sorry for the sloppy mistakes. Should be fixed: 32356ea
@@ -107,19 +107,6 @@ export const testParasWestend: Omit<EndpointOption, 'teleport'>[] = [ | |||
color: '#03f3f3', | |||
logo: nodesKhalaSVG | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs a removal of the actual (now unused) png file as well in the import on line 8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 39d90b5
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |