MCPcopy Create free account
hub / github.com/circlefin/arc-node / getNewImplementation

Function getNewImplementation

tests/simulation/ProtocolConfig.upgrade.test.ts:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * Get new implementation address from environment
62 */
63 const getNewImplementation = () => process.env.NEW_IMPLEMENTATION_ADDRESS as Address | undefined
64 const newImplementation = getNewImplementation() as Address
65 ;(newImplementation && genesisConfig?.ProtocolConfig?.proxy?.admin ? describe : describe.skip)(
66 'Upgrade simulation',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected