From 93e972a17e97e8fc4ed3ba6fcf149c419ea2b607 Mon Sep 17 00:00:00 2001 From: aaroncox Date: Wed, 10 Dec 2025 17:15:47 -0800 Subject: [PATCH] Revert "Updating wharfkit/antelope and fixing Jungle alias to mirror swift" This reverts commit fa9405b880f77549d116d320104e5786c4e5803d. --- package.json | 2 +- src/chain-id.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8adfd52..07a157d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "make" }, "dependencies": { - "@wharfkit/antelope": "^1.1.1", + "@wharfkit/antelope": "^1.0.7", "tslib": "^2.0.3" }, "devDependencies": { diff --git a/src/chain-id.ts b/src/chain-id.ts index e23f6c9..dcd3c8a 100644 --- a/src/chain-id.ts +++ b/src/chain-id.ts @@ -78,7 +78,7 @@ export class ChainIdVariant extends Variant { const ChainIdLookup = new Map([ [ChainName.EOS, 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906'], [ChainName.TELOS, '4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11'], - [ChainName.JUNGLE, '73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d'], // Jungle 4 testnet (updated from Jungle 3) + [ChainName.JUNGLE, 'e70aaab8997e1dfce58fbfac80cbbb8fecec7b99cf982a9444273cbc64c41473'], [ChainName.KYLIN, '5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191'], [ChainName.WORBLI, '73647cde120091e0a4b85bced2f3cfdb3041e266cbbe95cee59b73235a1b3b6f'], [ChainName.BOS, 'd5a3d18fbb3c084e3b1f3fa98c21014b5f3db536cc15d08f9f6479517c6a3d86'], diff --git a/yarn.lock b/yarn.lock index 12418cb..2cef644 100644 --- a/yarn.lock +++ b/yarn.lock @@ -448,10 +448,10 @@ resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== -"@wharfkit/antelope@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.1.1.tgz#f54c4ed7ddd758f4a8aa643a81dc3e4575058d45" - integrity sha512-zOetZJG0T4/WRCIC8Ui2DGv+RxrSkdXOq/q8sUqUcuKei+aJo4/9Xk37VULPt2qe0NpTm93ajYV9cYdD9m5Fgg== +"@wharfkit/antelope@^1.0.7": + version "1.0.7" + resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.7.tgz#5ca010db963e061b2e8c47c14e55f86817718c2e" + integrity sha512-C4DRC4U+qC2XQKUgwznKX6i8xdKo+ZqxkZURrPTtY3v53IvKwj+3amTQQSpuECechS5x6ItcT+/fOFBNlQ2Juw== dependencies: bn.js "^4.11.9" brorand "^1.1.0"