@mithraic-labs/mev
Advanced tools
Comparing version 0.0.1-rc.8 to 0.0.1-rc.9
@@ -120,3 +120,3 @@ import { web3, parseIdlErrors, ProgramError, Provider, Program } from '@project-serum/anchor'; | ||
"name": "payer", | ||
"isMut": true, | ||
"isMut": false, | ||
"isSigner": true | ||
@@ -123,0 +123,0 @@ }, |
@@ -128,3 +128,3 @@ 'use strict'; | ||
"name": "payer", | ||
"isMut": true, | ||
"isMut": false, | ||
"isSigner": true | ||
@@ -131,0 +131,0 @@ }, |
@@ -109,3 +109,3 @@ export declare type Mev = { | ||
"name": "payer"; | ||
"isMut": true; | ||
"isMut": false; | ||
"isSigner": true; | ||
@@ -112,0 +112,0 @@ }, |
{ | ||
"name": "@mithraic-labs/mev", | ||
"version": "0.0.1-rc.8", | ||
"version": "0.0.1-rc.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39331