From 464e32bea6eb760e88d5d9e1bbce96ebb846d582 Mon Sep 17 00:00:00 2001 From: Christophe de Carvalho Date: Fri, 15 Mar 2024 17:07:55 +0000 Subject: [PATCH 1/2] fix: link in badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d0494..f220673 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ Together, let's build a future where open-source thrives and contributors are re Add a badge on your repository README file to encourage users to give some Kudos ! -[![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fzaibon%2Fcommitkudos&query=%24.name&style=flat-square&label=Give%20some%20Kudos&cacheSeconds=3600)](https://commitkudos.com/?repository=zaibon%2Fcommitkudos&contributors=5&reward=5) +[![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fzaibon%2Fcommitkudos&query=%24.name&style=flat-square&label=Give%20some%20Kudos&cacheSeconds=3600)](https://commitkudos.com/?repository=zaibon%2Fcommitkudos&contributor=5&reward=5) From 91b004a9f3174fa1cb00c74889eb52305721baa0 Mon Sep 17 00:00:00 2001 From: Christophe de Carvalho Date: Fri, 15 Mar 2024 17:09:51 +0000 Subject: [PATCH 2/2] lint --- src/lib/peanutes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/peanutes.ts b/src/lib/peanutes.ts index f24a2b0..bab9461 100644 --- a/src/lib/peanutes.ts +++ b/src/lib/peanutes.ts @@ -17,7 +17,7 @@ export async function createLinks( signer: wallet }, linkDetails: { - chainId: chainId, + chainId: chainId.toString(), tokenAmount: amount, tokenType: tokenType, tokenAddress: tokenAddress