File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @across-protocol/constants" ,
3- "version" : " 3.1.93 " ,
3+ "version" : " 3.1.94 " ,
44 "description" : " Export commonly re-used values for Across repositories" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export const PRODUCTION_OFT_EIDs = {
7676 BLAST : 30243 ,
7777 BSC : 30102 ,
7878 HYPEREVM : 30367 ,
79+ INK : 30339 ,
7980 MAINNET : 30101 ,
8081 MONAD : 30390 ,
8182 OPTIMISM : 30111 ,
@@ -220,8 +221,8 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
220221 nativeToken : "ETH" ,
221222 publicRPC : "https://rpc-gel.inkonchain.com" ,
222223 blockExplorer : "https://explorer.inkonchain.com" ,
223- cctpDomain : CCTP_NO_DOMAIN ,
224- oftEid : OFT_NO_EID ,
224+ cctpDomain : 21 ,
225+ oftEid : PRODUCTION_OFT_EIDs . INK ,
225226 hypDomainId : MAINNET_CHAIN_IDs . INK ,
226227 } ,
227228 [ CHAIN_IDs . TATARA ] : {
You can’t perform that action at this time.
0 commit comments