Skip to content

Commit

Permalink
Merge pull request #20 from Descent-Collective/dynamic-network
Browse files Browse the repository at this point in the history
Add Support for Base Sepolia Network
  • Loading branch information
njokuScript authored Feb 11, 2024
2 parents 260ff31 + 10eeedb commit 7d4f81d
Show file tree
Hide file tree
Showing 32 changed files with 27,729 additions and 19,814 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descent-protocol/sdk",
"version": "0.1.23",
"version": "0.1.24",
"description": "A Typescript library for interacting with the Descent Protocol",
"keywords": [
"xNGN",
Expand All @@ -15,10 +15,9 @@
"license": "MIT",
"author": "Njoku Emmanuel",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.es.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"browser": "dist/index.bundle.js",
"types": "./dist/types.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -69,6 +68,7 @@
"src/",
"!src/tests"
],
"types": "./dist/types.d.ts",
"scripts": {
"analyze": "size-limit --why",
"format": "prettier --write .",
Expand All @@ -79,7 +79,7 @@
"prepublishOnly": "npm ci && npm run build",
"dev": "concurrently -c yellow,blue -n RLP,SRV \"npm:build:watch\" \"npm:serve\"",
"build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
"build": "rollup -c",
"build": "node esbuild.js",
"test": "jest --coverage ./test/",
"test:getter": "jest ./test/getters.test.ts",
"test:vault": "jest ./test/vault.test.ts",
Expand Down
Loading

0 comments on commit 7d4f81d

Please sign in to comment.