From 8b4cc331cfe18e3800a40a748c03b97b7445f409 Mon Sep 17 00:00:00 2001 From: Austin Kline Date: Wed, 20 Dec 2023 13:57:13 -0800 Subject: [PATCH] add mainnet aliases --- flow.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flow.json b/flow.json index 393599c..718a6b0 100644 --- a/flow.json +++ b/flow.json @@ -41,7 +41,8 @@ "aliases": { "emulator": "0xf8d6e0586b0a20c7", "testnet": "0x894269f57ac04a6e", - "testing": "0x0000000000000007" + "testing": "0x0000000000000007", + "mainnet": "0x2fb4614ede95ab2b" } }, "FlowtyRaffleSource": { @@ -49,7 +50,8 @@ "aliases": { "emulator": "0xf8d6e0586b0a20c7", "testnet": "0x894269f57ac04a6e", - "testing": "0x0000000000000008" + "testing": "0x0000000000000008", + "mainnet": "0x2fb4614ede95ab2b" } }, "RandomBeaconHistory": {