aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/test/abi_samples.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-11-20 08:52:45 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-11-29 08:38:10 +0800
commit0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf (patch)
treee1354630204c76f3061c745c3870f31099ce01a0 /packages/utils/test/abi_samples.ts
parent67dd062a2f6a936cad18ff81afac398cd6a1ab97 (diff)
downloaddexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar.gz
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar.bz2
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar.lz
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar.xz
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.tar.zst
dexon-0x-contracts-0d65c9da4ad6d925779b9b6e8ff99bea4c25eedf.zip
Optimizer Tests
Diffstat (limited to 'packages/utils/test/abi_samples.ts')
-rw-r--r--packages/utils/test/abi_samples.ts88
1 files changed, 0 insertions, 88 deletions
diff --git a/packages/utils/test/abi_samples.ts b/packages/utils/test/abi_samples.ts
index 806ad1700..0c3354044 100644
--- a/packages/utils/test/abi_samples.ts
+++ b/packages/utils/test/abi_samples.ts
@@ -68,94 +68,6 @@ export const GAbi = {
type: 'function',
} as MethodAbi;
-export const optimizerAbi2 = {
- constant: false,
- inputs: [
- {
- name: 'stringArray',
- type: 'string[]',
- },
- {
- name: 'string',
- type: 'string',
- },
- ],
- name: 'simpleFunction',
- outputs: [],
- payable: false,
- stateMutability: 'nonpayable',
- type: 'function',
-} as MethodAbi;
-
-export const optimizerAbi3 = {
- constant: false,
- inputs: [
- {
- name: 'uint8Array',
- type: 'uint8[]',
- },
- {
- components: [
- {
- name: 'uint',
- type: 'uint',
- },
- ],
- name: 'uintTuple',
- type: 'tuple[]',
- },
- ],
- name: 'simpleFunction',
- outputs: [],
- payable: false,
- stateMutability: 'nonpayable',
- type: 'function',
-} as MethodAbi;
-
-export const optimizerAbi4 = {
- constant: false,
- inputs: [
- {
- name: 'uint8Array',
- type: 'uint8[4]',
- },
- {
- components: [
- {
- name: 'uint',
- type: 'uint',
- },
- ],
- name: 'uintTuple',
- type: 'tuple[]',
- },
- ],
- name: 'simpleFunction',
- outputs: [],
- payable: false,
- stateMutability: 'nonpayable',
- type: 'function',
-} as MethodAbi;
-
-export const optimizerAbi5 = {
- constant: false,
- inputs: [
- {
- name: 'array1',
- type: 'uint8[]',
- },
- {
- name: 'array2',
- type: 'uint8[]',
- },
- ],
- name: 'simpleFunction',
- outputs: [],
- payable: false,
- stateMutability: 'nonpayable',
- type: 'function',
-} as MethodAbi;
-
export const typesWithDefaultWidthsAbi = {
constant: false,
inputs: [