Skip to content

Commit dae0353

Browse files
committed
chore: add new networks
1 parent f353dab commit dae0353

File tree

1 file changed

+4
-0
lines changed
  • packages/contract-helpers/src/commons

1 file changed

+4
-0
lines changed

packages/contract-helpers/src/commons/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export const ChainIdToNetwork: Record<number, string> = {
5050
146: 'sonic',
5151
42220: 'celo',
5252
1868: 'soneium',
53+
57073: 'ink',
54+
9745: 'plasma',
5355
};
5456

5557
export enum ChainId {
@@ -86,6 +88,8 @@ export enum ChainId {
8688
sonic = 146,
8789
celo = 42220,
8890
soneium = 1868,
91+
ink = 57073,
92+
plasma = 9745,
8993
}
9094
export type ConstantAddressesByNetwork = Record<
9195
string,

0 commit comments

Comments
 (0)