-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'doge-no-network' into 'dev'
Doge no network Closes #130, #131, and #132 See merge request ergo/rosen-bridge/rosen-chains!162
- Loading branch information
Showing
57 changed files
with
5,055 additions
and
2,353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@rosen-chains/ethereum': major | ||
'@rosen-chains/abstract-chain': major | ||
'@rosen-chains/binance': major | ||
'@rosen-chains/bitcoin': major | ||
'@rosen-chains/cardano': major | ||
'@rosen-chains/doge': major | ||
'@rosen-chains/ergo': major | ||
'@rosen-chains/evm': major | ||
--- | ||
|
||
Update rosen-extractor and token packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@rosen-chains/ethereum': major | ||
'@rosen-chains/binance': major | ||
'@rosen-chains/evm': major | ||
--- | ||
|
||
Removed `supportedTokens` from constructor arguments. Now, it is initialized by given TokenMap in constructor and can be updated using `updateSupportedTokens` function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ coverage | |
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
.vscode |
Oops, something went wrong.