Skip to content

Commit

Permalink
Merge branch 'doge-network' into 'dev'
Browse files Browse the repository at this point in the history
Doge network

See merge request ergo/rosen-bridge/rosen-chains!163
  • Loading branch information
vorujack committed Feb 6, 2025
2 parents bb65b0d + 726f23f commit 792f918
Show file tree
Hide file tree
Showing 15 changed files with 2,081 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-cows-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-chains/doge-esplora': major
---

Esplora network for Doge
278 changes: 273 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chains/doge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "this project contains doge chain for Rosen-bridge",
"repository": "https://github.com/rosen-bridge/rosen-chains",
"license": "GPL-3.0",
"author": "Mehran",
"author": "Rosen Team",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/networks/doge-esplora/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
24 changes: 24 additions & 0 deletions packages/networks/doge-esplora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @rosen-chains/doge-esplora

## Table of contents

- [Introduction](#introduction)
- [Installation](#installation)

## Introduction

A package to be used as network api provider for @rosen-chains/doge package

## Installation

npm:

```sh
npm i @rosen-chains/doge-esplora
```

yarn:

```sh
yarn add @rosen-chains/doge-esplora
```
Loading

0 comments on commit 792f918

Please sign in to comment.