Skip to content

Commit

Permalink
add mainnet aliases for wrapped (#41)
Browse files Browse the repository at this point in the history
Also formats the flow.json file
  • Loading branch information
austinkline authored Dec 20, 2023
1 parent 5bc0fee commit b61e995
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions flow.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,41 @@
{
"contracts": {
"FlowtyWrapped": {
"source": "./contracts/FlowtyWrapped.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0xd1712bc9e162f9e3",
"testing": "0x0000000000000007"
}
},
"source": "./contracts/FlowtyWrapped.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0xd1712bc9e162f9e3",
"testing": "0x0000000000000007",
"mainnet": "0x592eb32b47d8b85f"
}
},
"WrappedEditions": {
"source": "./contracts/WrappedEditions.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0xd1712bc9e162f9e3",
"testing": "0x0000000000000007"
}
},
"source": "./contracts/WrappedEditions.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0xd1712bc9e162f9e3",
"testing": "0x0000000000000007",
"mainnet": "0x592eb32b47d8b85f"
}
},
"FlowtyRaffles": {
"source": "./contracts/raffle/FlowtyRaffles.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000008",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"source": "./contracts/raffle/FlowtyRaffles.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000008",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"FlowtyRaffleSource": {
"source": "./contracts/raffle/FlowtyRaffleSource.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000009",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"source": "./contracts/raffle/FlowtyRaffleSource.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000009",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"FungibleToken": {
"source": "./node_modules/@flowtyio/flow-contracts/contracts/FungibleToken.cdc",
"aliases": {
Expand Down Expand Up @@ -72,7 +74,7 @@
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x31ad40c07a2a9788",
"mainnet": "0xa340dc0a4ec828ab",
"testing": "0x0000000000000006"
"testing": "0x0000000000000006"
}
},
"StringUtils": {
Expand All @@ -81,7 +83,7 @@
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x31ad40c07a2a9788",
"mainnet": "0xa340dc0a4ec828ab",
"testing": "0x0000000000000006"
"testing": "0x0000000000000006"
}
}
},
Expand Down Expand Up @@ -134,7 +136,7 @@
"FungibleToken"
]
},
"testnet": {
"testnet": {
"wrapped-testnet": [
"FlowtyWrapped",
"WrappedEditions"
Expand Down

0 comments on commit b61e995

Please sign in to comment.