We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f353dab commit 8200d60Copy full SHA for 8200d60
packages/contract-helpers/src/commons/types.ts
@@ -50,6 +50,8 @@ export const ChainIdToNetwork: Record<number, string> = {
50
146: 'sonic',
51
42220: 'celo',
52
1868: 'soneium',
53
+ 57073: 'ink',
54
+ 9745: 'plasma',
55
};
56
57
export enum ChainId {
@@ -86,6 +88,8 @@ export enum ChainId {
86
88
sonic = 146,
87
89
celo = 42220,
90
soneium = 1868,
91
+ ink = 57073,
92
+ plasma = 9745,
93
}
94
export type ConstantAddressesByNetwork = Record<
95
string,
0 commit comments