Skip to content

Commit 0c92f31

Browse files
authored
Merge pull request #422 from EdgeApp/sam/mapctl
Sam/mapctl
2 parents e2cad2f + 54ee0e8 commit 0c92f31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8072
-607
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ yarn-error.log
2121

2222
# Config
2323
testconfig.json
24+
mapctlConfig.json
25+
.env

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- added: Added new mappings to all swap providers.
6+
57
## 2.40.1 (2025-12-09)
68

79
- changed: Replace wallet denomination methods with synchronous utils

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"start": "webpack serve",
3939
"test": "nyc mocha 'test/**/*.test.ts'",
4040
"types": "tsc",
41+
"mapctl": "node -r sucrase/register scripts/mapctl.ts",
4142
"webpack": "webpack && cp -r android/src/main/assets/edge-exchange-plugins dist",
4243
"verify": "npm-run-all prepare lint types test"
4344
},

0 commit comments

Comments
 (0)