Skip to content

Commit

Permalink
upgrade to web3-blockchains v9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Feb 9, 2024
1 parent 0a10e85 commit 5e9bb72
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-blockchains": "^9.3.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-tokens-evm": "^10.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {},
"peerDependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.3.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-client": "^10.18.4",
"@depay/web3-tokens": "^10.3.0"
},
Expand All @@ -46,7 +46,7 @@
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.3.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-client": "^10.18.4",
"@depay/web3-client-evm": "^10.18.4",
"@depay/web3-client-solana": "^10.18.4",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {},
"peerDependencies": {
"@depay/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.3.0",
"@depay/web3-blockchains": "^9.3.1",
"@depay/web3-client-solana": "^10.18.4",
"@depay/web3-tokens-solana": "^10.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/units/dripAssets.evm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe('dripAssets', ()=>{
balance: '123456789'
},
{
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
symbol: 'USDC',
name: 'USD Coin',
decimals: 6,
Expand Down
2 changes: 1 addition & 1 deletion tests/units/dripAssets.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe('dripAssets', ()=>{
balance: '123456789'
},
{
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
symbol: 'USDC',
name: 'USD Coin',
decimals: 6,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.2.0.tgz#22ed38c94fc61293f117419ae118320d96588e37"
integrity sha512-w7UOZqsCjNg+wwfhQ5vF1vV0qTcMJpIJj8dMmGo31PWu7eiL301zYfVEWyxPUDd4xIJY3hcUeB78xapfhrxKRQ==

"@depay/web3-blockchains@^9.3.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.3.0.tgz#af285b9e5bbc41fca7e3f64866d440f75bb17e10"
integrity sha512-T7fxiHAS4Pgg+PxTurkaRcP+m1LkODDck4tO5DGl/df0S7fAqozPHBAB7swVBE0dcMv3mus9a9eH5fjgj4xPxQ==
"@depay/web3-blockchains@^9.3.1":
version "9.3.1"
resolved "https://registry.yarnpkg.com/@depay/web3-blockchains/-/web3-blockchains-9.3.1.tgz#67c77c0e3ec9a827664431cfb836efedcaa8499c"
integrity sha512-UsVF+FZZ5R8KN2Xg15WGAnDjg74YhmBQOSmNyZwhdcfBaXhlzwjE15I0rEVrwnOMm2zaKV1o+83gPtwqC8Y7Qw==

"@depay/web3-client-evm@^10.18.4":
version "10.18.4"
Expand Down

0 comments on commit 5e9bb72

Please sign in to comment.