Skip to content

Commit

Permalink
add SolidityCompat namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Aug 25, 2023
1 parent 60a9c64 commit e9332bc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions assembly/std/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ import * as OpDatastore from './op-datastore';
import * as Contract from './contract';
import * as Utilities from './utils';
import * as Coins from './coins';
import * as SolidityCompat from './solidity_compat';

export { Address, Storage, Context, OpDatastore, Contract, Utilities, Coins };
export {
Address,
Storage,
Context,
OpDatastore,
Contract,
Utilities,
Coins,
SolidityCompat,
};

// op-datastore/index.ts
/**
Expand All @@ -31,5 +41,3 @@ export * from './utils';
* @module Coins
*/
export * from './coins';

export * from './solidity_compat';

0 comments on commit e9332bc

Please sign in to comment.