From 97fd3c6a7cdeddba2f147633ec1d522fb6731926 Mon Sep 17 00:00:00 2001 From: gera Date: Wed, 5 Mar 2025 10:30:21 +0100 Subject: [PATCH 1/2] chore: use universal faucet --- docs/develop/01_sdk/03_chain_setup/02_peregrine_setup.md | 2 +- docs/develop/02_chain/03_deployments.md | 6 +++--- docs/develop/03_workshop/01_welcome.md | 2 +- docs/develop/03_workshop/02_setup.md | 4 ++-- docs/develop/03_workshop/04_attester/01_account.md | 2 +- .../01_staking/02_advanced_collator_section/05_bootnodes.md | 6 +++--- docs/participate/03_treasury_proposal.md | 2 +- scripts/out/claim.json | 4 ++-- scripts/out/encrypted-message.json | 4 ++-- scripts/out/public-credential.json | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/develop/01_sdk/03_chain_setup/02_peregrine_setup.md b/docs/develop/01_sdk/03_chain_setup/02_peregrine_setup.md index 9d23c2544..375b744eb 100644 --- a/docs/develop/01_sdk/03_chain_setup/02_peregrine_setup.md +++ b/docs/develop/01_sdk/03_chain_setup/02_peregrine_setup.md @@ -11,7 +11,7 @@ Additionally, we explain the difference between the Standalone and Parachain run ## Receive Funds -Since the native token of Peregrine, the _PILT_, does not have any economic value, you can request 100 PILT from the [Peregrine faucet](https://faucet.peregrine.kilt.io). +Since the native token of Peregrine, the _PILT_, does not have any economic value, you can request 100 PILT from the [Peregrine faucet](https://substratefaucet.xyz/kilt). ## Connect to the Network diff --git a/docs/develop/02_chain/03_deployments.md b/docs/develop/02_chain/03_deployments.md index b347e21ae..a9b6e731f 100644 --- a/docs/develop/02_chain/03_deployments.md +++ b/docs/develop/02_chain/03_deployments.md @@ -13,7 +13,7 @@ To learn more about how to set up a node for either environment, please check ou | Service | Spiritnet | Peregrine | | :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------: | | Faucet | - | [Peregrine Faucet][pere-faucet] | -| Public Endpoints | [KILT Foundation: wss://spiritnet.kilt.io][spirit-wss-kilt]
[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]
[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [KILT Foundation: wss://peregrine.kilt.io][pere-wss-kilt] | +| Public Endpoints | [KILT Foundation: wss://spiritnet.kilt.io][spirit-wss-kilt]
[IBP: wss://kilt.ibp.network][spirit-wss-IBP]
[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [KILT Foundation: wss://peregrine.kilt.io][pere-wss-kilt] | | Wallet | [Sporran](https://www.sporran.org/) | [GitHub](https://github.com/KILT-Foundation/sporran-extension/releases) (manual loading into the browser) | | Staking UI | Collators' performance (view only): [Stakekilt](https://stakekilt.com/)
Delegation staking platform: [Stakeboard](https://stakeboard.kilt.io) | - | | Governance UI | [Polkassembly][spirit-polkassembly] | - | @@ -25,7 +25,7 @@ To learn more about how to set up a node for either environment, please check ou [spirit-polkassembly]: https://kilt.polkassembly.network [spirit-wss-kilt]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.kilt.io -[spirit-wss-onfinality]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.api.onfinality.io/public-ws +[spirit-wss-IBP]: https://polkadot.js.org/apps/?rpc=wss://kilt.ibp.network [spirit-wss-dwellir]: https://polkadot.js.org/apps/?rpc=wss://kilt-rpc.dwellir.com -[pere-faucet]: https://faucet.peregrine.kilt.io +[pere-faucet]: https://substratefaucet.xyz/kilt [pere-wss-kilt]: https://polkadot.js.org/apps/?rpc=wss://peregrine.kilt.io diff --git a/docs/develop/03_workshop/01_welcome.md b/docs/develop/03_workshop/01_welcome.md index 6ed35f2f3..91c6cb0af 100644 --- a/docs/develop/03_workshop/01_welcome.md +++ b/docs/develop/03_workshop/01_welcome.md @@ -35,4 +35,4 @@ You'll create a claim as a Claimer, ✔ Use the KILT SDK to write onto and read from the KILT blockchain. -Ready? Let's go! \ No newline at end of file +Ready? Let's go! diff --git a/docs/develop/03_workshop/02_setup.md b/docs/develop/03_workshop/02_setup.md index c63d7c19e..0aea51580 100644 --- a/docs/develop/03_workshop/02_setup.md +++ b/docs/develop/03_workshop/02_setup.md @@ -83,7 +83,7 @@ The dependencies needed are the following: This workshop interacts with the Peregrine test blockchain, which requires you to pay for each transaction with Peregrine Kilt (PILT) tokens. -But don't worry. PILT tokens have no value, and you can request them from the [faucet](https://faucet.peregrine.kilt.io). +But don't worry. PILT tokens have no value, and you can request them from the [faucet](https://substratefaucet.xyz/kilt). ## Blockchain Connection @@ -105,4 +105,4 @@ For convenience, add the address to the `.env` file. WSS_ADDRESS=wss://peregrine.kilt.io ``` -That's it for the basic setup - You're good to go! \ No newline at end of file +That's it for the basic setup - You're good to go! diff --git a/docs/develop/03_workshop/04_attester/01_account.md b/docs/develop/03_workshop/04_attester/01_account.md index e2710f623..f4c1f30da 100644 --- a/docs/develop/03_workshop/04_attester/01_account.md +++ b/docs/develop/03_workshop/04_attester/01_account.md @@ -106,6 +106,6 @@ ATTESTER_ACCOUNT_ADDRESS="4ohMvUHsyeDhMVZF..." :::warning Get PILT coins! You now have a blockchain account to use to pay fees and deposits. -If you haven't already requested PILT, go to the [faucet](https://faucet.peregrine.kilt.io) and request tokens for your `
`. +If you haven't already requested PILT, go to the [faucet](https://substratefaucet.xyz/kilt) and request tokens for your `
`. ::: diff --git a/docs/participate/01_staking/02_advanced_collator_section/05_bootnodes.md b/docs/participate/01_staking/02_advanced_collator_section/05_bootnodes.md index 2790860d7..d5495c543 100644 --- a/docs/participate/01_staking/02_advanced_collator_section/05_bootnodes.md +++ b/docs/participate/01_staking/02_advanced_collator_section/05_bootnodes.md @@ -21,9 +21,9 @@ For the sake of completeness, the bootnodes are listed below: ``` --bootnodes=/dns4/hetzner-1.kilt.io/tcp/30333/p2p/12D3KooWKU8ehzuKAzHEMCy4i4kpJtgCFBCYYhqcub4Y1HR8FRoT \ --bootnodes=/dns4/hetzner-2.kilt.io/tcp/30333/p2p/12D3KooWDJzJ7TRNKvE2DWXMSSsoKR5TgxsnNy3W1eCBPveX6g9i \ ---bootnodes=/dns4/node-6840569230186737664-0.p2p.onfinality.io/tcp/11578/ws/p2p/12D3KooWQapPfoSDxLBnsVZmpRA1yNApXEAEuhexPcFa7fECqpHa \ ---bootnodes=/dns4/node-6840781141641752576-0.p2p.onfinality.io/tcp/28779/ws/p2p/12D3KooWKMCaxjsvaNkYkdQGnPQnkYFouHFdJ3S36aBhV6QTXzaE \ ---bootnodes=/dns4/node-6840781099853901824-0.p2p.onfinality.io/tcp/15360/ws/p2p/12D3KooWLWSE85c5PSsgo62Dy5UM68Sx8p3vnJvtvDVC8QHXFpR +--bootnodes=/dns/kilt.boot.stake.plus/tcp/30332/wss/p2p/12D3KooWHZ6ftYNVQDm5gbHvtGgkPStaBBQBje8rrtxdH1jJonkW \ +--bootnodes=dns4/boot.helikon.io/tcp/8570/p2p/12D3KooWGaE81VE2rzD5TbeRqpTgQwh2sWXMVfMJLBMHQH8AfoXu \ +--bootnodes=/dns/kilt-polkadot-boot-ng.dwellir.com/tcp/443/wss/p2p/12D3KooWRLyHNCYbYMpQWWESNqyW925VP6vMesotaAXSVB3Efhv4 ``` diff --git a/docs/participate/03_treasury_proposal.md b/docs/participate/03_treasury_proposal.md index 16e9913a7..979899ec9 100644 --- a/docs/participate/03_treasury_proposal.md +++ b/docs/participate/03_treasury_proposal.md @@ -77,7 +77,7 @@ Don’t forget to link it when completing the Polkassembly information! ## Submit Proposal -When you have feedback from the community and are satisfied with your proposal, head to [Polkadot.JS apps](https://polkadot.js.org/apps/?rpc=wss://spiritnet.api.onfinality.io/public-ws#/treasury) +When you have feedback from the community and are satisfied with your proposal, head to [Polkadot.JS apps](https://polkadot.js.org/apps/?rpc=wss://kilt.ibp.network#/treasury) Scroll to the “+ Submit Proposal” button and click. Complete the form: diff --git a/scripts/out/claim.json b/scripts/out/claim.json index df5887dc7..963d4f18a 100644 --- a/scripts/out/claim.json +++ b/scripts/out/claim.json @@ -1,8 +1,8 @@ { - "cTypeHash": "0xc22f85da01c18c1b48acf9556ac7167247ce253cc10373ea77f50fc91521d478", + "cTypeHash": "0x4f1d68ac46daf4613181b33b16faaf10cf94879dc2246d7485dc2ccbb843641d", "contents": { "name": "Alice", "age": 29 }, "owner": "did:kilt:4qWb21mMmWjbgsVuQPJ1f9VFQMbyZwDSFC5wTzJZC91ehVam" -} +} \ No newline at end of file diff --git a/scripts/out/encrypted-message.json b/scripts/out/encrypted-message.json index 1d839b5e7..c73c0705f 100644 --- a/scripts/out/encrypted-message.json +++ b/scripts/out/encrypted-message.json @@ -1,6 +1,6 @@ { - "ciphertext": "0xde0ffa39b3cc4de956e65498aa6f5eafaa587441ee0682eef6b3dc3db5fd452be05d9d3b696b5ed8267addf86125d661aeff66cd234a2df144073efbc03001cf36f1c40af1a310a9acbd10974de000517b5712ea6f19649df88be14e92961d979203c56ddb5f9eb7fc50e8cba537b4db656739a91f0419f15d9e1aeaa6c6d40c494f5217b2c2505c6f07c4a4ac1d65e3ed2825c0a672bc54a0b17936aecda3b1611a2cf0c35c84f8af48081d92a9d9e965d61f9c5c60f2104236506a83801541c45b2413a849447f40d74f86c58f52e65e9125997b63ef2f289305e386dc3d97f65c68bc6a01d8e567fe1323d83b5a2ef22877f1aadf0a60873f423fb423c812e4e3cec958f515d7a73bf3309254622948beebed211c862567067858df2121d1678c0578e90600f9bb127d605f1a54a01a7f19b64108d1b5febf285e4dcf7d62c0765645699d7b41751aa89fbe9b8064ba2f202fea361b6e5a643e759acd779d58ab541061956dd7a0f8a8230c3ee87355bd2c391356df765752f0e0e937ac2f9412afc1e26588028a2973e4276a30ab853356cd4b0afb", + "ciphertext": "0x973b9e43299ef41644e5d4122371e2adaa587441ee0682eef6b3dc3db5fd452be05d9d3b696b5ed8267addf86125d661aeff66cd234a2df144073efbc03001cf36f1c40af1a310a9acbd10974de000517b5712ea6f19649df88bb61a9194139a9701c16adc0fc0e0fb03efc2fc65b0d163303efe1a5249a15b9c4dbbfc97de0e43485214b0c5510b3d52cba6ae4b67e6ed7376cda070ee54a6ed7936aecda3b1611a2cf0c35c84f8af48081d92a9d9e965d61f9c5c60f2104236506a83801541c45b2413a849447f40d74f86c58f52e65e9125997b63ef2f289305e386dc3d97f65c68bc6a01d8e567fe1323d83b5a2ef22877f1aadf0a60873f423fb423c812e4e3cec958f515d7a73bf3309254622948beebed211c862567067858df2121d1678c0578e90600f9bb127d605f1a54a01a7f19b64108d1b5febf285e4dcf7d62c0765645699d7b41751aa89fbe9b8064ba2f202fea361b6e5a643e759acd779d58ab541061956dd7a0f8a8230c3ee87355bd2c391356df765752f0e0e937ac2f9412afc1e26588028a2973e4276a30ab853356cd4b0afb", "nonce": "0x010101010101010101010101010101010101010101010101", "senderKeyUri": "did:kilt:4qWb21mMmWjbgsVuQPJ1f9VFQMbyZwDSFC5wTzJZC91ehVam#0x6833db3ef3c37f865f769ac12b7c70e84d5d219622c941d3fa5199ac6be8ba8f", "receiverKeyUri": "did:kilt:4t9FPVbcN42UMxt3Z2Y4Wx38qPL8bLduAB11gLZSwn5hVEfH#0x04e74f9e54eb74179d3661aa2b3dc927b457c05d15b9ce0d50a9a3d58bcf9153" -} +} \ No newline at end of file diff --git a/scripts/out/public-credential.json b/scripts/out/public-credential.json index 70c99ef80..ae8396d17 100644 --- a/scripts/out/public-credential.json +++ b/scripts/out/public-credential.json @@ -3,7 +3,7 @@ "name": "Alice", "age": 29 }, - "cTypeHash": "0xc22f85da01c18c1b48acf9556ac7167247ce253cc10373ea77f50fc91521d478", + "cTypeHash": "0x4f1d68ac46daf4613181b33b16faaf10cf94879dc2246d7485dc2ccbb843641d", "delegationId": null, "subject": "did:asset:eip155:1.erc721:0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb:1005" -} +} \ No newline at end of file From 7066cdfe71a837e8d7cf640059e27fd21ab6a6a5 Mon Sep 17 00:00:00 2001 From: gera Date: Wed, 5 Mar 2025 10:35:45 +0100 Subject: [PATCH 2/2] chore: formatting --- scripts/out/claim.json | 4 ++-- scripts/out/encrypted-message.json | 4 ++-- scripts/out/public-credential.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/out/claim.json b/scripts/out/claim.json index 963d4f18a..df5887dc7 100644 --- a/scripts/out/claim.json +++ b/scripts/out/claim.json @@ -1,8 +1,8 @@ { - "cTypeHash": "0x4f1d68ac46daf4613181b33b16faaf10cf94879dc2246d7485dc2ccbb843641d", + "cTypeHash": "0xc22f85da01c18c1b48acf9556ac7167247ce253cc10373ea77f50fc91521d478", "contents": { "name": "Alice", "age": 29 }, "owner": "did:kilt:4qWb21mMmWjbgsVuQPJ1f9VFQMbyZwDSFC5wTzJZC91ehVam" -} \ No newline at end of file +} diff --git a/scripts/out/encrypted-message.json b/scripts/out/encrypted-message.json index c73c0705f..1d839b5e7 100644 --- a/scripts/out/encrypted-message.json +++ b/scripts/out/encrypted-message.json @@ -1,6 +1,6 @@ { - "ciphertext": "0x973b9e43299ef41644e5d4122371e2adaa587441ee0682eef6b3dc3db5fd452be05d9d3b696b5ed8267addf86125d661aeff66cd234a2df144073efbc03001cf36f1c40af1a310a9acbd10974de000517b5712ea6f19649df88bb61a9194139a9701c16adc0fc0e0fb03efc2fc65b0d163303efe1a5249a15b9c4dbbfc97de0e43485214b0c5510b3d52cba6ae4b67e6ed7376cda070ee54a6ed7936aecda3b1611a2cf0c35c84f8af48081d92a9d9e965d61f9c5c60f2104236506a83801541c45b2413a849447f40d74f86c58f52e65e9125997b63ef2f289305e386dc3d97f65c68bc6a01d8e567fe1323d83b5a2ef22877f1aadf0a60873f423fb423c812e4e3cec958f515d7a73bf3309254622948beebed211c862567067858df2121d1678c0578e90600f9bb127d605f1a54a01a7f19b64108d1b5febf285e4dcf7d62c0765645699d7b41751aa89fbe9b8064ba2f202fea361b6e5a643e759acd779d58ab541061956dd7a0f8a8230c3ee87355bd2c391356df765752f0e0e937ac2f9412afc1e26588028a2973e4276a30ab853356cd4b0afb", + "ciphertext": "0xde0ffa39b3cc4de956e65498aa6f5eafaa587441ee0682eef6b3dc3db5fd452be05d9d3b696b5ed8267addf86125d661aeff66cd234a2df144073efbc03001cf36f1c40af1a310a9acbd10974de000517b5712ea6f19649df88be14e92961d979203c56ddb5f9eb7fc50e8cba537b4db656739a91f0419f15d9e1aeaa6c6d40c494f5217b2c2505c6f07c4a4ac1d65e3ed2825c0a672bc54a0b17936aecda3b1611a2cf0c35c84f8af48081d92a9d9e965d61f9c5c60f2104236506a83801541c45b2413a849447f40d74f86c58f52e65e9125997b63ef2f289305e386dc3d97f65c68bc6a01d8e567fe1323d83b5a2ef22877f1aadf0a60873f423fb423c812e4e3cec958f515d7a73bf3309254622948beebed211c862567067858df2121d1678c0578e90600f9bb127d605f1a54a01a7f19b64108d1b5febf285e4dcf7d62c0765645699d7b41751aa89fbe9b8064ba2f202fea361b6e5a643e759acd779d58ab541061956dd7a0f8a8230c3ee87355bd2c391356df765752f0e0e937ac2f9412afc1e26588028a2973e4276a30ab853356cd4b0afb", "nonce": "0x010101010101010101010101010101010101010101010101", "senderKeyUri": "did:kilt:4qWb21mMmWjbgsVuQPJ1f9VFQMbyZwDSFC5wTzJZC91ehVam#0x6833db3ef3c37f865f769ac12b7c70e84d5d219622c941d3fa5199ac6be8ba8f", "receiverKeyUri": "did:kilt:4t9FPVbcN42UMxt3Z2Y4Wx38qPL8bLduAB11gLZSwn5hVEfH#0x04e74f9e54eb74179d3661aa2b3dc927b457c05d15b9ce0d50a9a3d58bcf9153" -} \ No newline at end of file +} diff --git a/scripts/out/public-credential.json b/scripts/out/public-credential.json index ae8396d17..70c99ef80 100644 --- a/scripts/out/public-credential.json +++ b/scripts/out/public-credential.json @@ -3,7 +3,7 @@ "name": "Alice", "age": 29 }, - "cTypeHash": "0x4f1d68ac46daf4613181b33b16faaf10cf94879dc2246d7485dc2ccbb843641d", + "cTypeHash": "0xc22f85da01c18c1b48acf9556ac7167247ce253cc10373ea77f50fc91521d478", "delegationId": null, "subject": "did:asset:eip155:1.erc721:0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb:1005" -} \ No newline at end of file +}