diff --git a/Readme.md b/Readme.md
index 16f4602..b3ac427 100644
--- a/Readme.md
+++ b/Readme.md
@@ -64,20 +64,20 @@ function App() {
return (
)
@@ -86,7 +86,7 @@ function App() {
-For more detailed information on how to use Resmic, please refer to our [documentation](https://www.docs.resmic.com)
+For more detailed information on how to use Resmic, please refer to our [documentation](https://docs.resmic.com)
@@ -101,7 +101,7 @@ If you encounter any issues, have questions, or want to provide feedback, please
## Documentation
Ready to get started?
-[Read installation instructions.](https://www.docs.resmic.com)
+[Read installation instructions.](https://docs.resmic.com)
diff --git a/package-lock.json b/package-lock.json
index 3c6a187..ab6f88d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,9 +12,9 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
- "axios": "1.4.0",
+ "axios": "^1.7.4",
"bignumber.js": "^9.1.2",
- "ethers": "^5.6.9",
+ "ethers": "^6.0.0",
"get-starknet": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -40,6 +40,12 @@
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz",
"integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg=="
},
+ "node_modules/@adraffy/ens-normalize": {
+ "version": "1.8.9",
+ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.8.9.tgz",
+ "integrity": "sha512-93OmGCV0vO8+JQ3FHG+gZk/MPHzzMPDRiCiFcCQNTCnHaaxsacO3ScTPGlu2wX2dOtgfalbchPcw1cOYYjHCYQ==",
+ "license": "MIT"
+ },
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
@@ -2353,676 +2359,6 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
- "node_modules/@ethersproject/abi": {
- "version": "5.6.4",
- "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.6.4.tgz",
- "integrity": "sha512-TTeZUlCeIHG6527/2goZA6gW5F8Emoc7MrZDC7hhP84aRGvW3TEdTnZR08Ls88YXM1m2SuK42Osw/jSi3uO8gg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/abstract-provider": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.6.1.tgz",
- "integrity": "sha512-BxlIgogYJtp1FS8Muvj8YfdClk3unZH0vRMVX791Z9INBNT/kuACZ9GzaY1Y4yFq+YSy6/w4gzj3HCRKrK9hsQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/networks": "^5.6.3",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/web": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/abstract-signer": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.6.2.tgz",
- "integrity": "sha512-n1r6lttFBG0t2vNiI3HoWaS/KdOt8xyDjzlP2cuevlWLG6EX0OwcKLyG/Kp/cuwNxdy/ous+R/DEMdTUwWQIjQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/address": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.6.1.tgz",
- "integrity": "sha512-uOgF0kS5MJv9ZvCz7x6T2EXJSzotiybApn4XlOgoTX0xdtyVIJ7pF+6cGPxiEq/dpBiTfMiw7Yc81JcwhSYA0Q==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/rlp": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/base64": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.6.1.tgz",
- "integrity": "sha512-qB76rjop6a0RIYYMiB4Eh/8n+Hxu2NIZm8S/Q7kNo5pmZfXhHGHmS4MinUainiBC54SCyRnwzL+KZjj8zbsSsw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/basex": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.6.1.tgz",
- "integrity": "sha512-a52MkVz4vuBXR06nvflPMotld1FJWSj2QT0985v7P/emPZO00PucFAkbcmq2vpVU7Ts7umKiSI6SppiLykVWsA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/properties": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/bignumber": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.6.2.tgz",
- "integrity": "sha512-v7+EEUbhGqT3XJ9LMPsKvXYHFc8eHxTowFCG/HgJErmq4XHJ2WR7aeyICg3uTOAQ7Icn0GFHAohXEhxQHq4Ubw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "bn.js": "^5.2.1"
- }
- },
- "node_modules/@ethersproject/bytes": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.6.1.tgz",
- "integrity": "sha512-NwQt7cKn5+ZE4uDn+X5RAXLp46E1chXoaMmrxAyA0rblpxz8t58lVkrHXoRIn0lz1joQElQ8410GqhTqMOwc6g==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/constants": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.6.1.tgz",
- "integrity": "sha512-QSq9WVnZbxXYFftrjSjZDUshp6/eKp6qrtdBtUCm0QxCV5z1fG/w3kdlcsjMCQuQHUnAclKoK7XpXMezhRDOLg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bignumber": "^5.6.2"
- }
- },
- "node_modules/@ethersproject/contracts": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.6.2.tgz",
- "integrity": "sha512-hguUA57BIKi6WY0kHvZp6PwPlWF87MCeB4B7Z7AbUpTxfFXFdn/3b0GmjZPagIHS+3yhcBJDnuEfU4Xz+Ks/8g==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abi": "^5.6.3",
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/transactions": "^5.6.2"
- }
- },
- "node_modules/@ethersproject/hash": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.6.1.tgz",
- "integrity": "sha512-L1xAHurbaxG8VVul4ankNX5HgQ8PNCTrnVXEiFnE9xoRnaUcgfD12tZINtDinSllxPLCtGwguQxJ5E6keE84pA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/hdnode": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.6.2.tgz",
- "integrity": "sha512-tERxW8Ccf9CxW2db3WsN01Qao3wFeRsfYY9TCuhmG0xNpl2IO8wgXU3HtWIZ49gUWPggRy4Yg5axU0ACaEKf1Q==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/basex": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/pbkdf2": "^5.6.1",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/wordlists": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/json-wallets": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.6.1.tgz",
- "integrity": "sha512-KfyJ6Zwz3kGeX25nLihPwZYlDqamO6pfGKNnVMWWfEVVp42lTfCZVXXy5Ie8IZTN0HKwAngpIPi7gk4IJzgmqQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hdnode": "^5.6.2",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/pbkdf2": "^5.6.1",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "aes-js": "3.0.0",
- "scrypt-js": "3.0.1"
- }
- },
- "node_modules/@ethersproject/keccak256": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.6.1.tgz",
- "integrity": "sha512-bB7DQHCTRDooZZdL3lk9wpL0+XuG3XLGHLh3cePnybsO3V0rdCAOQGpn/0R3aODmnTOOkCATJiD2hnL+5bwthA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "js-sha3": "0.8.0"
- }
- },
- "node_modules/@ethersproject/logger": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.6.0.tgz",
- "integrity": "sha512-BiBWllUROH9w+P21RzoxJKzqoqpkyM1pRnEKG69bulE9TSQD8SAIvTQqIMZmmCO8pUNkgLP1wndX1gKghSpBmg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ]
- },
- "node_modules/@ethersproject/networks": {
- "version": "5.6.4",
- "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.6.4.tgz",
- "integrity": "sha512-KShHeHPahHI2UlWdtDMn2lJETcbtaJge4k7XSjDR9h79QTd6yQJmv6Cp2ZA4JdqWnhszAOLSuJEd9C0PRw7hSQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/pbkdf2": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.6.1.tgz",
- "integrity": "sha512-k4gRQ+D93zDRPNUfmduNKq065uadC2YjMP/CqwwX5qG6R05f47boq6pLZtV/RnC4NZAYOPH1Cyo54q0c9sshRQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/sha2": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/properties": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.6.0.tgz",
- "integrity": "sha512-szoOkHskajKePTJSZ46uHUWWkbv7TzP2ypdEK6jGMqJaEt2sb0jCgfBo0gH0m2HBpRixMuJ6TBRaQCF7a9DoCg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/providers": {
- "version": "5.6.8",
- "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.6.8.tgz",
- "integrity": "sha512-Wf+CseT/iOJjrGtAOf3ck9zS7AgPmr2fZ3N97r4+YXN3mBePTG2/bJ8DApl9mVwYL+RpYbNxMEkEp4mPGdwG/w==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/base64": "^5.6.1",
- "@ethersproject/basex": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/networks": "^5.6.3",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/rlp": "^5.6.1",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/web": "^5.6.1",
- "bech32": "1.1.4",
- "ws": "7.4.6"
- }
- },
- "node_modules/@ethersproject/random": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.6.1.tgz",
- "integrity": "sha512-/wtPNHwbmng+5yi3fkipA8YBT59DdkGRoC2vWk09Dci/q5DlgnMkhIycjHlavrvrjJBkFjO/ueLyT+aUDfc4lA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/rlp": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.6.1.tgz",
- "integrity": "sha512-uYjmcZx+DKlFUk7a5/W9aQVaoEC7+1MOBgNtvNg13+RnuUwT4F0zTovC0tmay5SmRslb29V1B7Y5KCri46WhuQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/sha2": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.6.1.tgz",
- "integrity": "sha512-5K2GyqcW7G4Yo3uenHegbXRPDgARpWUiXc6RiF7b6i/HXUoWlb7uCARh7BAHg7/qT/Q5ydofNwiZcim9qpjB6g==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "hash.js": "1.1.7"
- }
- },
- "node_modules/@ethersproject/signing-key": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.6.2.tgz",
- "integrity": "sha512-jVbu0RuP7EFpw82vHcL+GP35+KaNruVAZM90GxgQnGqB6crhBqW/ozBfFvdeImtmb4qPko0uxXjn8l9jpn0cwQ==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "bn.js": "^5.2.1",
- "elliptic": "6.5.4",
- "hash.js": "1.1.7"
- }
- },
- "node_modules/@ethersproject/solidity": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.6.1.tgz",
- "integrity": "sha512-KWqVLkUUoLBfL1iwdzUVlkNqAUIFMpbbeH0rgCfKmJp0vFtY4AsaN91gHKo9ZZLkC4UOm3cI3BmMV4N53BOq4g==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/strings": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.6.1.tgz",
- "integrity": "sha512-2X1Lgk6Jyfg26MUnsHiT456U9ijxKUybz8IM1Vih+NJxYtXhmvKBcHOmvGqpFSVJ0nQ4ZCoIViR8XlRw1v/+Cw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/transactions": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.6.2.tgz",
- "integrity": "sha512-BuV63IRPHmJvthNkkt9G70Ullx6AcM+SDc+a8Aw/8Yew6YwT51TcBKEp1P4oOQ/bP25I18JJr7rcFRgFtU9B2Q==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/rlp": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2"
- }
- },
- "node_modules/@ethersproject/units": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.1.tgz",
- "integrity": "sha512-rEfSEvMQ7obcx3KWD5EWWx77gqv54K6BKiZzKxkQJqtpriVsICrktIQmKl8ReNToPeIYPnFHpXvKpi068YFZXw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "node_modules/@ethersproject/wallet": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.6.2.tgz",
- "integrity": "sha512-lrgh0FDQPuOnHcF80Q3gHYsSUODp6aJLAdDmDV0xKCN/T7D99ta1jGVhulg3PY8wiXEngD0DfM0I2XKXlrqJfg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/hdnode": "^5.6.2",
- "@ethersproject/json-wallets": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/wordlists": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/web": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.6.1.tgz",
- "integrity": "sha512-/vSyzaQlNXkO1WV+RneYKqCJwualcUdx/Z3gseVovZP0wIlOFcCE1hkRhKBH8ImKbGQbMl9EAAyJFrJu7V0aqA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/base64": "^5.6.1",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "node_modules/@ethersproject/wordlists": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.6.1.tgz",
- "integrity": "sha512-wiPRgBpNbNwCQFoCr8bcWO8o5I810cqO6mkdtKfLKFlLxeCWcnzDi4Alu8iyNzlhYuS9npCwivMbRWF19dyblw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "dependencies": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
@@ -4643,6 +3979,18 @@
"url": "https://paulmillr.com/funding/"
}
},
+ "node_modules/@noble/secp256k1": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz",
+ "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://paulmillr.com/funding/"
+ }
+ ],
+ "license": "MIT"
+ },
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -9642,9 +8990,10 @@
}
},
"node_modules/aes-js": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
- "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
+ "version": "4.0.0-beta.3",
+ "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.3.tgz",
+ "integrity": "sha512-/xJX0/VTPcbc5xQE2VUP91y1xN8q/rDfhEzLm+vLc3hYvb5+qHCnpJRuFcrKn63zumK/sCwYYzhG8HP78JYSTA==",
+ "license": "MIT"
},
"node_modules/agent-base": {
"version": "6.0.2",
@@ -10018,11 +9367,12 @@
}
},
"node_modules/axios": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
- "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
+ "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
+ "license": "MIT",
"dependencies": {
- "follow-redirects": "^1.15.0",
+ "follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
@@ -10314,11 +9664,6 @@
"resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
"integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
},
- "node_modules/bech32": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
- "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
- },
"node_modules/bfj": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
@@ -10363,11 +9708,6 @@
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
- "node_modules/bn.js": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
- "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
- },
"node_modules/body-parser": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
@@ -10464,11 +9804,6 @@
"node": ">=8"
}
},
- "node_modules/brorand": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
- "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
- },
"node_modules/browser-process-hrtime": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
@@ -11771,25 +11106,6 @@
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.535.tgz",
"integrity": "sha512-4548PpR4S5X5dlvX8NUIw0njH7btQtBoJWcgzpq7n2F9NQ5gMXOPP/6p6iVx6+YT3FVioNhEGa14WJj1k+2SfA=="
},
- "node_modules/elliptic": {
- "version": "6.5.4",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
- "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
- "dependencies": {
- "bn.js": "^4.11.9",
- "brorand": "^1.1.0",
- "hash.js": "^1.0.0",
- "hmac-drbg": "^1.0.1",
- "inherits": "^2.0.4",
- "minimalistic-assert": "^1.0.1",
- "minimalistic-crypto-utils": "^1.0.1"
- }
- },
- "node_modules/elliptic/node_modules/bn.js": {
- "version": "4.12.0",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
- "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
- },
"node_modules/emittery": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
@@ -12788,50 +12104,59 @@
}
},
"node_modules/ethers": {
- "version": "5.6.9",
- "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.6.9.tgz",
- "integrity": "sha512-lMGC2zv9HC5EC+8r429WaWu3uWJUCgUCt8xxKCFqkrFuBDZXDYIdzDUECxzjf2BMF8IVBByY1EBoGSL3RTm8RA==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.0.0.tgz",
+ "integrity": "sha512-3zI3VqRS6ERFoRMDIaOPTlR2CFeRYLh21OgoIEL4P5thF2xleWCM6R4ks3qdPp0qYUNzkTV4F+NbczbxxD8ybQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@adraffy/ens-normalize": "1.8.9",
+ "@noble/hashes": "1.1.2",
+ "@noble/secp256k1": "1.6.3",
+ "aes-js": "4.0.0-beta.3",
+ "tslib": "2.4.0",
+ "ws": "8.5.0"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/ethers/node_modules/@noble/hashes": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz",
+ "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==",
"funding": [
{
"type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
+ "url": "https://paulmillr.com/funding/"
}
],
- "dependencies": {
- "@ethersproject/abi": "5.6.4",
- "@ethersproject/abstract-provider": "5.6.1",
- "@ethersproject/abstract-signer": "5.6.2",
- "@ethersproject/address": "5.6.1",
- "@ethersproject/base64": "5.6.1",
- "@ethersproject/basex": "5.6.1",
- "@ethersproject/bignumber": "5.6.2",
- "@ethersproject/bytes": "5.6.1",
- "@ethersproject/constants": "5.6.1",
- "@ethersproject/contracts": "5.6.2",
- "@ethersproject/hash": "5.6.1",
- "@ethersproject/hdnode": "5.6.2",
- "@ethersproject/json-wallets": "5.6.1",
- "@ethersproject/keccak256": "5.6.1",
- "@ethersproject/logger": "5.6.0",
- "@ethersproject/networks": "5.6.4",
- "@ethersproject/pbkdf2": "5.6.1",
- "@ethersproject/properties": "5.6.0",
- "@ethersproject/providers": "5.6.8",
- "@ethersproject/random": "5.6.1",
- "@ethersproject/rlp": "5.6.1",
- "@ethersproject/sha2": "5.6.1",
- "@ethersproject/signing-key": "5.6.2",
- "@ethersproject/solidity": "5.6.1",
- "@ethersproject/strings": "5.6.1",
- "@ethersproject/transactions": "5.6.2",
- "@ethersproject/units": "5.6.1",
- "@ethersproject/wallet": "5.6.2",
- "@ethersproject/web": "5.6.1",
- "@ethersproject/wordlists": "5.6.1"
+ "license": "MIT"
+ },
+ "node_modules/ethers/node_modules/tslib": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
+ "license": "0BSD"
+ },
+ "node_modules/ethers/node_modules/ws": {
+ "version": "8.5.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
+ "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
}
},
"node_modules/eventemitter3": {
@@ -13189,15 +12514,16 @@
"integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ=="
},
"node_modules/follow-redirects": {
- "version": "1.15.3",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
- "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
+ "version": "1.15.6",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
+ "license": "MIT",
"engines": {
"node": ">=4.0"
},
@@ -13866,15 +13192,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/hash.js": {
- "version": "1.1.7",
- "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
- "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
- "dependencies": {
- "inherits": "^2.0.3",
- "minimalistic-assert": "^1.0.1"
- }
- },
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -13883,16 +13200,6 @@
"he": "bin/he"
}
},
- "node_modules/hmac-drbg": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
- "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
- "dependencies": {
- "hash.js": "^1.0.3",
- "minimalistic-assert": "^1.0.0",
- "minimalistic-crypto-utils": "^1.0.1"
- }
- },
"node_modules/hoopy": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
@@ -18270,11 +17577,6 @@
"jiti": "bin/jiti.js"
}
},
- "node_modules/js-sha3": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
- "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -19068,11 +18370,6 @@
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
},
- "node_modules/minimalistic-crypto-utils": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
- "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
- },
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -22581,11 +21878,6 @@
"url": "https://opencollective.com/webpack"
}
},
- "node_modules/scrypt-js": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
- "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
- },
"node_modules/select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
@@ -25058,6 +24350,11 @@
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz",
"integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg=="
},
+ "@adraffy/ens-normalize": {
+ "version": "1.8.9",
+ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.8.9.tgz",
+ "integrity": "sha512-93OmGCV0vO8+JQ3FHG+gZk/MPHzzMPDRiCiFcCQNTCnHaaxsacO3ScTPGlu2wX2dOtgfalbchPcw1cOYYjHCYQ=="
+ },
"@alloc/quick-lru": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
@@ -26531,376 +25828,6 @@
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz",
"integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ=="
},
- "@ethersproject/abi": {
- "version": "5.6.4",
- "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.6.4.tgz",
- "integrity": "sha512-TTeZUlCeIHG6527/2goZA6gW5F8Emoc7MrZDC7hhP84aRGvW3TEdTnZR08Ls88YXM1m2SuK42Osw/jSi3uO8gg==",
- "requires": {
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "@ethersproject/abstract-provider": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.6.1.tgz",
- "integrity": "sha512-BxlIgogYJtp1FS8Muvj8YfdClk3unZH0vRMVX791Z9INBNT/kuACZ9GzaY1Y4yFq+YSy6/w4gzj3HCRKrK9hsQ==",
- "requires": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/networks": "^5.6.3",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/web": "^5.6.1"
- }
- },
- "@ethersproject/abstract-signer": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.6.2.tgz",
- "integrity": "sha512-n1r6lttFBG0t2vNiI3HoWaS/KdOt8xyDjzlP2cuevlWLG6EX0OwcKLyG/Kp/cuwNxdy/ous+R/DEMdTUwWQIjQ==",
- "requires": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0"
- }
- },
- "@ethersproject/address": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.6.1.tgz",
- "integrity": "sha512-uOgF0kS5MJv9ZvCz7x6T2EXJSzotiybApn4XlOgoTX0xdtyVIJ7pF+6cGPxiEq/dpBiTfMiw7Yc81JcwhSYA0Q==",
- "requires": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/rlp": "^5.6.1"
- }
- },
- "@ethersproject/base64": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.6.1.tgz",
- "integrity": "sha512-qB76rjop6a0RIYYMiB4Eh/8n+Hxu2NIZm8S/Q7kNo5pmZfXhHGHmS4MinUainiBC54SCyRnwzL+KZjj8zbsSsw==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1"
- }
- },
- "@ethersproject/basex": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.6.1.tgz",
- "integrity": "sha512-a52MkVz4vuBXR06nvflPMotld1FJWSj2QT0985v7P/emPZO00PucFAkbcmq2vpVU7Ts7umKiSI6SppiLykVWsA==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/properties": "^5.6.0"
- }
- },
- "@ethersproject/bignumber": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.6.2.tgz",
- "integrity": "sha512-v7+EEUbhGqT3XJ9LMPsKvXYHFc8eHxTowFCG/HgJErmq4XHJ2WR7aeyICg3uTOAQ7Icn0GFHAohXEhxQHq4Ubw==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "bn.js": "^5.2.1"
- }
- },
- "@ethersproject/bytes": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.6.1.tgz",
- "integrity": "sha512-NwQt7cKn5+ZE4uDn+X5RAXLp46E1chXoaMmrxAyA0rblpxz8t58lVkrHXoRIn0lz1joQElQ8410GqhTqMOwc6g==",
- "requires": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/constants": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.6.1.tgz",
- "integrity": "sha512-QSq9WVnZbxXYFftrjSjZDUshp6/eKp6qrtdBtUCm0QxCV5z1fG/w3kdlcsjMCQuQHUnAclKoK7XpXMezhRDOLg==",
- "requires": {
- "@ethersproject/bignumber": "^5.6.2"
- }
- },
- "@ethersproject/contracts": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.6.2.tgz",
- "integrity": "sha512-hguUA57BIKi6WY0kHvZp6PwPlWF87MCeB4B7Z7AbUpTxfFXFdn/3b0GmjZPagIHS+3yhcBJDnuEfU4Xz+Ks/8g==",
- "requires": {
- "@ethersproject/abi": "^5.6.3",
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/transactions": "^5.6.2"
- }
- },
- "@ethersproject/hash": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.6.1.tgz",
- "integrity": "sha512-L1xAHurbaxG8VVul4ankNX5HgQ8PNCTrnVXEiFnE9xoRnaUcgfD12tZINtDinSllxPLCtGwguQxJ5E6keE84pA==",
- "requires": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "@ethersproject/hdnode": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.6.2.tgz",
- "integrity": "sha512-tERxW8Ccf9CxW2db3WsN01Qao3wFeRsfYY9TCuhmG0xNpl2IO8wgXU3HtWIZ49gUWPggRy4Yg5axU0ACaEKf1Q==",
- "requires": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/basex": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/pbkdf2": "^5.6.1",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/wordlists": "^5.6.1"
- }
- },
- "@ethersproject/json-wallets": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.6.1.tgz",
- "integrity": "sha512-KfyJ6Zwz3kGeX25nLihPwZYlDqamO6pfGKNnVMWWfEVVp42lTfCZVXXy5Ie8IZTN0HKwAngpIPi7gk4IJzgmqQ==",
- "requires": {
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hdnode": "^5.6.2",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/pbkdf2": "^5.6.1",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "aes-js": "3.0.0",
- "scrypt-js": "3.0.1"
- }
- },
- "@ethersproject/keccak256": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.6.1.tgz",
- "integrity": "sha512-bB7DQHCTRDooZZdL3lk9wpL0+XuG3XLGHLh3cePnybsO3V0rdCAOQGpn/0R3aODmnTOOkCATJiD2hnL+5bwthA==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "js-sha3": "0.8.0"
- }
- },
- "@ethersproject/logger": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.6.0.tgz",
- "integrity": "sha512-BiBWllUROH9w+P21RzoxJKzqoqpkyM1pRnEKG69bulE9TSQD8SAIvTQqIMZmmCO8pUNkgLP1wndX1gKghSpBmg=="
- },
- "@ethersproject/networks": {
- "version": "5.6.4",
- "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.6.4.tgz",
- "integrity": "sha512-KShHeHPahHI2UlWdtDMn2lJETcbtaJge4k7XSjDR9h79QTd6yQJmv6Cp2ZA4JdqWnhszAOLSuJEd9C0PRw7hSQ==",
- "requires": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/pbkdf2": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.6.1.tgz",
- "integrity": "sha512-k4gRQ+D93zDRPNUfmduNKq065uadC2YjMP/CqwwX5qG6R05f47boq6pLZtV/RnC4NZAYOPH1Cyo54q0c9sshRQ==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/sha2": "^5.6.1"
- }
- },
- "@ethersproject/properties": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.6.0.tgz",
- "integrity": "sha512-szoOkHskajKePTJSZ46uHUWWkbv7TzP2ypdEK6jGMqJaEt2sb0jCgfBo0gH0m2HBpRixMuJ6TBRaQCF7a9DoCg==",
- "requires": {
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/providers": {
- "version": "5.6.8",
- "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.6.8.tgz",
- "integrity": "sha512-Wf+CseT/iOJjrGtAOf3ck9zS7AgPmr2fZ3N97r4+YXN3mBePTG2/bJ8DApl9mVwYL+RpYbNxMEkEp4mPGdwG/w==",
- "requires": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/base64": "^5.6.1",
- "@ethersproject/basex": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/networks": "^5.6.3",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/rlp": "^5.6.1",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/strings": "^5.6.1",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/web": "^5.6.1",
- "bech32": "1.1.4",
- "ws": "7.4.6"
- }
- },
- "@ethersproject/random": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.6.1.tgz",
- "integrity": "sha512-/wtPNHwbmng+5yi3fkipA8YBT59DdkGRoC2vWk09Dci/q5DlgnMkhIycjHlavrvrjJBkFjO/ueLyT+aUDfc4lA==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/rlp": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.6.1.tgz",
- "integrity": "sha512-uYjmcZx+DKlFUk7a5/W9aQVaoEC7+1MOBgNtvNg13+RnuUwT4F0zTovC0tmay5SmRslb29V1B7Y5KCri46WhuQ==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/sha2": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.6.1.tgz",
- "integrity": "sha512-5K2GyqcW7G4Yo3uenHegbXRPDgARpWUiXc6RiF7b6i/HXUoWlb7uCARh7BAHg7/qT/Q5ydofNwiZcim9qpjB6g==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "hash.js": "1.1.7"
- }
- },
- "@ethersproject/signing-key": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.6.2.tgz",
- "integrity": "sha512-jVbu0RuP7EFpw82vHcL+GP35+KaNruVAZM90GxgQnGqB6crhBqW/ozBfFvdeImtmb4qPko0uxXjn8l9jpn0cwQ==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "bn.js": "^5.2.1",
- "elliptic": "6.5.4",
- "hash.js": "1.1.7"
- }
- },
- "@ethersproject/solidity": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.6.1.tgz",
- "integrity": "sha512-KWqVLkUUoLBfL1iwdzUVlkNqAUIFMpbbeH0rgCfKmJp0vFtY4AsaN91gHKo9ZZLkC4UOm3cI3BmMV4N53BOq4g==",
- "requires": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/sha2": "^5.6.1",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "@ethersproject/strings": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.6.1.tgz",
- "integrity": "sha512-2X1Lgk6Jyfg26MUnsHiT456U9ijxKUybz8IM1Vih+NJxYtXhmvKBcHOmvGqpFSVJ0nQ4ZCoIViR8XlRw1v/+Cw==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/transactions": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.6.2.tgz",
- "integrity": "sha512-BuV63IRPHmJvthNkkt9G70Ullx6AcM+SDc+a8Aw/8Yew6YwT51TcBKEp1P4oOQ/bP25I18JJr7rcFRgFtU9B2Q==",
- "requires": {
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/rlp": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2"
- }
- },
- "@ethersproject/units": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.1.tgz",
- "integrity": "sha512-rEfSEvMQ7obcx3KWD5EWWx77gqv54K6BKiZzKxkQJqtpriVsICrktIQmKl8ReNToPeIYPnFHpXvKpi068YFZXw==",
- "requires": {
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/constants": "^5.6.1",
- "@ethersproject/logger": "^5.6.0"
- }
- },
- "@ethersproject/wallet": {
- "version": "5.6.2",
- "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.6.2.tgz",
- "integrity": "sha512-lrgh0FDQPuOnHcF80Q3gHYsSUODp6aJLAdDmDV0xKCN/T7D99ta1jGVhulg3PY8wiXEngD0DfM0I2XKXlrqJfg==",
- "requires": {
- "@ethersproject/abstract-provider": "^5.6.1",
- "@ethersproject/abstract-signer": "^5.6.2",
- "@ethersproject/address": "^5.6.1",
- "@ethersproject/bignumber": "^5.6.2",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/hdnode": "^5.6.2",
- "@ethersproject/json-wallets": "^5.6.1",
- "@ethersproject/keccak256": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/random": "^5.6.1",
- "@ethersproject/signing-key": "^5.6.2",
- "@ethersproject/transactions": "^5.6.2",
- "@ethersproject/wordlists": "^5.6.1"
- }
- },
- "@ethersproject/web": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.6.1.tgz",
- "integrity": "sha512-/vSyzaQlNXkO1WV+RneYKqCJwualcUdx/Z3gseVovZP0wIlOFcCE1hkRhKBH8ImKbGQbMl9EAAyJFrJu7V0aqA==",
- "requires": {
- "@ethersproject/base64": "^5.6.1",
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
- "@ethersproject/wordlists": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.6.1.tgz",
- "integrity": "sha512-wiPRgBpNbNwCQFoCr8bcWO8o5I810cqO6mkdtKfLKFlLxeCWcnzDi4Alu8iyNzlhYuS9npCwivMbRWF19dyblw==",
- "requires": {
- "@ethersproject/bytes": "^5.6.1",
- "@ethersproject/hash": "^5.6.1",
- "@ethersproject/logger": "^5.6.0",
- "@ethersproject/properties": "^5.6.0",
- "@ethersproject/strings": "^5.6.1"
- }
- },
"@humanwhocodes/config-array": {
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
@@ -28101,6 +27028,11 @@
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz",
"integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ=="
},
+ "@noble/secp256k1": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz",
+ "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ=="
+ },
"@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -31472,9 +30404,9 @@
}
},
"aes-js": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
- "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
+ "version": "4.0.0-beta.3",
+ "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.3.tgz",
+ "integrity": "sha512-/xJX0/VTPcbc5xQE2VUP91y1xN8q/rDfhEzLm+vLc3hYvb5+qHCnpJRuFcrKn63zumK/sCwYYzhG8HP78JYSTA=="
},
"agent-base": {
"version": "6.0.2",
@@ -31732,11 +30664,11 @@
"integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g=="
},
"axios": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
- "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
+ "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"requires": {
- "follow-redirects": "^1.15.0",
+ "follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
@@ -31970,11 +30902,6 @@
"resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
"integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
},
- "bech32": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
- "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
- },
"bfj": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
@@ -32007,11 +30934,6 @@
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
- "bn.js": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
- "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
- },
"body-parser": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
@@ -32097,11 +31019,6 @@
"fill-range": "^7.0.1"
}
},
- "brorand": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
- "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
- },
"browser-process-hrtime": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
@@ -33024,27 +31941,6 @@
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.535.tgz",
"integrity": "sha512-4548PpR4S5X5dlvX8NUIw0njH7btQtBoJWcgzpq7n2F9NQ5gMXOPP/6p6iVx6+YT3FVioNhEGa14WJj1k+2SfA=="
},
- "elliptic": {
- "version": "6.5.4",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
- "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
- "requires": {
- "bn.js": "^4.11.9",
- "brorand": "^1.1.0",
- "hash.js": "^1.0.0",
- "hmac-drbg": "^1.0.1",
- "inherits": "^2.0.4",
- "minimalistic-assert": "^1.0.1",
- "minimalistic-crypto-utils": "^1.0.1"
- },
- "dependencies": {
- "bn.js": {
- "version": "4.12.0",
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
- "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
- }
- }
- },
"emittery": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
@@ -33762,40 +32658,34 @@
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
},
"ethers": {
- "version": "5.6.9",
- "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.6.9.tgz",
- "integrity": "sha512-lMGC2zv9HC5EC+8r429WaWu3uWJUCgUCt8xxKCFqkrFuBDZXDYIdzDUECxzjf2BMF8IVBByY1EBoGSL3RTm8RA==",
- "requires": {
- "@ethersproject/abi": "5.6.4",
- "@ethersproject/abstract-provider": "5.6.1",
- "@ethersproject/abstract-signer": "5.6.2",
- "@ethersproject/address": "5.6.1",
- "@ethersproject/base64": "5.6.1",
- "@ethersproject/basex": "5.6.1",
- "@ethersproject/bignumber": "5.6.2",
- "@ethersproject/bytes": "5.6.1",
- "@ethersproject/constants": "5.6.1",
- "@ethersproject/contracts": "5.6.2",
- "@ethersproject/hash": "5.6.1",
- "@ethersproject/hdnode": "5.6.2",
- "@ethersproject/json-wallets": "5.6.1",
- "@ethersproject/keccak256": "5.6.1",
- "@ethersproject/logger": "5.6.0",
- "@ethersproject/networks": "5.6.4",
- "@ethersproject/pbkdf2": "5.6.1",
- "@ethersproject/properties": "5.6.0",
- "@ethersproject/providers": "5.6.8",
- "@ethersproject/random": "5.6.1",
- "@ethersproject/rlp": "5.6.1",
- "@ethersproject/sha2": "5.6.1",
- "@ethersproject/signing-key": "5.6.2",
- "@ethersproject/solidity": "5.6.1",
- "@ethersproject/strings": "5.6.1",
- "@ethersproject/transactions": "5.6.2",
- "@ethersproject/units": "5.6.1",
- "@ethersproject/wallet": "5.6.2",
- "@ethersproject/web": "5.6.1",
- "@ethersproject/wordlists": "5.6.1"
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.0.0.tgz",
+ "integrity": "sha512-3zI3VqRS6ERFoRMDIaOPTlR2CFeRYLh21OgoIEL4P5thF2xleWCM6R4ks3qdPp0qYUNzkTV4F+NbczbxxD8ybQ==",
+ "requires": {
+ "@adraffy/ens-normalize": "1.8.9",
+ "@noble/hashes": "1.1.2",
+ "@noble/secp256k1": "1.6.3",
+ "aes-js": "4.0.0-beta.3",
+ "tslib": "2.4.0",
+ "ws": "8.5.0"
+ },
+ "dependencies": {
+ "@noble/hashes": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz",
+ "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA=="
+ },
+ "tslib": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
+ },
+ "ws": {
+ "version": "8.5.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
+ "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
+ "requires": {}
+ }
}
},
"eventemitter3": {
@@ -34095,9 +32985,9 @@
"integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ=="
},
"follow-redirects": {
- "version": "1.15.3",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
- "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q=="
+ "version": "1.15.6",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
},
"for-each": {
"version": "0.3.3",
@@ -34551,30 +33441,11 @@
"has-symbols": "^1.0.2"
}
},
- "hash.js": {
- "version": "1.1.7",
- "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
- "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
- "requires": {
- "inherits": "^2.0.3",
- "minimalistic-assert": "^1.0.1"
- }
- },
"he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
- "hmac-drbg": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
- "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
- "requires": {
- "hash.js": "^1.0.3",
- "minimalistic-assert": "^1.0.0",
- "minimalistic-crypto-utils": "^1.0.1"
- }
- },
"hoopy": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
@@ -37807,11 +36678,6 @@
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz",
"integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA=="
},
- "js-sha3": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
- "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
- },
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -38349,11 +37215,6 @@
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
},
- "minimalistic-crypto-utils": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
- "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
- },
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -40672,11 +39533,6 @@
"ajv-keywords": "^5.1.0"
}
},
- "scrypt-js": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
- "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
- },
"select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
diff --git a/package.json b/package.json
index 80892aa..1057320 100644
--- a/package.json
+++ b/package.json
@@ -36,8 +36,8 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
- "axios": "1.4.0",
- "ethers": "^5.6.9",
+ "axios": "1.7.4",
+ "ethers": "^6.0.0",
"get-starknet": "^3.0.1",
"bignumber.js": "^9.1.2",
"react": "^18.2.0",