@swapkit/helpers
Advanced tools
Comparing version 1.0.0-rc.42 to 1.0.0-rc.43
@@ -155,2 +155,3 @@ import { Chain } from '@swapkit/types'; | ||
readonly core_transaction_deposit_gas_error: 10312; | ||
readonly core_transaction_invalid_sender_address: 10313; | ||
readonly core_transaction_deposit_server_error: 10313; | ||
@@ -157,0 +158,0 @@ /** |
@@ -1037,2 +1037,3 @@ var bt = Object.defineProperty; | ||
core_transaction_deposit_gas_error: 10312, | ||
core_transaction_invalid_sender_address: 10313, | ||
core_transaction_deposit_server_error: 10313, | ||
@@ -1039,0 +1040,0 @@ /** |
@@ -45,3 +45,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.0-rc.42", | ||
"version": "1.0.0-rc.43", | ||
"scripts": { | ||
@@ -48,0 +48,0 @@ "build": "vite build", |
@@ -48,2 +48,3 @@ const errorMessages = { | ||
core_transaction_deposit_gas_error: 10312, | ||
core_transaction_invalid_sender_address: 10313, | ||
core_transaction_deposit_server_error: 10313, | ||
@@ -50,0 +51,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202407
3758