From 22e83c2650f5b12e3cc20070c4a9403f3aaaa436 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:25:34 +0200 Subject: [PATCH 1/3] fix typos --- token.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/token.md b/token.md index 93ad016..64c3997 100644 --- a/token.md +++ b/token.md @@ -14,7 +14,7 @@ The Lagrange token has 3 stages: Testnet: SepoliaETH -Lagrange Testnet Token (LAG) is used on langrage testnet. The first time it is deployed is during the Mars Testnet. LAG testnet token does not has value and can get it from the faucet. +Lagrange Testnet Token (LAG) is used on langrage testnet. The first time it is deployed is during the Mars Testnet. LAG testnet token does not have value and can get it from the faucet. #### Swan Testnet @@ -24,7 +24,7 @@ Swan Testnet Token (Swan) is used on Swan Testnet. The Swan Testnet is designed #### Swan Mainnet -Bsse Chain: ETH +Base Chain: ETH Swan is a L2 blockchain on Ethereum with Rollup technology. From a4a70e31217e3cf98597b8ebc4ae65084db4c334 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:26:31 +0200 Subject: [PATCH 2/3] fix typo --- data-nft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-nft.md b/data-nft.md index 426a659..930b8da 100644 --- a/data-nft.md +++ b/data-nft.md @@ -10,7 +10,7 @@ A Data NFT represents the ownership and rights for a specific data asset on the Data NFTs establishes the ownership of data assets, which would allow for data transferability and data sales while maintaining a verifiable record of ownership. It also allows data owners to define who can access the data, for what purposes, and under what conditions, in order to protect their own intellectual property. -Data NFTs enable the tokenization of the base intellectual property, which maintains a tracable record of ownership on the blockchain, allows for easy transfer and trade of ownership, and provides opportunities for revenue generation through the creation and sale of datatokens associated with the underlying data. +Data NFTs enable the tokenization of the base intellectual property, which maintains a traceable record of ownership on the blockchain, allows for easy transfer and trade of ownership, and provides opportunities for revenue generation through the creation and sale of datatokens associated with the underlying data. ## Workflow 🧩 From b9c80e8116536890c100203f13ce9b348b193baa Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:29:18 +0200 Subject: [PATCH 3/3] fix typo --- decentralized-auction-marketplace/reputation-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/decentralized-auction-marketplace/reputation-system.md b/decentralized-auction-marketplace/reputation-system.md index 35c86c3..5aea5ce 100644 --- a/decentralized-auction-marketplace/reputation-system.md +++ b/decentralized-auction-marketplace/reputation-system.md @@ -39,7 +39,7 @@ The equation for a weekly score is the same except that the time period of which ### Reachability: ``` -(# of succesful requests - # of failed requests) / total # of requests made to provider by server +(# of successful requests - # of failed requests) / total # of requests made to provider by server ``` The Lagrange server will periodically send a ping to each provider. If the provider receives the ping and the server receives a response back, then the request will be saved as a success. Otherwise, the request will be saved as failed. @@ -53,4 +53,4 @@ This equation provides a quantitative measure of a provider's performance and su ``` Region Score = 1 - ( # of providers in the region / total # of providers ) ``` -So, if for example 20% of providers globally reside in North America, then a provider in this region would get a region score of `1 - 0.2 = 0.8`. Once again, by assigning a higher region score to providers in regions with limited competition, the scoring system addresses potential imbalances in service distribution and also promotes regional growth. \ No newline at end of file +So, if for example 20% of providers globally reside in North America, then a provider in this region would get a region score of `1 - 0.2 = 0.8`. Once again, by assigning a higher region score to providers in regions with limited competition, the scoring system addresses potential imbalances in service distribution and also promotes regional growth.