Skip to content

Commit

Permalink
v13.9.0: L2 are now cheaper, thx to dancun
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Mar 15, 2024
1 parent ec9ca92 commit 4ade6cc
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 62 deletions.
16 changes: 8 additions & 8 deletions dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -50371,21 +50371,21 @@ const getBlockchainCost = (blockchain) => {
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
16 changes: 8 additions & 8 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1941,21 +1941,21 @@ const getBlockchainCost = (blockchain) => {
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
16 changes: 8 additions & 8 deletions dist/esm/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -3242,21 +3242,21 @@ const getBlockchainCost = (blockchain) => {
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
16 changes: 8 additions & 8 deletions dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -50377,21 +50377,21 @@
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
16 changes: 8 additions & 8 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1946,21 +1946,21 @@
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
16 changes: 8 additions & 8 deletions dist/umd/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -3247,21 +3247,21 @@
case 'solana':
return 0.000125
case 'gnosis':
return 0.009
return 0.0090
case 'base':
return 0.0095
case 'optimism':
return 0.0096
case 'polygon':
return 0.01
return 0.011
case 'fantom':
return 0.05
case 'avalanche':
return 0.10
case 'arbitrum':
return 0.11
case 'bsc':
return 0.20
case 'base':
return 0.25
case 'arbitrum':
return 0.30
case 'optimism':
return 0.40
case 'ethereum':
return 10.0
default:
Expand Down
2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-payments-evm",
"moduleName": "Web3Payments",
"version": "13.8.0",
"version": "13.9.0",
"description": "JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-payments",
"moduleName": "Web3Payments",
"version": "13.8.0",
"version": "13.9.0",
"description": "JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-payments-solana",
"moduleName": "Web3Payments",
"version": "13.8.0",
"version": "13.9.0",
"description": "JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.",
"main": "dist/umd/index.solana.js",
"module": "dist/esm/index.solana.js",
Expand Down
22 changes: 11 additions & 11 deletions src/costs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ const getBlockchainCost = (blockchain) => {
return 0.000125
break;
case 'gnosis':
return 0.009
return 0.0090
break;
case 'base':
return 0.0095
break;
case 'optimism':
return 0.0096
break;
case 'polygon':
return 0.01
return 0.011
break;
case 'fantom':
return 0.05
break;
case 'avalanche':
return 0.10
break;
case 'bsc':
return 0.20
break;
case 'base':
return 0.25
break;
case 'arbitrum':
return 0.30
return 0.11
break;
case 'optimism':
return 0.40
case 'bsc':
return 0.20
break;
case 'ethereum':
return 10.0
Expand Down

0 comments on commit 4ade6cc

Please sign in to comment.