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

Function getNewImplementation

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

Source from the content-addressed store, hash-verified

55 * Get new implementation address from environment
56 */
57 const getNewImplementation = () => process.env.NEW_IMPLEMENTATION_ADDRESS as Address | undefined
58 const newImplementation = getNewImplementation() as Address
59 ;(newImplementation && genesisConfig?.NativeFiatToken?.proxy?.admin ? describe : describe.skip)(
60 'Upgrade simulation',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected